Difference between revisions of "BMO"

From MozillaWiki
Jump to: navigation, search
(High-Priority)
 
(5 intermediate revisions by 3 users not shown)
Line 12: Line 12:
  
 
* dkl: Dave Lawrence (Owner/Engineer)
 
* dkl: Dave Lawrence (Owner/Engineer)
* emceeaich: Emma Humphries, (Bugmaster)
+
* glob (Manager)
* kmoir: Kim Moir, (Manager)
 
  
 
The Low-level, security, and quality tools team contributes tooling, and development:
 
The Low-level, security, and quality tools team contributes tooling, and development:
Line 30: Line 29:
 
but their day-to-day attention is directed to other parts of Mozilla.
 
but their day-to-day attention is directed to other parts of Mozilla.
  
* glob: Byron Jones
 
 
* zeid: Zeid Zabaneh (Engineer)
 
* zeid: Zeid Zabaneh (Engineer)
* mhentges: Mitchell Hentges (Engineer)
 
  
 
Past contributors include:
 
Past contributors include:
Line 41: Line 38:
 
* imadueme: Israel Madueme (Engineer)
 
* imadueme: Israel Madueme (Engineer)
 
* justdave: Dave Miller
 
* justdave: Dave Miller
 +
* emceeaich: Emma Humphries, (Bugmaster)
 +
* mhentges: Mitchell Hentges (Engineer)
  
 
= New Users =
 
