Git/Conversion

From MediaWiki.org
< Git(Redirected from Git conversion)
Jump to: navigation, search

This page discusses efforts to convert away from our current Subversion repository to Git. MediaWiki core and extensions used on Wikimedia sites have now switched to Git, but moving additional affected projects, and improving our new development infrastructure with tools integrating Gerrit and Git into our workflow, will continue to take engineering time until we completely switch our Subversion repository to read-only in the summer of 2013.

Contents

[edit] Status

  • 2012-04-monthly: MediaWiki core and all extensions deployed on Wikimedia sites are getting into regular development cycles. The second group of extensions were migrated on April 27. We've also branched and released 1.20wmf1 to most Wikimedia sites. The priorities for Gerrit are currently fixing our UTF-8 problem, improving Gerrit integration with IRC and e-mail, making project/user information more discoverable, and upgrading Gerrit to 2.3 in the next week or so.

[edit] Rationale

Our current Subversion-based version control system has served us well, but we're in need of a more suitable version control system for our development effort. Our community is very distributed, with many parallel efforts and needs to integrate many different feature efforts. After long consideration, we've decided to move from Subversion to Git.

Some advantages of git:

"I love git just because it allows me to commit locally (and offline)." - Guillaume Paumier
"[Y]ou can create commits locally and push them to the server later (great for working without wifi), you can tell it 'save my work so I can go do something else now' in one command, and it'll allow us to review changes before they go into "trunk" (master).... without human intervention in merging things into trunk. Gerrit automates this process." - Roan Kattouw


[edit] Affected development projects

MediaWiki core (/trunk/phase3/) and MediaWiki extensions that WMF deploys moved to Git in March 2012. Afterwards, any other extensions, tools, or projects that wish to move can do so. These might include operations, fundraising, pywikipediabot, etc.

We will leave some codebases in Subversion and not bother migrating them, because those extensions or tools have been abandoned. Some developers will choose to move their projects to Github or some other git site. We will also leave svn.wikimedia.org up for at least multiple years; for the subdirectories holding projects that have moved to git, the repository will be read-only.

The Git conversion team will publicize any changeover date with at least 2 weeks' notice. As of right now (1 Feb 2011) there are no specific cutover dates set.

Chad would like to gradually migrate all projects currently on Wikimedia's Subversion repository so that he can make all of svn.wikimedia.org read-only by the middle of 2013 -- they can use Git/New repositories. They could move to WMF's git repo, or to another host; Chad can help them decide and migrate.

  • MediaWiki extensions (not used by WMF)
    cf. Git/Conversion/Extensions queue
    Starting in March or April 2012, Chad will move alphabetically through all extensions (that are not deployed on Wikimedia Foundation sites) and offer each of them choices as to when and whether to shift.
  • Pywikipediabot
    The pywikipediabot community has not yet decided on whether to move, but is strongly leaning towards staying with SVN for now. Sumana Harihareswara, Wikimedia Foundation Volunteer Development Coordinator 00:23, 8 February 2012 (UTC)
  • Wikimedia Foundation fundraising
    Fundraising extensions (including DonationInterface, FundraiserLandingPage, ContributionReporting, et al) can move along with core
    Fundraising stuff in the Wikimedia repository can move on a timeline TBD
    Fundraising migration is under discussion.
  • Wikimedia Foundation operations
    Ops is pretty much aware of this since they've already started the git move. Happening piecemeal by them as they're ready.
    Status:    In progress
  • Ariel Glenn's dumps infrastructure
    Just two paths, /trunk/backups and /branches/ariel/. Should be pretty trivial, history's not complicated.
    Can convert: as soon as we're ready, just give Ariel a day's notice or so.
    Status:    Done Moved to operations/dumps.git on 15-Feb-2012. svn made r/o.
  • Wikimedia Foundation data mining and analytics, including Community Department
    don't know
  • Toolserver internationalisation
    In active use but maintainers don't have time right now to deal with migration. Another time.
  • Daniel Kinzler's WikiWord project
    Per IRC: No rush, will move casually after main migration. Not under active development right now.
  • mwdumper
    Not being actively developed right now. Can move this whenever.
    Status:    Done Has been moved to mediawiki/tools/mwdumper.git on 15-Feb-2012. svn made r/o.
  • WM planet configuration
    Status:    In progress Was moved into operations/puppet.git (in files/planet) by Dzhan. This whole system needs redoing anyway (see bug 27208, GSoC 2012 project idea), but it'll do for now. (see 36058)
    Should probably make svn r/o for this.
  • Wikimedia Mobile
    Currently being done on github -- moving will be easy, just have to talk to mobile team about adjusting their workflow.
  • Continuous integration, for example TestSwarm
    Not yet migrated to Git
    Status:    Done All the testswarm/jenkins stuff is ongoing in git. Nothing from SVN is being used anymore (still maybe need to make paths r/o?)

