Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Antoine Musso
Platonides wrote: What I have trouble with is in imagining the UI for reviewing a topic branch, with perhaps several commits per step. To me the concept of topic is to lamely tag a commit as being part of specific area of code such as API, Parser, tests. We could probably tweak Gerrit to

Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Antoine Musso
Roan Kattouw: Fixup commits tend to be a blind spot when people think about pre-commit review. How are the blind spot? You can diff each patchset with its previous one (though a rebase kind of screw it up). Whenever I send a new patchset, I try to add a cover message introducing what was done

Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Antoine Musso
Daniel Friesen wrote: The ops guys hate ruby. I am pretty sure they love it. Puppet itself is a DSL based on top of ruby. The ops argument is we don't want to handle security updates and nasty performance bug for yet another language. -- Antoine hashar Musso

Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Roan Kattouw
On Thu, Jul 19, 2012 at 11:52 PM, Antoine Musso hashar+...@free.fr wrote: How are the blind spot? You can diff each patchset with its previous one (though a rebase kind of screw it up). Whenever I send a new patchset, I try to add a cover message introducing what was done in the new patchset

Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Derric Atzrott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I agree with Rob that changing Gerrit or Gitorious or Gitlab is not something that we should get undertake lightly. In my opinion, it is more realistic to evaluate the tools as they exist today, with maybe mostly minor changes and small features

[Wikitech-l] How to tell MW that I want to use the HTTPS version?

2012-07-20 Thread Strainu
Hi, For about as long as they've been around, I've been using the HTTPS urls for Wikipedia and sister projects. Right now, there is basically no way I'm leaving the secure site, with one exception: the email messages I receive when I have a new message or when a watched page changes. This is

Re: [Wikitech-l] How to tell MW that I want to use the HTTPS version?

2012-07-20 Thread Chad
On Fri, Jul 20, 2012 at 8:56 AM, Strainu strain...@gmail.com wrote: Hi, For about as long as they've been around, I've been using the HTTPS urls for Wikipedia and sister projects. Right now, there is basically no way I'm leaving the secure site, with one exception: the email messages I

Re: [Wikitech-l] How to tell MW that I want to use the HTTPS version?

2012-07-20 Thread MZMcBride
Strainu wrote: For about as long as they've been around, I've been using the HTTPS urls for Wikipedia and sister projects. Right now, there is basically no way I'm leaving the secure site, with one exception: the email messages I receive when I have a new message or when a watched page

[Wikitech-l] (sin asunto)

2012-07-20 Thread Darling
-END PGP SIGNATURE- -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema Nacional de Salud. La persona que envia este correo asume el compromiso de usar el servicio a tales fines

Re: [Wikitech-l] Article revision numbers

2012-07-20 Thread Adam Wight
wi...@wikidev.net: On 07/16/2012 04:49 PM, Adam Wight wrote: Cool! That's a nice solution because it's transparent to the end-user's system. However, if we use the current schema as you're describing, we would have to reconcile rev_id conflicts during the merge. This seems like a nasty

Re: [Wikitech-l] Gerrit downtime this Friday

2012-07-20 Thread Sumana Harihareswara
On 07/17/2012 08:26 PM, Asher Feldman wrote: Hi All, Ryan Lane and I are migrating gerrit's db to a server in eqiad (where the gerrit app server is located) on Friday, and have a downtime window of 18:00-19:00 UTC (11am-12pm PDT). Actual downtime should be shorter. Gerrit makes many mysql

Re: [Wikitech-l] Gerrit downtime this Friday

2012-07-20 Thread Asher Feldman
Mission accomplished! On Tue, Jul 17, 2012 at 5:26 PM, Asher Feldman afeld...@wikimedia.orgwrote: Hi All, Ryan Lane and I are migrating gerrit's db to a server in eqiad (where the gerrit app server is located) on Friday, and have a downtime window of 18:00-19:00 UTC (11am-12pm PDT). Actual

