/srv/irclogs.ubuntu.com/2015/06/15/#launchpad-dev.txt

blrwgrant: are webhooks at a point now where I could look at building out a view perhaps?03:31
wgrantblr: Not at the moment -- hopefully later in the week. Is setbranch all done from your perspective/04:12
blrwgrant: yep, the cherry picked link name changes are here: https://code.launchpad.net/~blr/launchpad/project-configuration-rename/+merge/26191804:14
blronce that's landed, imagine it will be much easier to review the other branch04:14
wgrantblr: Oh, can you flip that out of WIP?04:15
blrwgrant: gah, sure thing04:15
wgrantOne day things like this will be sensible.04:16
wgranteg. bugs will say whether they're open or closed04:16
wgrantAnd MPs will do the same, except with an additional state that is neither.04:16
wgrantRather than expecting everyone to know and notice the particular statuses...04:16
blrthat sounds sensible04:16
blrcan you think of anything that needs addressing atm? (otherwise I'll find some more bugs to poke at)04:19
=== anthonyf is now known as Guest37830
wgrantblr: One thing we need is a ref picker.04:27
wgrantblr: For +register-merge, mostly.04:27
wgrantCurrently you have to type the target ref manually.04:27
wgrantIt's the most annoying bit about Git MPs atm.04:27
wgranthttps://app.asana.com/0/29290342588691/3703305225445104:28
blrwgrant: great, will have a look after I tidy up this MP.04:34
lifelessasana?04:39
wgrantlifeless: Lightweight task tracking service.04:44
lifelesswgrant: using it for LP development?04:51
wgrantlifeless: Where it makes sense, yes.04:54
lifelessseems a little ironic ;)05:10
wgrantlifeless: No moreso than using kanban like in the old days.05:12
wgrantLP bugs is good for tracking some types of things.05:12
wgrantblr: Are you around to fix the broken test? If not, I'll do it.06:25
blrwgrant: back sorry06:42
wgrantblr: No worries.06:42
blrwgrant: https://code.launchpad.net/~blr/launchpad/project-configuration-rename/+merge/26193006:50
wgrantblr: Thanks.06:51
blrwgrant: buildbot happy, will get the other branch merged.07:37
=== anthonyf is now known as Guest35437
blrmorning20:45
wgrantMorning blr20:47
wgrantcjwatson: Do you believve the GitHostingClient regressions to all be fixed now?20:47
blrwgrant: did something blow up, or are you just up early? :/20:53
wgrantblr: Just an early meeting.20:53
blrah good20:54
cjwatsonwgrant: Yes - they weren't regressions (well, except from unmerged code) since they only affected the patch case, and I've confirmed that to be working now21:06
wgrantOh, yeah.21:07
wgrantNo empty responses yet.21:07
* wgrant gets a lot of coffee and dives back into blr's setbranch22:02
blrwgrant: ah thanks22:04
wgrantblr: Thanks for cutting the irrelevant bits out of the diff.22:04
wgrantIt's still 1700 lines, but that's a lot better than 2300 :)22:04
blrhopefully easier to deal with now22:04
blryes :)22:04
wgrantAnd the changes are mostly to a few files rather than EVERYWHERE.22:05
blrin retrospect I should have made the renaming changes first... will try to think about decomposing branches before going down the rabbithole next time22:05
blrwgrant: when looking at it again yesterday, I did wonder if it needs an additional test for the setDefaultRepository case22:07
wgrantblr: It's often difficult to foresee quite how deep the rabbithole is.22:08
blrwgrant: just lodging a bug suggesting that the test factories should use the first available Person.name rather than throwing an exception - is that reasonable?23:33
blrintroducing more randomness to the property is probably the only way to manage it without a db query23:37
blrwgrant: if you have any comments https://bugs.launchpad.net/launchpad/+bug/146543823:39
mupBug #1465438: Factories should ideally use first available Person.name <test-system> <Launchpad itself:Triaged> <https://launchpad.net/bugs/1465438>23:39
wgrantblr: It shouldn't cause a serious performance regression; NameAlreadyTaken is raised when getByName returns something, so it's already performing an extra query.23:46
wgrantblr: The login code uses generate_nick to create a unique name.23:47
=== anthonyf is now known as Guest93759
blrwgrant: a minor annoyance. I'll make a note about generate_nick thanks23:48
wgrantYeah, it's quite irritating, but usually only a problem in the harness rather than in tests.23:48
wgrantCould also include a timestamp in the generated names (it doesn't just affect Person), or possibly only do that outside tests.23:48
wgrantBut tests shouldn't be depending on the specifics of the name generation, so always including something unique would probably be fine.23:49
blrwgrant: yep, that seemed like the least obtrusive way to improve it23:49

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