EngineeringProductivity/Projects/Treeherder: Difference between revisions

Jump to navigation Jump to search
Move triage related bug tables to https://wiki.mozilla.org/Auto-tools/Projects/Treeherder/Bug_Triage to speed up page load and reduce clutter
(Update source and read the docs links post UI repo merge (bug 1056877))
(Move triage related bug tables to https://wiki.mozilla.org/Auto-tools/Projects/Treeherder/Bug_Triage to speed up page load and reduce clutter)
Line 10: Line 10:
* [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]
* Bugzilla: [https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder File a bug] / [https://bugzilla.mozilla.org/buglist.cgi?product=Tree+Management&f1=component&v1=Treeherder&o1=substring&resolution=--- All open bugs] / [https://bugzilla.mozilla.org/buglist.cgi?order=Bug%20Number&resolution=FIXED&chfieldto=Now&chfield=resolution&chfieldfrom=-14d&chfieldvalue=FIXED&f1=component&v1=Treeherder&o1=substring Recently fixed] / [[#Bug_Tables|Bug tables]]
* Bugzilla: [https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree+Management&component=Treeherder File a bug] / [https://bugzilla.mozilla.org/buglist.cgi?product=Tree+Management&f1=component&v1=Treeherder&o1=substring&resolution=--- All open bugs] / [[Auto-tools/Projects/Treeherder/Bug_Triage|Bug triage]]  
* Chat on IRC: [irc://irc.mozilla.org/treeherder #treeherder] / [http://logs.glob.uno/?c=treeherder Channel logs] ([[IRC|learn about IRC]])
* Chat on IRC: [irc://irc.mozilla.org/treeherder #treeherder] / [http://logs.glob.uno/?c=treeherder Channel logs] ([[IRC|learn about IRC]])
* Mailing list: [https://lists.mozilla.org/listinfo/dev-tree-management dev.tree-management] (or [https://groups.google.com/forum/#!forum/mozilla.dev.tree-management via Google groups])
* Mailing list: [https://lists.mozilla.org/listinfo/dev-tree-management dev.tree-management] (or [https://groups.google.com/forum/#!forum/mozilla.dev.tree-management via Google groups])
Line 22: Line 22:
** NodeJS: [https://github.com/mozilla/treeherder-node Source] / [https://github.com/mozilla/treeherder-node/blob/master/README.md README]
** NodeJS: [https://github.com/mozilla/treeherder-node Source] / [https://github.com/mozilla/treeherder-node/blob/master/README.md README]


== Bug Tables ==
== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org What we're working on] ==
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+-assignee%3Anobody%40mozilla.org Assigned] ===
A summary of Treeherder bugs that are being worked on at the moment.
A summary of Treeherder bugs that are being worked on at the moment.
<bugzilla>
<bugzilla>
Line 34: Line 33:
}
}
</bugzilla>
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+P1-2+assignee%3Anobody%40mozilla.org Unassigned P1-2] ===
 
Ideally these are the bugs that should be worked on next, once the currently assigned bugs are fixed.
== [https://bugzilla.mozilla.org/buglist.cgi?order=Bug%20Number&resolution=FIXED&chfieldto=Now&chfield=resolution&chfieldfrom=-14d&chfieldvalue=FIXED&f1=component&v1=Treeherder&o1=substring Recent changes] ==
<bugzilla>
{
"quicksearch": ":treeherder priority:P1,P2 assignee:nobody@mozilla.org",
"include_fields": "id,priority,component,summary",
"order": "priority,component"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder+priority%3A--+assignee%3Anobody%40mozilla.org Needing Triage] ===
All bugs that do not have a priority set and are unassigned.
<bugzilla>
{
"component": "Treeherder", "component_type": "contains",
"resolution": "---",
"priority": "--",
"assignee": "nobody@mozilla.org",
"include_fields": "id,component,summary",
"order": "component"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Atreeherder All open bugs] ===
<bugzilla>
{
"component": "Treeherder", "component_type": "contains",
"resolution": "---",
"include_fields": "id,priority,component,summary,assigned_to"
}
</bugzilla>
=== [https://bugzilla.mozilla.org/buglist.cgi?order=Bug%20Number&resolution=FIXED&chfieldto=Now&chfield=resolution&chfieldfrom=-14d&chfieldvalue=FIXED&f1=component&v1=Treeherder&o1=substring Recently fixed] ===
Bugs changed to "Resolved FIXED" in the last 14 days.
Bugs changed to "Resolved FIXED" in the last 14 days.
<bugzilla>
<bugzilla>
canmove, Confirmed users
1,126

edits

Navigation menu