TestBugzilla: Difference between revisions

Jump to navigation Jump to search
4,902 bytes removed ,  27 October 2017
tetst
(Created page with "=Firefox Desktop Search and Navigation Team= <p>The purpose of this team is to maintain, improve and innovate on the functions of the Firefox frontend around search and naviga...")
 
(tetst)
Line 1: Line 1:
=Firefox Desktop Search and Navigation Team=
<p>The purpose of this team is to maintain, improve and innovate on the functions of the Firefox frontend around search and navigation. Firefox surface areas that the team often works with are the location bar, the search bar, the library and related preference panes.</p>
=Members=
* Marco Bonardo (:mak)
* Drew Wilcoxon (:adw)
* Florian Queze (:florian)
* Mark Banner (Standard8)
* K Lars Lohn (:lars)
* Paolo Amadini (:paolo)
* Javaun Moradi (:javaun)
* Shilpi Gupta (:shilpi)
* Panos Astithas (:past)
=Contact=
<p>'''Team Meeting''' </p>
{| class="wikitable"
|-
! Day of week !! Pacific Time !! Eastern Time !! UTC !! Central European Time
|-
| Mondays || 10:00AM - 10:30AM || 1:00PM - 1:30PM || 6:00PM - 6:30PM || 7:00PM - 7:30PM
|-
|}
* '''Frequency:''' One meeting per week on Monday.
* '''Duration:'''  30 min
* '''Vidyo Room:'''  [https://v.mozilla.com/flex.html?roomdirect.html&key=TPrbZ6yZU7nc6JL0D5fo4Fulmoo searchmeeting]
* '''IRC:''' #fx-search, #fx-team
* '''Mailing list:''' firefox-dev
<p> </p>
=Bugzilla=
<p>Bugzilla components don't tend to align properly with project boundaries, so this team is monitoring bugs across a number of components that contain the whiteboard tag [fxsearch]. Common components of interest are Firefox:Location bar, Firefox:Search, Toolkit:Places and more.</p>
==Selecting a New Bug for the Current Release==
# Select any 'P1' bug which is currently ''unassigned'' and ''not blocked'' on a dependency.  If no 'P1' bugs are available then select from the available 'P2' bugs, and so on.
# Add the following if not already present:
* [fxsearch] whiteboard tag.
* QE verification flag.
<p> </p>
==Adding a New Bug to the Backlog==
# Add the [fxsearch] whiteboard tag.
# Set the bug as a dependency of a user story bug or a meta bug if applicable.
# The bug priority will be set during the Weekly Meeting:
* 'P1': Must Have - development occurring in the current release.
* 'P2': Should Have - targeted for next release.
* 'P3': Could Have - planned for development in an upcoming release.
* 'P5': Will Have - not scheduled for any particular release, patches accepted.
<p> </p>
==Submitting a Bug for Triage==
# Add the [fxsearch] whiteboard tag.
# Leave the priority field empty (--).
<p> </p>
{| class="wikitable collapsible" style="width: 100%"
! Triage
|-
|
Collection of work waiting for the team to review and determine if it should be included in the Product Backlog - [https://mzl.la/2l7ROND View in Bugzilla]
<p> </p>
<bugzilla>
<bugzilla>
{
{
Line 68: Line 7:
}
}
</bugzilla>
</bugzilla>
|}


=Releases=
 
<p> </p>
{| class="wikitable collapsible" style="width: 100%"
! Current Release
|-
|
<p>'''P1''':  ''Must Have'' - development occurring in the current release - [https://mzl.la/2l7OeTr View in Bugzilla]</p>
'''Duration:''' Thursday September 21 - Monday November 13
<p> </p>
<bugzilla>
{
"whiteboard": "[fxsearch]",
"include_fields":"id, summary, status, whiteboard, keywords, assigned_to",
"priority": "P1",
"resolution": "---"
}
</bugzilla>
|}
<p> </p>
{| class="wikitable collapsible" style="width: 100%"
! Current Release: Completed
|-
|
<p>[https://bugzilla.mozilla.org/buglist.cgi?o5=equals&f1=status_whiteboard&v6=mozilla58&list_id=13793382&columnlist=bug_id%2Cshort_desc%2Cbug_status%2Cstatus_whiteboard%2Ckeywords%2Cassigned_to_realname&o1=substring&o6=equals&f4=OP&v5=firefox%2058&query_format=advanced&j4=OR&f5=target_milestone&v1=%5Bfxsearch%5D&f6=target_milestone View in Bugzilla]</p>
<bugzilla>
<bugzilla>
{
    {
"include_fields":"id, summary, status, whiteboard, keywords, assigned_to, priority",
        "product": "www.mozilla.org",
"o5": "substring",
        "whiteboard": "[good first bug]",
"f1": "status_whiteboard",
        "f1": "bug_mentor",
"o3": "notsubstring",
        "status": ["NEW", "OPEN", "REOPENED"]
"v6": "firefox 58",
    }
"o1": "substring",
"o6": "substring",
"f4": "OP",
"v5": "mozilla58",
"j4": "OR",
"f5": "target_milestone",
"v1": "[fxsearch]",
"f6": "target_milestone"
}
</bugzilla>
</bugzilla>
|}
<p> </p>
{| class="wikitable collapsible collapsed" style="width: 100%"
! Next Release
|-
|
<p>'''P2''':  ''Should Have'' - targeted for the current release if production capacity exists - [https://mzl.la/2l7ISYn View in Bugzilla]</p>
<bugzilla>
{
"whiteboard": "[fxsearch]",
"include_fields":"id, summary, status, whiteboard, keywords, assigned_to",
"priority": "P2",
"resolution": "---"
}
</bugzilla>
|}
<p> </p>
{| class="wikitable collapsible collapsed" style="width: 100%"
! Backlog
|-
|
<p>'''P3''':  ''Could Have'' - planned for development in an upcoming release - [https://mzl.la/2l7SEcY View in Bugzilla]</p>
<bugzilla>
{
"whiteboard": "[fxsearch]",
"include_fields":"id, summary, status, whiteboard, keywords, assigned_to",
"priority": "P3",
"resolution": "---"
}
</bugzilla>
|}
<p> </p>
{| class="wikitable collapsible collapsed" style="width: 100%"
! Patches Accepted
|-
|
<p>'''P5''':  ''Will Have'' - not scheduled for any particular release, patches accepted - [https://mzl.la/2l7DcOg View in Bugzilla]</p>
<bugzilla>
{
"whiteboard": "[fxsearch]",
"include_fields":"id, summary, status, whiteboard, keywords, assigned_to",
"priority": "P5",
"resolution": "---"
}
</bugzilla>
|}
<p> </p>
==Completed Releases==
<p> </p>
[[Firefox/Search/archive|View Performance Archive]]
<p> </p>

Navigation menu