Re: [Wikitech-l] garbage characters show up when fetching wikimedia api

2016-05-05 Thread Trung Dinh
Guys, Thanks so much for your prompt feedback. Basically, what I am doing is to keep sending the request based on date & time until we reach to another day. Specifically, what I have is something like: api_url = 'http://en.wikipedia.org/w/api.php' date='20160504022715' while (True):

Re: [Wikitech-l] garbage characters show up when fetching wikimedia api

2016-05-05 Thread Antoine Musso
Le 05/05/2016 21:56, Trung Dinh a écrit : > I have an issue why trying to parse data fetched from wikipedia api. > This is the piece of code that I am using: > api_url = >

Re: [Wikitech-l] garbage characters show up when fetching wikimedia api

2016-05-05 Thread Brad Jorsch (Anomie)
On Thu, May 5, 2016 at 6:16 PM, MZMcBride wrote: > The error you're getting generally means that the JSON was malformed for > some reason. It seems unlikely that MediaWiki's api.php is outputting > invalid JSON, but I suppose it's possible. > There is

Re: [Wikitech-l] garbage characters show up when fetching wikimedia api

2016-05-05 Thread MZMcBride
Trung Dinh wrote: >Hi all, >I have an issue why trying to parse data fetched from wikipedia api. >This is the piece of code that I am using: >api_url = 'http://en.wikipedia.org/w/api.php' >api_params = >'action=query=recentchanges=5000=edit=0 >dir=newer=json=20160504022715' > >f =

[Wikitech-l] garbage characters show up when fetching wikimedia api

2016-05-05 Thread Trung Dinh
Hi all, I have an issue why trying to parse data fetched from wikipedia api. This is the piece of code that I am using: api_url = 'http://en.wikipedia.org/w/api.php' api_params =

Re: [Wikitech-l] [Labs-l] Fall 2015 Tool Labs user survey data published

2016-05-05 Thread Pine W
Sounds good. Thank you. Pine Pine On May 5, 2016 08:19, "Bryan Davis" wrote: > On Wed, May 4, 2016 at 8:35 PM, Pine W wrote: > > > > Hi Bryan, > > > > Thanks for the report. With this information in hand, what follow up is > > planned? > > The primary

Re: [Wikitech-l] 2016-05-04 Scrum of Scrums meeting notes

2016-05-05 Thread Legoktm
On 05/05/2016 08:24 AM, Grace Gellerman wrote: > https://www.mediawiki.org/wiki/Scrum_of_scrums/2016-05-04 > > = 2016-05-04 = > > ==Analytics == > *Still trouble with jenkins Are there any more details about this or a bug filed for it? -- Legoktm

Re: [Wikitech-l] 2016-05-04 Scrum of Scrums meeting notes

2016-05-05 Thread Jon Robson
Yes. Thanks. I think I've done my bit. Let me know if there is anything else you need from me. On Thu, May 5, 2016 at 9:58 AM, Željko Filipin wrote: > On Thu, May 5, 2016 at 5:52 PM, Jon Robson wrote: > >> Can you clarify what you need help with

Re: [Wikitech-l] REL1_27 branches up

2016-05-05 Thread Chris Steipp
On Thu, May 5, 2016 at 8:50 AM, Chad wrote: > On Thu, May 5, 2016 at 8:19 AM Gergo Tisza wrote: > > > On Thu, May 5, 2016 at 4:31 PM, Chad wrote: > > > > > Well then it sounds like it won't make the 1.27 release. We've

Re: [Wikitech-l] 2016-05-04 Scrum of Scrums meeting notes

2016-05-05 Thread Željko Filipin
On Thu, May 5, 2016 at 5:52 PM, Jon Robson wrote: > Can you clarify what you need help with here? Is it merging > patches/updating empty columns on that table/other? > > Which tests are failing? > Tests fail all the time. See this task for some history:

Re: [Wikitech-l] REL1_27 branches up

2016-05-05 Thread Chad
On Thu, May 5, 2016 at 8:19 AM Gergo Tisza wrote: > On Thu, May 5, 2016 at 4:31 PM, Chad wrote: > > > Well then it sounds like it won't make the 1.27 release. We've known > > this branching was coming for the last 6 months :) > > > > Is there a

[Wikitech-l] load.php will now enforce the "no sessions" constraint

2016-05-05 Thread Brad Jorsch (Anomie)
It has long been the case that the load.php entry point, to support more aggressive caching, should not depend on details of the current session. For example, it should not access the session user, and should use its own 'lang' parameter for i18n messages rather than the session user's language.

Re: [Wikitech-l] 2016-05-04 Scrum of Scrums meeting notes

2016-05-05 Thread Jon Robson
On 5 May 2016 9:24 a.m., "Grace Gellerman" wrote: > > https://www.mediawiki.org/wiki/Scrum_of_scrums/2016-05-04 > > = 2016-05-04 = > > == Technology == > > > === Release Engineering === > > > For all: > > > * T128190 - Migration of browsertests* Jenkins jobs to

Re: [Wikitech-l] Reviving SVG client-side rendering task

2016-05-05 Thread Brion Vibber
On Thursday, May 5, 2016, Brad Jorsch (Anomie) wrote: > On Thu, May 5, 2016 at 9:49 AM, Brion Vibber > wrote: > There's also the font issue: with the current rasterizing, only certain > free fonts are available and we know what it

