/srv/irclogs.ubuntu.com/2009/09/23/#launchpad-reviews.txt

=== jamalta-afk is now known as jamalta
=== jamalta is now known as jamalta-afk
=== Ursinha is now known as Ursinha-afk
=== jtv changed the topic of #launchpad-reviews to: on call: jtv || reviewing: sinzui || queue: [] (pqm is release-critical)
=== jtv changed the topic of #launchpad-reviews to: on call: jtv || reviewing: — || queue: [] (pqm is release-critical)
jtvhi sinzui, r=me08:52
sinzuijtv: thanks.08:53
jtvVery nice change.08:53
jtvBTW you also had a branch with two db reviews... does it need a code review as well?08:53
sinzuijtv: no code08:54
jtvok08:54
sinzuiI got jml's approval so that edge uses (which most of the UDS participants are) get access to the feature so that Jorge can plan the logistics08:54
sinzuiSo I will add the code next week so that we can have a successful UDS08:55
noodles775Good morning jtv. Are you ready for another?08:56
noodles775https://code.launchpad.net/~michael.nelson/launchpad/435023-getPubXX-oops-db-devel/+merge/1226608:56
jtvnoodles775: coming up08:57
noodles775Thanks!08:57
=== noodles775 changed the topic of #launchpad-reviews to: on call: jtv || reviewing: — || queue: [noodles] (pqm is release-critical)
jtvnoodles775: was answering a question.  Back now.09:05
=== jtv changed the topic of #launchpad-reviews to: on call: jtv || reviewing: noodles || queue: [] (pqm is release-critical)
jtvman, it's cold here09:06
=== mrevell-dinner is now known as mrevell
=== allenap changed the topic of #launchpad-reviews to: on call: jtv, allenap || reviewing: noodles, - || queue: [] (pqm is release-critical)
jtvI can hear the wind howling and I _know_ it's calm outside.  It's the aircon.09:06
allenapMorning jtv :)09:06
jtvhi allenap!09:07
jtvnoodles775: in this error condition you're fixing, what happens currently?09:07
noodles775jtv: the webservice 500's with a trace - as shown in the bug.09:08
noodles775jtv: (and generates an oops of course)09:08
jtvnoodles775: are we getting that a lot?  RC for this seems a bit radical09:09
noodles775jtv: I wasn't sure - but checked with bigjools - apparently anything that generates an oops is worthy?09:09
jtvwow09:10
bigjoolsit's a simple fix and it should go in if it ticks off an oops09:10
jtvIt certainly is a simple fix, and properly tested.09:11
jtvThe new exception type is _very_ specific...  Was there no "no package specified" exception anywhere that would suit this case?09:13
jtvAlso, maybe it should be derived from InvalidArguments?09:15
bigjoolsyes, there is an unknown package name one somewhere, but InvalidArgs is better and is something that should be in Foundations if it's not already?09:17
jtvWell, "unknown" package would be a very different error from a "none specified"09:18
bigjoolsthat's fine.  Considering that this error is a programmer error, they will only be reading the exception text09:19
bigjoolsbut anyway, InvalidArgs FTW09:19
noodles775jtv: as I mentioned in the MP, I did search for InvalidArgs and other general exceptions for api usage - and didn't find any. I can create one if it's worthwhile as part of the rc branch?09:19
noodles775OK, will do.09:19
jtvnoodles775: ah, I read your MP as meaning that you'd found one called InvalidArguments but decided against using it.09:19
noodles775jtv: ah, no. I checked for one expecting to find one.09:20
jtvthat changes everything09:20
bigjoolsI say add one and mail the list09:21
jtvThere ought to be one in the Python standard lib.09:21
noodles775jtv: it needs to be decorated as a web service exception.09:21
jtvRight, I'm only saying there must be a more specific base class than Exception to base yours on.09:22
* jtv digs through library docs09:22
jtvAmazingly, there isn't.09:24
jtvThen the current arrangement is fine; adding an InvalidArguments would be a good thing, but not in an RC candidate.09:25
noodles775Great... I'll start straight on this release blocker for beuno then.09:25
jtvSure.  I could go bikeshed the wording of everything but not worth the time in this case.  r=me09:26
noodles775Taa.09:27
jtvnp09:27
=== jtv changed the topic of #launchpad-reviews to: on call: jtv, allenap || reviewing: — || queue: [] (pqm is release-critical)
jtvallenap: I'm relocating to a different office, so will be afk for a bit.10:12
allenapjtv: Cool.10:13
jtvallenap: actually, that's exactly what I'm hoping to get away from.  Freezing in here!10:13
allenapjtv: :)10:13
=== danilo-afk is now known as danilos
bacnoodles775: rc=bac.  please make sure that bug is tracked on CurrentRolloutBlockers11:02
noodles775bac: ok, thanks.11:02
intellectronicabac: can i still get r-c for http://pastebin.ubuntu.com/276303/ ? it's a pretty simple change (r=gmb) to fix https://bugs.edge.launchpad.net/malone/+bug/432088 which is quite important to the ubuntu developers11:29
mupBug #432088: Disable +filebug redirection for ~ubuntu-bugcontrol <Launchpad Bugs:In Progress by intellectronica> <https://launchpad.net/bugs/432088>11:29
bacintellectronica: yes.  i'd really like a MP for tracking, even though it is a small fix11:32
intellectronicabac: https://code.edge.launchpad.net/~intellectronica/launchpad/bug-supervisor-no-redirect/+merge/1226911:34
intellectronicagmb: would you mind stamping https://code.edge.launchpad.net/~intellectronica/launchpad/bug-supervisor-no-redirect/+merge/12269 since you code-reviewed it?11:34
bacintellectronica: thanks tom11:34
bacgmb: please add your mark and set the whole MP to approved when done.11:35
bigjoolsjtv, allenap: I have a short r-c branch if one of you can take it please?11:43
allenapbigjools: Sure.11:44
bigjoolsallenap: fab thanks, the MP will appear soon when the email gets through the tubes11:44
allenapbigjools: Cool.11:45
jtvallenap: I'm back.11:45
allenapjtv: Hi!11:45
jtvno sudden rushes while I was away?11:45
bigjoolsallenap: grrrrrrrrr it seems that using bzr send against db-devel doesn't work11:52
=== cprov-afk is now known as cprov
bigjoolsallenap: https://code.edge.launchpad.net/~julian-edwards/launchpad/no-udev-diff/+merge/1227011:57
allenapbigjools: On it now :)11:57
bigjoolsposting diff now11:57
=== allenap changed the topic of #launchpad-reviews to: on call: jtv, allenap || reviewing: —, bigjools || queue: [] (pqm is release-critical)
gmbbac, intellectronica: Done.12:01
intellectronicagmb: cheers12:01
allenapbigjools: Approved. Nasty, nasty udev :)12:03
=== allenap changed the topic of #launchpad-reviews to: on call: jtv, allenap || reviewing: —, - || queue: [] (pqm is release-critical)
bigjoolsallenap: nasty diffutils more like!12:03
bigjoolsthanks!12:03
bigjoolsbac: can you r-c that one as well, you're on the MP12:04
allenapbigjools: Oh yes. That is a bit of a pain.12:04
jtvallenap: you don't like emdashes?  :-)12:04
allenapjtv: I don't have an emdash key on my keyboard :)12:04
allenapjtv: And I'm too lazy to copy and paste.12:04
jtvallenap: <compose> and three dashes  :)12:04
allenapjtv: I don't know what a <compose> key is.12:05
jtvallenap: it's like a doorway into a bigger world.  In my case it's a key with a weird little kind of swastika flag on it, but it's configurable.12:05
allenapjtv: Ah, okay, I'll look it up. Still, that's four key strokes versus my one.12:06
jtvallenap: but you _get_ so much more for it!12:06
bigjoolsjtv: like RSI?12:09
=== henninge is now known as henninge-lunch
=== allenap changed the topic of #launchpad-reviews to: on call: jtv, allenap || reviewing: —, lunch || queue: [] (pqm is release-critical)
=== mrevell is now known as mrevell-lunch
allenapjtv: I'm off for ~3 hours, but I'll be back later.12:23
bacbigjools: looking12:43
bacnoodles775: done12:51
noodles775Ta.12:52
=== henninge-lunch is now known as henninge
=== Ursinha-afk is now known as Ursinha
bacbigjools: rc=bac with minor mods13:03
bigjoolsbac: got 'em, ta13:04
=== mrevell-lunch is now known as mrevell
=== matsubara-afk is now known as matsubara
bacintellectronica: are you going to have allenap look at the MP you submitted?  i can't run it now but i'd like someone to.13:26
deryckjtv -- could you review a branch for me?  The last of the template conversions! :)13:27
jtvderyck: if it's small!13:28
deryckjtv, 179 lines ok?13:28
jtvderyck: ok13:28
deryckjtv, https://code.edge.launchpad.net/~deryck/launchpad/person-bug-page-ui-update-434794/+merge/1227513:28
=== jtv changed the topic of #launchpad-reviews to: on call: allenap || reviewing: deryck (by jtv, who is quiescing) || queue: [] (pqm is release-critical)
jtvderyck: you filled the heading slot.13:33
deryckjtv, indeed I did.13:34
jtvBad, bad deryck.13:34
jtvAlso, you're using getSearchPageHeading as page_titles, but they're basically labels AFAICS13:35
jtvA label should give broad context; today's page_titles should only identify the page within the context of the preceding breadcrumb.13:36
deryckjtv, ah13:37
jtvYou don't want the breadcrumbs to go "Deryck H » Bugs » Bugs commented on by Deryck H"13:37
deryckjtv, so that's why page_title didn't show up and I had to fill heading slot.13:37
jtvYou want them to go "Deryck H » Bugs » Commented" or somesuch13:37
jtvThe page_title doesn't go in the heading.  It doesn't go into the h1.  It goes into the <title>, followed by the rest of the breadcrumbs.13:38
jtv(Because it also goes at the end of the breadcrumbs)13:38
jtvThis was changed in week 313:38
jtvSo: label becomes h1, page_title becomes a breadcrumb, breadcrumbs reversed become title.13:39
deryckright, I follow now.  And I knew it changed.  I'll plead laziness for not going to read the rules again.13:39
jtvThat's why your pagetest at the end has these nasty repetitive titles.13:39
jtvderyck: Re-reading rules is generally futile.13:39
deryckand people say defining a page title manually is more work. ;)13:40
* deryck ducks13:40
deryckjtv, I'll do a quick update now13:41
jtvthanks13:41
bacgmb: could you get a code review on your branch before requesting the r-c?13:41
jtvderyck: doing it right can be surprisingly hard, and this kind of fix generally pays off for multiple pages.13:41
jtvderyck: and once you get this implemented consistently, you may be amazed at how clear it is.13:41
gmbbac: I've already requested one; sorry for jumping the gun on the rc.13:42
bacgmb:  np.13:42
bacintellectronica has done the same.  i'm trying to avoid a trend.  :)13:42
gmbHeh.13:42
gmbbac: It's the first time we've tracked RCs this way; maybe we need to write down some guidelines.13:43
deryckjtv, it feels like editor wars to me.  some of us like our page title code to be an operating system. ;)13:43
jtvderyck: you know the rule: whoever mentions emacs first...  :)13:44
deryckheh13:44
* deryck mubles somthing about being able to read email and rss and do irc from our page title code13:44
jtvderyck: I have to go; I fear allenap may have to take up the rest of this review.  Another point is that the actions menu really doesn't belong in the sidebar in the new design afaics.13:47
jtvIt ought to be a horizontal <ul> of links, each with an info icon, at the top or bottom.13:47
deryckjtv, I followed registry template examples there, or so I thought.  but I can follow up with allenap 13:47
jtvI suspect there's no time to fix that anyway.13:48
jtvSo at best, it's a bug waiting to be filed.13:48
jtvderyck: I really have to go.  I'll vote Needs Fixing and let allenap work on this, OK?13:48
bacgmb: yeah, we're just making it up as we go along.  i think r-c's were done via MPs at least once before, though maybe not exclusively13:48
deryckjtv, that's good, thanks13:49
jtvOK, g'night!13:49
gmbbac: I only ever remember using the pester-kiko-until-he-says-yes approach. Actually having a procedure for it is weird.13:49
bacgmb: :) -- i do remember kiko sending me back to the MP before.13:49
=== jtv changed the topic of #launchpad-reviews to: on call: allenap || reviewing: — || queue: [deryck: The Lasts Template Conversion, in Needs Fixing now] (pqm is release-critical)
bacgmb:  we need to figure out how to get rid of the dumb CRB wiki13:50
gmbYeah.13:50
gmballenap: When you're back from lunch, can you take a look at  https://code.edge.launchpad.net/~gmb/launchpad/enable-bz-3.4-bug-415779/+merge/12276 for me? It's the last of the Bugzilla work.14:02
gmballenap: I need to step out for a bit myself, so if I'm not back please just comment on the MP.14:02
gmbderyck: FTR, I'll take over your review from jtv. Not that I actually have anything to add at this point... looking nwo.14:07
deryckgmb, thanks.  Almost have an updated diff now.14:07
gmbderyck: Cool. I don't have anything to add to jtv's comments.14:08
bacintellectronica: i'm looking at your branch with the search box spacing14:09
bacintellectronica: it looks like it is worse to me14:11
bacderyck: heads up that PQM is closing in 2:45.  you've not got much time to land via ec214:14
deryckbac, I already ran through ec2test last night.  I know which tests to watch as I update this.14:15
bacderyck: great!14:16
bacderyck: please bin/test -vvm lp.bugs too14:16
=== jamalta-afk is now known as jamalta
deryckbac, ok14:19
gmbbac: Will you be able to do my code review too or are you too loaded at the moment?14:20
bacgmb: i'm looking now14:21
gmbbac: Awesome, thanks. It's already playing in ec2, FTR.14:21
deryckgmb, can you look at my updated diff, please?14:21
gmbderyck: Sure. Is it on the MP or can you paste it for me?14:22
deryckgmb, I added it to the MP14:22
gmbHmm, I don't see it.14:22
gmbderyck: It's not showing up for me. Can you paste it for the sake of speed?14:23
deryckgmb, sure.14:23
intellectronicabac: why? i prefer the details to wrap if necessary. how do you suggest fixing this?14:23
deryckgmb, http://pastebin.ubuntu.com/276403/14:23
* gmb looks14:24
gmbderyck: Looks good to me.14:25
deryckgmb, awesome, thanks.14:25
deryckgmb, one more test fix, too.14:26
gmbOk...14:26
deryckgmb, http://pastebin.ubuntu.com/276406/14:26
gmbderyck: Looks good too.14:27
deryckgmb, thanks14:27
deryckbac, can you look at this for rc approval?  https://code.edge.launchpad.net/~deryck/launchpad/person-bug-page-ui-update-434794/+merge/1227514:28
bacderyck: i will14:28
deryckbac, thanks!14:29
* deryck is running tests now14:29
bacgmb: land it14:37
gmbbac: Awesome, thanks.14:38
bacintellectronica: i ran your new code and what is on trunk.  both wrap as i make the browser smaller but the changed version has the details section wider and thus wraps sooner.  perhaps i'm missing the point.14:38
bacintellectronica: what is the status of the fix for bug 432088 ?14:38
mupBug #432088: Disable +filebug redirection for ~ubuntu-bugcontrol <Launchpad Bugs:In Progress by intellectronica> <https://launchpad.net/bugs/432088>14:38
intellectronicabac: just finished ec2 and is on the patch queue14:39
bacintellectronica: great!14:39
bacintellectronica: as to the search box, i see the details portlet shifted to the left, creating extra space on the right.  this causes the search box to be pushed down on browser widths for which it doesn't happen on trunk14:41
bacintellectronica: so what i see is the details portlet always increasing in width.14:42
intellectronicabac: oh. is that using safari? that's not what i see in firefox14:42
bacno, in FF14:42
bacbut, admittedly, FF in os x14:42
* bac looks at FF in jaunty14:44
intellectronicabac: it wraps as i expect in chromium too for me, but it does eventually still cause the search box to move down if you resize smaller14:45
bacintellectronica: right.  but my point is your branch actually causes it to push down sooner as the browser gets narrower14:47
bacintellectronica: and i confirmed the same in FF on jaunty14:47
intellectronicabac: let me think. i might just move the details back to the side bar for now14:48
bacintellectronica: tom TBH if you have other work to do i'd recommend it.  i'm not inclined to think this is an r-c issue regardless of the solution.14:49
bacderyck:  looking at your branch now14:51
intellectronicabac: i would really like to solve this before the release, though i realise it's not a real blocker14:51
deryckbac, cool, thanks14:51
bacintellectronica: i understand.  but at this late hour i don't think it is worth the risk of another branch in the mix.14:52
bacintellectronica: there will be re-roll opporunities, i'm quite sure.14:53
bacderyck: i don't see any breadcrumbs14:54
deryckbac, yeah, the first page doesn't have them.  I don't get what's required to enable them, and meant to ask, but forgot.14:55
bacderyck: now i see breadcrumbs on all pages but 'list all related pages'14:55
bachey barry!14:56
deryckbac, right.  I poked at it a bit last night, but never could work out what I needed to do for that one page, so I just forgot to come back to it.14:56
bacderyck: hound barry or salgado.  there is a very specific fix for this type page14:57
deryckbarry, ping.  Can you help me work out why one page doesn't have breadcrumbs?14:57
bacderyck: the 'action' portlet looks very LP 1.0.  we can land as is but please immediately start work to have it redone for the first re-roll14:58
salgadoderyck, which page is that?14:59
deryckhi salgado, thanks.  let me get an MP link if you need.  It's the person bug page.  bugs.lp.dev/~name16 for example15:00
derycksalgado, https://code.edge.launchpad.net/~deryck/launchpad/person-bug-page-ui-update-434794/+merge/1227515:00
deryckbac, so should the links not be in the side slot?  They should be in the main page?  Or just the look of the sidebar is wrong to you?15:01
bacderyck: look is wrong.  perhaps they shouldn't be there.  no icons15:01
salgadoderyck, can you tell me what you'd expect for the breadcrumbs and what you see instead?15:01
deryckbac, right, I thought they needed icons, but that position was ok.15:01
bacderyck: it smells funny but i'd defer to beuno for the corrective action15:02
bacderyck: i'm thrilled we've gotten this page where it is, don't get me wrong15:02
derycksalgado, there is no breadcrumbs at all.  I would expect "Foo Bar: Related bugs" or something similar.15:02
deryckbac, right, me too.  We need to get what needs to be fixed documented, too.  If I come off frustrated, it's only because I feel like I have to relearn the rules everytime I do a conversion.15:04
bacderyck: understood15:04
beunobac, deryck, what's up?15:05
deryckI jump from conversions to other things a lot lately, too.  So maybe it's just me.15:05
salgadoderyck, you need a Breadcrumb adapter similar to BugTargetOnBugsVHostBreadcrumb (in lib/lp/bugs/browser/bugtarget.py), but for IPerson15:05
bacbeuno: here's the current look of the person bug page: http://people.canonical.com/~bac/bug-page.png15:05
beunoright15:05
beunowrong15:06
beunohow about a drop down as a filter15:06
derycksalgado, but the other views in browser/person.py for these bug views have breadcrumbs, so shouldn't this already exist?15:06
beunowhich is kind of what it is?15:06
beunoon top of the listing15:06
bacbeuno: it has issues with breadcrumbs on that page and the actions look incorrect.  it just got converted so i'm inclined to have it land and fix it first opportunity15:06
beunoView: [INPUT BOX THAT NAVIGATES ON CHANGE]15:06
salgadoderyck, the other views have because they're not the default view for IPerson on that layer15:07
bacbeuno:  we have little time for any but the most simple changes15:07
beunobac, it's a pretty important page to land this way, no?15:07
beunoalso15:07
beunothe format of the listing is different than other places, I think15:07
salgadoderyck, and they lack an intermediate breadcrumb pointing to bugs.lp.dev/~person15:07
derycksalgado, ok, I'll take another stab at it.  I tried a breadcrumb adapter last night and ended up with zcml errors.15:09
salgadoderyck, it's got to be a named adapter, like in the zcml declaration of BugTargetOnBugsVHostBreadcrumb15:09
deryckbeuno, bac -- so how much time do I left to work on this?15:09
derycksalgado, ok15:10
bacbeuno: if we want this page fixed for our deadline we'll need some prescriptive help from you ASAP.15:10
beunobac, drop down15:10
=== noodles775 changed the topic of #launchpad-reviews to: on call: allenap || reviewing: — || queue: [deryck: The Lasts Template Conversion, in Needs Fixing now, noodles] (pqm is release-critical)
beunoand use the same formatting for the list as everywhere else15:11
beunothat's it15:11
beunoor is there something I'm missing15:11
beunothose option s are a filter15:11
beunolets show them as such15:11
noodles775Hi allenap, if/when you have time, another RC: https://code.launchpad.net/~michael.nelson/launchpad/sprint-index-should-hide-heading-db-devel/+merge/1228415:11
bacderyck: PQM closes at 16:00 UTC -- less than two hours from now15:11
beunobac, deryck, I'm 100% available for you guys15:12
bacbeuno: thanks15:12
bacbeuno:  i don't know what you mean by 'dropdown'15:13
deryckbac, beuno -- I worry that adding a drop down menu and changing the fields will take a bit of time, and also cause test failures which will take a bit of time.15:13
deryckwell the fields change isn't hard, but the test failures are real if the fields are tested15:13
bacbeuno: should "List assigned bugs" become (i) Assigned bugs?15:14
deryckplus I have to now get the breadcrumbs right for the page.15:14
beunobac, yes15:14
beunoderyck, the listing should look like this: https://bugs.edge.launchpad.net/bzr/15:14
bacbeuno: and should the be <ul horizontal> ?15:14
beunowell, if a drop down is out of the question15:15
beunothen lets move it from the side bar15:15
beunouse the whole page15:15
beunoand have something like:   "See all bugs: assigned to me, I've commented on, reported..."15:15
deryckbeuno, can you do me a sketch or mockup so I can picture how you want it?  Is that possible?15:15
beunoabove the listing15:16
beunoderyck, for which of the two options?  :)15:16
beunoI'll do whatever you need15:16
deryckbeuno, so just a paragraph  of links basically?  Or a list?15:16
deryckbeuno, the related pages links I'm asking about15:16
bacbeuno: are you suggesting the list side bar have those counts?15:16
beunoderyck, I'd have links in a phrase, one line, above the table15:16
beunowell15:17
bacbeuno: i think your example page is misleading then15:17
beunoif you want to make it inconsistent with launchpad, but consistent with the bug page15:17
beunoadd the counts15:17
bacbeuno: something more like https://edge.launchpad.net/~bac15:17
beunothen yeah15:17
beunobac, deryck, like: https://code.edge.launchpad.net/~beuno15:18
beuno 93  owned branches, 101  registered branches, 103  subscribed branches  15:18
deryckbeuno, ok.15:18
beunoif you can't do the counts, no counts15:18
deryckbeuno, bac -- is there an easy way to get the elements in context/@@+global-actions or do I have to build this by hand?15:18
beunoderyck, and making the listing look the same format as the rest is the most important15:18
deryckI can always look at the branches code, too.15:19
beunohave bug icons, #, etc15:19
beunolike the listing in: https://bugs.edge.launchpad.net/bzr/15:19
* beuno doesn't know about contexteses15:19
deryckbeuno, you don't want the "In" column in these listings?15:20
beunowell...15:20
beunodamn15:20
beunoyes15:20
beunoso just displau the bug # the same way  :)15:21
deryckbeuno, ok :)15:21
bacbeuno: ok15:21
beuno\o/15:21
beunogroup hug15:22
deryckbeuno, bac -- so breadcrumbs on the first page, links above bug list, and bug number formatted the same in bug list.  yes?15:22
beunoderyck, yes15:22
intellectronicabeuno: as for the bugtarget homepage, would you be ok with me moving the details portlet back into the sidebar? there are various problems with its current location which i can't seem to solve, and i think this will be a reasonable compromise15:22
deryckbeuno, bac -- I'll work on this, but I think it's going to be quite close for an hour and a half work.15:23
beunoderyck, ignore IRC, and may the force be with you15:24
beunointellectronica, let me look...15:24
noodles775bac: you should have just received an rc-request for a branch of mine (not yet reviewed), but from what you've said, it won't make pqm (by the time I get it through ec2test etc.). So should I remove the rc-request? Or is it worth going ahead in case things are delayed?15:24
bacnoodles775: i'll look at it.15:25
beunointellectronica, it's not my favorite thing, but if it has to be, it has to be. If you do, make sure that label and value are on 2 different lines, with enough vertical spacing between the next st of label:value15:25
noodles775bac: ok, thanks.15:25
intellectronicabeuno: yes15:26
barryderyck: still need help?15:27
deryckbarry, I think I'm ok now.  thanks15:28
bacintellectronica: is the testing for the change guaranteed to be isolated to lp.bugs?15:28
intellectronicabac: it's a template of the bugs application, but i can't guarantee that it's not used in the test suite of other applications15:29
noodles775bac: I forgot to mention two things on that mp: (1) the second h1 heading that is displayed is actually incorrect - it refers to blueprints, (2) I also fixed the icon issues for attendees as you'll see in the screenshots.15:30
* noodles775 adds that to the mp15:30
barryderyck: cool15:30
bacintellectronica: PQM closes in 90 minutes.  i cannot accept the risk of test failures.  make the change now if you, as noodles775 has done, but it probably won't get included.15:32
intellectronicabac: ok, yes, this is not enough time15:32
bacintellectronica: i appreciate your desire to get this fixed!15:32
bacnoodles775: your fix is good too.  i wish we could squeeze it in.  luckily it is a rarely visited page.15:34
noodles775bac: thanks. OK, I'll send it off to ec2test just in case something happens to delay things :) 15:35
bacnoodles775: do we know if other pages that inherit from HasSpecificationView are affected by the <h1> problem15:35
noodles775bac: as far as I know, there are not any other IMajorHeadingView views that inherit from HasSpecificationView - the sprint is quite unique in that way. But I'll check.15:36
bacnoodles775: good to know.  thanks for looking.15:36
allenapderyck: Has your branch already been reviewed?15:40
deryckallenap, yes, thanks15:41
=== allenap changed the topic of #launchpad-reviews to: on call: allenap || reviewing: noodles || queue: [] (pqm is release-critical)
bacallenap: what is the status for bug 42310515:47
mupBug #423105: Duplicate download icons in many places <Launchpad Foundations:Fix Committed by beuno> <Launchpad Bugs:In Progress by allenap> <https://launchpad.net/bugs/423105>15:47
allenapbac: Landed in db-devel.15:47
allenapbac: I'll update CRB15:47
bacthanks15:47
=== ursula_ is now known as Ursinha
bacgary_poster: rc=bac.  land on db-devel at your leisure15:51
bacderyck: how's it coming?15:51
gary_posterbac thank you15:51
deryckbac, painfully ;)15:52
deryckbac, links are done, working on list format now15:52
bacnoodles775, intellectronica, gmb, gary_poster: can you update CRB as required to reflect current statuses15:52
gary_posterbac yes15:53
deryckbac, there will most certainly be tests broken with these changes.  I don't see with running tests to find spots and fixing how I can make it in an hour from now.15:53
bacnoodles775, intellectronica: please move your branches that won't make it to 'not blockers'15:53
bacderyck: push your branch as soon as you can15:53
deryckbac, ok15:53
bacwe can manually parallelize the test suite15:53
bacyou can run lp.bugs, i can run lp.registry, etc15:54
deryckbac, gotcha15:54
bacbarry and his massive new machine can run the rest15:54
kikofe fi fo fum16:02
beunolook!  a kiko!16:02
* gary_poster doesn't have blood of englishman.16:02
gary_posterwell, maybe just a bit.16:02
kikojust a wee bit16:08
kikoas they say16:08
noodles775allenap: thanks.16:10
allenapnoodles775: Welcome.16:10
=== allenap changed the topic of #launchpad-reviews to: on call: allenap || reviewing: - || queue: [] (pqm is release-critical)
bacnoodles775: i like your test to ensure no <h1> is in the main content.  is that something that should be applicable to all pages?16:22
bacnoodles775: would've come in handy to spread that around a few weeks ago.16:23
jmlhttps://code.edge.launchpad.net/~jml/launchpad/code-to-branches/+merge/1228816:23
noodles775bac: hmmm... I'd just added that as a regression for that bug, as it doesn't apply generally (most pages *should* have an h1 in the main content above the breadcrumbs)16:24
noodles775bac: it's only views that implement IHasMajorHeading that should not have an h1 in the main content.16:24
bacnoodles775: ah, right.  i was thinking of a restriction below the line.16:24
bacjml: are you proposing that branch for inclusion in the release?16:26
noodles775bac: I've got my branch on ec2test to land on db-devel just in case it's still open (unlikely), but in the off-chance, could you approve the rc if you agree?16:27
jmlbac, yes.16:28
bacnoodles775: we have no intention of delaying the closing atm.  i've already looked at your changes and can give you an RC quickly should the circumstance arise.16:28
bacjml:  has it been through ec2?16:28
noodles775bac: k. great.16:28
jmlbac, it has, but there were failures. I fixed all of the failures, but there is a chance that I missed some.16:29
jmlnote also that there were unrelated failures from previous branches, which I mentioned on #launchpad-dev16:29
bacjml:  PQM closes in 31 minutes.16:29
jmlbac, shall I propose it for the next rollout then? :)16:29
bacjml:  there is no time.  yes, please queue up for a re-roll in the very unlikely event that should happen.  :)16:30
jmlbac, will do.16:35
bacjml:  would you add it to the non-blocker section of https://dev.launchpad.net/CurrentRolloutBlockers16:36
jmlbac, added, but left disposition blank16:39
=== salgado is now known as salgado-lunch
=== deryck is now known as deryck[lunch]
=== salgado-lunch is now known as salgado
=== flacoste is now known as flacoste_lunch
=== flacoste_lunch is now known as flacoste
=== mrevell is now known as mrevell-dinner
=== deryck[lunch] is now known as deryck
=== bac changed the topic of #launchpad-reviews to: on call: allenap || reviewing: - || queue: [] (pqm is release-critical) This channel is logged: http://irclogs.ubuntu.com/ ||
=== bac changed the topic of #launchpad-reviews to: on call: allenap || reviewing: - || queue: [] (pqm is release-critical) || This channel is logged: http://irclogs.ubuntu.com/ ||
=== Ursinha is now known as Ursinha-brb
=== danilos is now known as danilos-afk
=== mrevell-dinner is now known as mrevell
=== Ursinha-brb is now known as Ursinha
=== jamalta is now known as jamlata-afk
=== jamlata-afk is now known as jamalta-afk
=== matsubara is now known as matsubara-afk

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