canmove, Confirmed users
1,126
edits
(→Contributing: note about autolander) |
(Limit "what we're working on" to bugs modified in the last month) |
||
Line 1: | Line 1: | ||
== About == | == About == | ||
[https://treeherder.mozilla.org/ Treeherder] is a reporting dashboard for checkins to Mozilla projects (for example, [https://developer.mozilla.org/en-US/docs/mozilla-central mozilla-central | [https://treeherder.mozilla.org/ Treeherder] is a reporting dashboard for checkins to Mozilla projects (for example, [https://developer.mozilla.org/en-US/docs/mozilla-central mozilla-central]). It allows users to see the results of automatic builds and their respective tests. Treeherder also provides a rich set of APIs that can be used by other projects interested in this information. | ||
Treeherder is the successor to [[Sheriffing/TBPL|TBPL]]. | Treeherder is the successor to [[Sheriffing/TBPL|TBPL]]. | ||
For tracking performance data, see Treeherder's sister project, [[ | For tracking performance data, see Treeherder's sister project, [[EngineeringProductivity/Projects/Perfherder|Perfherder]]. | ||
== Contributing == | == Contributing == | ||
Line 11: | Line 11: | ||
* [https://ateam-bootcamp.readthedocs.org/en/latest/ A-Team Bootcamp]: Best practices for working on A-Team projects (of which Treeherder is one), including valuable information on using Git and Bugzilla. If you're new to Mozilla or the A-Team, please read this guide thoroughly before proceeding. | * [https://ateam-bootcamp.readthedocs.org/en/latest/ A-Team Bootcamp]: Best practices for working on A-Team projects (of which Treeherder is one), including valuable information on using Git and Bugzilla. If you're new to Mozilla or the A-Team, please read this guide thoroughly before proceeding. | ||
* Good first bugs for new developers: [http://www.joshmatthews.net/bugsahoy/?reporting=1&unowned=1 Bugs Ahoy] | * Good first bugs for new developers: [http://www.joshmatthews.net/bugsahoy/?reporting=1&unowned=1 Bugs Ahoy] | ||
* Issue tracker: [https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder Report a bug] / [https://bugzilla.mozilla.org/query.cgi?query_format=advanced&product=Tree+Management&f1=component&o1=substring&v1=Treeherder&resolution=--- search open bugs] / [[ | * Issue tracker: [https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder Report a bug] / [https://bugzilla.mozilla.org/query.cgi?query_format=advanced&product=Tree+Management&f1=component&o1=substring&v1=Treeherder&resolution=--- search open bugs] / [[EngineeringProductivity/Projects/Treeherder/Bug_Triage|bug triage]] | ||
* We use the [https://github.com/mozilla/autolander autolander] tool for automatically linking github pull requests to bugs. | * We use the [https://github.com/mozilla/autolander autolander] tool for automatically linking github pull requests to bugs. | ||
* Mozilla Treeherder instances: [https://treeherder.allizom.org Staging] / [https://treeherder.mozilla.org Production] ([https://mana.mozilla.org/wiki/display/websites/treeherder.mozilla.org mana page]) / [ | * Mozilla Treeherder instances: [https://treeherder.allizom.org Staging] / [https://treeherder.mozilla.org Production] ([https://mana.mozilla.org/wiki/display/websites/treeherder.mozilla.org mana page]) / [http://whatsdeployed.io/?owner=mozilla&repo=treeherder&name%5B%5D=Heroku-prototype&url%5B%5D=https://treeherder-heroku.herokuapp.com/revision.txt&name%5B%5D=Stage&url%5B%5D=https://treeherder.allizom.org/revision.txt&name%5B%5D=Prod&url%5B%5D=https://treeherder.mozilla.org/revision.txt Deployed changes info] | ||
== Source and Docs == | == Source and Docs == | ||
Line 27: | Line 27: | ||
== What we're working on == | == What we're working on == | ||
Assigned Treeherder bugs. | Assigned Treeherder bugs that have been modified in the last month. | ||
[https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org View on Bugzilla] | [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org+delta_ts%3E-1m View on Bugzilla] | ||
<bugzilla stats="hide"> | <bugzilla stats="hide"> | ||
{ | { | ||
"component": "Treeherder", "component_type": "contains", | "component": "Treeherder", "component_type": "contains", | ||
"resolution": "---", | "resolution": "---", | ||
"email1": "nobody@mozilla.org", "email1_type": "not_equals", "email1_assigned_to": "1", | "email1": "nobody@mozilla.org", "email1_type": "not_equals", "email1_assigned_to": "1", | ||
"include_fields": "id,priority,component,summary,assigned_to", | "changed_after": "-1m", | ||
"order": "priority,assigned_to" | "changed_before": "Now", | ||
"include_fields": "id,priority,component,summary,assigned_to", | |||
"order": "priority,assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> |