/srv/irclogs.ubuntu.com/2014/06/10/#juju-gui.txt

hatchhuwshimi hey I'm looking at your comment re the bubbling issue02:27
huwshimihatch: Hey02:27
hatchhuwshimi see the new units added here: https://github.com/juju/juju-gui/blob/develop/app%2Fwidgets%2Fmachine-view-panel.js#L173 add it as a bubble target, but when a unit is added here https://github.com/juju/juju-gui/blob/develop/app%2Fwidgets%2Fmachine-view-panel.js#L78 it's not02:29
hatchMakyo this question is illegible but it's using your openstack bundle http://askubuntu.com/questions/481105/juju-openstack-bundle-cant-launch-an-instance I'm not sure if that bundle deploys any more? 02:31
huwshimihatch: That doesn't seem to help things.02:43
huwshimihatch: It still breaks on that .destroy line02:43
hatchok looking02:43
hatchhuwshimi can you try this: wrap that destroy in a setTimeout with a 5s timeout or something long to see if that works - I think it's destroying the token before the event gets fired/bubbles02:45
hatchsorry I can't test atm02:45
Makyohatch, correct, that bundle was for demonstration purposes only.02:45
hatchMakyo might want to comment on that question to that effect :)02:46
rick_h_Makyo: remove the branch and we can remove the4 bundle from charmworld02:46
rick_h_Makyo: or maybe you can as well02:46
rick_h_Makyo: http://manage.jujucharms.com/bundle/~makyo/openstack/openstack/delete02:47
huwshimihatch: Yep, that works with the timeout02:47
hatchhuwshimi ok so the addTarget IS still missing but the real issue is that it's being destroyed before it can fire the event02:48
hatchso....hmm02:48
Makyorick_h_, no luck.  Also, getting no stylesheets on m.jc.02:48
hatchvat to do02:48
* hatch says in his best Ukrainian accent 02:48
MakyoOh, there's the login, nevermind.02:48
rick_h_Makyo: I removed it02:48
MakyoOh, thanks02:48
rick_h_Makyo: oh yea, sorry you have to auth first as it's a manage thing02:49
MakyoThere we go.  Thanks rick_h_ 02:49
hatcheventful night :)02:50
rick_h_party02:50
hatchhuwshimi using settimeout is not a valid solution either :PPP02:52
huwshimihatch: haha02:52
hatchI used 600MB of data today.....doing nothing02:52
hatchman I hope they fix my internet soon02:53
hatchhah02:53
rick_h_lol02:53
rick_h_night all, see you same bat-place tomorrow02:53
huwshimirick_h_: Night02:53
hatchnight 02:53
rick_h_I've done my git/github lecturing to core for the night :P 02:53
hatch:D02:54
hatchhuwshimi I'm going to hop back offline for the night - hope I got things back on track for ya :)03:00
hatchI'll probably check back in a little later03:00
frankbanrogpeppe: hi10:16
rogpeppefrankban: hi. am looking at your review...10:16
frankbanrogpeppe: could you please take a look at https://github.com/juju/testing/pull/16 ?10:16
rogpeppefrankban: yup :-)10:16
frankbanrogpeppe: cool thanks. did not rebase so that you can look at changes on the third commit: Changes to MgoSuite.10:17
rogpeppefrankban: am doing, thanks10:17
rogpeppefrankban: rather than putting the server cert generation code into mgo.go, couldn't we just pass the server cert in along with the CA cert?10:23
rogpeppefrankban: (which means that the juju-core testing code can use the actual code from the cert package that will be used for real)10:24
frankbanrogpeppe: uhm... yes we can do that, so something like MgoTestPackageSsl(t *testing.T, srvCert, caCert *x509.Certificate, caKey *rsa.PrivateKey) ?10:26
rogpeppefrankban: yeah. or put 'em in a struct.10:26
frankbanrogpeppe: is three args enough to put them in a struct?10:27
rogpeppefrankban: e.g. MgoTestPackage(t *testing.T, certs *Certs)10:28
rogpeppefrankban: i think it might make sense, given that they all need to specified at once10:28
rogpeppefrankban: it makes the test simpler as well (if certs != nil { .... })10:28
frankbanrogpeppe: oh, and at that point we no longer need caKey, right?10:29
rogpeppefrankban: yeah10:30
rogpeppefrankban: but we do need the server key10:30
frankbanrogpeppe: for the &key.PublicKey bit?10:31
rogpeppefrankban: for the key that gets written to the PEM file10:32
frankbanrogpeppe: yes10:32
frankbanrogpeppe: so something like http://pastebin.ubuntu.com/7622839/ in mgo.go?10:35
rogpeppefrankban: pretty close. i'd do http://paste.ubuntu.com/7622851/10:37
frankbanrogpeppe: ah, sure the fields need to be exported10:37
rogpeppefrankban: yeah10:37
frankbanrogpeppe: we also need the ca key for x509.CreateCertificate10:49
rogpeppefrankban: we don't need to call CreateCertificate, do we?10:49
frankbanrogpeppe: nt sure, how do we create the pem file? we need bytes to write it10:50
rogpeppefrankban: the PEM file doesn't have the CA key in it10:51
rogpeppefrankban: you can get the DER bytes from the Certificate and PrivateKey10:51
rogpeppefrankban: the cert bytes are in cert.Raw10:52
frankbanrogpeppe: trying10:54
frankbanrogpeppe: updated11:15
rogpeppefrankban: looking11:15
frankbanthanks11:16
rick_h_morning11:28
rogpeppefrankban: reviewed11:37
frankbanrogpeppe: thanks!11:40
frankbanrogpeppe: I've found this recent commit in mgo.go, I gues I'll reproduce that (remove mgo.SetDebug(true)) in my current branch11:46
rogpeppefrankban: sgtm11:47
=== BradCrittenden is now known as bac
* rogpeppe goes for lunch12:14
* frankban lunches12:17
rbasako/12:21
* rbasak didn't know this channel existed!12:21
bacha, it's *the* place to hang out12:22
rick_h_we party in our own little world12:22
* bac -> tea. brb12:23
rbasakbac: AIUI, the issue is because you're trying to maintain a PPA for multiple series with a single packaging branch?12:26
rbasakThis is tricky since the packaging tooling doesn't really accomodate that use case, since they've grown out of distribution tooling which focuses only on one series at once.12:26
rbasakI suggest that you maintain a "trunk" packaging branch, and for past series that cannot use that, use more packaging branches branched from that trunk packaging branch.12:27
rbasakDoes that help at all?12:28
rick_h_rbasak: do you keep a seperate packaging branch from the source then? So you pull down the source branch, marge the changes in that into a 'trunk packaging branch' and then have branches of that for different series?12:30
rbasakrick_h_: I don't, no. I've not hit this particular issue before, since most of my work is directly in the archive and there we don't need to update older releases much.12:31
rick_h_rbasak: ah ok12:31
rick_h_rbasak: yea, I guess we're just trying to find a workflow that's not nuts and this is the first time the simplest hasn't worked out for us12:31
rbasakWe do try in some cases to try and keep packaging in the development release more easily backportable. There's certainly value in that.12:31
rbasakIn this case though, I can't see how that is easily doable.12:31
bacrbasak: ok, so a different packaging branch and different build recipes for the different sets of series with like rules.12:33
bacrbasak: i think in our case, the packaging for trusty would just have the pydist-files override and the other would not12:33
baci was hoping to avoid that fork but it isn't a big deal and it is good to know you consider it best practice not lunacy12:35
rbasakotp brb12:35
=== alexpilotti_ is now known as alexpilotti
=== alexpilotti_ is now known as alexpilotti
rbasakbac: sorry, that was a long call. Yes - I think it's the best option. A better option would be to try and find a way to support both series in the same packaging but it sounds like that's not possible here.13:33
rbasakSo a branch is the next best option I think.13:34
bacrbasak: thanks13:34
rbasakbac: no problem. On a separate note, it might be an idea to reduce the packaging delta between your PPA and the Ubuntu archive. I noticed it varied a bit on my last upload.13:36
bacrbasak: do you have a link to the one for the ubuntu archive?13:37
baci never can find those things13:37
rbasaklooking13:38
rbasakbac: https://code.launchpad.net/~ubuntu-branches/ubuntu/utopic/juju-quickstart/utopic13:38
rbasakbac: note that the UDD importer is a little broken and this branch is not always kept up-to-date.13:38
rbasakSo it's best to manually check. It looks good to me right now at least.13:39
bacrbasak: i've created a packaging-trunk and a novel packaging branch for before trusty.  however when i try to specify the pre-trusty branch in the build recipe, the merge rule gets changed to 'merge lp:juju-quickstart' without my branch specifier.  have you seen this behavior before?14:22
bacrbasak: the recipe is at https://code.launchpad.net/~juju-gui-charmers/+recipe/juju-quickstart-pre-trusty-daily14:22
rick_h_hatch: have interwebs today?14:23
frankbanrogpeppe: could you please review https://github.com/juju/juju/pull/61 ?14:23
rogpeppefrankban: looking14:23
frankbanrogpeppe: thanks!14:24
hatchrick_h_ still hotspotting :)14:24
rick_h_hatch: :(14:24
hatchthey probably have to run new lines the guy said14:25
bacrbasak: is 'packaging' a special name?14:26
rick_h_ouch, what did you do? Let the gophers at your house?14:26
bachatch: catv or fiber?14:26
hatchbac, probably cat3, apparently the neighbourhood doesn't have fiber yet14:27
hatchI'm just hoping the line is broken in someone elses yard14:27
frankbanbac: the recipe should include something like "merge packaging lp:juju-quickstart/packaging" where lp:juju-quickstart/packaging is the branch containing the pre-trusty debian stuff14:28
rogpeppefrankban: reviewed14:29
bacfrankban: yes, but i need two branches, one for pre-trusty and one for trusty and beyond14:31
bacfrankban i have named those branches "packaging-pre-trusty" and "packaging-trunk"14:31
bacfrankban: if i specify them in the recipe they are rejected and replaced with lp:juju-quickstart14:31
frankbanbac: so we need two recipes14:32
bacfrankban: yes, i have two recipes14:32
rogpeppefrankban: do you remember what we decided to do about HTTPSuite?14:32
bacfrankban: what i am describing is the recipe editor javascript is not accepting the branch name14:32
frankbanrogpeppe: I believe that suite has been already movet to testing, and we need to remove http.go in juju, right?14:32
bacfrankban: if i enter 'merge packaging lp:juju-quickstart/packaging-pre-trusty' it becomes 'merge packaging lp:juju-quickstart'14:33
frankbanbac: weird...14:33
rogpeppefrankban: oh, cool14:33
rogpeppefrankban: so it has14:34
bacabentley: do you know the internals of launchpad build recipes?14:34
frankbanbac: so maybe we need to put packaging branches in a different series? https://code.launchpad.net/juju-quickstart14:34
abentleybac: Once I did, but it's been a long time.14:35
bacabentley: when i try to enter my packaging branch into the recipe editor, it rejects my packaging branch name and replaces it with just the project path.14:36
abentleybac: paste me what you're trying to enter.14:37
bacabentley: http://paste.ubuntu.com/7623848/14:39
bacabentley: i think i see the problem.  the branch i'm specifying is incorrect. nm.14:42
abentleyAh, that makes some sense.14:42
bacabentley: the previous version used lp:juju-quickstart/packaging where 'packaging' was a series not a branch.14:44
rick_h_jujugui call in 10 kanban please14:52
frankbanbac: once packages are built with the new configuration, could you please update the HACKING file to reflect the new PPA release process?14:53
rick_h_jujugui call in 214:59
bacfrankban: yes, once it is settled.14:59
rick_h_kadams54: ^15:01
kadams54on my way15:01
rick_h_jujugui updated doc to propose two date ranges. 21-25 would be the whole team. If you've got time off planned please submit it and let me know15:28
rick_h_jujugui also note I'm not getting emails from the new hr system so if you file time off ping me to approve please. I see Makyo's stuff in there right now but got no email15:31
hatchrick_h_ I checked the flights, look like there is one which gets me back in time and I don't have to miss any of Friday 15:40
hatchso as long as that flight stays available15:40
hatchya know....because I'm sure you were just super concerned and all that 15:40
rick_h_:) 15:41
rick_h_hatch: hey, I'm looking out for all my buddies 15:41
hatchyay!15:44
hatchheh rick_h_  did you see they changed the ES6 module spec again lol15:44
rick_h_hatch: :) yea noticed that15:45
hatchI think they are for the better....so that's good, but still funny15:45
rick_h_yea, the joys of following stuff in progress15:45
* rick_h_ goes for lunchables15:56
* rogpeppe is done for the day17:00
rogpeppeg'night all17:00
rick_h_night rogpeppe 17:01
rick_h_kadams54: ping, got a sec?17:01
kadams54rick_h_: sure, what's up?17:02
rick_h_kadams54: can you do me a favor, I need to get the list of categories from the charms. We can get all the data via http://manage.jujucharms.com/api/3/search/?text=charm&min_score=0&limit=500017:02
rick_h_kadams54: just need to loop it, find and unique the categories values please17:02
kadams54Will do17:02
rick_h_kadams54: ty much17:03
hatch"call stack exceeded" -  no you're just not trying hard enough17:05
rick_h_:P17:05
hatch:D17:05
hatchdebugging recursive functions is a lot of work17:06
Makyojujugui I'm not having any luck with tests on this branch, any thoughts? https://github.com/juju/juju-gui/pull/37317:29
MakyoI changed the order in which things were added to the DOM, but since everything's selected within the method, finding what to stub is hard.17:30
rick_h_Makyo: honestly, I still think it's a comment/qa and we go along. It's going to be darn near impossible to really have a good test that directs back to this17:31
Makyorick_h_, alright, that makse sense.  I'll flesh out comments.17:32
rick_h_Makyo: thansk17:32
rick_h_bac: ping17:39
bachey rick_h_17:39
rick_h_bac: quick charmworld ? for you. I'm trying to get a lsit of all the categories that any charm declares. The api results only show the normal set and I bet it's because we ignore the ones we don't recognize. Can you verify that?17:40
bacok17:40
rick_h_ty bac 17:40
bacrick_h_: yep, if the category is not in the OFFICIAL_CATEGORIES list we toss it: http://paste.ubuntu.com/7624639/17:45
bacthat is from the Charm model class17:45
rick_h_bac: :( ok thanks17:45
rick_h_kadams54: ok, next step please17:46
kadams54rick_h_: ready17:47
rick_h_kadams54: so to get this info we'll have to loop through that charm list, build the file api call to the metadata.yaml, and then find the categories out of it 17:47
rick_h_kadams54: example: http://manage.jujucharms.com/api/3/charm/precise/apache2/file/metadata.yaml17:47
rick_h_kadams54: so loop, get metadata.yaml, load, output categories, next 17:48
hatchwell they have started running new cable17:48
kadams54rick_h_: got it17:48
* hatch hopes all the conduits are clear17:48
rick_h_hatch: trencher time!17:48
rick_h_kadams54: ty much17:48
hatchnah they run conduits here 17:48
hatchthey think ahead lol17:48
rick_h_I <3 api17:48
hatchrick_h_ now if the conduit is collapsed or plugged....well then we have problems17:49
hatchbrb rebooting18:01
MakyoGoing to run last night's carload to the new house over lunch, back in a few.18:04
hatchanyone know what would cause a git push to fail with 18:05
hatchPermission denied (publickey).18:05
hatchfatal: Could not read from remote repository.18:05
hatchit doesn't even ask for the password to unlock the keychain18:05
rick_h_hatch: wrong .git/config ?18:05
hatchrick_h_ well nothing has changed since yesterday...18:05
rick_h_hatch: I'd argue something has :)18:05
rick_h_hatch: push is going where you don't think it is or something?18:06
hatchI can't even show the origin details18:06
hatchgithub is last showing my key used today18:07
=== BradCrittenden is now known as bac
hatchso the 'fix' was to go and delete old unused keys from GH18:15
hatchumm thanks GH?18:15
rick_h_hah18:15
hatchjujugui looking for a review and qa on the cache branch https://github.com/juju/juju-gui/pull/37218:20
bacrick_h_: did you reply to my comment above? (internet dropped briefly right after i sent them.)18:21
rick_h_bac: which comment above?18:21
bacthe one where i said all was ok with juju-qs 1.3.4.b1 on a variety of platforms and i'd like to release 1.3.418:22
hatchthat didn't make it  :)18:22
rick_h_bac: yea, didn't make it to the channel18:23
bacwell, hell18:23
rick_h_bac: ok, so then this is the official release of quickstart with OSX support?18:23
bacrick_h_: it looks like our brute force packaging approach is working.  i have 1.3.4.b1 working via pip, brew, pre-trusty PPA and trusty-and-beyond PPA.  i did not do full QA on all of those but everywhere i've tested it works.18:23
bac14:0818:23
bacrick_h_: i'd like to release 1.3.4 on all of those mechanisms now18:23
hatchkadams54 will you be around in an hour? I'm going to take lunch then look at huw's bug so I'll probably have some q's18:23
kadams54Yeah, I'l be here.18:23
bacrick_h_: yes, it will have OS X support and is a pre-cursor to actually getting the brew formula accepted into their ecosystem18:24
hatchwhile I'm gone https://github.com/juju/juju-gui/pull/372 :)18:24
rick_h_bac: +1 then on release. You've got QA from others?18:24
rick_h_hatch: will try, kadams54 or Makyo ? ^18:24
kadams54hatch: will take a look at it shortly.18:25
bacnope.  as i said, i did a full QA on 1.3.3 and have done spot checks on the different types of systems (pip, brew, pre-trusty PPA, trusty PPA)18:25
bacrick_h_:  ^^18:25
bacQA from others would be swell18:25
rick_h_bac: ok, let's get another QA then before release. Target it for tomorrow? 18:26
rick_h_I'll try to QA after this bit here and maybe get hatch or Makyo to do another as well as other OSX users18:26
rick_h_bac: I saw a branch go by with the qa docs in there? Is there a branch we should use to QA off of? 18:26
baci'll be kadams54 would love to18:26
rick_h_lol18:27
bacrick_h_: trunk/HACKING.rst has a QA section18:27
rick_h_well kadam's volunteer to look at hatch's so spread the love 18:27
rick_h_bac: cool18:27
bacOS X will have to be via pip18:27
kadams54bac: I presume this is around juju-quickstart for OS X?18:27
backadams54: yep18:27
kadams54bac: I can dive into it after I finish working with hatch.18:28
rick_h_bac: yep, that's not an issue18:28
bacthanks18:28
kadams54bac: Are there QA instructions somewhere?18:28
rick_h_kadams54:  trunk/HACKING.rst has a QA section18:29
backadams54: yeah, let me grab an URL18:29
rick_h_I can copy/paste fast :) 18:29
rick_h_bac: just link him to the branch as he'll have to bzr branch it anyway right?18:29
backadams54: http://bazaar.launchpad.net/~juju-gui/juju-quickstart/trunk/view/head:/HACKING.rst18:29
kadams54OK, will take a look18:29
bacrick_h_: no.  this QA should be done via our install providers, i.e. pip, apt, brew (except not brew)18:30
baci made that up.  should've said 'our many and varied package management systems'18:30
rick_h_bac: ah ok, so your branch is up then on pypi as the b1 package and use that to test?18:31
kadams54hatch: I also have https://github.com/juju/juju-gui/pull/375 for you to look over18:31
bacrick_h_: yes, it is on pypi and the juju-quickstart BETA PPA18:31
rick_h_bac: gotcha ok cool then18:32
rick_h_kadams54: CI failure looks like some sort of cleanup/race18:44
rick_h_jujugui I'm stepping out, will do quickstart qa tonight bac. 18:52
rick_h_kadams54: thanks for the help with the research today. 18:52
kadams54rick_h_ np18:52
bacrick_h_: ok.  have fun.18:53
hatchkadams54 thanks for the qa - any review notes?18:57
hatchhmm github must be having some issues or something19:00
hatchmy profile pictire is gone now too19:00
hatchwth19:00
hatchMakyo's and huw's are gone too19:04
hatchodd19:04
hatchannnd my tests aren't running19:07
hatchjujugui does anyone know why CI wouldn't run an update to a PR?19:10
hatchor how I would even go and debug it?19:10
hatchkadams54 your branch has a test failure, I'll wait until that's resolved to take a look at it19:14
kadams54hatch: I believe that's a race condition19:15
kadams54I haven't had a chance to rebuild but rick_h_ mentioned that earlier19:15
kadams54So ignore it :-)19:15
hatchno this is different than the spurious failure19:16
kadams54You looking at build #1194?19:16
hatch119319:16
hatchhttps://github.com/juju/juju-gui/pull/37519:17
hatchOo the new lines didn't fix the internet....awesomer!19:17
kadams541193 does not seem like a legit failure to me19:18
hatchok I'll queue up to re-run it19:18
kadams54I already re-queued19:19
hatchoh woops we both did heh19:19
hatchkadams54 if you use /origin/pr/375/merge then it'll do the PR not just the single commit19:19
hatchjust fyi19:19
kadams54Ah, good to know19:19
hatchso is my branch good to land if it passes the tests?19:19
hatchoh look at all those failures in IE that my branch caused19:41
hatchparty on19:41
hatchand they pass locally19:44
hatchawesomer19:44
hatchkadams54 your failure happened again19:50
kadams54Yeah, get them to pass in IE and I'm good with it landing. I didn't review it since rick_h_ seemed to have that covered.19:50
hatchidentical19:50
hatchhttp://ci.jujugui.org:8080/job/juju-gui/1195/console19:50
hatchok cool, thanks19:50
kadams54Yeah, I see it.19:50
kadams54Doesn't mean I understand it or think it's legit :-)19:50
hatchhaha well try and reproduce it locally19:51
hatchI can give it a go in a bit19:51
hatchlooks like I might have internet again19:51
kadams54All tests pass locally19:51
hatchok I'll give it a try in a bit19:51
hatchand the CI isn't picking up my shipit19:53
* kadams54 thinks CI needs a good swift kick19:54
hatchI'm with you there19:59
hatch__hmm I'm on real internet now20:04
hatch__lets see if this lasts lol20:04
hatch__kadams54 when is your EOD? I'd like to get this chat in before, it's looking like they will be done here in about 2020:05
=== hatch__ is now known as hatch
hatchkadams54 ok I'm ready whenever you are20:18
kadams54hatch: you still around?21:13
hatchof course!21:13
kadams54OK, I'm available to chat21:14
hatchok gimme a couple mins to get the dogs in21:16
kadams54woof21:17
hatchkadams54 ok I'm in the standup room21:18
kadams54OK21:18
rick_h_hatch: I wonder if your issue was due to github's issues this afternoon21:27
hatchgithub had issues?21:27
rick_h_hatch: the CI stuff is pushed via github hooks and if they flake out they no worky21:27
hatchohh21:27
hatchgotcha21:27
rick_h_yea, github was down for a chunk of time today. Didn't you see twitter make all the jokes about it? :P21:28
hatchhaha no I was on limited bandwidth so I didn't check it often21:28
hatchI am now back up to full bw :)21:28
rick_h_woot21:28
rick_h_wait..now I'll have to see you in hangouts! :P21:28
hatchhaha sucker!!21:29
rick_h_hatch: did you get back with huw about his question?21:35
hatchkadams54 and I are arguing about it now21:35
rick_h_hatch: lol21:35
MakyoWell this is neat: https://github.com/dspinellis/unix-history-repo21:35
rick_h_hatch: ok21:35
hatchwe are on the same side so this is a shitty argument21:35
hatchlol21:35
MakyoNever thought I'd see "34 years ago" on github.21:35
rick_h_Makyo: is your branch up for landing? I'm trying to take stock of our odds of doing the release this week21:36
Makyorick_h_, It should be good to land, want me toshipit?21:36
rick_h_Makyo: yea, sounds good to me21:36
rick_h_hatch: so tomorrow then let's chat about were we stand for IL flag release and make sure we've got everything unblocked to kill that off. We can move the cleanup cards to after the release as maint and do them as thurs/friday cards21:37
hatchrick_h_ yeah, atm I'm just trying to get the cards in review unblocked and commented on and whatnot - but as far as I know the only real blockers are the two reds after the il green21:49
hatchI can look more and qa in the morning21:50
hatchrick_h_ huws branch is landing now21:52
hatchkadams54 and I couldn't argue with ourselves enough to make us change our mind :D21:53
kadams54Or we just dismissed ourselves as crotchety purists who would never be able to ship something.21:53
rick_h_hatch: heh ok I won't ask21:54
hatchlol!!!21:54
rick_h_hatch: the one about the two inspector calls isn't a blocker correct? I mean it did that back before the inspector was moved21:55
rick_h_hatch: so the only blocker I consider is the bug with the home action by clicking the icon 21:55
rick_h_hatch: so I'd suggest that as the next card for someone for tomorrow then?21:55
hatchrick_h_ I'm ok with that - we can probably release Thursday if we can get some good QA in tomorrow afternoon and Thursday morning21:56
rick_h_hatch: I'd like to hopefully start the release process tomorrow if we can. I thin the one bug is a small state change one21:58
rick_h_hatch: I'm worried starting thurs will have something push us to friday 21:58
hatchrick_h_ I'm not convinced that there has been enough dedicated QA'ing to do a release tomorrow21:58
rick_h_hatch: ok, let's ask huw tonight and have our MV friends pause and help with QA tomorrow21:59
hatchsounds excellent21:59
rick_h_kadams54: ^21:59
kadams54got it21:59
rick_h_kadams54: thanks, so the plan is to pause WIP and QA with no flags tomorrow as much as we can do. Different browsers, live environments, sandbox, etc. 22:00
kadams54ok22:00
rick_h_if we can get both the quickstart release and gui release out this week I'll be doing a happy dance 22:01
hatchkadams54 +1 btw just doing QA now22:01
hatchoops qa failure22:03
kadams54rick_h_: Ah that reminds me, I need to look at quickstart tonight.22:03
kadams54hatch: what did you run into?22:03
rick_h_kadams54: yea, same here. That'll be after the boy goes to bed though22:04
hatchkadams54 commented in the PR22:04
kadams54The kids are at the grandparents this week and next, so I have oodles of free time.22:04
hatchooooooeeeee22:04
hatchshouldn't have said that!!!22:05
hatchlol22:05
kadams54:-)22:05
kadams54The QA error is because I made the change to listen to *:createMachine events at a higher level, where all header events will bubble up22:05
kadams54But I haven't yet implemented adding new containers22:06
kadams54That's my WIP card22:06
kadams54So it'll be addressed in that branch.22:06
hatchohh ok, can you reply in kind in the PR22:06
kadams54Yeah22:06
rick_h_hatch: sent an email to peeps, if you see huw please mention it22:06
kadams54LOL22:06
kadams54Nice work hatch ;-)22:07
hatchIT"S BACK OPEN!!!!22:07
hatchlol22:07
hatchrick_h_ ok will do thanks22:08
huwshimiMorning23:02
hatchmorning huwshimi 23:03
huwshimihatch: Hey23:03
hatchhuwshimi some developments today - your branch was landed, and we'd love it if you could do a good qa without any flags so we can get a release out 23:07
huwshimihatch: OK, I can do that. This is releasing the il etc? but not mv?23:08
hatchright, so qa with no flags23:09
hatchnew state and il stuff is not flagged any longer23:09
huwshimiOK will do!23:11
hatchjujugui looking for a review/qa on a super trivial fix https://github.com/juju/juju-gui/pull/37623:13
kadams54Looking23:14
hatchthanks23:15
kadams54hatch: looks good, replied in PR.23:18
hatchthanks, and shippped23:18
hatchnow lets just hope qa comes back clean :)23:19
hatchok going to sit down....been standing all day, damn standing desk setup23:21
hatchhah!23:21

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