/srv/irclogs.ubuntu.com/2014/12/17/#juju-gui.txt

rick_h_lazyPower: sexy demo :)00:38
lazyPowerrick_h_: yeah man - the GUI made that so simple to illustrate00:38
lazyPowerhi5 on machine view - I've been looking for an excuse to showcase it00:38
rick_h_loved the containers and icons popping up :)00:39
hatchooo demo? 00:40
lazyPowerhatch: yeah - its up on plus. I didn't intend to pull the trigger on publishing it yet - i was goign to wait for the AM when all the IT jockeys are hangin out reading email and sipping coffee trolling ycombinator.00:41
lazyPowerlooks like that plan was fail :P00:41
hatchlol00:42
rick_h_:P00:42
hatchwill take a look00:42
lazyPowerhttps://www.youtube.com/watch?v=bCvl-TsxVXA&feature=youtu.be00:42
hatchyour intro!00:42
* hatch busts out his glow sticks00:43
rick_h_lol00:43
hatchafter effects?00:43
hatchaudio sounds awesome too00:43
lazyPowerhatch: Nope - i dont have a windows box 00:50
lazyPowerfound a dude on fiverr - sent him what i wanted in a rough sketch - got that back 32 hours later for $500:51
hatchserious?00:53
hatchawesome!!!00:53
hatchI didn't know this site existed00:54
hatchlazyPower: curious why you picked etcd vs any of the other k/v stores?00:56
hatchlazyPower: it's awesome seeing the containers come up and stuff in the gui as you do it in the console :D00:57
lazyPowerhatch: flannel requires etc00:59
lazyPower*etcd00:59
hatchahh ok01:01
lazyPowerhatch: plus, stands to reason they would dogfood their own services - https://github.com/coreos/etcd01:01
hatchheh yeah true true01:02
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== urulama is now known as urulama|out
urulama_uiteam: food for thought ... lastpass does not recognise juju-gui login as login window :)07:48
fabriceyou're here as urulama_ and urulama|out07:49
fabriceso in or out ?07:49
urulama_fabrice: yes, i have a split personality :)07:49
urulama_fabrice: i'm out (officially) 07:50
fabriceso get out07:50
urulama_fabrice: :) i will08:00
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
rick_h_urulama|out: interesting14:02
hatchrick_h_: urulama|out its' because the fields don't have 'name' parameters of "username" and "password"14:20
hatchit's a trivial template fix14:21
rick_h_hatch: yea figured14:21
rick_h_but have to watch if anything relies on current names14:21
rick_h_hatch: but for another day14:21
hatchrick_h_: we just need to add `name="username"` and `name="password"` 14:22
hatchthere are no name attributes right now14:22
rick_h_oh no name attr at all?14:22
rick_h_heh14:22
hatchnope14:22
urulama|outhey, hatch, rick_h_: i just wanted to start a conversation, whether it would make sense to be able to store those to lastpass at all. but yeah, maybe fixing that template so that people are able to store them if needed would be a good thing14:23
hatchyeah, it really can't hurt :)14:24
rick_h_urulama|out: yea good note14:24
hatchuiteam lf a review and qa https://github.com/juju/juju-gui/pull/68215:48
rick_h_uiteam call in 10 kanban please15:51
hatchkadams54: are you able to hop on #682? It's a pretty quick one16:36
kadams54hatch: yes, but I want to wrap up my current work before I switch contexts. Give me five minutes.16:37
hatchsure np 16:37
hatchthx16:37
Makyohatch, what can I do to help?16:44
kadams54hatch: Done on #682 with comments16:55
hatchkadams54: thanks16:56
hatchMakyo: you could get the drag and drop working again?16:56
Makyohatch, on it16:56
hatchthanks - card is in urgent16:56
hatchkadams54: depressed state? it doesn't look highlighted to me16:57
hatchoh16:57
hatchnow I see16:57
hatch(need moar contrast)16:57
kadams54It actually looks inset16:57
hatchyeah16:58
kadams54Plus no hover state16:58
hatchI'm going to say intentional because if you look at the old button http://comingsoon.jujucharms.com/ it's also inset16:58
hatchkadams54: if you like you could file a bug about it - the mocks don't really show what this is supposed to look like so we're just making it reasonable :)17:00
kadams54hatch: OK, sounds good to me.17:02
hatchthx17:02
hatchMakyo: if you have any questions about that card just let me know17:33
hatchuiteam lf review and qa on https://github.com/juju/juju-gui/pull/683 2 liner17:48
hatchMakyo: think while you're doing this bundle stuff you could qa frankban's guicharm branch? I don't have 1.21 installed17:49
Makyohatch, I can maybe take a look in a bit, trying not to get too scattered.17:50
hatchsure no problem17:50
hatchthat drag and drop stuff is deeply intertwined 17:50
Makyohatch, fwiw, it might be worth upgrading.  `apt-add-repository ppa:juju/devel && apt-get update; apt-get upgrade` and see https://launchpad.net/~juju/+archive/ubuntu/devel17:51
hatchyeah I can do that in a container17:51
hatchI just didn't want to set a container up :)17:51
hatchguess I could do that17:51
hatchyeah ok I'll just container it up17:51
MakyoWhine whine whine :)17:51
* hatch stomps his feet17:51
MakyoI just think it'd be worth having around with the user stuff17:51
hatchrick_h_: I forget the lxc command to mount the user dir during lxc creationg17:52
hatchI really should write this down17:52
jrwrenhatch: -b username ?17:53
hatch-b is it? 17:54
hatchcool17:54
jrwrensudo lxc-create -t ubuntu -n awesomelxc -- -b hatch17:54
hatchoh the -- I was missing17:54
hatchwhat's the -- for?17:54
jrwrenits a template option17:54
hatchyeah that doesn't clear it up much :)17:55
jrwrenhatch: it gets passed as an argument to /usr/share/lxc/templates/lxc-ubuntu17:56
hatchohh17:56
jrwren-t WHATEVER tells lxc-create to use /usr/share/lxc/templates/lxc-WHATEVER17:56
hatchyep this api is worse than I originally thought17:56
jrwrenhatch: lolz17:56
hatchdoh lint error19:26
rick_h_you lose19:26
hatchbig time!19:26
hatchMakyo: when you're available mind giving me an update on your branch? I'm wondering if the bundle yaml deploy part can be done in your branch or is separate.19:37
Makyohatch, I think the bundle yaml thing should be able to fit, at least as an iteration, then deployer will need an update.20:05
MakyoGot the charm bit already done.20:05
hatchawesome 20:05
hatchok I won't start on the yaml part then20:05
hatchI just didn't want to dupe work20:06
hatchthanks20:06
Makyohatch, yep, sounds good.20:06
MakyoGoing to duck out for lunch for a few, gotta hit the post office.20:06
hatch:)20:06
hatchlata20:06
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
hatchhey what app are you guys using for epub on ubuntu?21:21
hatchreading it21:21
rick_h_ummm, kindle?21:36
rick_h_:P21:36
mbruzekHi rick_h_ I just updated the information on this bug https://bugs.launchpad.net/juju-gui/+bug/140206121:51
mupBug #1402061: The juju-gui charm fails automated testing <audit> <auto-test> <juju-gui:Triaged> <https://launchpad.net/bugs/1402061>21:51
rick_h_mbruzek: rgr ty21:52
mbruzekrick_h_: I ran additional automated tests to see if the results changed and they did not.21:52
rick_h_mbruzek: understand, we'll look into it. 21:53
rick_h_mbruzek: it was just odd since there haven't been charm changes and when looking it was odd how the different clouds weren't consistent that I could tell/etc21:53
mbruzekrick_h_: Yeah this automated system has all kinds of quirks.21:53
mbruzekrick_h_: Interesting to note that I could not even run "make lint" successfully on my system.21:54
rick_h_we'll look into it. We run the tests on every release and we're prepping another one so we'll be curious to see what we get.21:54
rick_h_mbruzek: right, we had some deps issues that aisrael fixed a while back21:54
rick_h_mbruzek: that's when we first went to passing after some of the sysdeps/etc was worked out with the way the tests run21:54
mbruzekrick_h_: I can run additional tests on a launchpad branch if you need some pre-publish result21:54
mbruzeks21:54
rick_h_mbruzek: naw, we'll take care of it. We definitely want a charm that passes our own tests/lint21:55
rick_h_if it doesn't that's on us to fix21:55
rick_h_ty for the heads up and check on info21:55
mbruzekrick_h_: Let me know if there is anything I can do to help21:55
rick_h_<321:55
mbruzekI have 48 other charm authors to chase down for the automated test failures21:56
rick_h_well we've always prided ourselves a bit on setting a good example. We'll try to make sure we get off the list. :)21:56
mbruzekrick_h_: I have no doubt21:56
hatchmbruzek: I can run make lint here I have a fresh checkout21:56
hatchrunning21:57
mbruzekhatch: no one trusts you gui guy's environments21:57
rick_h_hatch: added the card into maint urgent. As we do the release we should check out wtf is up21:57
hatchlol21:57
rick_h_hatch: but we can work it out as we do our tests/etc as part of the release21:57
hatchsure thing21:57
mbruzekhatch: rick_h_ I have no doubt it works for you guys, just noting that it did not run in my system.  Perhaps there is a dependency that you have installed that I do not21:58
hatchgnugcc failure heh21:58
hatchbzrlib/_annotator_pyx.c:4:20: fatal error: Python.h: No such file or directory21:58
hatchlooks like the make target is missing something21:58
mbruzekhatch: if you come up with a fix and want to  test it on someones system, I am happy to test your branches21:59
rick_h_hatch: the sysdeps, python-dev is where that comes from21:59
hatchmbruzek: well I actually need this specific issue fixed for my upcoming guicharm branch21:59
rick_h_hatch: we had a commit from aisrael a while back that set it up for us 21:59
rick_h_at leasts for the test system22:00
hatchmbruzek: so does the tests run make sysdeps first?22:00
rick_h_we normally manually run make sysdeps22:00
rick_h_hatch: no, there's a test file that lists the deps22:00
hatchright - so if this system is to be automated then that's where the issue is22:00
hatchor at least where 'a' issue is22:00
rick_h_hatch: rgr22:01
mbruzekhatch: the automated test only run `make lint`, `make test`, and runs all the executable files in the juju-gui/tests directory22:01
hatchahah 22:01
mbruzekhatch: I do not believe it runs 'make sysdeps' but I suspect you could make lint depend on that target22:01
hatchtbh I haven't looked at the makefile in forever22:02
rick_h_hatch: looking for the commit that added the test file and not seeing it22:02
rick_h_maybe we had a merge failure in release22:02
rick_h_http://bazaar.launchpad.net/~juju-gui-charmers/charms/trusty/juju-gui/trunk/revision/10122:02
rick_h_hatch: ^22:02
hatchhmm22:03
rick_h_hatch: so that is supposed to take care of our 'sysdeps' target for the automated test system22:03
rick_h_hatch: if it's not we need to see why/etc22:03
hatchhmm22:04
=== kadams54 is now known as kadams54-away
hatchlooks like that allowed the lint tests to run22:06
=== kadams54-away is now known as kadams54
hatchmbruzek: is there any way I can simulate the test env locally?22:11
hatchor a machine I can deploy to22:12
hatchetc 22:12
mbruzekhatch absolutely22:14
mbruzekTo run locally, install bundletester this way22:15
mbruzekhttps://github.com/juju-solutions/bundletester22:15
mbruzekThen you can run $ bundletester -F -e local -l DEBUG -v22:16
hatch but the gui is just a charm, not a bundle22:17
mbruzekhatch: poor choice of names for our automated testing tool22:22
mbruzekIt handles bundles as well as charms22:22
hatchoh lol yes...fail22:22
hatchhaha thanks22:22
=== kadams54 is now known as kadams54-away

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