[02:17] Ooh. [02:17] The new bug listings are mostly nice. === StevenK changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: StevenK | Critical bugtasks: 275 [02:28] StevenK: you working on 884217? [02:30] wallyworld_: I have a branch for it [02:31] StevenK: the reason for asking is that i am thinking about implementing a security adaptor such that if the logged in user can view the context undet which team name visibility is required, they can see the team name [02:31] so if the team name needs to be displayed because the team is a bug subscriber, then the context would be the bug [02:32] these rules would replace any current security adaptor for private team visibility [02:32] I think we only have the TAL formatter [02:32] StevenK: so i wanted to be sure that we weren't going to do the same thing etc [02:33] Which returns and soft OOPSes a MixedVisibilityError [02:33] i'll need to dig around and see what needs to be done [02:33] to fix it [02:34] but i think the above sounds ok? [02:58] StevenK: [BS]PPH.{binary,source}packagename have been fully populated now? === jtv1 is now known as jtv [02:59] hi, lifeless, sorry i had to run [02:59] jtv: Not even close. [02:59] Oh. [02:59] Damn Raphaël and his clever ideas. [02:59] lifeless: the tests that actually failed are those that use the helper, such as testBadUrlBzrSshCaught [03:00] StevenK: I guess you'll add not-null constraints when done. [03:00] and they do pass on their own. they only fail if run after the new test i introduced, which makes me think i've done something Bad(tm) in that test [03:00] hi bac :) [03:00] hi jtv [03:00] jtv: It is being blocked by long running transactions from the publisher, and if that isn't running, then it's the backups. [03:00] bac: thats very unusual then isn't it! [03:01] lifeless: yeppers [03:01] bac: uhm, I'm not entirely here today; can you drop me a mail and I will look first thing tomorrow ? [03:01] StevenK: ironic, since I was also hoping to use the column to speed up the publisher. [03:01] lifeless: sure. thanks. [03:01] jtv: staying dry? [03:02] bac: moving around to do so, but yes. In the house, last we know is it got up to just below the kitchen counter-top. [03:02] The hip new word is revacuee. [03:41] StevenK: perhaps there's more we can do to break up those long-running publisher transactions? [03:47] Fixing the dominator would be one, I think. [03:50] Catch 22. [03:51] StevenK: the updater code looks like it's probably slower than necessary. [03:52] jtv: You need my denorm work to make the dominator faster? [03:53] It'd help, yes. I've got about 5 branches waiting for rollout, and those will probably help, but it's getting close to the end of the low-hanging fruit. [03:54] Some things that I think would speed up the updater: [03:54] * Don't order by id. [03:54] * Bulk-load the [BS]PRs. [03:55] * Don't load the [BS]PNs at all—all you need is their ids. [03:55] * More radical: don't load anything, just let the DB do the work. [03:57] is this change to block reopening fixreleased bugs new? [03:58] poolie: EWIN? [03:58] no [03:58] poolie: It's at least several months old. [03:58] Maybe even a year now. [03:58] perhaps i just never hit it [03:59] poolie: The reporter and bug supervisor can reopen. [03:59] But not eg. the assignee. [03:59] hm [04:00] i guess i'm not a supervisor for bzr-svn [04:00] :/ [04:01] Indeed. [04:01] That's ~bzr-svn, which has only three real members. [04:02] ffs [04:04] i see, i thought it changed recently because robert just answered a year-old question about it [04:17] wgrant, StevenK, lifeless, what are we going to do with https://code.launchpad.net/~vorlon/launchpad/sbuild-multiarch-syntax/+merge/81385 ? [04:18] poolie: Land it. [04:18] *hug* [04:22] poolie: Don't add [no-qa] to the commit message. [04:22] Rather use bzr lp-land --no-qa [04:22] Or ec2 land --no-qa [04:22] That adds it automatically. [04:22] And hopefully avoids confusing things. [04:24] ok [04:24] i wonder if there is a bug for it [04:25] I don't think so. I've discussed it with various people in person, but I don't recall a bug. [04:25] not obviously [04:25] and it's out-of-band qa anyhow [04:26] poolie: I think we have security builds going for the next 9 hours [04:27] eh, semi-wrong channel, meh [04:39] Hah. [04:39] There's no UNIQUE bugsubscription(bug, person) [04:40] The UI forbids it, though? [04:41] Probably mostly. [04:41] poolie: Not going to make that bug Critical+regression? :) [04:41] i guess i could [04:42] rebooting [04:47] jamesh: Hi, around? [04:54] Ah, its lunch time in Perth. [05:02] nigelb: hi [05:06] jamesh: Hey, are you the James listed as Uploader on PyPI for django-openid-auth? :) [05:06] nigelb: yeah [05:06] jamesh: Excellent, 0.4 was uploaded as django-openid-auth_0.4.tar.gz as opposed to -0.4 which leads to pip not finding it :( [05:08] It was fun tracking that down, pip search django-openid-auth says 0.4 is latest, but installing doesn't work. [05:08] nigelb: ah. I didn't actually roll the 0.4 release (achuni handled it, iirc) [05:09] jamesh: ah. I couldn't find achuni on IRC, so I thought best to let you know :) [05:09] nigelb: could you file a bug about it so we don't mess it up for 0.5? [05:10] cool, will do. Is there a way to fix 0.4? [05:12] nigelb: I don't really use pip. Where is the error occurring? [05:12] jamesh: let me get you a pastebin [05:14] jamesh: http://paste.ubuntu.com/732749/ [05:14] Hrm. I guess I could try installing _0.4 [05:15] Nope, didn't work. [05:16] nigelb: anything relevant in the log file that paste mentions? [05:16] yup [05:16] sec [05:18] jamesh: http://paste.ubuntu.com/732755/ [05:19] nigelb: that's weird: Could not fetch URL http://launchpad.net/django-openid-auth/trunk/0.4/+download/django-openid-auth_0.4.tar.gz (from http://pypi.python.org/simple/django-openid-auth/): HTTP Error 404: Not Found [05:20] checking that here, I get "303 See Other" response pointing at the file in the librarian [05:20] Oh. [05:20] That is weird. [05:22] stub1: around? [05:25] i think i will build a package of the buildd stuff now just to test [05:25] and then do an update after vorlon's stuff lands [05:26] poolie: Sounds good. [05:27] jamesh: I'm guessing the usual download is directly from PyPI which it can't find now. Anyway, filed bug 887882 [05:27] <_mup_> Bug #887882: Can't install django-openid-auth 0.4 via pip < https://launchpad.net/bugs/887882 > [05:30] wgrant: I saw you said something about the new bug columns earlier. Are they live somewhere or did you just see a mockup? [05:30] nigelb: thanks [05:31] :) [05:31] huwshimi: Join https://qastaging.launchpad.net/~custom-buglisting-demo (it's Open) and you'll see them on qas. [05:33] oooh. [05:33] hi nigelb [05:34] wgrant, only qas for now? [05:34] Afternoon poolie :) [05:34] wgrant: Ah, perfect, thanks [05:35] wgrant: yo === stub1 is now known as stub [05:35] poolie: Yes. [05:35] zomg. Can't wait. custom bug listings is *amazing* [05:38] stub: It was suggested that I try the new schema without the denormalisation (so, adding policy to AccessPolicyArtifact, meaning that AccessPolicyGrant has either policy or artifact set, not both). I managed to get the equivalent Ubuntu query down to only 10% slower than the denormed version on DF (~650ms), but for products it's around ~100ms, which is slower than the original. [05:38] This seems to be because it always does a seq scan on accesspolicygrant. [05:38] Rather than indexing into it. [05:38] Can't work out why. [05:38] http://paste.ubuntu.com/732768/ is the setup and some sample queries. [05:40] The third query (one CTE and some subselects) is the fastest for Ubuntu. The others sit at 1-1.5s. [05:40] But I can't get it to not seq scan apg. [05:40] that is nice [05:40] i wish the colors were better chosen though [05:40] poolie: What in particular? [05:41] I think Low should not be bold and black. [05:41] i agree [05:41] i would like the importance things to be on one spectrum, so their ordering is reflected in the colors [05:41] Yeah. [05:42] and i think i would like them not to overlap with the status colors [05:42] They're the same as they are now. [05:42] huwshimi, what do you think? [05:42] i like incremental changes [05:42] Red/Orange/Yellow... Black/Blue [05:42] but for things like this it seems like it would be a shame not to make a better splash [05:42] Hmm. [05:42] Actually. [05:42] They're the same as the current *text* colours. [05:43] Which is Red/Orange/Green/Black/Blue. [05:43] wgrant, poolie: We actually have a set of colours that the design team use for statuses [05:43] i wonder if that icon next to the product name is really earning its keep [05:43] wgrant, poolie: I haven't seen this black before [05:44] Rather than the icons, which are Red/Reddish/Orange/Yellow/Blue [05:44] Which probably makes more sense. [05:44] Except for Yellow being yellow. [05:44] Which is a bit ew. [05:45] huwshimi, and are these colors on qas the official colors? [05:45] poolie: Nope [05:45] i guess specifically 'medium' has a very bold green which is more saturated (to my eye) than High [05:45] and Low even more so [05:45] and Wishlist too [05:45] :) [05:45] Yeah, Medium and Low are really obvious. [05:46] poolie: I believe these are the same colours we used to have, with the exception of the black [05:46] i think that's true [05:46] Particularly since High/Critical are the same colour as Triaged, which is the usual status for bugs with an importance. [05:46] So there's no contrast. [05:46] wgrant: I had thought the status colours were going to be removed [05:46] Hmm, interesting. [05:47] also the small caps importance next to the regular status is a little jarring [05:47] It's been a long time since I've seen this work and clearly I need to do a proper review [05:47] and they are oddly aligned [05:47] There was a bug filed overnight about Fix Committed looking like an ajax link. [05:47] 'ajax link' :) [05:47] Bug #887576 [05:47] <_mup_> Bug #887576: new bug listing importance is difficult to read < https://launchpad.net/bugs/887576 > [05:47] Bug #887575 [05:47] <_mup_> Bug #887575: fix released and fix committed status color in new bug listing look like ajax action links < https://launchpad.net/bugs/887575 > [05:48] Interestingly, the first bug's title mentions importance, but description says status. [05:52] Hmm. [05:52] GitHub's status styleing on the issue page itself is suspiciously similar to our new listings' importance styling. [05:53] wgrant, yeah, and unfortunately there is a bit more logic to them styling them that way [05:53] Yes. [05:53] which is that they are tag-type things that can be dragged around [05:57] Well, labels are separate, but all the category-related things seem to be styled like that. [05:57] Labels, statuses, filters. [05:58] And Google Code's issue tracker is just hilarious. [05:59] huwshimi: Are the desired colours shown somewhere? [05:59] wgrant: Not that I know of [06:00] wgrant: I have some hex codes [06:00] Do their values map reasonably well onto ours? [06:01] wgrant: Yeah, let me grab a screenshot [06:02] poolie: What do you think of the general prominence of the importance? [06:02] poolie: It seems like it's massively emphasised over the status. [06:02] When the status is possibly more important. [06:03] i find the stacked layout kind of hard to scan [06:03] especially because the colors overlap [06:03] Yeah, that's a worry. [06:03] wgrant: http://people.canonical.com/~huwshimi/status_colours.png [06:03] But maybe that's less important once we have good sorting and filtering. [06:03] huwshimi: Hmmmmmmmmm. [06:03] i think we ought to ask: why are we showing this at all [06:03] what kind of thing do people do with this information [06:04] ... [06:04] "oh, that's new/untriaged, i'll go and do it now" [06:04] Entirely desaturating the status was not the solution I had in mind. [06:04] Sort of the opposite :) [06:04] The importance is really more like a tag, IME. [06:04] "of the bugs with this tag, 2 are in progress, 3 fixed, 3 triaged" [06:04] An unimportant tag. [06:05] i think also whether projects accept it or not, there's "critical, high, other" [06:05] oh, and null [06:05] Yep. [06:05] i do wonder if the scale should reflect that by having nonlinear differences in color - http://people.canonical.com/~huwshimi/status_colours.png is a bit better in that respect but not quite there [06:06] Yeah. [06:06] "Other" is split. [06:06] But it's clearly separate from Critical and High. [06:06] By being cooler. [06:06] so i would have eg "red, orange, yellow, faded yellow, dull yellow" [06:06] The colours in that are much more subtle, too. [06:06] Much better. [06:07] The blocks of colour also look pretty odd next to our detailed icons, I think. [06:08] i do generally like the colors [06:08] i think [06:08] It's all pretty simple and not busy, but then you get to these variously-coloured outlined detailed icons :( [06:08] the statuses are less jarring because they are not colored at all [06:08] * wgrant campaigns for monochrome icons. [06:08] Yeah. [06:09] but it seems based on an assumption that the importance is much more salient than the status [06:09] which i don't think is true [06:09] Indeed. [06:09] ... and again that should probably come out of a theory about what people use this information for [06:09] Well. [06:09] It really depends. [06:09] Depending on the filter. [06:09] i don't think it's universally true [06:09] right [06:09] eg. we by default filter to open bugs. [06:09] yeah [06:10] you know i'd really like the filters to start having an overridable opinion about what you're using that filter for [06:10] eg inprogress should show you to whom they're assigned [06:10] But it's still useful to distinguish between those that are untriaged (although they would have NULL importance), those that can be worked on, and those that are being worked, and those that are fixed but not released. [06:10] Yeah. [06:10] So. [06:10] yes [06:10] Really the status is just noise normally. [06:10] i think it at least some uses it'd be good to highlight "in play" statuses [06:10] Everything can be distinguished from importance and assignee. [06:11] well, really just inprogress, and maybe fixcomitted [06:11] New: unset importance [06:11] Triaged: set importance [06:11] well, that too [06:11] In progress: set assignee [06:11] get rid of a few statuses [06:11] Incomplete... not sure [06:11] Fix Committed: pointless [06:11] i think incomplete is an orthogonal bit [06:11] Yeah. [06:12] "needs more input", ie developers can't work on it (and it will eventually expire) if an affected user doesn't provide more info [06:12] I've thought about abolishing status for issuetracker. [06:12] i think this works pretty well in answers [06:12] invalid/wontfix/opinion are all one status [06:13] fixcommitted is largely pointless [06:13] incomplete can apply to most states, so should be separate [06:13] new is implied by there being no importance [06:13] inprogress is implied by there being an assignee [06:13] ... anyhow, one step at a time [06:13] Heh [06:13] i think one good thing huw's retheme can hopefully do is provide a consistency about where color is used and how much [06:13] Yeah. [06:14] huwshimi: Do you have plans for our iconset? [06:14] i would hope it says it's used for important things [06:14] kill the goddamn pencil [06:14] wgrant: Yeah, I have plans to redesign it. [06:14] The pencil was scheduled for demolition 2.5 years ago :) [06:14] huwshimi: Excellent. [06:15] wgrant: I haven't done much work on it yet, but it's probably going to be monochrome [06:15] Eeeexcellent. [06:15] wgrant: At least in the current mockups it has been [06:15] grey plus purple anyhow [06:16] ok, so I see the new delete task feature, but I'm not sure, if I delete a default task, does that remove the targetted tasks as well or do I have to target the devel release to delete the default task or is there still no way to delete the default task? [06:17] micahg: You can delete any task individually, as long as at least one task is left on the bug. [06:17] micahg: This does mean that you can have eg. a linux (Ubuntu Lucid) task without a linux (Ubuntu) task. [06:17] right, but like in bug 887339, I don't need the default tasks, but I need the targetted ones [06:17] <_mup_> Bug #887339: Tracking bug for Firefox 8 transition < https://la [06:17] I would discourage deleting them. [06:18] The parent target will still appear, see eg. bug #1234 [06:18] <_mup_> Bug #1234: Gina is an unmaintainable mess of command line options, environment variables and shell scripts < https://launchpad.net/bugs/1234 > [06:18] Er. [06:18] Not that. [06:18] Bug #43150 [06:18] <_mup_> Bug #43150: [SRU] maxima frontends fail to connect < https://launchpad.net/bugs/43150 > [06:18] The parent targets without tasks are still shown in the table. [06:19] Task deletion exists mostly to remove projects that shouldn't be on bugs. [06:19] It's not intended for what you suggest, though it will mostly work. [06:20] right, that's what I'm thinking, to look something like that bug [06:20] but if it's not advised, I'll leave it [06:20] (that bug was never intended to be like that, but it ended up being somewhat broken when series tasks were reworked in 2007) === spm changed the topic of #launchpad-dev to: qas/staging down | https://dev.launchpad.net/ | On call reviewer: StevenK | Critical bugtasks: 275 === StevenK changed the topic of #launchpad-dev to: qas/staging down | https://dev.launchpad.net/ | On call reviewer: - | Critical bugtasks: 275 [06:58] StevenK: oh crap, completely forgot to OCR today. I'll just join you. === jtv changed the topic of #launchpad-dev to: qas/staging down | https://dev.launchpad.net/ | On call reviewer: jtv | Critical bugtasks: 275 [06:58] Or not join me [06:59] Well, replace you. [06:59] Or something. [06:59] I sit replaced. === spm changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: jtv | Critical bugtasks: 275 [07:25] morning rvba [07:25] \o jtv! [07:28] hi rvba, jtv [07:28] Hello poolie. [08:10] so when launchpad runs its tests against the external buildd code [08:10] it will need a copy of that [08:12] poolie: Probably best to put it in sourcecode/ for now. [08:12] ok [08:13] yeah it would be a bit weird to make it an egg [08:17] hi poolie — back from getting some stuff [08:18] wgrant: any objections to a dogfood update? [08:18] jtv: Go ahead. [08:18] thx [08:23] package name 'launchpad_buildd' or 'launchpadbuildd' or 'lpbuildd'? [08:23] maybe the last [08:37] Just heading out, but a branch for someone who is generous enough: https://code.launchpad.net/~huwshimi/launchpad/tag-cloud-removal-709009/+merge/81689 [09:03] Morning all [09:04] Hello [09:07] good morning [09:10] I think this is one of those rare cases where I need full tracebacks from test errors. Anyone know how I get the full traceback instead of the normal abridged one? [09:16] jtv: it's a bit tricky. [09:17] jtv: try decorating the test with @run_test_with(FullStackRunTest) [09:17] That doesn't sound too tricky! [09:17] jtv: from testtools import run_test_with; from testtools.tests.helpers import FullStackRunTest [09:17] Thanks. [09:17] jtv: it won't give you the full stack though, it'll just reveal the testtools-specific stuff [09:18] We'll see how far it gets me. [09:18] jtv: bug 881778 and bug 881780 have been filed already on testtools and are my next thing to do for it. [09:18] <_mup_> Bug #881778: frame hiding cannot be disabled, interferes with debugging < https://launchpad.net/bugs/881778 > [09:18] <_mup_> Bug #881780: no way to transiently disable frame hiding < https://launchpad.net/bugs/881780 > [09:19] Alas, it didn't do the trick. [09:19] jtv: did it not work at all? [09:19] Actually, the "traceback" consists of _only_ the exception description. I've been assuming that that was just because the abridgment eliminated the whole thing, but perhaps there's some other way that could happen? [09:20] Traceback (most recent call last): [09:20] DNSLookupError: DNS lookup failed: [09:20] Just those two lines. [09:35] can someone have a squiz at https://code.launchpad.net/~mbp/launchpad-buildd/rename-package/+merge/81692 [09:36] poolie: after my standup, sure [10:29] jtv: Little review? https://code.launchpad.net/~allenap/launchpad/bug-export-schema/+merge/81699 [10:31] allenap: otp; would half an hour be OK? [10:31] jtv: Absolutely, it's not urgent. [10:31] Thanks. [10:31] cool [10:56] hey, diffs seem to be taking a long time to generate. [10:57] since posting my MP, I've gone downstairs & filled up a bottle of water, greeted the postman (not a euphemism), and then put a bunch of cardboard boxes in the loft. Still no diff. [10:58] jml: single threaded, possibly behind something big. [10:59] that would be a great euphemism though [10:59] jml: your bug about reviews [10:59] jml: isn't https://code.launchpad.net/~lifeless/+activereviews roughly the view you ask for ? [11:02] ooh, it was jml that asked for this at the launchpad session? [11:02] lifeless: NICE! [11:04] lifeless: I maybe seeing a regression. On the project page now it doesn't show the different categories "Reviews I'm waiting", "Reviews I can do", etc [11:05] https://code.launchpad.net/launchpad-project/+activereviews [11:05] does for me [11:05] what the.... [11:05] it didn't work 2 minutes ago. [11:07] It picks every review I'm associated with. Like. [11:07] check the url [11:07] bet you there is a difference [11:07] Probably my mistake [11:07] Anyway, this is nice :) [11:07] e.g. +reviews vs +activereviews [11:07] or something [11:08] lifeless: no. [11:09] lifeless: or rather, it's close, but I want reviews that aren't assigned to me to appear on it. If you submit an MP to, say, it won't show up on my page. [11:10] "Reviews I *can* do" [11:10] well [11:10] yes. although there's a lot of those :) [11:10] heh [11:10] restricting it to projects I'm interested in would be nice. [11:12] allenap: you're done. [11:12] jtv: Thanks. [11:16] jml: so, I think it just needs a way to say 'I may be a reviewer for X, but I don't care about it'. [11:16] jml: one way is to not be in the reviewer team for X. [11:16] uhh... no? [11:16] well, depends on what "it" is there [11:17] so, +activereviews shows reviews that aren't assigned to you. The heuristics is that they are on a branch you are in the review team for. [11:17] what you said above was '00:09 < jml> lifeless: or rather, it's close, but I want reviews that aren't assigned to me to appear on it. If you submit an MP to, say, it won't show up on my page. [11:17] lifeless: no, it doesn't. [11:17] ' [11:17] and then '00:10 < jml> restricting it to projects I'm interested in would be nice. [11:18] jml: are you saying you want proposals that you're not an authoritative reviewer for to show up as well? [11:19] lifeless: "as well" is wrong. Person/+activereviews does not show reviews that aren't assigned to me. e.g. kampka's review on https://code.launchpad.net/testtools/+activereviews isn't shown on https://code.launchpad.net/~jml/+activereviews [11:19] jml: ah, or are you saying that 'reviews I can do' doesn't show up on your ~ +activereviews? [11:20] jml: This may be shallow. Thanks for helping me understand. [11:20] lifeless: yes, that's what I'm saying. That was the intended behaviour of the page when thumper made it. [11:20] tbh, if suddenly there was a "Reviews I can do" section, I'd want it grouped by project. [11:20] lifeless: np [11:23] another slow diff generation :\ [11:23] jml: naturally [11:23] jml: would you care to note this in the bug ? [11:30] lifeless: done [11:34] thhanks === matsubara-afk is now known as matsubara [12:09] jtv: Are you still OCR, or are you EOD? [12:15] StevenK: sort of eod tbh [12:15] But! [12:16] If your branch isn't too big I can trade you a speedup for the [BS]PPH.{source,binary}packagename populators. === jtv changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | Critical bugtasks: 275 [12:16] In the garbo job? [12:16] Yes [12:16] jtv: Problem is, my branch isn't done yet. [12:16] Well that'd put a bit of a crimp on it. [12:21] A bit, yes [12:36] bigjools: about a minute and a half — still seems to do the usual stuff though [13:04] jtv: Are you still up for that MP swap? [14:02] Hi, all. [14:12] hi deryck! [14:30] adeuring, ping for standup [14:31] deryck: oops, starting mumble now. sorry [14:31] np [14:45] I believe there are 3 private new bugs in Launchpad that no-one can see. This has been the case for a few months [14:46] * sinzui wonders if staging can show them [14:49] adeuring, are you working from this mockup for the beta banner? http://people.canonical.com/~deryck/beta_banner.png [14:50] deryck: yes [14:50] adeuring, ok. And it's that blue on black that's hard to read? [14:50] deryck: right [14:50] adeuring, do you have the transparency, too? [14:50] deryck: yes [14:51] adeuring, ok, cool. I'd say just keep that match and point huw at the issues you see then. [14:52] deryck: ok. BTW, I suspect that the blue colour in the mockup is simply not identical with the colour we use elsewhere for links [14:52] Custom bug lists feature looks amazing btw [14:52] nigelb, thanks! [14:52] :) [14:53] adeuring, that's what I was wondering. let me open in gimp and get the exact color. [14:53] * deryck thinks the Oranga Mafia are becoming design gurus === abentley changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: abentley | Critical bugtasks: 275 [15:01] adeuring, like the gray, it's hard to pin down from mockup, but I think it's #4884EF. [15:01] deryck: ok, I'll try it === jtv1 is now known as jtv [15:25] deryck: could you please review https://code.launchpad.net/~abentley/launchpad/enable-anonymous-jsoncache/+merge/81741 ? (I'm the OCR) [15:26] abentley, I can. Give me 15-20 minutes to wrap up some emails for the day, and then I'll start. [15:26] deryck: thanks. === matsubara is now known as matsubara-lunch [16:17] abentley, your MP looks great. No comments really. r=me. [16:18] deryck: thanks. [16:31] abentley, adeuring, hey look there's rick_h :) [16:31] rick_h: welcome! [16:32] sorry, should have thought to look for -dev a while ago [16:32] rick_h: Hi! [16:32] howdy all [16:34] rick_h will be new Orange Mafia next week, for those who don't know. [16:35] rick_h: welcome :) [16:36] thanks, looking forward to it === matsubara-lunch is now known as matsubara [16:36] welcome rick_h! [16:37] oooh! Hello rick_h! === beuno is now known as beuno-lunch === deryck is now known as deryck[lunch] [17:24] danhg, welcome aboard and thanks for doing the usability sessions at UDS/P [17:24] hey, thanks tim [17:25] was great to hang out === beuno-lunch is now known as beuno === deryck[lunch] is now known as deryck [18:04] deryck: back, forward and reload buttons now work. [18:05] abentley, nice! [18:05] abentley, well done. === beuno is now known as beuno-lunch [18:53] cr3: hi [19:03] lifeless: hola senor, what's up? [19:06] sorry otp now ;) [19:07] lifeless: no worries, reping me when done === beuno-lunch is now known as beuno [19:26] cr3: hi [19:26] cr3: wanted to touch base on the person access api we discussed [19:28] night all [19:35] cr3: however I have to run in a minute now - monthly allergy vaccine injection [19:36] cr3: will try around this time tomorrow [19:37] lifeless: sure, looking forward to your ping tomorrow [19:46] wallyworld_: add member should't need changing [19:46] wallyworld_: non-open/delegated teams already prevent addition of open-delegated teams to the team. [19:57] lifeless: the reason behind avoiding having reviews I can do on the person review page was the potential amount of them [20:27] deryck: chat? [20:27] abentley, sure. [20:28] deryck: on mumble, I mean. [20:31] + report.get('value', 'No execption value')) [20:31] * mwhudson twitches [20:36] hi mwhudson [20:42] mwhudson: you afflicted by more than the typo? [20:42] bac: no, just the typo [20:43] bac: i guess i could just fix it myself, sorry [20:43] mwhudson: ok -- i'll fix it. [20:45] mwhudson: turns out 'execption' occurs in our code base three times! [20:45] bac: hahaha === matsubara is now known as matsubara-afk [21:01] Statik: hi [21:34] jelmer: so if the recipe memory problems are fixed, has anyone tried a kernel build yet? :-) [21:35] mwhudson: hmm, that'd be an interesting thing to try [21:36] jelmer: john rigby from linaro actually wanted to do it, too [21:36] ah, kernel imports don't scan correctly [21:36] is that going to be a problem? [21:37] mwhudson: yeah, that might be a problem [21:37] it seems like 2.6 imports fine though [21:37] ah, that's probably been around for long enough [21:37] and I have some in-progress work to improve the scanner performance [21:38] Branch.revision_history() is deprecated in bzr 2.5, which breaks lots of things in Launchpad, so that code will have to change anyway [21:38] i think it's some new-ish time restriction on how long scanner jobs run for that prevents new imports from scanning [21:38] might as well use the new, fancy, APIs [21:38] jelmer: does it involve deleting BranchRevision? [21:38] mwhudson: no [21:38] sad fave [21:38] *face [21:39] branchrevision scares me [21:39] the things it does that aren't trivial to replace with bzr ops are ... i forget now [21:39] per project revision feeds? [21:39] revisioncache updates in general i guess [21:40] really we should have a microservice for things like "which revisions are unmerged in this mp" blah blah blah [21:43] jelmer: i remember that revision_history started to be bad news around when i started with canonical [21:43] jelmer: some things move slowly :-) [21:46] mwhudson: the format moved away from it a long time ago [21:46] yeah [21:46] mwhudson: but the API was still there [21:46] there was a version of knits with it and another without it? [21:55] jelmer, mwhudson: I've had some luck with manually doing progressive scans of large new imports. [22:20] huwshimi, hi, there were a couple of things at the google event that i wanted to briefly mention with you [22:20] also thanks for fixing the tag cloud [22:20] poolie: :)] [22:22] abentley: Hai, are you still up for reviewing a branch? [22:24] wallyworld_, from canonical.launchpad.webapp.authorization import ( [22:24] precache_permission_for_objects, [22:24] ) [22:30] lifeless, re putting launchpad-buildd in an egg, that seemed a bit strange for something that's mostly not python, and has no python packaging at the moment [22:31] it feels more like it should be a dpkg dependency [22:33] wgrant: that's by pushing the branch 10k or so revisions at a time? [22:34] jelmer: Yep. [22:34] jelmer: Sometimes much less :/ [22:35] StevenK: sorry. === abentley changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | Critical bugtasks: 275 [22:39] poolie: I want to reduce the number of dependency systems we are using [22:39] poolie: for the forseeable future, eggs are needed, and so are dpkg packages. [22:39] poolie: so either is fine IMO [22:42] i just need to make sure installing the package does not convert your machine into a buildd [22:42] though that might be kind of useful :) [22:42] especially leading up to the release [22:42] well [22:42] there are some options [22:42] we could mandate having it run in a container [22:43] for instance [22:43] or you could create a test fake like that sketched on the SOA pages [22:44] i think eventually separating the tests along the interface will be good [22:44] for now i'm testing the whole thing because it's not very expensive and there is risk of integration breakage [22:45] do you know how hard it would be to run up a realistic buildd vm locally and do manual integration testing? [22:45] my impression is it's quite hard and unautomated [22:45] https://dev.launchpad.net/Soyuz/HowToUseSoyuzLocally [22:45] poolie: It's reasonably unautomated, but not exactly hard. [22:46] It's also well-documented. [22:46] Reasonably. [22:46] I think people other than me have done it. [22:46] ripe for improvement [22:46] i've set up an arm buildd [22:46] and used it with launchpad [22:46] .dev [22:46] it's fiddly, but not hard [22:46] thanks [22:47] That page suggests installing it on your LP system, but that only really makes sense if your LP is running in a VM. [22:47] Because it really shouldn't be running on a real machine. [22:48] i'm surprised that will work because it seems to have a hardcoded "if not under xen, abort" check [22:49] poolie: Ah, for recipe builds, probably not. [22:49] We have some thoroughly stupid checks. [22:49] That I couldn't be bothered complaining about. [22:49] (that one is new) [22:52] iirc, it was a request from IS [22:53] (the if not under xen, abort) [22:53] Yes, and it was not a very sensible request :/ [22:53] Because recipe builds are the safe ones. [22:53] Well, not safe. [22:53] But safer than binary builds. [22:53] If it's not running under Xen, we have far larger problem.s [22:53] i have to admin, i forgot the rationale behind them asking this [22:53] admit [22:54] i can easily change it to be on by default but disableable [22:54] if that's a word [22:54] Hopefully lamont won't notice if we remove it. [22:54] It's only very very slightly beneficial to security. [22:55] that actually seems like a nice place to use one of those TCB features [22:55] perhaps they're not in the stock kernel [22:55] but, limiting the machine to exec'ing only particular binaries [22:55] or for that matter just having some noexec filesystems [22:55] poolie: Doesn't quite work for a buildd :) [22:55] sinzui: I can't use celebrity_logged_in -- I need to pass the principal into the view. [22:55] wgrant, why? [22:55] sinzui: I already thought of using it when I wrote the branch. [22:56] hm [22:56] poolie: Because they construct unsigned binaries... [22:56] i guess you would need something that allowed execution inside the chroot but not outside [22:56] perhaps possible though [22:56] And that's not useful. [22:56] Because chroots are not secure. [22:59] so the point is to make sure arbitrary code does not run outside of the vm [22:59] perhaps the host outside of the vm should be more locked [23:00] No. [23:00] It's to make sure untrusted code doesn't run on the non-virt builders. [23:01] But it's a failed attempt to do that. [23:01] Because binary builds still work, and they're far easier to exploit. [23:01] uhm [23:01] so I'm not endorsing the check [23:01] but failure to prevent attacks A *and* B doesn't make a solution to attack A valueless. [23:01] No. [23:02] But in this case it's really not very useful. [23:02] And it's actively harmful to development. [23:02] Not useful + harmful == kill [23:03] i'll do something about it so i can test [23:03] i can understand how they would want some protection against things running in the wrong place through operator error, even if it is not 100% [23:03] It's not even 10%. [23:42] lifeless: http://paste.ubuntu.com/732768/ is an attempt without the denormalisation (AccessPolicyArtifact.policy exists, and AccessPolicyGrant's policy and artifact columns are mutually exclusive). [23:42] lifeless: It's about 10% slower for Ubuntu on DF. [23:42] lifeless: But much slower for other projects. [23:42] (the third form of the query seems to be the fastest) [23:43] Because it does a seq scan on APG. [23:43] Refuses to use the indices. [23:43] Was wondering if you could poke a bit. [23:54] sure, I need to have an urgent poke at a few other things first, but after that I will [23:54] (running out of disk space on carob would be bad) [23:54] Sure, not seeing 2,000 OOPSes would be so tragic. [23:54] Won't someone think of the OOPSes