[00:16:55] I wonder if there's any benefit to moving/deleting extensions from svn trunk/extensions when they've been migrated to Git [00:17:04] Please don't [00:17:06] Stable URLs are good [00:17:17] I wasn't just going to do it [00:17:29] Just thinking being able to checkout /extensions and then put git checkouts in there too would be nice [00:17:36] without having to start removing select files etc [00:47:52] RoanKattouw: could you respond to Fabrice's email re: testing on prototype? [00:48:02] i don't want to put words in your mouth [01:16:57] rsterbin: What's the subject line? [01:17:14] AFT5 new data [01:17:15] rsterbin: BTW, I just switched prototype to git a little while ago, then wandered off and got caught up in a long conversation with Fabrice [01:17:31] ah, sweet [01:17:32] Oh, OK [01:17:36] Lemme just approve that rev [01:17:40] And then you can just run git pull [01:17:44] ok [01:17:50] Note that I cloned it over ssh, not https, so it requires credentials to pull [01:18:05] I would've liked to clone over https but prototype's SSL cert setup is screwed up [01:18:26] ok [01:19:46] sudo git pull? [01:21:32] No, that won't work [01:21:40] It'll try to use root's credentials [01:21:46] Bah, I need to add yuo guys to the group then [01:21:48] Or you can [01:21:52] sudo adduser yourname flaggedrevs [01:21:59] ok [01:22:02] (Yes, the 'flaggedrevs' group. Isn't this a mess) [01:22:41] I approved your clicktracking fix, but it has dependencies [01:22:59] Hmm maybe I can rebase it [01:23:12] "error: cannot open .git/FETCH_HEAD: Permission denied" [01:23:17] wtf... [01:23:30] Oh, F you git [01:23:49] Welcome to the glorious git future [01:23:52] changing the group on the git files... [01:24:03] no dice [01:24:17] OK try now [01:24:27] I changed the group and set g+w, surely it should work now [01:24:34] same error [01:24:39] Meh [01:25:40] it's not even asking me for permissions [01:25:45] Hrmph, we're gonna get umask issues here too [01:25:47] I remember this nightmaer [01:27:28] it's getting pretty late here. i'm going to head home, but i'll check my email when i get there (~45 min depending on traffic) [01:28:00] OK, safe travels [01:28:02] in the meantime, perhaps you should do the git pull so fabrice can see that it's not broken? [01:28:05] I did [01:28:10] i don't want to hold up anything [01:28:11] It says everything up-to-date [01:28:15] heh, awesome [01:28:22] hm [01:28:32] When you get back: log out and back in (I changed your primary group), and set your umask to 0022 [01:28:55] i don't think it did, the fix isn't there [01:28:56] It's because I haven't merged your fix yet [01:29:00] aaah, ok [01:29:05] Well I tried to, but it has dependencies and won't merge [01:29:11] I'll try rebasing it so it has no dependencies [01:29:21] sorry, git n00b [01:29:31] it's not actually dependent on anything [01:30:27] Yeah, I thought so [05:53:10] Reedy: thanks [15:53:52] greetings all [15:54:20] would like to know if wikipedia provides a sort of shortner url api [15:55:06] hi [15:55:21] not sure if I understand what you mean [15:55:32] hi petan [15:56:41] you can shorten the url by making a shortcut with redirect, but that's likely depending on the rules of give wiki project [15:56:48] sorry. I need to know if wikipedia has its own shortner url service, like twitter ( t.co ) or foursquare (4sq.com) for example.. [15:57:05] not any I know of [15:57:26] there is this: enwp.org [15:57:43] you can just type enwp.org/Prague [15:57:54] it redirect you to [[Prague]] on english wiki [15:58:11] but I don't think other projects have such a domain, and neither if it's official [15:58:46] oh nice.. I need this for mobile app, page links to share are too long sometimes.. [15:59:03] hm... it's a good idea [15:59:10] uhm seems that works only for english version :) [15:59:23] tried italian version but no success [15:59:23] maybe you could ask on wikitech list [15:59:34] I think it's something we could make [15:59:45] if there would be a support for it [15:59:52] would be great :) [15:59:59] it's just about registering some short url domain which is free :) [16:00:06] and creating a redirecting system [16:00:16] like wm.org/enwp/Article [16:01:03] yes :) [16:01:21] will post it on wikitech [16:01:32] let's see the reactions :) [16:01:42] right [16:01:53] thanks for now :) [16:01:56] yw [16:03:02] http://wm.org/ is free [16:03:09] let's register it before someone take it :p [16:05:01] nice :) [16:09:30] it's not actually free [16:09:52] :\ [16:09:56] wp.org? [16:15:58] ok petan, idea is in list :) [17:32:14] robla: do we have the code review irc checkin today ? [17:33:12] hi there....sorry timezone mixup [17:33:16] I'm in the middle of a meeting now [17:33:37] oh yeah timezones [17:33:42] I forgot about that :/ [19:59:30] Anyone here to do the API triage with me? [19:59:38] Only a few bugs [19:59:55] mostly 'cause I think this will involve more discussion [19:59:57] lol [20:00:30] Reedy: only a few that I felt like talking about.... [20:00:37] http://etherpad.wikimedia.org/BugTriage-2012-03 [20:01:05] The first two seem most problematic to me [20:01:29] https://bugzilla.wikimedia.org/35300 Borked API response has html DB error appended [20:01:34] and https://bugzilla.wikimedia.org/35305 API returns invalid JSON despite HTTP status 200 [20:01:40] could be the same thing [20:02:12] Reedy: how hard would it be to keep the db error from showing up in 35300? [20:03:39] oops, 35305 [20:08:18] hrm... bount to go to sleep in here :P [20:21:15] OK, I give up. I'm out [21:26:44] <^demon|away> hashar: I deleted the 1.20.0rc1 tag. [21:27:04] <^demon|away> git tag -d 1.20.0rc1 && git push -f origin :refs/tags/1.20.0rc1 [21:27:06] I feel like a rookie [21:27:22] <^demon|away> You have to grant force push rights on refs/tags/* for it [21:27:38] ah so I was almost doing it right at least [21:27:57] I have tagged 1.12.0rc1 so we are safe now :-) [21:28:12] how do you feel overall about that git migration? [21:28:23] I think it ran smoothly, not that much complaints [21:28:40] and lot of people managed to commit something :-) [21:29:05] <^demon|away> I think it went pretty well. Less initial problems than I feared. [21:29:19] <^demon|away> Couple of rough edges to finish off still, but all and all we did good I think :) [21:29:46] well it was well prepared [21:30:00] <^demon|away> Anyway, I'm going to run and grab some dinner. [21:30:03] and sumanah documentation job was a critical part of that success [21:30:06] bed time for me :) [21:30:09] enjoy your lunch! [21:30:14] see you monday ;) [21:30:19] thanks for the git migration \o/ [22:10:54] if somebody can quickly help me with this question: if a page is deleted quickly after its creation, I assume the revisions that created the page remain in the recentchanges table? Is this correct? [22:13:05] Reedy: what do you mean by, "RELEASE-NOTES?" in https://gerrit.wikimedia.org/r/#change,3659 [22:13:24] He's fixed a bug, but not added a RELEASE-NOTES entry for it [22:13:37] Reedy: ah [22:30:42] hey -- is there a good place to suggest new tools somewhere? [23:42:15] preilly: have you been committing stuff to git, taking a diff of that applying to svn and committing? [23:42:18] Or is there a nicer way? [23:44:12] Reedy: that's about it [23:44:53] I bet Roan has a one liner for it [23:44:56] Oh well ;) [23:49:13] Reedy: that is probably true