[edit] Timeline

[edit] December 2011

  • Preliminary test conversions early in month Yes check.svg Done, December 5ish
  • Git workflow architecture review Yes check.svg Done, December 19
  • Agree on implementation strategies regarding remaining development process questions, e.g. how to handle multi-repo commits Yes check.svg Done as of 1 Feb

[edit] January 2012

  • CI tests and linting get run when a developer chooses to push to the stage between their branch and the mainline branch (see Ideal Workflow Document and Git-review) (still in progess as of 9 March -- Antoine is working on this. right now, only happens on the master)

[edit] February 2012

  • Finish code review on trunk (progress at Code Review stats and MediaWiki 1.19/Revision report) Code review backlog went back up at the end of the month.
  • Cut 1.19 release branch - Yes check.svg Done, Branched at r110996 on 9th February, 2012
  • Ask people to stop creating new extensions in Subversion now - Yes check.svg Done, 11 Feb
  • Communicate to larger community about migration
  • Make Gerrit behave like we want it to -- TODO [in progress, see March]
    • work on permissions Yes check.svg Done as of March 9th
    • work on hooks - Yes check.svg Done as of March 30th
  • Training documentation and interactive training
    • Update Git/Workflow Yes check.svg Done
    • Video training. Set up a test repo, tell 3 people to submit patches simultaneously, walk them through that, then walk them through reviewing it Yes check.svg Done

[edit] March 2012