Re: [Wikitech-l] 2016-05-04 Scrum of Scrums meeting notes

2016-05-05 Thread Željko Filipin
On Thu, May 5, 2016 at 5:24 PM, Grace Gellerman wrote: > https://www.mediawiki.org/wiki/Scrum_of_scrums/2016-05-04 > > = 2016-05-04 = > > == Technology == > > > === Release Engineering === > > > For all: > > > * T128190 - Migration of browsertests* Jenkins jobs to

[Wikitech-l] 2016-05-04 Scrum of Scrums meeting notes

2016-05-05 Thread Grace Gellerman
https://www.mediawiki.org/wiki/Scrum_of_scrums/2016-05-04 = 2016-05-04 = == Technology == === Release Engineering === For all: * T128190 - Migration of browsertests* Jenkins jobs to selenium* jobs ** The migration of browsertests* to selenium* is almost complete, however, Željko needs

Re: [Wikitech-l] "Troubleshooting Git/Gerrit/git-review" docs: Help welcome.

2016-05-05 Thread Andre Klapper
On Wed, 2016-05-04 at 23:28 -0500, Andrew Bogott wrote: > On 5/4/16 8:59 AM, Andre Klapper wrote:   > > https://www.mediawiki.org/wiki/Gerrit/Troubleshooting > > Although technically correct, some of those instructions encourage users  > to use 'git pull.'  Git doc writers, please join me in my

Re: [Wikitech-l] [Labs-l] Fall 2015 Tool Labs user survey data published

2016-05-05 Thread Bryan Davis
On Wed, May 4, 2016 at 8:35 PM, Pine W wrote: > > Hi Bryan, > > Thanks for the report. With this information in hand, what follow up is > planned? The primary purpose of the study was to set a baseline of qualitative ("how are we doing") responses. These will be used to

Re: [Wikitech-l] REL1_27 branches up

2016-05-05 Thread Gergo Tisza
On Thu, May 5, 2016 at 4:31 PM, Chad wrote: > Well then it sounds like it won't make the 1.27 release. We've known > this branching was coming for the last 6 months :) > Is there a way to do a backport before the release candidate gets published? The problem with doing

Re: [Wikitech-l] Reviving SVG client-side rendering task

2016-05-05 Thread Brad Jorsch (Anomie)
On Thu, May 5, 2016 at 9:49 AM, Brion Vibber wrote: > Rendering consistency across browser engines is a concern. Supposedly > modern browsers are more consistent than librsvg but we haven't done a > compatibility survey to confirm this or identify problematic constructs. >

[Wikitech-l] Analytics Kafka Upgrade next week

2016-05-05 Thread Andrew Otto
Hiya, We’ll be upgrading the Analytics Kafka cluster from 0.8.2 to 0.9.0.1 next week. This is scheduled to start at Wednesday May 11th at 13:00 UTC (9:00 EST, 6:00 PST). If all goes well*, this should be a rolling upgrade with no downtime. Just a heads up, thanks! -Andrew & Luca *everybody

Re: [Wikitech-l] REL1_27 branches up

2016-05-05 Thread Chad
On Thu, May 5, 2016 at 6:44 AM Brad Jorsch (Anomie) wrote: > On Wed, May 4, 2016 at 9:52 PM, Chad wrote: > > > Minor reminder: please don't start landing large breaking changes on > > master now that we've swapped...it makes porting patches

Re: [Wikitech-l] "Troubleshooting Git/Gerrit/git-review" docs: Help welcome.

2016-05-05 Thread Chad
On Wed, May 4, 2016 at 9:29 PM Andrew Bogott wrote: > On 5/4/16 8:59 AM, Andre Klapper wrote: > > Hej, > > > > I went ahead & centralized the 5 git/Gerrit/git-review troubleshooting > > sections that I've found so far on random mediawiki.org pages into one > > single page

[Wikitech-l] Reviving SVG client-side rendering task

2016-05-05 Thread Brion Vibber
For the last decade we've supported uploading SVG vector images to MediaWiki, but we serve them as rasterized PNGs to browsers. Recently, display resolutions are going up and up, but so is concern about low-bandwidth mobile users. This means we'd like sharper icons and diagrams on high-density

Re: [Wikitech-l] REL1_27 branches up

2016-05-05 Thread Brad Jorsch (Anomie)
On Wed, May 4, 2016 at 9:52 PM, Chad wrote: > Minor reminder: please don't start landing large breaking changes on > master now that we've swapped...it makes porting patches between > branches way more difficult than they need to be :) > We were trying to get

Re: [Wikitech-l] [Wikimedia-l] Invitation to upcoming office hours with interim ED

2016-05-05 Thread Gregory Varnum
Hi Risker, You are correct, and I apologize for that confusion. When the message was originally drafted, there were PDT based times, and the date change was accidentally missed when UTC was added. The pages for the session have been updated to reflect the dates more accurately: Thursday, 12

[Wikitech-l] ArchCom-RFC status update: 2016-05-04

2016-05-05 Thread Rob Lanphier
Hi everyone, I've included the ArchCom-RFC status update in this mail below, which now has a dedicated wiki page: Assuming we build the habit, this should be updated weekly. Rob Recent RFC office hours - 2016-05-04: