Engineering Workflow/Road Map: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Typo: s/Lango/Lando/)
(→‎Vendor manifests: better statements of impact)
Line 31: Line 31:


Impact:
Impact:
* Third-party code in mozilla-central is obvious and easy to find.
* Easier to identify and find third-party code in mozilla-central.
* Standard processes to increase predictability of updates to third-party code.
* Easier to determine metadata about third-party code, including original source and current revision.
* Tools to ease updates to third-party code.
* Easier to update third-party code.


== Future ==
== Future ==

Revision as of 18:59, 3 May 2018

Engineering Workflow Road Map

These are the improvements and new services we are currently working on and others that we are considering for the near future (1-2 years). It is subject to change.

Current

Phabricator integration

Although our Phabricator instance has been up since September 2017, there has been ongoing work to integrate it into our tools, most notably BMO. There is a tracking bug (bug 1381498) for the remaining work before we announce general availability and start encouraging people to move over.

The last remaining item of note is forking Arcanist so that it works with git-cinnabar (bug 1443375).

Impact:

  • One sole tool for review, which allows the Engineering Workflow to concentrate its efforts, and eliminates the need for contributors to learn several tools.
  • A more intuitive interface than BMO and MozReview, with a contemporary look to appeal to new contributors.
  • Some integration with existing tools and processes, balancing complexity and disruption.
  • Excellent support from Phabricator's developers (Phacility) and a large user community.

Lando

Lando is the new automatic code-landing tool integrated with Phabricator. It is (or at least will be) functionally similar to MozReview's Autoland but is designed to be more maintainable and extensible by being less tightly coupled to the review tool.

Impact:

  • One-button landing which can be initiated by anyone with appropriate SCM access.
  • Queues landings if the trees are closed.
  • Becomes a common gateway to mozilla-central (and other repos) which allows more process and security improvements (see below).

Vendor manifests

Provide a common structure, process, and tools for managing third-party code in mozilla-central. An Intent to Require was posted to dev.platform on 2018/04/10 and finalized on 2018/10/18. Follow the tracking bug (bug 1454867) for progress.

Impact:

  • Easier to identify and find third-party code in mozilla-central.
  • Easier to determine metadata about third-party code, including original source and current revision.
  • Easier to update third-party code.

Future

Enforced reviewers

Intent-to-land

Lando Try support

Lando confidential-revision support

Lando stacked landing

cinnabar-less Git(Hub) gecko-dev support

Lando headless client API support

Lando and Phabricator backout support

Transplant service improvements

Lando Git support

Auth0 integration with BMO

Markdown in BMO