(Chad Horohoe unavailable March 10th-19th; Antoine Musso is his backup.)

  • Finish up specific Git management scripts / changes
    • to support WMF workflow Yes check.svg Done
      • stage git-based tree on fenari Yes check.svg Done
      • update documentation Yes check.svg Done
    • i18n updates Bug 34137 Yes check.svg Done This is nearly complete by March 30th. l10n updates can be pushed from translatewiki, finishing the auto-approval process.
      • Automate the translators' process as much as possible--it currently takes about 20mins/day for Raymond to do and that's a huge timesink. Chad to follow up. This has to be ready before ANY migration of core to git starts.
  • MediaWiki 1.19RC1 release from Subversion. [Week of 5 March] Yes check.svg Done
    • Code review stats goal by end-of-week: 20 new on phase3, 100 new on phase3+extensions WMF deploys. Yes check.svg Done (late)
  • 2 weeks before migration of MediaWiki core, start communicating about cutover date -- give date & links to all the documentation with the 3 most frequently asked questions [Week of 5 March]
  • Keep Extension:ExtensionDistributor working. See bugzilla:27812. [In progress - Sam]
  • MediaWiki 1.19.0 release from Subversion Git. [Week of 12 March]
    • MediaWiki 1.19.0beta2 release from git Yes check.svg Done March 22nd.
    • Code review stats goal by end-of-week: as close to zero as possible in phase3+extensions WMF deploys. Yes check.svg Done
  • Mass-create Gerrit accounts from the SVN users whose USERINFO has an email address in it, and tell them via wikitech-l that they should just go to the password reset page on labsconsole to start logging in. [Ryan, March 12th] Yes check.svg Done
  • Make Gerrit behave like we want it to -- [[labsconsole:Gerrit bugs that matter|TODO] (better TODO to come)
    • Making permissions right Yes check.svg Done
      • Allow anyone to create a gerrit account without needing human intervention from a gatekeeper [in discussion]
    • Making hooks correct Yes check.svg Done
  • Documentation and training
    • Chad to update the code review guides, with help from Guillaume, before the migration of core. This will include:
  • Git migration -- core & extensions [scheduled for Wednesday, March 21] Yes check.svg Done
    • Make trunk/phase3 & trunk/extensions read-only Yes check.svg Done
  • do deauth of SVN as a pre-commit hook to output an informative error message in case someone tries to commit to MW core -- "Subversion is dead, we have moved to git, read Git/Conversion"
    • pre-commit hooks are in puppet, when someone does this (probably Chad)
    • Right now it's a hard de-auth in authz
  • Get native packages on Windows and Mac for git-review since it's so much easier and better than the manual commit messages hook process. See bugzilla:35145. X mark.svg Not done

[edit] April 2012

  • Git migration -- ANYTHING ELSE
  • Possibly 1.20wmf1 (first mini deployment untethered to release schedule, first of many...1.20wmf2, 1.20wmf3, etc) from git. Yes check.svg Done
  • Move towards git-based development and release process Yes check.svg Done
  • First deployment from git mainline development branch Yes check.svg Done
  • Move towards continuous integration via git, goalpost: weekly deployment
  • MediaWiki 1.20, first deployment and release from git mainline development branch [Targeted for October currently]
  • Unsorted "blockers"

[edit] June - July 2012

Evaluation of Git/Gerrit workflow and consideration of alternative tools/workflows.

Goal: Determine whether we need to undertake a significant round of Git/Gerrit improvements, or whether there are major deficiencies in the Git/Gerrit workflow that would justify switching to a different review tool/process.

Alternative open source review tools:

Things about Gerrit we like:

  • We've got core unit tests running prior to any human review
  • We have (imperfect) e-mail notification about changes
  • We can push changes to a specific reviewer
  • Patch sets allow gradual improvement of a change prior to merge
  • Frequent releases of Gerrit itself and active dev community

Things about Gerrit we dislike:

Workflows to consider:

  • Short-lived bug/feature branches (e.g. "bug/36987")
  • Long-lived feature branches (e.g. Wikidata)
  • Well-maintained, regularly pushed extensions (e.g. MobileFrontend)
  • Cross-project maintenance and development (e.g. i18n/l10n updates and fixes)
  • Security-sensitive or access-restricted code (e.g. ops production changes)
  • Complex third party extension development without significant WMF implications (e.g. Semantic MediaWiki)

[edit] Split up and convert repositories

A naïve git-svn conversion of the entire repository (with branches) weighs in at around 7.8GB (November 2011). It makes no sense to make one Git MediaWiki repository, it should be split up.

In Subversion everything gets squashed into one giant repository. In Git repositories are split at the boundaries over which code does not cross.

[edit] Splitting

We have a test repository up, but in February 2012 will redo the split to create a permanent git repo.

  • MediaWiki will go in mediawiki/core.git
  • Extensions will go in mediawiki/extensions/foo.git
    • There will be an extension "meta repository" at mediawiki/extensions.git which will contain all extensions as submodules.
  • Other things across SVN need to find new homes in Git

/Splitting tests

[edit] Converting

  • Yes check.svg Done Every commit needs to be rewritten to give name/email pairs to SVN users. We are using username@users.mediawiki.org for a unified e-mail address scheme for all old commits.
Only for those without a known mailaddress or all?
What about username@svn.wikimedia.org instead?

[edit] Unscheduled items

Other cool things to do (not blockers):

  • X mark.svg Not done Convert the Bugzilla code to recognize the new SHA-1 commits. Come up with a shorthand to autolink from BZ to gerrit changeset
    • Would Mark H. mind looking into this, since Bugzilla is his baby?
    • Filed as bugzilla:35144. Workaround: For now, when referring to a Git diff, please paste changeset "Change ID"s, or the changeset number in the Gerrit changeset URL, into the BZ comment. Both are globally unique.
  • X mark.svg Not done Create database of SVN revision ids -> Git SHA-1's for useful lookups.
    • Info is included in Git commits, just need to make a DB mapping of them. Good weekend project after the conversion is complete if someone is feeling bored.
    • Coren may work on this.
  • X mark.svg Not done Rusty and Roan's effort to turn every Bugzilla patch into a git pull request.
  • X mark.svg Not done change MediaWiki CR to readonly, no new comments or statuschanges. This is in the very long run: how to write redirects for viewvc -> gitweb? But that can wait till like 2013.
  • X mark.svg Not done Enforce commit message format http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html

Done:

  • Yes check.svg Done Change the configs of automatic bots -- when I commit, where will it spit out?
    • Isn't this done? gerrit-wm now posts to #mediawiki by default.

Wontfix:

  • X mark.svg Not done Bump gerrit ids to some big number (eg. 200000) greater than the largest svn revision (so that they could be treated as 'logical' revisions, without conflicting the svn ones).
    • Not easy -- we've already started using gerrit in a production setting and we've got over 2k changesets.
      • We can live with those 2k changesets having the same number of MW ones, as they are different repos. For the actual change, it seems as easy as running ALTER TABLE tbl_name AUTO_INCREMENT = N.
      • WONTFIX

[edit] Ideal state

This is what we'd love to see: Ideal git workflow.jpg

[edit] History

See history of MediaWiki version control

[edit] People

[edit] Working on the conversion

[edit] Documents


[edit] Communications


Git Git intro · Download from Git · Our Git workflow · Commit message guidelines · Request a new Git repository · Migration to Git · Outstanding Git conversion issues · Git GUI applications     more.. »
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox