Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :) http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob
Love the diffs. You did a good job.
On Tue, Apr 10, 2012 at 3:46 PM, Rob Lanphier robla@wikimedia.org wrote:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :)
http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Tue, Apr 10, 2012 at 4:46 PM, Mono monomium@gmail.com wrote:
Love the diffs. You did a good job.
+1. Much easier to read. :)
Steven
Concur. Good job, Trevor!
--- Brandon Harris, Senior Designer, Wikimedia Foundation
Support Free Knowledge: http://wikimediafoundation.org/wiki/Donate
On Apr 10, 2012, at 5:00 PM, Steven Walling wrote:
On Tue, Apr 10, 2012 at 4:46 PM, Mono monomium@gmail.com wrote:
Love the diffs. You did a good job.
+1. Much easier to read. :)
Steven _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Tue, Apr 10, 2012 at 3:46 PM, Rob Lanphier robla@wikimedia.org wrote:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Woohoo!
Deployment from git working so far, this makes me happy. :)
-- brion
Am 11.04.2012 00:46, schrieb Rob Lanphier:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :) http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob
Congrats :-)
A few questions:
1. What ID was the branch point? Is this still the correct term?
2. How can I track which IDs will be deployed after this initial deployment? Currently I follow https://gerrit.wikimedia.org/r/#q,mediawiki/+status:merged+branch:master,n,z to read all merged commits. Is there a 1.20 branch?
Raimond.
This version of mediawiki is also present for some time on the deployment test site, where you can test various tools and check how is everything going to work on the wiki you are using now, for example the english wikipedia:
http://en.wikipedia.beta.wmflabs.org/wiki
In case any wiki is not there let us know and we can open it.
On Wed, Apr 11, 2012 at 8:46 AM, Raimond Spekking raimond.spekking@gmail.com wrote:
Am 11.04.2012 00:46, schrieb Rob Lanphier:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :)
http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob
Congrats :-)
A few questions:
What ID was the branch point? Is this still the correct term?
How can I track which IDs will be deployed after this initial deployment?
Currently I follow https://gerrit.wikimedia.org/r/#q,mediawiki/+status:merged+branch:master,n,z to read all merged commits. Is there a 1.20 branch?
Raimond.
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Wed, Apr 11, 2012 at 2:46 AM, Raimond Spekking raimond.spekking@gmail.com wrote:
Am 11.04.2012 00:46, schrieb Rob Lanphier:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :)
http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob
Congrats :-)
A few questions:
- What ID was the branch point? Is this still the correct term?
More or less. You can say "what commit was it branched at" too. In either case, the answer for core is 11f768c[0]. You can see the first couple of commits to wmf/1.20wmf1 starting with "Creating new WMF 1.20wmf1 branch." If you open any of the submodules in that commit, you'll be able to see the commit hash they were pinned at in the submodules.
- How can I track which IDs will be deployed after this initial deployment?
Currently I follow https://gerrit.wikimedia.org/r/#q,mediawiki/+status:merged+branch:master,n,z to read all merged commits. Is there a 1.20 branch?
We branched from master, so everything's that's been merged in core or WMF-deployed extensions should be included. The commit sha1s (different for each extension) show up on Special:Version[1] and they link to GitWeb for each of those extensions.
The cool thing about branching in git is you no longer see history on the deployment branch that starts *at the branch point.* You see the whole history of the file (as it appeared on master), so it's easy to track down where the file is in relation to master.
-Chad
[0] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=shortlog;h=refs... [1] https://test2.wikipedia.org/wiki/Special:Version
On Wed, Apr 11, 2012 at 9:57 AM, Chad innocentkiller@gmail.com wrote:
On Wed, Apr 11, 2012 at 2:46 AM, Raimond Spekking raimond.spekking@gmail.com wrote:
Am 11.04.2012 00:46, schrieb Rob Lanphier:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :)
http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob
Congrats :-)
A few questions:
- What ID was the branch point? Is this still the correct term?
More or less. You can say "what commit was it branched at" too. In either case, the answer for core is 11f768c[0]. You can see the first couple of commits to wmf/1.20wmf1 starting with "Creating new WMF 1.20wmf1 branch." If you open any of the submodules in that commit, you'll be able to see the commit hash they were pinned at in the submodules.
- How can I track which IDs will be deployed after this initial deployment?
Currently I follow https://gerrit.wikimedia.org/r/#q,mediawiki/+status:merged+branch:master,n,z to read all merged commits. Is there a 1.20 branch?
We branched from master, so everything's that's been merged in core or WMF-deployed extensions should be included. The commit sha1s (different for each extension) show up on Special:Version[1] and they link to GitWeb for each of those extensions.
The cool thing about branching in git is you no longer see history on the deployment branch that starts *at the branch point.* You see the whole history of the file (as it appeared on master), so it's easy to track down where the file is in relation to master.
-Chad
[0] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=shortlog;h=refs... [1] https://test2.wikipedia.org/wiki/Special:Version
Reading back over my own e-mail, I realized it's a bit hard for people to dig up the branch point if they don't know what they're looking for--for future iterations, we'll have make-wmf-branch include the branch point as part of the initial commit message.
-Chad
Am 11.04.2012 15:57, schrieb Chad:
On Wed, Apr 11, 2012 at 2:46 AM, Raimond Spekking raimond.spekking@gmail.com wrote:
Am 11.04.2012 00:46, schrieb Rob Lanphier:
Hi everyone,
Sam has created the wmf/1.20wmf1 branch and deployed it to test2.wikipedia.org and mediawiki.org. So, please, go for and test!
Oh, btw, enjoy the pretty new diff colors! :)
http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Rob
Congrats :-)
A few questions:
- What ID was the branch point? Is this still the correct term?
More or less. You can say "what commit was it branched at" too. In either case, the answer for core is 11f768c[0]. You can see the first couple of commits to wmf/1.20wmf1 starting with "Creating new WMF 1.20wmf1 branch." If you open any of the submodules in that commit, you'll be able to see the commit hash they were pinned at in the submodules.
- How can I track which IDs will be deployed after this initial deployment?
Currently I follow https://gerrit.wikimedia.org/r/#q,mediawiki/+status:merged+branch:master,n,z to read all merged commits. Is there a 1.20 branch?
We branched from master, so everything's that's been merged in core or WMF-deployed extensions should be included. The commit sha1s (different for each extension) show up on Special:Version[1] and they link to GitWeb for each of those extensions.
The cool thing about branching in git is you no longer see history on the deployment branch that starts *at the branch point.* You see the whole history of the file (as it appeared on master), so it's easy to track down where the file is in relation to master.
-Chad
[0] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=shortlog;h=refs... [1] https://test2.wikipedia.org/wiki/Special:Version
Thanks for the explanation but I am still confused:
1. Opening your [0]: This means I will see only commits merged to 1.20wmf1? Besides the URL parameter "h=refs/heads/wmf/1.20wmf1" nowhere 1.20wmf1 is mentioned. This is for core only? Where are the extensions? [2] gives an empty list
2. (Currently) On top of this list I see "Change I15217295: Bug 35886 - AbuseLog broken with..." Any chance to read the diff itself? The "commitdiff" link [1] is not very helpful :-/
Raimond.
[0] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=shortlog;h=refs... [1] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=commitdiff;h=76... [2] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions.git;a=shortlog;...
On 11-04-2012 00:46, Rob Lanphier wrote:
Oh, btw, enjoy the pretty new diff colors! :) http://www.mediawiki.org/w/index.php?title=MediaWiki_1.19%2FRoadmap%2Fstatus...
Aw, I had some last-minute tweaks that fixes some padding issues, but I forgot to reopen bug 11374 (https://bugzilla.wikimedia.org/show_bug.cgi?id=11374#c47).
wikitech-l@lists.wikimedia.org