TPE-Layout/2017-Measure: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 53: Line 53:
GitHub: [https://github.com/BorisChiou BorisChiou]
GitHub: [https://github.com/BorisChiou BorisChiou]
<div class="NavFrame collapsed" style="text-align:left;">
<div class="NavFrame collapsed" style="text-align:left;">
   <div class="NavHead">2017 Q1 : 24 bugs reported / 21 bugs resolved / 61 HG commits / -- Servo PRs</div>
   <div class="NavHead">2017 Q1 : 24 bugs reported / 21 bugs resolved / 61 HG commits / 12 Servo PRs</div>
   <div class="NavContent">
   <div class="NavContent">
<pre style="overflow:auto; width:auto;">
<pre style="overflow:auto; width:auto;">
Line 88: Line 88:
GitHub: [https://github.com/heycam heycam]
GitHub: [https://github.com/heycam heycam]
<div class="NavFrame collapsed" style="text-align:left;">
<div class="NavFrame collapsed" style="text-align:left;">
   <div class="NavHead">2017 Q1 : 82 bugs reported / 67 bugs resolved / 139 HG commits / -- Servo PRs</div>
   <div class="NavHead">2017 Q1 : 82 bugs reported / 67 bugs resolved / 139 HG commits / 18 Servo PRs</div>
   <div class="NavContent">
   <div class="NavContent">
<pre style="overflow:auto; width:auto;">
<pre style="overflow:auto; width:auto;">
Line 123: Line 123:
GitHub: [https://github.com/CJKu CJKu]
GitHub: [https://github.com/CJKu CJKu]
<div class="NavFrame collapsed" style="text-align:left;">
<div class="NavFrame collapsed" style="text-align:left;">
   <div class="NavHead">2017 Q1 : 25 bugs reported / 56 bugs resolved / 106 HG commits / -- Servo PRs</div>
   <div class="NavHead">2017 Q1 : 25 bugs reported / 56 bugs resolved / 106 HG commits / 1 Servo PRs</div>
   <div class="NavContent">
   <div class="NavContent">
<pre style="overflow:auto; width:auto;">
<pre style="overflow:auto; width:auto;">
Line 192: Line 192:
GitHub: [https://github.com/chenpighead chenpighead]
GitHub: [https://github.com/chenpighead chenpighead]
<div class="NavFrame collapsed" style="text-align:left;">
<div class="NavFrame collapsed" style="text-align:left;">
   <div class="NavHead">2017 Q1 : 17 bugs reported / 19 bugs resolved / 33 HG commits / -- Servo PRs</div>
   <div class="NavHead">2017 Q1 : 17 bugs reported / 19 bugs resolved / 33 HG commits / 3 Servo PRs</div>
   <div class="NavContent">
   <div class="NavContent">
<pre style="overflow:auto; width:auto;">
<pre style="overflow:auto; width:auto;">
Line 262: Line 262:
GitHub: [https://github.com/shinglyu shinglyu]
GitHub: [https://github.com/shinglyu shinglyu]
<div class="NavFrame collapsed" style="text-align:left;">
<div class="NavFrame collapsed" style="text-align:left;">
   <div class="NavHead">2017 Q1 : 35 bugs reported / 8 bugs resolved / 10 HG commits / -- Servo PRs</div>
   <div class="NavHead">2017 Q1 : 35 bugs reported / 8 bugs resolved / 10 HG commits / 5 Servo PRs</div>
   <div class="NavContent">
   <div class="NavContent">
<pre style="overflow:auto; width:auto;">
<pre style="overflow:auto; width:auto;">
Line 297: Line 297:
GitHub: [https://github.com/aethanyc aethanyc]
GitHub: [https://github.com/aethanyc aethanyc]
<div class="NavFrame collapsed" style="text-align:left;">
<div class="NavFrame collapsed" style="text-align:left;">
   <div class="NavHead">2017 Q1 : 28 bugs reported / 26 bugs resolved / 115 HG commits / -- Servo PRs</div>
   <div class="NavHead">2017 Q1 : 28 bugs reported / 26 bugs resolved / 115 HG commits / 1 Servo PRs</div>
   <div class="NavContent">
   <div class="NavContent">
<pre style="overflow:auto; width:auto;">
<pre style="overflow:auto; width:auto;">

Revision as of 09:38, 5 April 2017

Team Summary

Quarter Reported Bugs Resolved Bugs HG Commits Servo PRs
Q1 -- -- -- --
Q2 -- -- -- --
Q3 -- -- -- --
Q4 -- -- -- --

Individual Standings

Astley Chen

Bug mail: aschen@mozilla.com
GitHub: astleychen

Boris Chiou

Bug mail: boris.chiou@gmail.com
GitHub: BorisChiou

Cameron McCormack

Bug mail: cam@mcc.id.au
GitHub: heycam

CJ Ku

Bug mail: cku@mozilla.com
GitHub: CJKu

Farmer Tseng

Bug mail: fatseng@mozilla.com

Jeremy Chen

Bug mail: jeremychen@mozilla.com
GitHub: chenpighead

Louis Chang

Bug mail: lochang@mozilla.com

Shing Lyu

Bug mail: slyu@mozilla.com
Git mail: shing.lyu@gmail.com
GitHub: shinglyu

Ting-Yu Lin

Bug mail: tlin@mozilla.com
GitHub: aethanyc

Tommy Kuo

Bug mail: kuoe0@mozilla.com
Git mail: kuoe0.tw@gmail.com
GitHub: KuoE0

Ya-Chieh Wu

Bug mail: ywu@mozilla.com

Reference

Bugzilla

TDC Layout team 2017 bugs summary (long-loading page!)

Query Syntax

Mercurial Syntax:

 hg log --date "$DATE_RANGE" -u $BUG_MAIL --template '{node|short} | {date|isodatesec} | {desc|strip|firstline}\n'

Git Syntax:

 git log --author=$USER_NAME --after=$DATE --pretty=format:"%h - %an, %ar : %s"

Query Script:

 ./standing.sh "2016-10-01 to 2016-12-31" aschen@mozilla.com boris.chiou@gmail.com cam@mcc.id.au cku@mozilla.com jeremychen@mozilla.com shing.lyu@gmail.com tlin@mozilla.com