/srv/irclogs.ubuntu.com/2013/12/09/#juju-gui.txt

=== rogpeppe1 is now known as rogpeppe
=== gary_pos` is now known as gary_poster
hatchbusy here today!13:50
rick_h__wheeee13:50
hatchrick_h__ any idea what the best way is to pull down a branch from a merge request for qa?13:55
rick_h__hatch: git checkout -b qa-something13:55
hatchright, except the pr page doesn't include the full paths anywhere does it?13:56
rick_h__actually it's in the pull request notes13:56
rick_h__look at the block with the "Merge pull request" button13:56
rick_h__there's a not about "on the command line"13:56
rick_h__skip step 1, just go to develop, create a new branch to qa into13:56
hatchahhh, I totally missed that link13:56
rick_h__and do step 213:57
rick_h__qa, and then comment on the pull request13:57
rick_h__obvious skip step 3 since that's a landing step13:57
hatchyup, I just didn't want to go and get the url myself :)13:57
hatch<--- lazy today13:57
rick_h__there's another way13:58
rick_h__if you do a git fetch, and you've got pull reqests in your refspec13:58
rick_h__it'll note them and you can git pull origin/$huwsbranch I think13:58
rick_h__sec13:58
hatchhmm right but I have uncommitted changes in my active branch and have to stash them13:59
hatchI will make a qa'ing repo13:59
rick_h__hatch: k, so git stash14:00
rick_h__hatch: and then git co develop14:00
hatchright14:00
rick_h__git co -b qz14:00
rick_h__qa 14:00
hatchgit stash makes sublime over ssh go crazy14:00
hatchit like loses track of the file references or something14:00
rick_h__hatch: looks like really good http://www.somethingorothersoft.com/2012/05/22/pulling-github-pull-requests-with-git/14:01
gary_posterrick_h__, git make distfile conversation after standup?14:01
rick_h__gary_poster: sure thing14:01
gary_posterok thanks14:01
hatchour repo is large14:02
hatchthe qa of huws branch is pretty cool14:08
frankbanwow, new kanban... it has card subtasks, seems interesting14:10
hatchlooks the same to me :(14:11
rick_h__heh yea. It took me a while to find the external card id this weekend14:11
frankbanguihelp: I need two review for https://codereview.appspot.com/39380043 (python/quickstart). Anyone available? Thanks!14:11
rick_h__frankban: I've got a call, but can look later in the day14:11
hatchmaybe I've got to log out and log back in14:12
* gary_poster on calls till a lot later14:12
frankbanrick_h__: thanks14:12
* bac hi14:16
bacfrankban: i'll look14:16
frankbanbac: thank you14:17
* frankban bbiab14:23
hatchwow...so Microsoft is issuing takedown notices for Ubuntu now...14:26
* benji issues a takedown notice to Mondays14:34
rick_h__hatch: so I tried out the shortcut in that blog post and you can git checkout pr/614:35
rick_h__hatch: works nice14:35
hatchrick_h__ so `git clone <juju-gui-repo>` then `git checkout pr/6` ?14:35
rick_h__hatch: hmm, actually no. Well it adds a fetch-pr command14:35
hatchrick_h__ so I made a new folder called qa14:36
hatchcloned juju-gui into that14:36
hatchmade a branch for his stuff14:37
hatchthen pulled his branch into that14:37
hatchtook a while, but future branches should be faster14:37
rick_h__ah there we go14:39
rick_h__hatch: ok, so with that fetch-pr the process would be http://paste.ubuntu.com/6546053/14:40
rick_h__oh wait, that final checkout should be a merge14:40
* rick_h__ starts over with a fresh repo14:40
hatchis co 'checkout' ?14:40
hatchok that's more steps than I did14:40
hatch:)14:40
rick_h__hatch: yes, but fast14:41
hatchit looks like a good candidate for an alias method14:42
hatch:)14:42
rick_h__hatch: yes, although you need names for the branch and the pull request number14:42
hatchI was sure you could create methods in git14:43
rick_h__but git qa-pr 6 qa-sticky-headers would work14:43
hatchyeah14:43
rick_h__hatch: definitely, it's what this link is doing14:43
rick_h__the fetch-pr is a new helper as an alias14:43
rick_h__hah alias = "!sh -c '[ $# = 2 ] && git config --global alias.\"$1\" \"$2\" && exit 0 || echo \"usage: git alias <new alias> <original command>\" >&2 && exit 1' -"14:44
rick_h__hatch: http://paste.ubuntu.com/6546113/14:52
rick_h__hatch: changes it to be 14:52
rick_h__git qa-pr juju 6 qa-stick-headers14:52
rick_h__juju is the remote of the official juju repository (vs your fork since the pr is there) and 6 is the pr number and finally the name of the qa branch to create14:53
hatchmarcoceppi so does it usually take a couple weeks to get a charm approved for the store? Anything I can do to speed up the process of getting that Ghost charm in there? 14:56
marcoceppihatch: do my work for me14:57
hatchhaha well you can just approve it14:57
hatchit passes proof14:57
marcoceppiI'm the only reviewing charmer atm14:57
hatchohh14:57
marcoceppihatch: proof != passing review14:58
marcoceppihatch I'll review tonight14:58
hatchok cool - I'm more concerned that outsiders are in the same boat14:58
hatchI'm not blaming you btw14:58
hatchjust that we may need to figure out a more streamlined process 14:59
hatchmarcoceppi I know - make me a reviewer, I'll review it :D15:00
marcoceppihatch: feel free to apply :)15:03
hatchoh man I gotta apply? 15:03
hatch:P15:03
marcoceppiyeah, I know right? Such barrier15:04
hatch╯□)╯︵-┻━┻15:04
hatchrick_h__ curious - when I make edits to posts do you get emails of each edit? 15:08
rick_h__hatch: yea, I've been getting double emails15:09
hatchsorry :)15:09
hatchI'll remember that15:09
rick_h__hatch: all good, "delete thread" :)15:09
hatchhaha15:09
hatchnow that I've done that, back to fighting with d315:09
rick_h__hatch: did you try the alias? ^15:10
hatchnegative15:10
hatchI have it open though15:10
rick_h__note it for next one?15:10
hatchI'll set it up for the next time15:10
hatchyep15:10
rick_h__paste the two commands into your .gitconfig :)15:10
hatchthis weekend I wrote a js solution to the Secret Santa Dart Dare https://gist.github.com/hatched/7873759 I think it's the most performant way, maybe someone else has a better solution 15:20
bacreview done frankban15:23
hatchrick_h__ get your light installed this weekend?15:24
rick_h__hatch: yep15:24
hatchso you found the right breaker then? :)15:24
rick_h__kitchen looks nice. Now the only issue is that I've gone with the 53k daylight led bulbs and the other areas are looking odd with their yellow-ish tint15:24
rick_h__hatch: hah, I flipped a few off. Never can be too safe :)15:24
rick_h__sorry, 5300 not 53k15:25
hatchyeah my house is like that too, half the lights are white and the rest are yellow...I'm slowly converting them to LED's but damn they are pricey 15:25
rick_h__yea, I've gotten 20 of these white leds in the last month. :/ 15:25
hatcha few years ago I picked up one of these http://www.fluke.com/fluke/caen/digital-multimeters/Fluke-170.htm?PID=56027 15:26
rick_h__heh, I've got the Fluke 117 15:27
hatchand one of those circuit breaker tester things15:27
hatchtrying to find a link but I can't :/15:27
rick_h__ah, cool15:27
hatchthe ones where you attach things to the wires and then the tool thing tells you which breaker it's hooked too15:28
rick_h__yep15:28
hatchmy house wiring wasn't labeled -at-all-15:28
hatchthere wasn't a SINGLE label on the panel lol15:28
bachatch: i had them run all of the phone/data to a central closet so i could hook it all up to a router/panel.  none of it was labeled.  infuriating.15:30
hatchlol ugh that's the worst! I don't even know of a way to test those....trial and error?15:31
rick_h__they make tone tools to check15:31
hatchoh cool15:31
hatchthe more I work on d3, the more I'm convinced it was not designed for our usecase lol15:35
hatchacademically, it's approach to problems is pretty interesting.....15:36
frankbanbac: thanks15:36
Makyojujugui call in 10, kanban now.15:50
hatchMakyo after the call mind pairing on this perf branch? I'm running into some d3 funnyness that I'm at a total loss on what's going on15:50
Makyohatch, sure.15:51
hatchthx15:51
Makyojujugui call in 215:58
baccoming16:00
bacgary_poster: if you have a suggested next card speak now.  :)16:19
gary_posterbac, :-) any non-blocked card is good.  you could take point on jujucharms or you could fix that new charm bug or you could fixthe charmworld bug, or...lotsa things16:21
bacgary_poster: ok, cool16:22
bacgary_poster: forgot to mention i'll probably have to go about 4 to retrieve post-op jojo16:22
Makyohatch, https://plus.google.com/hangouts/_/7acpibqvsna48s50l5ibn5eci0?hl=en16:25
gary_posterbac, ok.  hope he is ok16:27
bacgary_poster: should be.  "just" quilting his ear to get rid of a hematoma.  not like a lung transplant or anything.16:28
gary_posterok cool-ish16:28
bache probably isn't so cavalier about it, since it is his ear16:29
gary_poster:-) yeah16:30
hatchgary_poster Makyo figures he knows what the problem is but isn't sure of a workaround so I'm going to pass it off in hopes that it's a trivial fix16:36
gary_posterack thanks hatch & Makyo16:36
Makyogary_poster, hatch going to land current SSH keys branch first, + call with rick_h__ when free.16:36
hatchyeah that16:36
gary_postersounds good16:36
hatchMakyo https://github.com/hatched/juju-gui/tree/inspector-performance thanks16:39
hatchhere is the commit of this branch https://github.com/hatched/juju-gui/commit/8a9b79b36da3a39b7dd6f7dccdc882ad4712416a16:40
hatchgary_poster any preference for cards for me? Shall I start on the fullscreen removal?16:41
gary_postersure hatch sounds good :-)16:41
hatchrick_h__ there appears to be an issue with our gitignore.... it throws an error when I try and use `git add *` instead of adding the changed files not in the .gitignore it fails with a 'fatal' error16:45
hatchnot sure if you have seen the same16:45
rick_h__hatch: otp, sec16:45
Makyorick_h__, http://pastebin.ubuntu.com/6546619/ for later.16:50
hazmatwhy did branch commits make it over on the gh migration? as opposed to mainline..16:51
rick_h__hazmat: it's what bzr fastimport did. I didn't see a lot of material on exporting from bzr into git and getting to tweak it. 17:12
rick_h__hazmat: there's a *~ in there already?17:12
rick_h__sorry, hatch ^17:12
rick_h__hatch: maybe that's throwing it off? I don't know tbh. I just moved the bzr one over and it 'worked' by trial so left it alone17:13
rick_h__Makyo: thanks for the paste. 17:13
hatchrick_h__ yeah ok cool something to take a look at sometime17:14
rick_h__hatch: k, works here so have fun :)17:14
rick_h__hatch: why did you want to ignore *?17:14
hatchI want to add *17:14
hatchsay I have 10 changed files17:15
hatchI want to add all of them to the commit17:15
rick_h__hatch: oic, git add -A :)17:15
rick_h__or --all17:15
hatchoh crap right17:15
hatchthat was bzr that had `add *`17:16
Makyohatch, https://twitter.com/horse_js/status/41009479806262886417:20
hatchHAHAHAHA17:20
* hatch looks around17:20
hatchis the horse in here???17:20
MakyoHah, well, it's not me!17:21
hatchwow I really forgot a lot of git stuff in the past year17:25
hatchjujugui could I get a really quick review of a doc update branch https://github.com/juju/juju-gui/pull/817:33
bachatch: sure17:34
hatchthanks17:34
bachatch: your branch, the words flow together and seem to form something akin to English. but for the life of me i'm not sure what i would do with them.  this coming from a total git-dummy.17:37
bacso that package, i download it and put it somewhere?17:38
bacand the aliases, they go somewhere too?17:38
baci wonder where17:38
hatchbac lol, so you're saying you want documentation on how to add aliases? the Git Remote Branch has installation instructions on their repo17:38
bacoh, ok17:39
hatchsorry it's not really clear that the code is aliases17:39
hatchI can clean that up17:39
bacyeah, maybe just "stuff the following aliases in your ~/.git/aliases file"  (i made that up.  was i close?)17:39
hatch~/.gitconfig17:40
hatch:)17:40
hatchclose17:40
bachatch: ok, so i added two comments in-line and wrote a top-level comment that said everything was good.  is that all we're doing for reviews in github?17:43
rick_h__bac: so once you've reviewed it and you're ok, add a LGTM comment17:43
bacok17:44
bacoops, i guess closing it is bad17:44
hatchbac https://gist.github.com/hatched/7876600 here are the new changes.....look good?17:44
rick_h__bac: hah! close all hatch's pull requests17:44
rick_h__bac: yea, he can re-open it I think17:45
baclovely17:45
hatchlol17:45
bachatch: yes those changes are fine17:45
hatchwe'll get this figured eventually :D17:45
hatchI for one think that this new process is pretty darn cool17:46
hatchjust need to figure out all the proper commands :D17:46
hatchI'm going to need a shortcut for 'refresh folders' in sublime if I keep switching between branches heh17:48
hatchMakyo if you have any questions about my changes on my branch just lemme know 17:48
Makyohatch, will do; trying to find a better test for SSH keys now.17:48
hatchDolla Dolla MERGE YO!17:48
Makyojujugui researching, but in the meantime, if anyone has suggestions for checking for valid ssh keys that does not rely on a) find, or b) ssh-agent, I'd be interested to hear :)17:49
hatchrick_h__ If I click this HUGE green 'Merge pull request' button, does that bypass our CI?17:50
Makyojujugui (or uses ssh-agent atomically)17:50
* gary_poster does not; sorry17:51
frankbanMakyo: what's wrong with just searching for an id_rsa.pub?17:52
hatchprobably slow17:52
hatchTWAG though17:52
baci wonder if landscape would accept our browser sniffer/intercept code?  they only support firefox but happily let you have a diminished experience if you don't know that.17:52
Makyofrankban, that leaves out id_dsa.pub and id_ecdsa.pub, and identity files can be specified in other locations using ssh config.  I'm fine with that as a last resort, but would like something that actually checks for ssh identity availability.17:54
frankbanMakyo: ack17:55
Makyofrankban, want to just go with that for now and land this, then see if we need to investigate further?17:56
MakyoUp to you ¯\(º_o)/¯17:57
rick_h__hatch: your branch failed to land. You have to delete the comment about it being 'merge request accepted' to get another run17:57
hatchrick_h__ hmm how did you know that it failed?17:59
rick_h__hatch: was looking18:00
rick_h__hatch: eventually it should add a new comment on failure, but it's not hooked up yet18:00
frankbanMakyo: +118:00
Makyofrankban, ack, on it.18:00
frankbanMakyo: thanks18:00
hatchrick_h__ ohh ok so the issue here is that it commented after I typed $$merge$$ ?18:10
rick_h__hatch: right, the system adds a comment saying the merge request has been accepted, so that it won't run it more than 1 time in case it takes a while to get to your merge18:11
rick_h__hatch: say 3 branches all get the request to merge at once, the cron job runs every 2min, so it has to be able to know "these 3 are already queued, don't add them again"18:12
rick_h__hatch: so remove that comment and the system will re-queue on the next 2min cron run18:13
hatchok so saying $$merge$$ again won't help?18:14
Makyofrankban, worth another quick look just for completeness' sake? https://codereview.appspot.com/36080044/diff/20001/quickstart/app.py18:14
rick_h__hatch: no18:15
frankbanMakyo: on it18:15
rick_h__hatch: it's looping and looking for the command once. 18:15
hatchohh ok18:15
rick_h__the one cancels the other out18:15
rick_h__hatch: cool worked18:20
hatchyup - so that was just an unfortunate race condition there then?18:21
frankbanMakyo: looks good, even if I hoped we were able to use python to check for ssh keys (e.g. os.walk, glob.glob etc) <shrug>. Perhaps you can follow up in another card?18:21
rick_h__hatch: right, and I'm proposing a branch right now to get around that. Will be looking for review shortly18:21
hatchcool - and about the butt18:21
hatchon18:21
hatchif I press the merge button will it bypass the CI?18:21
rick_h__hatch: yes, and I get angry with you18:22
Makyofrankban, understood; it just still seems fragile, as we're not checking on actual identities , just whether or not files following a certain name exist.  If someone snags a public key to add to authorized_keys and forgets to clean up after themselves, this will false-positive.18:22
hatchrick_h__ haha, can we disable that somehow?18:23
rick_h__hatch: not that I know of atm18:23
MakyoThat's why  I went with ssh-add at first.18:23
MakyoI thought `ssh-agent ssh-add -l` might work, but that just always fails :P18:23
frankbanMakyo: ok right, you intend this as a temporary solution. ok then, added a new LGTM. please create another card to investigate further18:26
Makyofrankban, Yep, thank you.18:26
rick_h__hatch: care to peek at https://github.com/juju/juju-gui/pull/7 please?18:30
hatchsure18:30
hatchI love how github keeps the diffs up to date18:32
hatchrick_h__ lgtm'd with some notes18:36
rick_h__hatch: rgr, replied to one18:37
rick_h__hatch: well, replied to both in the end18:37
hatchcool - yeah I figured the caching would be a followup18:37
rick_h__well, post-ci stuff :)18:38
hatchright18:38
hatchyeah18:38
hatchso the 'failure' stuff is going to be done soonish?18:38
hatchthe 'bug' which I ran into previously? Or do we need to keep our eye on the merges for now?18:39
rick_h__hatch: yea, I've got to find a post-build plugin and figure out how to wire it up. jenking-github-lander supports posting the failure notices already18:39
rick_h__hatch: keep an eye on merges for now18:39
hatchcool gotcha18:39
hatchoh cool github gives the option to delete merged branches18:39
rick_h__yea, button to help keep things clenaed18:40
hatchrick_h__ possible idea for disabling the 'merge' green button - allow only the jujugui user to merge stuff in then the button should be hidden?18:41
rick_h__hatch: yea, but we're all in the org18:41
rick_h__so it gets into tricky perms of "you can do stuff, but not this one thing" and haven't looked too closely at it18:41
rick_h__just trusting out devs18:41
hatchahh ok 18:41
rick_h__e.g. the idea to do a release is you checkout just the juju project, merge develop into master, push up the updated master as a release18:42
rick_h__so if you can't do the merge button, you can't do a release18:43
hatchok wtf google, I said "about" into hangouts, and it typed "a boot" lol!!!!18:43
hatchdamnit I'm not THAT Canadian18:43
hatchlol18:43
bacrick_h__: trusting devs may be dangerous at least until we're all up to speed18:44
bacbig green buttons are so tempting18:44
hatchbac the good thing about git is you can always roll back from anyones repo18:45
rick_h__bac: understand. Like I said though, there's not a ton I can do about it for now18:45
hatchthere is nothing 'special' about the github repo vs anyones local one18:45
hatchwell that's a lie18:45
hatchbut on face value :)18:45
baci'm just apologizing in advance...  :)18:45
hatchhaha18:45
hatchbac feel free to ask18:45
rick_h__bac: let me konw if you'd like a walk through or anything. I'm not aware of everyone's git levels so I left 'training' out to some notes/docs but happy to help walk anyone through things18:46
hatchjust don't push upstream with -f :D18:46
bacrick_h__: did you write a getting started guide?  if so i missed it but would like to read if available18:46
hatchrick_h__ it might be best to also add `git remote add upstream ...` and `git fetch upstream` for updating the local fork18:47
rick_h__bac: in the email linked the repo with a README18:47
rick_h__hatch: it's in the notes18:47
hatchohh ok 18:47
hatchI mised that line I guess heh18:47
rick_h__hatch: the notes have you add a remote juju, and git pull juju origin when starting a new branch18:47
rick_h__bac: sec, will PM you think linke18:47
rick_h__link18:47
hatchugh my email is a mess18:48
hatchI need to set up filters18:48
hatchI am the antitheses of inbox-0 18:48
hatchhaha18:48
hatchso for our christmas party do we just sit in-front of our computers in a hangout drinking rum and eggnog? 18:52
hatchplaying virtual beer pong18:52
gary_posterantithesis: inbox infinity?18:52
MakyoCO-Canonicalites have a party next Thursday, so there.18:52
bachatch: i can see the bacardi distillery from my patio.  :)18:52
hatchgary_poster I'm working towards it...haha18:52
Makyo!18:52
hatchMakyo lol lucky18:53
gary_poster:-)18:53
rick_h__Makyo: MI-Canonicalites always party! right jcastro?18:53
hatchbac haha nice18:53
MakyoHP used to have their open source lab here, so there's a few of us (and a few RH folk, too)18:53
hatchdo you shun them when you get together?18:54
hatchthey need to execute a proper apt-get command to get in the door18:54
hatchlol18:54
hatchits the shibboleth 18:54
MakyoPff.18:54
MakyoWe just don't invite them :)18:54
hatchhahaha18:54
MakyoIt's a company holiday party, after all.18:54
* bac recalls the one Canonical-NC party that was a huge success18:55
hatchI'm going to host the biggest Canonical-SK party EVER this year18:55
bacworking remotely makes company parties actually fun.18:55
bacthe brick-and-mortar company parties just seemed like a continuation of the work day18:55
hatchhttp://deadlygeek.myshopify.com/18:56
hatchbac - sounds like a lame party to me18:56
Makyo:/18:56
bachatch: the existence of that belt buckle is why i am opposed to any gift giving.  :)18:57
hatchlol damnit I'm buying myself one!18:57
hatchrick_h__ do you have time for a discussion on removing fullscreen and followup direction?19:04
rick_h__hatch: yea, second19:06
hatchhttps://plus.google.com/hangouts/_/7ecpj8dfhvb68a9eaplojbk1bg?hl=en19:07
hatchcrap it crashed19:07
hatchI'll try inviting you directly19:08
jcastroI can't find my own bundles in the store19:39
jcastroI am trying to find the cloudfoundry bundle19:39
rick_h__https://jujucharms.com/fullscreen/search/?text=jorge don't see cloudfoundry atm though19:41
rick_h__jcastro: did you update it recently and maybe it failed proof?19:41
jcastrohttp://manage.jujucharms.com/bundle/~jorge/cloudfoundry/cloudfoundry19:41
jcastroit's just not in jujucharms.com the non-manage part afaict19:42
rick_h__looking19:42
rick_h__jcastro: hmm, it's showing on staging so something is up between staging/production http://staging.jujucharms.com/search?search_text=cloudfoundry&op=19:45
rick_h__jcastro: will have to look into it19:45
jcastrooh cool, so I found a real bug?19:45
rick_h__jcastro: or a mis-configure or something. 19:45
rick_h__jcastro: updating my local env and doing a fresh pull of data. I'll have to chase it down, will get back to you tomorrow19:55
jcastrono worries19:55
jcastroI wonder how long it's been broken19:55
jcastroI don't suppose we can add a "bundles" category?19:55
rick_h__yea, not sure. I only seem to see it missing. Others look fine. So something is up with that one bundle19:55
rick_h__jcastro: yea, there's a todo to figure out something, but not sure where it's at. 19:56
* bac -> vet20:28
hatchbug #121738320:44
_mup_Bug #1217383: inspector should be the default <juju-gui:Triaged> <https://launchpad.net/bugs/1217383>20:44
hatchthanks mup20:44
hatchrick_h__ ""This is horrible and we know it"" lol20:45
rick_h__:)20:47
hatchMakyo hey, curious if you're making any headway on that d3 stuff? 21:12
* hatch is curious what the solution (if any) there is :)21:13
Makyohatch, git problems, just getting started, have an idea.21:13
hatchahh ok cool np21:13
hatchgit is a problem until you understand how it works hah21:13
* hatch does not understand it21:13
hatch:P21:13
MakyoI just had some weirdness left over from setting up 2fa.  Helped to switch to ssh urls.21:18
hatchjujugui looking for a smallish review/qa https://github.com/juju/juju-gui/pull/921:20
hatchI still can't decide what kind of laptop to get so my whole setup is a mess - I feel your pain haha21:21
hatchdoh21:21
hatchjujugui remember to make lint && make test-debug before issuing a PR :)21:22
MakyoHow about make check?21:22
hatchyeah that's fine too I SUPPOSE :P21:22
MakyoIt's almost like it's there for a reason... :)21:23
hatchI know right?21:23
hatchcrazyyyyy21:23
hatchwoah, apple.com has a huge picture of Nelson Mandela21:24
hatchunfortunately the apple.ca financing deals aren't nearly as good as the US ones :(21:27
hatchUS financing is always so much better than in Canada :(21:29
gary_posterhatch, you still want review?21:35
hatchyup I do21:35
gary_posterk on it21:35
hatchI'm trying to remove this in as many atomic pieces as possible21:35
hatchit's very.....connected heh21:35
gary_poster:-) I believe it21:36
gary_posterok, this is really I time for me to set up a decent git qa pattern...21:37
hatchgary_poster I created a new clone of the repo then run the two aliases that I added to the HACKING docs21:37
hatchthe aliases were thanks to rick_h__ 21:37
gary_posteryeah was just stealing those myself :-)21:37
hatchman I REALLY want to buy a MBP with 18mo 0% interest financing21:39
hatchanyone want to buy it for me and trust that I'll pay you back? ;)21:40
gary_posterai-yai-yai, I need a cheat sheet21:43
hatchhaha yeah21:43
huwshimiMorning22:02
gary_posterhey huwshimi 22:06
huwshimigary_poster: Hey22:07
hatchhey huwshimi 22:11
* Makyo dogwalks before it gets too cold.22:11
hatchhuwshimi if you need some help moving forward with your sticky branch lemme know22:17
huwshimihatch: heh, yeah, I'm not quite sure what to do with that branch22:17
hatchyou just want it to die don't you?22:17
gary_posterhatch, LGTM etc22:18
hatchthanks22:18
huwshimihatch: Yes, please22:18
hatchlol22:19
huwshimihatch: it or me22:19
huwshimieither would be acceptable at this point22:19
hatchhey at least we are using your code haha22:19
gary_posterhuwshimi, :-) and :-P22:19
huwshimihatch: And your browser test is not so promising either22:20
gary_posterhatch, huwshimi is it worth strategizing together about next steps?22:20
gary_posterhuwshimi, I mean, deep unhappiness is always valuable, but...22:20
hatchlol!22:20
huwshimihaha22:20
hatchI'm sure any of us JS peeps could take over to resolve the issues22:21
hatchI'm a little deep in fullscreen removal land right now however22:21
huwshimigary_poster: We can, I'm in a land of uncertainty right now so it might be good to figure out what to do with it22:21
huwshimihatch: Ooh, nice!22:21
gary_posterok.  hatch, you available for a hangout as well?  22:22
hatchsure lemme turn on my anti-bark machine22:22
gary_posterhuwshimi, hatch https://plus.google.com/hangouts/_/72cpi8bsiur2s17hpkf800rcfg?hl=en22:23
rick_h__gary_poster: let me konw if there's any specific set of cribs for workflows you'd like written up22:34
rick_h__hatch: woot for landing on first try22:35
gary_posterthanks rick_h__ .  want more of proposed process from https://gist.github.com/mitechie/c0183e567d81aa92b5e3in hacking doc.  we have some of that22:35
gary_posterbut not all22:35
gary_posterand I want all :-P22:35
rick_h__gary_poster: want more as in more types of that? Or more details written in to flesh that out?22:36
gary_posterrick_h__, I want all of that in hacking doc22:36
gary_posterI don't want to have to keep link to gist :-)22:37
gary_posterand then maybe could elaborate on it22:37
gary_posterbut even as is would make me happy22:37
rick_h__gary_poster: ah, gotcha. Ok yea I figured it would pollute the hacking doc a bit, but happy to move it over22:37
gary_poster+122:37
rick_h__gary_poster: ok cool, works for me22:37
gary_posterrick_h__, or process22:37
gary_posterdivided up by tasks22:37
gary_posteras you think22:38
rick_h__gary_poster: yea, as hatch hit the qa stuff today I was thinking of adding a qa process22:38
gary_poster+122:38
rick_h__but beyond qa and submitting a branch wasn't sure what other processes to make sure to cover 22:38
rick_h__release, but that's in the works and in the process doc22:38
huwshimigary_poster, hatch: Thanks!22:43
gary_posterthank you huwshimi !  will be great to have22:43
hatchhuwshimi http://www.git-tower.com/blog/git-cheat-sheet/ :)22:44
hatchrick_h__ yup the process worked well22:46
hatchit's darn fast too22:48
hatchthe QA must not be running any python tests :P22:48
hatchWOAH22:57
hatchnew MDN22:57
rick_h__not yet, the hope is that we'll get that in soon from benji's branch/work23:01
hatchand then sauce labs23:02
hatchand there goes our fast CI23:02
hatchlol23:02
rick_h__yea, it's doomed to go, but at least we could bring it up on a faster machine if that helps :)23:12
hatchhaha truth23:17
hatchit would be nice if we could spin up multiple sauce labs instances and run them in parallel 23:17

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