Re: [Wikitech-l] Gerrit downtime this Friday

2012-07-20 Thread Erik Moeller
On Fri, Jul 20, 2012 at 11:28 AM, Asher Feldman afeld...@wikimedia.org wrote: Mission accomplished! Woo - Gerrit is actually fast now. :) Thanks, guys. -- Erik Möller VP of Engineering and Product Development, Wikimedia Foundation Support Free Knowledge:

Re: [Wikitech-l] Gerrit downtime this Friday

2012-07-20 Thread Chad
On Fri, Jul 20, 2012 at 2:31 PM, Erik Moeller e...@wikimedia.org wrote: On Fri, Jul 20, 2012 at 11:28 AM, Asher Feldman afeld...@wikimedia.org wrote: Mission accomplished! Woo - Gerrit is actually fast now. :) Thanks, guys. Funny what putting it on better hardware in the same datacenter as

Re: [Wikitech-l] How to tell MW that I want to use the HTTPS version?

2012-07-20 Thread Roan Kattouw
On Fri, Jul 20, 2012 at 6:10 AM, Chad innocentkil...@gmail.com wrote: It's because the URLs are based on who was using the wiki at the time and caused the e-mail to be generated. If I'm using HTTP, you'll get an HTTP e-mail. This is no longer true, I fixed this about a year ago. E-mail

[Wikitech-l] Permitting transclusion?

2012-07-20 Thread Daniel Barrett
Can an extension detect that a given article has been transcluded from a given namespace? Here's why I ask. On our wiki, we have an extension with a special restriction: it can be used only in a specific namespace, N. So it contains logic like this: if ($title-getNamespace() == NS_N) { //

Re: [Wikitech-l] How to tell MW that I want to use the HTTPS version?

2012-07-20 Thread Strainu
2012/7/20 MZMcBride z...@mzmcbride.com: In the time you took to write this e-mail, you could've just searched Bugzilla for https. :-) Point taken! I believe you're looking for these days: * Resolution of protocol-independent URLs for email messages should be based on preference of the

Re: [Wikitech-l] Article revision numbers

2012-07-20 Thread Lars Aronsson
On 2012-07-17 07:32, Derric Atzrott wrote: This is all a fantastic idea. Distributing Wikipedia in a fashion similar to git will make it a lot easier to use in areas where Internet connections are not so common. It always surprises me when people express enthusiasm for this kind of idea,

Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Ryan Lane
On Thu, Jul 19, 2012 at 11:55 PM, Antoine Musso hashar+...@free.fr wrote: Daniel Friesen wrote: The ops guys hate ruby. I am pretty sure they love it. Puppet itself is a DSL based on top of ruby. The ops argument is we don't want to handle security updates and nasty performance bug for yet

Re: [Wikitech-l] Deployment of Wikidata

2012-07-20 Thread Scott MacLeod
Wikidatans, Is there a possibility that we could also include German as a third language here for deployment testing? Not only are many Wikipedians on this list familiar with the German Wikipedia and are German speakers (for a sizable development community) but in beginning to develop World

Re: [Wikitech-l] Serious alternatives to Gerrit

2012-07-20 Thread Platonides
On 20/07/12 08:50, Antoine Musso wrote: Platonides wrote: What I have trouble with is in imagining the UI for reviewing a topic branch, with perhaps several commits per step. To me the concept of topic is to lamely tag a commit as being part of specific area of code such as API, Parser,

Re: [Wikitech-l] Automatic mobile redirection enabled for *.wikimedia.org sites hosted on the cluster (except for commons)

2012-07-20 Thread Diederik van Liere
Hey arthur It seems that the redirection to the mobile donation site (donate.m.wikimedia.org) does not work. D Sent from my iPhone On 2012-07-19, at 19:35, Arthur Richards aricha...@wikimedia.org wrote: PS big thanks to Asher Feldman for getting the change compiled and deployed. On Thu,