[01:33] morning huwshimi [03:29] morning huwshimi [03:31] guess it's afternoon now :) [03:59] hatch: Well and truly :) [04:00] huwshimi: :) did you see the new IE10 bugs? [04:00] there are a few which fall into your ballpark I think [04:00] https://bugs.launchpad.net/juju-gui/+bugs?field.tag=ie10 [04:01] hatch: I did. It's strange that I didn't notice some of them. I just need to finish getting my IE vm working again and I'll take a look [04:01] huwshimi: well a number of branches landed so it's entirely possible they were introduced there [04:02] hatch: That's true [04:02] in our retrospective we made up a rule that any branch that gets landed now needs to be qa'd in IE as well [04:02] so get that VM up ;) [04:13] That's fine, I've been QAing in IE for a while now [04:13] oh awesome - well you are ahead of the curve [04:13] :) [13:33] morning [13:42] I'm still looking for one more review/qa on https://codereview.appspot.com/13072043/ plz and thanks [13:47] guihelp: anyone available for a python review? https://codereview.appspot.com/13106043 (I need another one) [13:52] hatch: i'm looking at the card about closing the ghost inspector and opening the service inspector on deploy, and wondering if it's really as simple as it sounds. and you sem like the person to poke about that. [14:00] yeah lets have a chat [14:00] one sec just grabbing my coffee [14:00] ^ jcsackett [14:01] hatch: ok, be in guichat in a second. [14:01] ok there [14:41] * hatch wonders if there are only the three of us in today :) [15:00] hatch: i've been here all day. just haven't had anything to say. so, hello. [15:02] well hello bac want to do a review/qa? https://codereview.appspot.com/13072043/ just need to check the branch out and run `make && make lint` and if there is no errors it qa's ok [15:03] hatch: writing a MP atm. will do it in a second. [15:03] thanks! would love to get this landed....the new jshint is so fast [15:03] it takes longer to query the files than to lint them [15:03] haha [15:12] hatch: there is a conflict in databinding.js [15:12] hatch: when merging your branch into trunk [15:12] not surprising considering the time between branching and today :) [15:12] I'll merge [15:13] one minute [15:14] bac: re-proposing - it was actually only a trivial conflict [15:15] hatch: yeah [15:15] I'll ping when it's done proposing [15:16] Makyo: you can probably just land your IE fix, it's pretty trivial [15:18] bac: done proposing [15:23] hatch, Alright. [15:23] * Makyo will take that as an LGTM [15:23] * hatch did lgtm :) [15:24] Well, bonus. [15:27] Makyo: do you know if we have any way of pulling the real constraints into the gui for the ghost inspector? [15:28] I'm trying to figure out if this is broken or if we simply don't have the functionality [15:28] hatch, don't know what you mean by real constraints. [15:28] well like say we are on EC2, how do we pull in what machines they can deploy to? [15:28] those are the constraints no? [15:33] hatch: done [15:34] hi benji, could you review https://code.launchpad.net/~bac/charmworld/bundle-page/+merge/180891 at your leisure? [15:34] bac: sure [15:36] bac: you are correct in that you need to specify which jshint flag to turn off [15:36] it's no longer a 'ignore all' type of flag [15:37] I actually prefer this approach [15:37] hatch: no, i mean we went from /* jshint: foo=true */ to /* jshint -W99 */ [15:37] then it still checks for other errors [15:37] hatch: that's what i meant. [15:37] validthis:true is just a 'everything is ok' flag [15:37] whereas W99 (which I'll add docs for) [15:37] only disables that one error [15:37] hatch: oh. so you can just tell it to stfu for now. [15:38] right [15:38] hatch: ok, i like the granularity but don't like the obscurity. [15:38] yeah I agree I'll be adding the comments as to what error it gets around [15:38] although js pro's should know by looking at the code ;) [15:38] perfecto [15:38] maybe that's a good interview question lol [15:39] "why do we need to tell jshint to ignore this" [15:50] jujugui call in 10 [15:51] hatch, sorry, got distracted. Constraints are fuzzy, not absolute. If you say mem=2G, any machine with at least 2G matches. [15:51] hatch, and this isn't pulled in from EC2, we'd have to go through the machines we have. [15:51] hatch, Also, I was inexact. Some constraints are fuzzy, some, like arch, are not. [15:52] Makyo: I guess I'm confused how it works with input boxes because the user can really input whatever they want and I don't really know what happens afterwards [15:52] maybe we chat after the call and you can get me up to speed? [15:54] hatch, sure. [15:54] thanks [15:59] jujugui call in 2 [17:16] the websocket tests now save logs to the browser when running in make test-server :) [17:26] jcsackett: wow huge diff ;) [17:32] hatch: :-P [17:32] I'm QA'ing in IE [17:32] hatch: cool, thanks. [17:33] Makyo: could i trouble you for the second review on https://codereview.appspot.com/12852045/ ? [17:33] jcsackett, sure, on it [17:33] thanks. :-) [17:33] blarg Win 8 is going black again [17:37] win8 is terrible. [17:37] and i say this as a person who is not anti-windows per se. win8 is terrible. [17:38] good news is that your branch appears to be fixed [17:39] bad news is I found another bug :/ [17:42] jcsackett: next ticket? https://bugs.launchpad.net/juju-gui/+bug/1214058 :) [17:42] <_mup_> Bug #1214058: Cannot open Browse if sidebar is minimized [17:47] hatch: sounds good to me. [17:47] thank you very much :) [17:47] * hatch is trying to get these bugs squashed early to make for an easy release [17:51] benji: i'm getting those json decode messages too. i'll try it in trunk. my branch should not have affected that area. [17:57] benji: jsondecode errors on trunk too. [17:58] bac: ok, "good" [17:58] :) [17:58] we should really convert those to INFO or something similar [17:58] they look scary when they shouldn't [17:58] yeah, "good" in near-team [18:06] benji: those failures are getting 503 fetching the charm [18:08] benji: actually it is fetching the jenkins results. jenkins is dead. [18:08] https://jenkins.qa.ubuntu.com/job/precise-ec2-charm-apache2-passenger/lastBuild/api/json [18:08] interesting; in that case a more descriptive error would seem to be in order [18:12] benji: we print an error message and proceed if the code == 404. i'm going to change that to != 200 [18:12] +1 [18:24] benji: IS says they had a jenkins upgrade that went awry. they are poking at it. [18:25] cool [18:29] jujugui lf two reviews and a qa for https://codereview.appspot.com/12956045/ plz [18:55] bueller.....bueller [19:02] hey rick_h [19:05] jcastro: he is off today [19:05] ack [19:05] anything i can help with? [19:05] https://bugs.launchpad.net/juju-gui/+bug/1214087 [19:05] <_mup_> Bug #1214087: GUI fails to deploy keystone [19:06] ran into this today [19:06] I _think_ this is the same issue we ran into during OSCON [19:06] where some config options break deployment [19:07] ok so it deploys fine on the sandbox [19:07] so will have to take a peek a little later deploying to ec2 [19:07] do you know what the error was? [19:07] but not in his MAAS [19:07] let me ask [19:08] thanks - just want to get as much info as possible for when someone goes in to take a look [19:11] benji: would you do a quick review of my jenkins fixing one line branch? [19:12] benji: https://code.launchpad.net/~bac/charmworld/schmenkins/+merge/180930 [19:12] bac: sure [19:14] bac: looks good [19:14] thx [19:16] hatch: added the log info to the bug report [19:17] thanks! [19:17] looking [19:17] hehe [19:17] paramter [19:38] jcastro: thanks for doing the legwork on that [19:38] My elegant idea causes a memory leak in tests \o/ [19:39] best....fix....ever [19:39] :P [19:40] jujugui still looking for some reviews on https://codereview.appspot.com/12956045/ [19:40] hatch: looking [19:40] thanks bac [19:42] hatch: I'll take one. [19:42] thanks to you too :) [19:51] hatch: done. [19:51] thanks! [19:51] looking [19:58] fearless canadians: http://www.piratejoes.ca [19:59] lol! [19:59] * hatch looks up trader joes [20:00] it's a grocery store? [20:10] Makyo: I'm also running into an IE10 bug where it ignores the Cascading part of CSS [20:10] :/ [20:15] Siiiigh. [20:18] benji: would you be agaist hanging those constraints configs off of utils ? [20:18] then they won't need to be mocked [20:18] hatch: sounds good to me [20:19] * benji thinks (almost) to himself: "mock" doesn't sound like the right word for that... [20:19] stub? [20:19] "fragile code structure" ? [20:19] ;) [20:21] :) [20:24] I have two computers lboxing right now [20:24] I think we need to speed that process up somehow :D [20:25] jujugui looking for a quick review/qa in IE for this one (4line diff) https://codereview.appspot.com/13094044/ === marcoceppi__ is now known as marcoceppi [23:05] Morning [23:21] * bcsaller takes off for a bit but back tonight.