/srv/irclogs.ubuntu.com/2014/09/25/#juju-gui.txt

jcsackettso are hopes and dreams our stock in trade?00:20
rick_h_hatch: you're right, both test and lander failed very close to the same00:24
rick_h_hatch: are you poking at it?00:24
=== mup_ is now known as mup
hatchrick_h_: yes fix has been pushed00:37
hatchwill see how this goes00:37
rick_h_hatch: coolio00:37
rick_h_hatch: no hury, I'm doing release now. It can move forward without it 00:38
hatchoh you sure? ok00:38
rick_h_hatch: yea, at 30min a test run it'll be a bit to verify/etc and I'm going to move forward. We'll get it landed tomorrow and such00:38
rick_h_hatch: thanks for updating and we'll see how it goes00:39
hatchsounds like a plan00:39
rick_h_go go bzr go go 00:58
rick_h_go go bzr go go go ...bzr be good00:58
* rick_h_ starts up the live charm tests...go go go01:13
* rick_h_ crosses fingers01:14
=== uru_ is now known as urulama
=== uru_ is now known as urulama
=== fabrice is now known as fabrice|lunch
jcastrohas anyone had issues with the inspector not showing up on click?10:45
=== fabrice|lunch is now known as fabrice
rick_h_jcsastro: not that I'm aware of at the moment. 11:11
rick_h_jcastro: is this the new charm that went out today? 11:11
jcastroyeah11:11
jcastrobut jujucharms seems to work11:11
jcastrodon't worry, only on my laptop, not in front of anyone. :)11:12
rick_h_hmm, ok11:12
jcastrorick_h_, you have an upcoming release right?11:12
jcastroI'd like to realign the ob's to use the latest stable one11:12
jcastrocurrently they're on older ones11:12
rick_h_jcastro: yes, charm and site went out around midnight EST 11:12
fabricerick_h_:  you are not sleeping ?11:12
rick_h_we're working with marketing to make a huge splash today11:12
rick_h_fabrice: I did, now I have a meeting, then back to sleep11:13
jcastro<311:14
jcastronice work dude11:14
fabricerick_h_: :)11:14
rick_h_jcastro: <311:14
rick_h_jcastro: let me know if you see something though, we'll be poking at it some more now that the release is put together but nothing came out in QA last few days 11:15
jcastroyeah it just feels like the inspector summoning/banishing is flakey 11:16
jcastroboth on chrome stable and unstable11:16
jcastroalso in general sometimes I want to click and I still get the relation popup thing, but that's a design issue I think, that can wait until later11:16
rick_h_rgr, we will look into it thanks jcastro 11:16
rick_h_frankban: do you have a few min to see if you can verify in any way. 11:17
rick_h_jcastro: this is on a real deployed version?11:17
jcastroyeah, on my local machine11:17
rick_h_jcastro: sorry, a live environment you're seeing this 11:17
rick_h_jcastro: rgr11:17
frankbanrick_h_: I'll take a look if I can dupe inspector not showing up in a real env11:20
rick_h_frankban: ty11:20
frankbanrick_h_: in the meanwhile, jujucharms.com updated!11:20
rick_h_frankban: ty for the deploy as well yay! 11:20
frankbanrick_h_: there was a hook problem in upgrading the charm, jacekn filed a bug, I am creating a card for that11:21
rick_h_frankban: rgr, I tried to load that bug but it failed to come up. curious what's up11:22
frankbanrick_h_: can you see it now? https://bugs.launchpad.net/charms/+source/juju-gui/+bug/137387511:23
rick_h_frankban: no, says "lost something" and getting 40411:23
frankbanrick_h_: it's a private bug, I subscribed you, can you see it now?11:24
rick_h_frankban: ah ty 11:25
rick_h_frankban: yes I can see it now11:25
frankbanrick_h_: cool11:25
frankbanjcastro: I am not beeing able to dupe the inspector bug on a local env with three deployed services using both chrome and firefox. any specific steps?11:30
jcastroI'll follow up with you after we finish here with these customers11:30
frankbanjcastro: cpp;11:31
frankbancool even11:31
jcastrofrankban, what version of the charm should we be on?11:31
frankbanjcastro: I am trying with cs:trusty/juju-gui-811:31
rick_h_frankban: available to start our call a couple of min early?11:55
* rick_h_ has a break for nap time slotted after it :)11:55
frankbanrick_h_: now is ok11:55
frankbanrick_h_: I am in the hangout11:56
* frankban lunches12:06
rick_h_luca: jujucharms.com is updated and stuff is live12:17
rick_h_luca__: sally will start hunting you for your blog post, congrats and yay12:17
=== urulama is now known as urulama-afk
luca__rick_h_: haha thanks12:39
luca__rick_h_: has it all been released?12:39
rick_h_morning take two14:19
hatchmornin 14:21
hatchjcsackett: rick_h_ so it seems that everywhere where we create a new environment needs the ecs passed in - I'll continue fixing those up this morning14:22
rick_h_hatch: k, one thing to think about is either having that do some default work or making a factory method that handles that14:22
jcsackettmorning.14:22
jcsacketthatch: yeah, i was encountering the same sort of issue when i was trying to fix that.14:23
hatchrick_h_: I was thinking that but it is only a couple lines per test and some tests use mocks14:23
hatchso I think a factory won't get us much14:23
rick_h_hatch: rgr14:23
jcsacketthatch: if you start hitting env/go.js related stuff, let me know. that's the part i'm currently working on and we might need to coordinate.14:24
jcsacketthatch: don't know about you, but i am discovering that `make test-debug` is not remotely reliable for tracking failures in this work.14:33
hatchjcsackett: tbh I can't figure out why it doesn't fail14:34
hatchI think it's too fast14:34
* jcsackett nods14:34
hatchand even in the browser it's too fast14:34
hatchapp.js is poorly constructed anyways - but we've always known that14:35
jcsacketthatch: i've also found that it'll crash out and report significantly fewer errors then there actually are.14:35
hatchjcsackett: yeah - but that also happens in the browser14:36
jcsacketthatch: oh goody.14:36
hatchthat's because of how mocha works and how we have structured the tests14:36
jcsackettwell, i haven't seen that happen in the browser yet, at least.14:36
jcsacketthatch: so, basically our tests are riddled with structural problems that make this harder? awesome! :p14:37
hatchand our code14:38
hatchthe next season of House of Cards will be about the GUI14:38
rick_h_die mocha die14:38
hatchhaha it's only partly mochas fault14:39
hatchtbh there isn't exactly a better alternative14:39
rick_h_meh, I still want it to die14:39
jcsackett+10000000014:41
jcsackettif only b/c at this point i'm feeling vindictive towards it.14:41
jcsackett:p14:41
rick_h_anger leads to hate, hate leads to wanting it to die14:41
jcsackettwanting it do die leads to the dark side?14:44
rick_h_psh, I'm working on getting promoted up the dark side chain of command and gaining choke powers14:45
jcsackettlet me know when you get lightning powers--i have a neighbor i could use your help with.14:46
rick_h_jujugui call in 1014:50
rick_h_frankban: you've got the call today14:50
rick_h_jujugui I won't be joining, I have more crazy calls to do today 14:50
rick_h_and I'm fix releasing bugs so watch out for the email onslaught!14:51
frankbankadams54, urulama-afk: hangout?15:01
kadams54frankban: will be there in a moment, as soon as Google lets me in :-\15:01
hatchjcsackett: er mah gerd https://github.com/juju/juju-gui/pull/587#issuecomment-5683258915:08
jcsacketthatch: WHOOOOO!!!!15:08
hatchnow to rebase and ship15:08
rick_h_:)15:08
hatchI'm going to wait on the rebased tests to pass before shipping just to be safe15:11
hatchdon't want something spurious to get into develop15:11
=== fabrice is now known as fabrice|family
hatchjujugui who has a ps4? More importantly who has a PS version of Destiny?15:20
jcsacketthatch: you are really into the whole destiny thing, huh? :p15:21
hatchno I just want what I want - since I can't get what I want for a price I want I'm getting  what I don't want 15:21
hatchwant15:22
hatch:15:22
hatchP15:22
kadams54Well, that makes as much sense as everything else hatch says.15:22
kadams54;-)15:22
hatchit's true15:22
hatchso 15:22
kadams54lol15:22
hatchno other gamers eh?15:22
kadams54Um… does Boom Beach count?15:23
hatchI15:23
hatch don't even want to google that15:23
kadams54lol15:23
kadams54Having kids has curtailed my gaming activities. Icksnay on the time-sucking massively multiplayer type games.15:24
hatchyou don't have them gaming?15:25
hatchor too young?15:25
frankbanhatch: I have a ps4 but I don't think I am going to buy that game, it seems diablo-like, too much life consuming15:26
jrwrenThere is only starcraft2.15:26
frankbanhatch: I played the last of us on the ps4 and it is quite impressive FYI15:26
hatchfrankban: well it's more like a FPS with mmo like elements15:26
hatchjrwren: lol - we should have a lan party in brussels :P15:26
hatchcan you even have lan parties anymore?15:27
hatchI'm betting it all has to go through a central server15:27
jrwrenhatch: DreamHack is this weekend, but LAN only is no longer a thing. All the games require internet connections.15:27
hatch:(15:28
jrwrenhatch: we can still play in same room in brussels. Its still fun.15:28
hatchif the internet is fast enough15:28
hatchI'll do the lag hack on you and win15:29
hatchit really is the only way I'll be able to15:29
hatchfrankban: atm the only ps4 pkg is the Last Of Us package - so it's worth getting?15:30
frankbanhatch: I got the last of us at about 45 euros, and it includes the nice "left behind" dlc. I think it's really worth playing it15:32
hatchcool15:33
hatchI've had only xbox since release day of 'Xbox''15:33
hatchswitching camps is sad to see all those gamerpoints go15:33
hatchjcsackett: passed after refactoring so I'm shipping it15:43
hatchfeel free to pull my changes into your branch if you like15:43
rick_h_luca__: you hear from sally at all?15:48
luca__rick_h_: no, I was going to speak to her15:48
rick_h_luca__: ok, my understanding was release today, homepage takeover tomorrow15:48
luca__rick_h_: My blog post will be going for review with Ale in about half an hour15:49
rick_h_but it's feeling late in your day for that. Maybe it's all for tomorrow?15:49
luca__rick_h_: ok15:49
luca__rick_h_: I’ll go and speak with her15:49
luca__rick_h_: sec15:49
rick_h_luca__: cool thanks15:49
rick_h_hatch: how's your blog post?15:49
hatchrick_h_: working on it now - just got the other branch to be landable15:49
rick_h_hatch: cool15:49
hatchthanks to 15:55
hatchtinder every time I log into tumblr I think I'm visiting a porn site15:56
rick_h_hatch: kadams54 jcsackett Makyo can you guys jump in the standup hangout for a sec?15:56
hatchjoining15:56
kadams54sure15:56
rick_h_jcsackett: ping when you get back/around16:02
jcsackettrick_h_: i just jumped in the hangout as people logged out.16:02
jcsackettsorry, was packing things up for a meeting16:03
jcsackettrick_h_: i can talk now if it's short or ping you about 1:30ish?16:03
rick_h_jcsackett: sure jump back in16:03
luca__rick_h_: all posts and takeovers are going up tomorrow16:11
rick_h_luca__: ah, ok. well :P16:11
rick_h_hatch: ^16:13
rick_h_hatch: so if you could be ready with your post and space to embed the video once it's up it'd be great16:13
hatchyeah for sure - I was also hoping to get links to the other articles and such to link to16:14
rick_h_hatch: yep, sounds like I won't have urls for those until tomorrow16:14
hatchyeah np - I can add them in after, I'll also not make it public until tomorrow 16:15
hatchI could time the release for EU morning too if we wanted16:15
rick_h_hatch: well let's do it in your AM if that's cool. 16:16
rick_h_then it'll be a follow up vs all at the same time16:16
hatchyep np16:16
rick_h_or even later in the day, when you get a chance16:16
rick_h_mad rush of things with canonical logos, then a follow up without 16:16
hatchwell I can do it on a timer vs manual if we wanted a specific time16:16
* luca__ has just seen his spamed up email…16:17
rick_h_bwuhahhaha, mark all luca__'s bugs as invalid!16:18
hatchlol16:18
luca__rick_h_: haha16:19
rick_h_luca__: wine time tonight!16:20
rick_h_jcsackett: kadams54 can we punt on today's calls as s/1-1 call/happy release dance ?16:21
kadams54Sure.16:21
rick_h_jcsackett: kadams54 and if not no problem, we can chat16:22
rick_h_but I'll be doing a happy dance while we chat, fair warning :P16:22
kadams54:-b16:22
kadams54Break out the glowsticks16:22
kadams54https://www.youtube.com/watch?v=Zx1eDmuYQg816:23
rick_h_woot16:27
rick_h_hatch: can you point me at the bug you fixed recently around the config options and the GUI that caused your mysql issues?16:53
hatchohh16:53
hatchhmm16:53
hatchgimme a few16:53
rick_h_hatch: rgr, looking here as well but I think the title was a bit off from the end result if I recall16:54
hatchholy the kanban is clean16:54
lazyPowerso16:54
lazyPoweri just deployed the new gui, and noticed machine view is in there16:55
mbruzekrick_h_: I just saw the new GUI, that looks AWESOME!16:55
lazyPoweri have one hashtag for you guys16:55
lazyPower#badass16:55
hatch:D16:55
rick_h_lazyPower: yes, we'll have full announcements and videos and blog posts tomorrow coordinated with pr16:55
mbruzekThe machine view is bad ass16:55
lazyPower1 suggestion, and this may be a deal breaker - the cookie notifier hides stuff from me16:55
rick_h_yes, we're hoping we can create some new gui users over this. 16:55
lazyPoweri was looking for commit and it was all tucked away under the UK Mandated cookie banner16:55
rick_h_lazyPower: yes, we're working with UX on it. We have to have it and are trying to find a way to make it less painful16:55
mbruzekLove the change log too16:55
lazyPower<316:56
lazyPoweryou guys did awesome16:56
lazyPowerand *are doing* awesome16:56
mbruzeknice16:56
rick_h_Makyo: have a link to your youtube handy for lazyPower and mbruzek while we wait on pr for tomorrow?16:56
rick_h_lazyPower: mbruzek thanks for checking it out and if you love it please help spread the word. We know a lot of people don't feel the gui fits their uses but with MV we're hoping some poeple will give it another shot and rethink it16:57
Makyorick_h_, lazyPower mbruzek https://www.youtube.com/watch?v=rEiwKLfzlX816:57
rick_h_lazyPower: mbruzek and comments from people not on our team as appreciated towards that end16:57
rick_h_thanks Makyo 16:58
mbruzekThanks for the link.16:58
rick_h_we'll be making a big fuss tomorrow with a ton of links and material to introduce it so keep an eye out16:58
hatchrick_h_: https://bugs.launchpad.net/juju-gui/+bug/136520516:59
mupBug #1365205: Charm cannot be deployed, fails on install hook with gpg error <juju-gui:Fix Released> <mysql (Juju Charms Collection):Invalid> <https://launchpad.net/bugs/1365205>16:59
rick_h_hatch: <3 ty16:59
rick_h_jujugui heads up no AU calls tonight. Huw is afk today. 17:17
hatcha o k17:17
hatchfirst post release bug report https://bugs.launchpad.net/juju-gui/+bug/137405017:19
mupBug #1374050: Inspector stays open after destroying a ghost service <juju-gui:New> <https://launchpad.net/bugs/1374050>17:19
hatchI win17:19
rick_h_lol17:19
rick_h_ok, smallish one. I can live with that. 17:20
rick_h_Makyo: up for taking a peek? ^17:20
rick_h_BradCrittenden: speaking of sorry, we wanted to sync up. Do you have time?17:22
hatchrick_h_:  my branches landing failure is legit - but it only happens while merging :/17:38
hatchI'll push up some updates soon17:38
rick_h_hatch: rgr17:38
BradCrittendenrick_h_: chat in a few minutes?17:55
=== BradCrittenden is now known as bac
rick_h_bac: k17:56
bacrick_h_: https://plus.google.com/hangouts/_/canonical.com/rick?authuser=018:00
rick_h_go go gadget chrome18:01
Makyorick_h_, sorry, was outside.  Got it.18:01
rick_h_Makyo: all good, thanks18:01
rick_h_go go gadget firefox18:02
rick_h_bac: ok, made it in18:03
* jcsackett finally checks email, grins at the ton of bug mail.18:03
rick_h_close em all!18:03
rick_h_well, all but 210 of them :/18:04
* rick_h_ needs to spend some more bug time tomorrow18:04
rick_h_bac: died on me here. 18:06
* hatch stepping out for lunch18:07
MakyoHuh, can't reproduce this bug, is the description missing a step?18:10
rick_h_jujugui going to get lunch and then dr apt at 3pm so probably won't be back until late tonight if anyone needs anything18:22
marcoceppirick_h_:  et al20:08
marcoceppidid machine view launch?20:08
Makyomarcoceppi, deployed to jujucharms.com, official release stuff is tomorrow.20:09
Makyohatch, do you have any more detail on that bug?  Can't reproduce for the life of me.20:11
hatchMakyo: on sandbox?20:13
Makyohatch, yep. Destroying a service clears state for me20:14
hatchhmm lemme try again20:14
hatchMakyo: well wth20:15
hatchI also can no longer reproduce20:15
hatchso sorry20:15
hatchI don't know what happened20:15
MakyoNo, that's a good thing :)20:15
hatchhaha I suppose20:15
hatchbah we are having serious power/internet issues atm20:17
hatchwell not serious20:17
hatchbut irritating20:17
hatchhaha20:17
rick_h_marcoceppi: yep, what Makyo said. PR push is tomorrow but the code is out today20:28
rick_h_marcoceppi: I see you're doing a talk, feel free to show MV there20:30
rick_h_marcoceppi: if it's something that fits your presentatoin20:30
hatchit sure seems like people are going to like this mv20:41
hatchcant wait to see what else people have to say about it heh20:41
marcoceppirick_h_: it just popped up in my gui for the demo20:56
marcoceppiso I was like, uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh20:56
marcoceppibut I'm definitely going to use it for the demo20:56
marcoceppirock on20:56
marcoceppiMakyo: hatch rick_h_ team, etc, et al, really fucking fantastic job on the machine view stuff20:57
rick_h_marcoceppi: cool20:57
rick_h_marcoceppi: glad you like it :)20:58
marcoceppiit's going to make my talks soooo much easier to explain and may have me permenantly move to gui for working with juju ;)20:58
rick_h_well, you can wait until we add debug log into there later this cycle before you move GUI only :P20:58
marcoceppi:O20:58
marcoceppiif you could find a way to put debug hooks in there ;) I'd never use the command line again :P20:58
rick_h_marcoceppi: one thing to be aware of, we disable containers for most providers (other than maas) right now since you can't route network traffic to the public21:01
marcoceppirick_h_: cool21:01
rick_h_marcoceppi: so that users don't put wordpress in a container, expose it, and think they can view it from their browser21:01
rick_h_marcoceppi: but we've got a flag to override that /:flags:/containers21:02
rick_h_marcoceppi: so add that to the url and it'll over ride it. So if you know what you're doing, and put haproxy on the root, mysql and wordpress in lxc containers, you can do nice demos on ec2 for instance21:02
rick_h_then only expose haproxy and everything works21:02
marcoceppigotchya, I won't be doing anything crazy like that21:03
marcoceppiI'll wait for juju to figure all that out21:03
marcoceppigood to know21:03
rick_h_cool21:03
* rick_h_ hits eod and goes to get the boy from day care21:04
marcoceppihum, commit doesn't seem to be working21:09
marcoceppioh, there it goes21:09
hatchmarcoceppi: if you run into any oddities plz do let us know :)21:25
=== mup_ is now known as mup

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