[Wikitech-l] MediaWikiBreaks codesniffer checks

2014-08-12 Thread addshorewiki
Toward the end of Wikimania I started working on some codesniffer stuff that could be run against extensions, skins etc to see if a change in mw-core has broken them. My current WIP patch can be seen on gerrit and all comments are welcome! https://gerrit.wikimedia.org/r/#/c/153399/ My plan would

Re: [Wikitech-l] Dropping unused repos (was: Extension unit tests!)

2014-08-11 Thread addshorewiki
That is one thing we should take into account when clearing them out. We should look at the date of last commit or the date of creation and if they were in the last 6 months of so possibly leave them there. And naturally take a backup of the deleted repos and shove it somewhere? Addshore On 11

[Wikitech-l] Extension unit tests!

2014-08-09 Thread addshorewiki
Great news all! Some talks at Wikimania got me looking at ALL of the extensions on gerrit, and thus, some things happened! We now have zuul / jenkins triggers and jobs for unit tests (non voting) on ALL extensions on gerrit (excluding empty repos) https://gerrit.wikimedia.org/r/#/c/152236/ And

Re: [Wikitech-l] Dropping unused repos (was: Extension unit tests!)

2014-08-09 Thread addshorewiki
Unused repos that I spotted while going through extensions are listed below. These repos all look empty, or just contain a gitreview / gitignore etc in them, 76 in total... AddMetaAndTitle AmazonLookup ArticleRatings AzharAuth CategoryMagicWords Censor ContextComments CustomMagic

Re: [Wikitech-l] Minding pull-requests on GitHub

2014-04-18 Thread addshorewiki
As for notifications just turn the IRC hook on an point it at wikimedia-dev for the repos? WMDE do a similar thing for all of their github repos, see the following script which makes it a lot easier! https://github.com/wmde/github-hook-updater Addshore On 18 April 2014 10:31, Grunny

Re: [Wikitech-l] MediaWiki on Google App Engine

2014-04-07 Thread addshorewiki
If it is a public personal wiki take a look at Orain[1]. Would probably save rather a lot of effort in setup and maintenance! Addshore [1] https://meta.orain.org/wiki/Main_Page On 7 April 2014 22:53, Denny Vrandečić vrande...@gmail.com wrote: Oh, my use case is simple: I just want to run my

Re: [Wikitech-l] Merging near deployment branch cut time

2014-03-07 Thread addshorewiki
I feel like I should probably post here about the current Wikibase / Wikidata deployment pipeline too which probably differs slightly to other products. On a per commit basis: A commit is made, the unit tests run on jenkins, the commit is reviewed, amended, merged, Jenkins again runs the unit

Re: [Wikitech-l] Merging near deployment branch cut time

2014-03-07 Thread addshorewiki
One thing I didn't mention is that we recently marked a few of our selenium tests as smoke tests which I just spotted was suggested in the other email thread for core! Great idea! Addshore On 7 March 2014 19:34, addshorewiki addshorew...@gmail.com wrote: I feel like I should probably post

Re: [Wikitech-l] .wiki gTLD

2014-02-22 Thread addshorewiki
en.wiki data.wiki meta.wiki media.wiki en.books.wiki en.voyage.wiki Most of them sound rather plausible. Addshore That is a tough one, since most project names /start/ with wiki. pedia.wiki just sounds awkward, as do many others. On Fri, 21 Feb 2014, at 5:56, Derric Atzrott wrote: ICANN just

Re: [Wikitech-l] Visual Editor and Parsoid New Pages in Wikitext?

2014-02-16 Thread addshorewiki
That is due to Wikimedia Labs currently having a small NFS issue. Addshore On 16 February 2014 10:34, David Gerard dger...@gmail.com wrote: On 15 February 2014 08:06, Matthew Flaschen mflasc...@wikimedia.org wrote: If you look at the HTML source code of

Re: [Wikitech-l] [Labs-l] tools.wmflabs outage

2014-02-09 Thread addshorewiki
Coren is working on it :) XFS issues agin On 9 February 2014 17:50, Petr Bena benap...@gmail.com wrote: Pretty much nothing regular admins can fix, we indeed need someone from WMF with root keys / access to physical servers, because this seems to be issue on NFS again (IMHO) can't confirm

Re: [Wikitech-l] [Labs-l] tools.wmflabs outage

2014-02-09 Thread addshorewiki
Everything should be recovering now! Addshore On 9 February 2014 17:55, John phoenixoverr...@gmail.com wrote: Does anyone have coren's number to let him know? He is the paid WMF contact for this. On Sunday, February 9, 2014, Petr Bena benap...@gmail.com wrote: Pretty much nothing