= New Users =
Line 138: Line 137:
  
 
There is a new [https://github.com/mozilla-bteam/custom-form-example custom form framework] being developed by an outside contributor named Sebastin Santy. It is still in the early stages but it eventually will be very useful for users who want to create a customized bug entry form that can be used to submit bugs to BMO.
 
There is a new [https://github.com/mozilla-bteam/custom-form-example custom form framework] being developed by an outside contributor named Sebastin Santy. It is still in the early stages but it eventually will be very useful for users who want to create a customized bug entry form that can be used to submit bugs to BMO.
 
= Current Projects =
 
 
This table lists the bugs representing the current quarterly goals (and, near the end of the quarter, sometimes next quarter's goals).  Those that were set at the beginning of the quarter are tagged with the keyword "bmo-goal".  The BMO team also regularly gets requests for high-priority work items throughout the quarter; those that will take more than a day or two in total, thus potentially jeopardizing other goals, are included below, tagged with "bmo-big".  The daily smaller tasks are also generally tracked in Bugzilla but not represented in the table below.
 
 
P1 indicates a critical project. P2 indicates an important but deferrable item. P3 is as P2 but more deferrable. Note that all items are important, and it is presumed that lower-priority items will increase in priority over time as high-priority tasks are completed, i.e., we don't plan to defer any of these tasks indefinitely.
 
 
== Goals ==
 
 
<div>
 
<bugzilla>
 
{
 
"keywords": "bmo-goal",
 
"keywords_type": "anywords",
 
"include_fields": "id, priority, summary, status, resolution, assigned_to",
 
"field0-0-0": "status",
 
"type0-0-0": "equals",
 
"value0-0-0": "NEW",
 
"field0-0-1": "status",
 
"type0-0-1": "equals",
 
"value0-0-1": "ASSIGNED",
 
"field0-0-2": "status",
 
"type0-0-2": "changed_after",
 
"value0-0-2": "2018-01-01"
 
}
 
</bugzilla>
 
</div>
 
 
== High-Priority ==
 
 
<div>
 
<bugzilla>
 
{
 
"keywords": "bmo-on-deck, bmo-goal",
 
"keywords_type": "nowords",
 
"priority": ["P1"],
 
"include_fields": "id, priority, summary, status, resolution, assigned_to",
 
"status": ["ASSIGNED"],
 
"field0-0-2": "status",
 
"type0-0-2": "changed_after",
 
"value0-0-2": "2017-01-01"
 
}
 
</bugzilla>
 
</div>
 
 
== Upcoming ==
 
 
<div>
 
<bugzilla>
 
{
 
"keywords": "bmo-on-deck",
 
"keywords_type": "anywords",
 
"priority": ["--","P1","P2","P3","P4","P5"],
 
"include_fields": "id, priority, summary, status, resolution, assigned_to",
 
"field0-0-0": "status",
 
"type0-0-0": "equals",
 
"value0-0-0": "NEW",
 
"field0-0-1": "status",
 
"type0-0-1": "equals",
 
"value0-0-1": "ASSIGNED",
 
"field0-0-2": "status",
 
"type0-0-2": "changed_after",
 
"value0-0-2": "2017-01-01"
 
}
 
</bugzilla>
 
</div>
 
 
Further documentation about goals above and other projects follows:
 
 
* [[BMO/UserRoles|User Roles]]
 
** Generate different user roles based on what tasks a user is trying to complete when using the BMO system.
 
 
== Past Projects ==
 
 
Some of these will have on-going maintenance and improvements, but the initial deployment has been accomplished.  Others have been abandoned or rejected due to various factors, noted below.
 
 
* [[BMO/ChangeNotificationSystem|Change Notification System]]
 
* [[BMO/40Upgrade|4.0 Upgrade]]
 
* [[BMO/42Upgrade|4.2 Upgrade]] (Completed March 5th, 2013)
 
* [[BMO/UserProfiles|User Profiles]]
 
* [[BMO/TrackingFlags|Tracking Flags]]
 
* [[Bugzilla:REST_API|Native REST API]]
 
* [[BMO/Pulse|Pulse Integration]]
 
** This was completed and deployed, but it generated a lot of traffic and is of questionable utility since it must access Bugzilla as an anonymous user.  A simpler, more general system is the [[BMO/ChangeNotificationSystem|Change Notification System]].
 
* [[Bugzilla:Migrating_to_git|Migrating Bugzilla and BMO code from bzr to git]]
 
** Completed 2014/03/11.
 
  
 
[[Category:BMO]]
 
[[Category:BMO]]

Latest revision as of 16:36, 30 October 2023

This is the main public page for all things related to https://bugzilla.mozilla.org, aka BMO, Mozilla's customized version of Bugzilla.

BMO is a core piece of infrastructure at Mozilla. It is used to track not only bugs and feature requests but also many other tasks across various teams.

The BMO source is a slightly modified fork of Bugzilla with many custom extensions. It is currently based on Bugzilla 4.2 but with many features backported from 4.4 and master. All the BMO devs are also involved in the Bugzilla project, and we contribute features and fixes upstream where they are generally applicable, that is, not too specific to Mozilla's particular needs.

Updates are usually deployed on a weekly basis and are listed on the Recent Changes page.

B-Team

The team that works on BMO is called the B-Team, because of past affiliation with the defunct Automation and Tools team (A-Team).

  • dkl: Dave Lawrence (Owner/Engineer)
  • glob (Manager)

The Low-level, security, and quality tools team contributes tooling, and development:

  • calixte: Calixte Denizet, (AutoNag)
  • marco: Marco Castelluccio, (BugBug)

We also also have some volunteers, that we consider to be part of the B-Team as well:

  • seban: Sebastin Santy (long-term volunteer, past GSoC student)
  • atoll: Richard Solderberg (Reviewer-at-Large, slightly borrowed from Mozilla IT)
  • kohei: Kohei Yoshino, (UX Designer)
  • ... and you can be one too!

There are also some people that still have some involvement with BMO, but their day-to-day attention is directed to other parts of Mozilla.

  • zeid: Zeid Zabaneh (Engineer)

Past contributors include:

  • mary: Mary Umoh (Intern, Summer 2017)
  • gerv: Gervase Markham
  • mcote: Mark Côté
  • dylan: Dylan Hardison
  • imadueme: Israel Madueme (Engineer)
  • justdave: Dave Miller
  • emceeaich: Emma Humphries, (Bugmaster)
  • mhentges: Mitchell Hentges (Engineer)

New Users

Getting used to Bugzilla can be a bit daunting. We have a short introductory video available that is as gentle as possible. You may also be interested in the [MDN section about Bugzilla], which contains information more suitable as an introduction to a general audience. Of special interest is the MDN article, What to do and what not to do in Bugzilla, which contains instructions on getting elevated privileges.

New Bots

If you have a bot that uses BMO, be sure to add it to the BMO/Bot Registry so we know who to contact about it!

User Guide

We're putting together a user guide with helpful information on various aspects of Bugzilla. New and experienced users alike should benefit from it. There's a lot to go through, so please feel free to contribute!

Road Map

We keep a yearly road map with our medium-term plans (1-2 years), at a high level. Also see our current projects for some of the big items we are working on in the current quarter.

Browser Support For BMO

Full Support includes: The current versions of Firefox, Chrome, Chromium, Safari, WebKit, and Edge; and the latest Firefox ESR.

Limited Support includes: The previous versions of Firefox, Chrome, Chromium, Safari, WebKit, Edge, and Firefox ESR; and Firefox Nightly.

Internet Explorer is no longer supported, though some features may still work with IE 11.

See bug 1359310 and bug 1422435.

JavaScript and Analytics

JavaScript is required to use bugzilla.mozilla.org.

The Do Not Track header sent by your browser is honored.

Third-Party Applications

Lots and lots of web apps and general tools have been written to interface with BMO. We have started cataloguing them. If you're looking for different ways to interface with BMO, check it out; similarly, if you are thinking about writing an app, check the catalogue to see if something similar exists that you could use, contribute to, or fork before setting out on your own.

There's one in particular that is particularly important: Phabricator, Mozilla's new and growing code-review tool.

More Information about BMO

Our discussion forum is mozilla.tools.bmo [mailing list] [Google Group] [USENET].

We also have answers to Frequently Asked Questions and a slightly-but-not-too-out-of-date hardware diagram.

If you're building an application or tool that interfaces with BMO, you may be interested in the following:

Looking for another way to access Bugzilla's raw data? Try the ElasticSearch cluster.

Contributing to BMO

If you'd like to help out with BMO specifically (as opposed to the general upstream Bugzilla project), you can find us in #bmo on irc.mozilla.org. If you plan on contributing patches, see the documentation in the README.rst. You can file bugs under the bugzilla.mozilla.org product. Don't file them under the Bugzilla product unless you are sure it's a bug in the general Bugzilla product. In particular, all administrative changes should be filed under bugzilla.mozilla.org (see below for more).

Policies and Procedures

Code Updates

Code updates are normally deployed to bugzilla.mozilla.org late Monday/early Tuesday, US/Pacific time, at no specific time, if changes need to be pushed out. Security fixes or other fatal type errors will always go out as soon as possible.

Updates are usually deployed on a weekly basis and are listed on the BMO/Recent Changes page.

Administrative Changes

If you need changes to BMO's configuration to support your team, project, etc., please consult this page before filing bugs:

BMO Administrative Processes

See also BMO on Mana (requires LDAP).

BMO Development and Other Processes

Custom Bug Entry Forms

In the past, BMO developers supported writing custom bug entry forms specific for the needs of different projects and groups within Mozilla. In order to focus more on other important features, we will no longer be providing that support going forward. For more information on why this change was made, see here.

There is a new custom form framework being developed by an outside contributor named Sebastin Santy. It is still in the early stages but it eventually will be very useful for users who want to create a customized bug entry form that can be used to submit bugs to BMO.