/srv/irclogs.ubuntu.com/2010/01/11/#launchpad-reviews.txt

al-maisanhello BjornT, the MP in question is here: https://code.edge.launchpad.net/~al-maisan/launchpad/ibuilder-api-cleanup-505647/+merge/1712203:08
=== stub1 is now known as stub
al-maisanhello jml and stub, could you please review the schema patch proposed here: https://code.edge.launchpad.net/~al-maisan/launchpad/bq-platform-columns-505725/+merge/17125 ?04:29
rockstarAnyone around for a review?06:39
=== henninge changed the topic of #launchpad-reviews to: on-call: henninge || reviewing: - || queue [] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
gmbhenninge: Can i get a review for https://code.edge.launchpad.net/~gmb/launchpad/bug-heat-infrastructure-bug-503745/+merge/17137 please?11:29
gmbFixes bug 50374511:29
mupBug #503745: Add infrastructure for calculating bug heat <story-bug-heat> <Launchpad Bugs:In Progress by gmb> <https://launchpad.net/bugs/503745>11:29
henningegmb: Sure. ;)11:33
gmbThanks.11:33
henningegmb: That's a very brief cover letter for a 509 lines diff. Expect questions.11:33
=== henninge changed the topic of #launchpad-reviews to: on-call: henninge || reviewing: gmb || queue [] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
gmbhenninge: Sure; I look forward to them.11:34
henninge:)11:34
henningegmb: First thing I notice: "heat" and "hotness" seem to be the same thing. From the ml discussion I saw, I think "heat" is the agreed term, isn't it?11:37
gmbhenninge: Yes.11:38
henningegmb: I think it'd prevent confusion if you iliminated the term "hotness" from the code, don't you think so, too?11:39
henningeor are there other constraints?11:39
gmbhenninge: Hmm. Probably; I was sticking with our usual policy of reflecting DB fieldnames in the interface.11:39
gmbhenninge: No, this is brand new, so it makes no difference.11:40
henningeso the db fieldname was named wrongly or prematurely?11:40
gmbhenninge: Prematurely.11:40
gmbhenninge: I agree, consistence in the code is better.11:40
gmbI'll change hotness -> heat in the code.11:40
henningegmb: Great!11:41
gmb(We can always patch the DB later to update the field name)11:41
henningethanks11:41
henningeyup11:41
=== intellectronica changed the topic of #launchpad-reviews to: on-call: henninge, intellectronica || reviewing: gmb || queue [] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
henningegmb: This line: bugs = list(getUtility(IBugSet).dangerousGetAllBugs()[start:end])12:11
gmbhenninge: Yes?12:11
gmbhenninge: Hmm. That list() seems unnecessary. Don't remember why I did that...12:12
henningegmb: I am not sure how storm does this. Are you sure you are not querying all bugs each time or does the slicing work on the storm iterator.12:12
gmbLet me check to see if I can remove it.12:12
henninge?12:12
gmbhenninge: The slicing works on the iterator.12:12
henningegmb: ah, cool12:12
gmbBut the list() might be totally bogus.12:12
henningegmb: You have an "if bugs:" after that for which you might need it.12:13
henningegmb: But I don't like "if bugs:" anyway, or rather, our standards don't, afaik.12:13
henninge;)12:13
gmbhenninge: Hmm, yes, I suspect that's it. I'll see what happens when I remove the list().12:13
gmbhenninge: Right. That should be if bugs.any().12:14
gmb(is not none) ;)12:14
gmbhenninge: I cribbed some of this from the bugtask targetnamecache updater work, so I think this is a copy-paste error on my part.12:14
henningegmb: either that or calculate the length into a local variable, you need it for the logger output anyway.12:14
henningeI know the feeling.12:14
gmbhenninge: Good point.12:14
gmbhenninge: Ah; I need the list() so I can do bugs[0].12:15
henningeis there no "bugs.first()" in storm?12:15
gmbhenninge: I'm about to find out :)12:15
gmbhenninge: There is, and it works :)12:18
henningecool12:18
* henninge just learned about test_doc.py ... 12:22
=== salgado is now known as salgado-brb
stubgmb: Just added a comment to that MP to use DBLoopTuner instead of LoopTuner - its in the same file and you should use DBLoopTuner whenever doing bulk database updates.12:33
gmbstub: Thanks, will do.12:33
stubgmb: Also consider putting this in garbo-daily rather than a seperate script.12:33
gmbstub: Ah, good thinking. I'll look into that.12:34
stubYou get some testing infrastructure for free and our daily jobs get run serially for best throughput and least pain. Should drop in easily enough since it is a tunable loop.12:34
gmbRight.12:35
gmbstub: Right, I think I'll do that, thanks. Seems like an easy win.12:36
mrevellHey henninge, any chance of a review on https://code.edge.launchpad.net/~matthew.revell/launchpad/translations-help-10.1/+merge/17032 when you have a moment?12:41
henningemrevell: np, but it will have to be after lunch.12:42
mrevellthanks henninge12:42
henningemrevell: put it in the queue12:42
henningeplease12:42
henninge;)12:42
mrevellhenninge, It's there already :)12:42
=== henninge changed the topic of #launchpad-reviews to: on-call: henninge, intellectronica || reviewing: gmb || queue [mrevell] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
intellectronicahenninge, mrevell: i can review this, since you're already reviewing stuff12:45
henningemrevell: it's rosetta-specific help text, right?12:46
mrevellthanks intellectronica, although henninge if you have time to look at it too I'd like your view from a Translations-guy PoV.12:46
intellectronicaright12:46
henningegmb, review sent. I am off to lunch but we'll have a (short) second round later ... ;)13:05
gmbhenninge: Cool, thanks. I'll grab some lunch too.13:06
=== henninge is now known as hennige-lunch
mrevellthanks intellectronica13:12
=== mrevell is now known as mrevell-lunch
=== stub1 is now known as stub
=== salgado-brb is now known as salgado
salgadointellectronica, care to review a one-liner for me? http://paste.ubuntu.com/355009/13:37
intellectronicasalgado: sure13:37
salgadowe currently have these two branches for pygettextpo, but we should be using only the ~launchpad-pqm one.  I'll delete the other one once this fix lands13:38
intellectronicasalgado: cool. r=me13:38
salgadothanks intellectronica 13:38
=== hennige-lunch is now known as hennige
=== mrevell-lunch is now known as mrevell
=== hennige changed the topic of #launchpad-reviews to: on-call: henninge, intellectronica || reviewing: mrevell, - || queue [] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
=== danilo__ is now known as danilos
allenapintellectronica: Would you be able to review an external bug tracker branch for me? https://code.edge.launchpad.net/~allenap/launchpad/trac-sniffing-broken-bug-504310/+merge/1713914:06
intellectronicaallenap: of course14:14
gary_posterjml: I'm looking at https://code.edge.launchpad.net/~jml/launchpad/use-testtools/+merge/1671114:14
gary_posteryou there?14:14
allenapintellectronica: Thanks :)14:14
gary_posterjml lines 193 and 201 look like you have checked in diff cruft14:15
gary_posterother than that looks fine.  will comment as such.14:16
intellectronicaallenap: why did you remove the assignment to html_data?14:21
intellectronicawas it lint?14:21
salgadointellectronica, care to review another trivial one?  this time a testfix: http://pastebin.ubuntu.com/355032/14:22
allenapintellectronica: Yes, lint.14:22
intellectronicasalgado: sure, let me just finish with allenap's branch first14:23
intellectronicaallenap: r=me14:24
salgadogary_poster, I was going to fix that in my testfix branch, but I don't see the conflict markers in that file, so I think jml solved the conflict before landing14:24
allenapintellectronica: Woohoo, thanks :)14:25
gary_postersalgado: great thanks14:25
intellectronicasalgado: r=me14:26
salgadothanks intellectronica 14:26
bacintellectronica: can i have a UI review?  https://code.edge.launchpad.net/~bac/launchpad/bug-419930/+merge/17015  note there are screenshots attached on the bug.14:47
intellectronicabac: sure, though note that i'm not a graduated ui reviewer. you will require an additional ui review after me (unless it's really trivial)14:48
bacintellectronica: darn, i forgot.  that would just be beuno and noodles at this point.14:49
bacintellectronica: but please have a look if you want14:49
bacbeuno: could you do a mentored review for a UI change?14:50
intellectronicabac: sure thing14:50
bacthanks14:50
=== ursula is now known as Ursinha
intellectronicabac: looks good. one thing i think can be improved is if we used the common format '[Merge accounts] or _Cancel_', instead of 'Submit'14:53
beunobac, sure14:53
bacintellectronica: ok.  i'll make that change to both cases14:53
intellectronicabac: cool, so ui=me with that. let's see what beuno thinks14:53
* beuno looks14:53
beunobac, I have a few comments14:58
beunoIRC or MP?14:58
=== salgado is now known as salgado-lunch
bacbeuno: either14:58
bacbeuno: i need to be afk for about 15 minutes, though14:59
beunoIRC it is14:59
beunook14:59
beunoMP it is  :)14:59
hennigemrevell: The help popups are missing CSS on my lp.dev and the spinner keeps spinning ...15:03
hennigemrevell: btw, I wonder if "continue" is the right labeling for the "close" button or the popup.15:04
henniges/or/of/15:04
mrevellhennige, Hmm, that seems to happen on the live site too. As for the "Close" button, I have a bug for that and will fix it this cycle.15:04
mrevellhennige, I'm not sure what's happening with the stylesheet there.15:04
* hennige revs up firebug15:05
hennigemrevell: 404 on reset.css, fonts.css, base.css15:05
hennigethose are the YUI css base files.15:05
beunointellectronica, bac, reviews and OOPSES!15:06
mrevellsinzui, I rocketfuel-branched so there shouldn't be any real divergence. As I say, the same problem shows on edge.15:06
mrevellsorry, hennige, not sinzui15:07
beunorockstar, thumper, https://pastebin.canonical.com/26402/15:07
mrevellhennige, Do you know your nick is mis-spelt?15:07
beunointellectronica, bac, I can't review, the MP oopses. So: http://paste.ubuntu.com/355050/15:08
=== hennige is now known as henninge
henningemrevell: didn't, thanks15:08
intellectronicabeuno: what oopses, adding a comment to the mp?15:09
beunointellectronica, a review, yes15:09
intellectronicabeuno: let me try. worked for me with other MPs earlier15:10
intellectronicayep. oopses for me too :(15:10
=== matsubara is now known as matsubara-lunch
bacbeuno: thanks for the comments.  i'll get cracking on them15:20
=== jamalta_ is now known as jamalta
henningemrevell: I don't know what the change on "https://translations.launchpad.dev/~name16" is.15:42
* henninge reads diff abain15:42
bacbeuno: i assume your comment about wordiness applies to the old (http://launchpadlibrarian.net/37626290/merge-visible-email.png) and new?15:42
henningeagain15:42
mrevellhenninge, It's the "More about reviewing" link15:43
henningemrevell: ah, cool15:43
henningemrevell: looking at the diff (again), I saw that the css files in question are being included in each html page. That boiler plate code has probably changed (or is gone).15:43
mrevellhenninge, Should a merge from devel fix that?15:44
henningemrevell: no, because those are new files you created.15:44
mrevellhenninge, Oh, the html files for the pop-ups?15:45
henningemrevell: you should look at one of the existing help html files and see how the <head> looks in those.15:45
henningeright15:45
henningemrevell: oh no sorry, I forgot that it's not working on edge, either.15:45
beunobac, it does15:45
mrevellhenninge, Heh, I was just typing that15:45
henningemrevell: but I don't see the 404 errors on edge.15:46
mrevellhenninge, This is odd. All I did was rocketfuel-branch, so those 404 errors are derived from devel.15:52
leonardrflacoste, thanks for your reviews15:52
leonardri'm going through them today15:52
flacosteleonardr: no problem15:53
henningemrevell: finally found the "more about reviewing" link - I need to be logged in as a reviewer, obviously ... ;-)15:53
mrevellaha :)15:54
henningemrevell: ah, my error. The 404's are on edge, too.15:58
mrevellhenninge, So, I'm not sure what needs to be done about that. Do I need to change the help pop-ups to reference combo.css?15:59
henningemrevell: yes, basically16:04
henningemrevell: this is what the normal pages do: http://paste.ubuntu.com/355065/16:04
* mrevell looks16:04
henningemrevell: but I just tried that and it makes everything centered.16:04
mrevellhenninge, Heh, yeah, so it does. Hmm. :)16:05
henningemrevell: so the help files might also need some class added somewhere.16:05
henningemrevell: which brings us back to asking sinzui if he can help us ... ;-)16:05
mrevell:)16:05
henningemrevell: also, that line will have been generated somehow to include the correct revision number.16:06
henningesome TAL16:06
=== salgado-lunch is now known as salgado
henningemrevell: or maybe salgado can help?16:07
mrevellhenninge, Ah, that's a shame as they've been nice and simple HTML up until now. I'll ask Mr Salgado :) Cheers henninge16:07
allenapintellectronica: Up for another external bug tracker branch? https://code.edge.launchpad.net/~allenap/launchpad/kde-bugzilla-being-odd/+merge/1714216:07
henningemrevell: ask him here, so I can learn, too.16:07
henningeor on #lp-dev16:08
mrevellsalgado, same questions as I just asked elsewhere :)16:08
intellectronicaallenap: on the phone, but can do it in ~30m16:08
mrevellsalgado, I'm asking because we need to somehow translate that to the help pop-ups too16:08
allenapintellectronica: Cool, thanks, that would be great. I'll put it on the queue; maybe henninge will get to it first.16:08
=== allenap changed the topic of #launchpad-reviews to: on-call: henninge, intellectronica || reviewing: mrevell, - || queue [allenap] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
mrevellsalgado, Perhaps we could have a chat when you're off your call.16:09
salgadomrevell, sure16:09
mrevellthanks :)16:09
henningeallenap: I will look at it but I will not last much longer ...16:09
allenaphenninge: Hehe, don't worry then. It's certainly not urgent.16:10
henninge_allenap: yes, thank you. I have to stop now.16:36
=== henninge_ changed the topic of #launchpad-reviews to: on-call: intellectronica || reviewing: - || queue [allenap] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
salgadomrevell, I'm free now16:51
mrevellhi salgado. The help pop-ups (as an example lib/lp/translations/help/translation-groups.html) need to be reworked for combo.css. henning mentioned that they'll probably need some TAL now to update the version number.16:54
mrevellsalgado, Is that something you can help with?16:54
salgadomrevell, why do they need to be re-worked for combo.css?16:55
mrevellsalgado, Because I believe the css files the pop-ups rely on have been deleted. Take a look at https://edge.launchpad.net/+help/openid.html for an example16:55
salgadomrevell, oh, no, that's not because of my combo.css work -- it's because the latest lazr-js moved these files to a different place16:57
mrevelloh right16:57
salgadomrevell, https://edge.launchpad.net/+icing/yui/cssreset/reset.css16:57
salgadomrevell, so, just drop /current/build from the path16:57
mrevellsalgado, aha, thanks :)16:57
=== matsubara-lunch is now known as matsubara
=== beuno is now known as beuno-lunch
allenapintellectronica: I've got to head off soon to pick up Robin. I'll be back on at about 2030, but I assume you'll be gone by then. It's not urgent, so please leave it for tomorrow if you'd rather chat about it.17:06
allenapintellectronica: When I say "leave it for tomorrow", I mean I'll ask tomorrow's OCR to look at it.17:07
intellectronicaallenap: okie doke17:08
allenapintellectronica: Cool. Of course, if there's no OCR I might come knocking... :)17:11
=== deryck is now known as deryck[lunch]
=== gary_poster is now known as gary-lunch
=== intellectronica changed the topic of #launchpad-reviews to: on-call: - || reviewing: - || queue [] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
=== kfogel is now known as kfogel-lunch
=== beuno-lunch is now known as beuno
=== deryck[lunch] is now known as deryck
=== gary-lunch is now known as gary_poster
=== EdwinGrubbs is now known as Edwin-lunch
leonardrflacoste, would you take a look at my most recent comment at https://code.edge.launchpad.net/~leonardr/lazr.restful/multiversion-collection/+merge/16924 and let me know if i'm missing anything?19:51
thumperbeuno: please file a bug with the oops, and I'll try to get to it today19:56
beunothumper, will do, thanks19:57
=== salgado is now known as salgado-afk
rockstaral-maisan, https://code.edge.launchpad.net/~rockstar/launchpad/branch-scanner-job/+merge/1713220:01
=== kfogel-lunch is now known as kfogel
al-maisanjml: could you please review the schema patch we discussed yesterday (https://code.edge.launchpad.net/~al-maisan/launchpad/bq-platform-columns-505725/+merge/17125) ?20:34
jmlal-maisan, sure.20:35
jmlal-maisan, once I'm done w/ bfiller on #launchpad20:36
al-maisanjml: thanking you :)20:36
jmlal-maisan, done. approved.20:39
=== matsubara is now known as matsubara-afk
al-maisanrockstar: https://code.edge.launchpad.net/~al-maisan/launchpad/bq-platform-columns-505725/+merge/1712521:06
=== Edwin-lunch is now known as EdwinGrubbs
=== jtv changed the topic of #launchpad-reviews to: on-call: - || reviewing: - || queue [jtv - http://tinyurl.com/y87el9a] || This channel is logged: http://irclogs.ubuntu.com || https://code.edge.launchpad.net/launchpad/+activereviews
rockstaral-maisan, https://code.edge.launchpad.net/~rockstar/launchpad/job-suspended-status/+merge/1717322:56
thumpermwhudson: https://code.edge.launchpad.net/~thumper/launchpad/imports-urls/+merge/1717223:41
thumpermwhudson: diff updated sans-conflicts23:48

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!