Re: [Wikitech-l] How can I retrieve patrol token for specific revision

2013-11-29 Thread addshorewiki
I think it is a case of, * retrieve token * patrol change * patrol change * patrol change * patrol change * get token error * retrieve new token On 29 November 2013 14:20, Petr Bena benap...@gmail.com wrote: aha so * I first retrieve the token * I use the same token for every patrol OR

Re: [Wikitech-l] How can I retrieve patrol token for specific revision

2013-11-29 Thread addshorewiki
action=patrol has both a revid and a rcid parameter :) On 29 November 2013 14:48, Petr Bena benap...@gmail.com wrote: I am wondering how to convert edit ID (RevID) to RCID? Because that's the other part of patrol request. On Fri, Nov 29, 2013 at 2:22 PM, addshorewiki addshorew...@gmail.com

Re: [Wikitech-l] MediaWiki to Latex Converter

2013-11-18 Thread addshorewiki
Why not set it up on Labs? :) On 17 November 2013 20:45, Dirk Hünniger dirk.hunni...@googlemail.comwrote: Hello, I also put up a web version of the mediawiki to latex converter. http://mediawiki2latex.mooo.com/ The machine it is running on is really slow (like an intel atom) Yours Dirk

Re: [Wikitech-l] New project on labs for unit tests

2013-11-11 Thread addshorewiki
For the benefit of the list! https://github.com/huggle/huggle3-qt-lx/commit/560508031c860e942a1df36cb85f140043d1 https://travis-ci.org/huggle/huggle3-qt-lx/builds Addshore On 9 November 2013 00:33, addshorewiki addshorew...@gmail.com wrote: Petr I'll try to setup Travis tests to run

Re: [Wikitech-l] New project on labs for unit tests

2013-11-08 Thread addshorewiki
Petr I'll try to setup Travis tests to run on every github commit on Monday. :) That seems like the best solution as the repo is on github! Also this way you'll be able to see the status of the tests for all branches and pull requests etc :-) Addshore On 8 Nov 2013 17:22, Petr Bena

Re: [Wikitech-l] Jenkins tests now ship $wgDebugLogFile output

2013-10-18 Thread addshorewiki
:D On 18 October 2013 10:09, Antoine Musso hashar+...@free.fr wrote: Hello, Yesterday I have updated the Jenkins jobs running PHPUnit to enable $wgDebugLogFile and provide the result in the build result. That will hopefully help people figuring what is wrong when a test is failing. As an

Re: [Wikitech-l] Operations team announcements: Ryan and Leslie

2013-10-16 Thread addshorewiki
Congrats indeed :) On 16 October 2013 09:40, Ken Snider ksni...@wikimedia.org wrote: Hello! I'm extremely pleased to announce that we've had two promotions within the Technical Operations team! Leslie Carr has been promoted to Senior Operations Engineer (Networking). As many of you know,

Re: [Wikitech-l] Officially supported MediaWiki hosting service?

2013-10-15 Thread addshorewiki
Glad to hear you like it! :) On 15 October 2013 04:41, Quim Gil q...@wikimedia.org wrote: On 10/02/2013 06:33 PM, Mark A. Hershberger wrote: Did you see the Orain wikifarm? https://meta.orain.org/ No, I hadn't. But I followed your advice, I checked it out, tested the service with a wiki

Re: [Wikitech-l] [IRC] hiring more wm-bot operators

2013-10-11 Thread addshorewiki
That is rather nice to know! On 11 October 2013 15:57, Marc A. Pelletier m...@uberbox.org wrote: On 10/11/2013 09:30 AM, Petr Bena wrote: What is dickson server? Why it works better? dickson.freenode.net as also known as dickson.wikimedia.org: the freenode node that is on our network.

Re: [Wikitech-l] HTTP 500 error at tools.wmflabs.org

2013-10-10 Thread addshorewiki
I have reopened https://bugzilla.wikimedia.org/show_bug.cgi?id=55498 Again this is just affecting tools-webserver-01, 167 tools get the error, 182 will not. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] HTTP 500 error at tools.wmflabs.org

2013-10-10 Thread addshorewiki
They are setup using puppet 'role::labs::tools::webserver' webserver-03 was created not too long ago and some tools were shifted onto it. It shouldn't be to hard to resolve the problem again, we just need to wait for someone with the technical permissions to do so.