[02:50] lifeless: Interested in a very challenging +1/-194 review? [02:51] sure [02:51] https://code.launchpad.net/~wgrant/launchpad/goodbye-binarypackagereleaseset/+merge/45094 [02:51] Speaking of reviews, I probably want to find a mentor at some point. [02:59] lifeless: Thanks. [05:16] wgrant: And a 4 digit bug closure! Win! [05:22] StevenK: That was the main purpose of the branch. [09:26] gmb: already around? [09:27] adeuring: Yes. I'll be starting reviews at the top of the hour. [09:27] Happy new year, by the way :) [09:27] gmb: happy new year to you too :) === gmb changed the topic of #launchpad-reviews to: On call: gmb || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === gmb changed the topic of #launchpad-reviews to: On call: gmb || reviewing: adeuring || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [10:34] adeuring: I think it's worth refactoring the part of test_user_access_to_private_bug_attachment() that deals with disabling the redirect mechanism in the test HTTP client out into its own method or even a standalone function; it's complex enough that it doesn't really fit in the middle of the test without confusing the reader (well, me, anyway) and we may want to use it elsewhere at some point. [10:34] gmb: yes, I'll do that. thanks for the suggestion! [10:35] adeuring: Cool. I've got a couple of other comments but nothing major, so r=me with that refactoring. [10:35] gmb: thanks! === gmb changed the topic of #launchpad-reviews to: On call: gmb || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [11:42] happy new year gmb, and thanks for the review! [11:43] jelmer: Happy new year; you're welcome :) [11:57] Hello there gmb. Happy new year and belated congrats on your first anniversary :) I wonder if you'd fancy looking at a branch with two simple text changes? https://code.launchpad.net/~matthew.revell/launchpad/VAT-update/+merge/45113 [11:59] mrevell: Hello, good morning, thankee, thankee and yes of course. [11:59] ta :) [12:03] mrevell: What editor are you using? It appears to be adding DOS line endings (or is that deliberate?) [12:04] Actually, they're all over the tour HTML files, by the look of it. [12:05] ... okay, no, I'm wrong. Just tour/api so far... [12:08] gmb, Gedit, although the original HTML for the tour was done by an external contractor on some sort of Mac, I believe. AFAIK I'm preserving whatever the file uses at the time. Perhaps I should strip the DOS line endings. [12:09] mrevell: Yes, I think that would be best. Otherwise, you end up with a situation where we get noise in the diffs just because an editor does something with the line endings. [12:10] mrevell: Other than that, r=me. [12:11] gmb, Thanks. I'll fix those line endings. [12:12] Cool === matsubara-afk is now known as matsubara === gmb changed the topic of #launchpad-reviews to: On call: gmb || reviewing: lunch || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === mrevell_ is now known as mrevell-lunch === gmb changed the topic of #launchpad-reviews to: On call: gmb || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [14:11] allenap: i updated the mp you were looking at before the break. [14:11] i had bac take a look at it since i wasn't sure how long you were out for, but i'd still love for you to take a look and make sure i addressed your concerns. [14:13] jcsackett: Okay, cool, I'll go and take a look. [14:13] allenap: thanks! === mrevell-lunch is now known as mrevell [14:16] mrevell: hi, fancy reviewing a UI mockup? [14:16] bigjools, I'd love to. [14:16] mrevell: https://dev.launchpad.net/LEP/DerivativeDistributions [14:17] https://dev.launchpad.net/LEP/DerivativeDistributions#Mockups [14:17] in fact [14:17] see the first 2 [14:17] Thanks bigjools, I'll get onto that now. [14:17] mrevell: we can have a Grumble if that helps === salgado is now known as salgado-lunch === deryck is now known as deryck[lunch] [15:50] mrevell: https://dev.launchpad.net/LEP/DerivativeDistributions updated a bit [15:50] Thanks bigjools [16:41] gmb: Can you review this branch? https://code.edge.launchpad.net/~edwin-grubbs/launchpad/bug-682727-bug-count-timeout/+merge/45141 === Edwin__ is now known as EdwinGrubbs [16:42] EdwinGrubbs: Sure. [16:52] EdwinGrubbs: r=me with a couple of minor nitpicks === gmb changed the topic of #launchpad-reviews to: On call: - || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [16:52] gmb: thanks === matsubara is now known as matsubara-lunch === salgado-lunch is now known as salgado === deryck[lunch] is now known as deryck === leonardr changed the topic of #launchpad-reviews to: On call: leonardr || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === gary_poster is now known as gary-lunch === benji is now known as benji-lunch === gary-lunch is now known as gary_poster === benji-lunch is now known as benji === mars changed the topic of #launchpad-reviews to: On call: leonardr, mars || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === benji changed the topic of #launchpad-reviews to: On call: leonardr, mars || reviewing: - || queue: [benji] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [20:39] leonardr and mars: you two can thumb wrestle over https://code.edge.launchpad.net/~benji/launchpad/bug-669701/+merge/45171 [20:40] i'll get it [20:42] mars, then maybe you can review a couple small branches of mine [20:45] benji, can you make diff_rules a method of the view instead of a free-floating function? [20:46] leonardr: I can. [20:47] can you do anything about that lines_of_context = 99999? is there some 'unlimited' constant? [20:49] leonardr: unfortunately not; it's required to be a number (arithmatic is performed on it) [20:49] ok [20:50] re. diff_rules, since it doesn't use self, I assume you want it to be a class method, correct? [20:50] er, not a classmethod a staticmethod [20:52] benji: i don't think it matters much, but i don't know much about the best practices of views [20:52] maybe mars can weigh in [20:53] go ahead and make it a static method. the main thing is that it be close to the place that uses it [20:53] i do think your code in line 150-151 violates our style guide [20:54] it should be more like [20:54] browser.getControl( [20:54] name="field.feature_rules").value = ( [20:54] 'beta_user some_key 10 another value with spaces') [20:54] iow the parenthesis should be the last thing on the line, and you should add parentheses to avoid exceeding the line limit [20:56] ok, I'll change that (that'll be a hard one for me to remember) [20:59] same futher along in the diff === salgado is now known as salgado-afk [21:00] leonardr: hmm, I can't find the second one, what is the line number in the diff? [21:00] benji: around 153? [21:01] oh, yeah I already changed that one [21:01] ok [21:01] i think that's it [21:02] cool, thanks === matsubara is now known as matsubara-afk [21:10] leonardr: given that this has a (admin-only) UI component, should it get UI review too? [21:11] benji: yes, they may want to change the way you display the diff or something [21:12] leonardr: ok, thanks; do I have to wait until a ui reviewer is on call or is there some other mechanism for getting ui reviews? [21:12] benji: you should ping a ui reviewer [21:13] thanks [21:13] sinzui: do you have a moment for a (hopefully quick) UI review? [21:13] yes [21:14] sinzui: great! the MP describes how to see the UI change in question: https://code.edge.launchpad.net/~benji/launchpad/bug-669701/+merge/45171 === leonardr changed the topic of #launchpad-reviews to: On call: leonardr, mars || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews [21:22] mars, my small branches #1: [21:22] https://code.launchpad.net/~leonardr/launchpad/launchpadlib-integration/+merge/45174 [21:22] leonardr, ok [21:22] oops, that's the wrong mp [21:22] that's the mp for my launchpadlib branch [21:22] 1 sec [21:23] benji. When I use other forms, Lp uses an info notification to tell my my change was applied. I can be hacked in the template as you have done, but it is more commonly added using self.request.response.addNotification [21:23] Why is this form different [21:24] * sinzui expects to see a div with the class="message info" to make it look like other changes [21:24] sinzui: I used self.request.response.addNotification originally when I just had the "Your changes have been applied" message, but since I had the diff to include addNotification didn't seem appropriate [21:25] and mixing them seemed odd (but I'm glad to do it if that's the status quo) [21:25] the class="message info" seems like a good idea, I'll do that [21:26] mars: ok, the branches are [21:26] leonardr, did you push the latest version? I don't see the "Removed a doctest" bit [21:26] https://code.launchpad.net/~leonardr/launchpad/launchpadlib-integration/+merge/45174 [21:26] and then https://code.launchpad.net/~leonardr/launchpadlib/launchpad-integration/+merge/45176 [21:27] benji: class="informational message" is correct, but I see you point about oddness. [21:27] * sinzui tries to hack it [21:27] mars: i think you're reading the wrong merge proposal? the one i posted to https://code.launchpad.net/~leonardr/launchpad/launchpadlib-integration/+merge/45174 by mistake? [21:27] leonardr, I don't see the "removed a test" bit in the first branch [21:27] the doctest removal is in launchpadlib, not launchpad [21:27] leonardr, same message for both commits? [21:27] err, MPs [21:28] mars: if you reload https://code.launchpad.net/~leonardr/launchpad/launchpadlib-integration/+merge/45174 you'll see a comment with an updated commit [21:28] s/commit/MP/ [21:28] ah :) [21:32] benji: r=me. I do not want to introduce a blue, yellow, red, and green splotch to a page and risk giving a beloved losa a seizure [21:32] sinzui: to be clear: you're approving it without any changes? [21:33] yes [21:33] cool, thanks [22:10] leonardr, still reading the second one, found a note or two so far [22:16] mars, great [22:17] just finished === gary_poster is now known as gary-afk [22:38] mars: i have an unrelated question about ec2 test. i'm getting "aws credentials could not be loaded" on my new computer when i try to do ec2 test. do you know what i need to copy over from my old computer? [22:38] leonardr, copy the $HOME/.ec2 directory [22:39] thanks === leonardr changed the topic of #launchpad-reviews to: On call: mars || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews === mars changed the topic of #launchpad-reviews to: On call: - || reviewing: - || queue: [] || This channel is logged: http://irclogs.ubuntu.com/ || https://code.launchpad.net/launchpad/+activereviews