Tuesday, 2016-04-12

*** NikitaKonovalov_ has joined #storyboard07:33
*** mrmartin has joined #storyboard07:34
*** openstackgerrit has quit IRC09:17
*** openstackgerrit has joined #storyboard09:18
*** NikitaKonovalov_ has quit IRC09:24
*** NikitaKonovalov_ has joined #storyboard09:29
*** NikitaKonovalov_ has quit IRC09:30
*** mrmartin has quit IRC09:33
Zarahm, story emails should list affected projects09:37
*** openstackstatus has quit IRC09:57
*** openstack has joined #storyboard09:59
*** openstackstatus has joined #storyboard10:00
*** ChanServ sets mode: +v openstackstatus10:00
*** mrmartin has joined #storyboard10:09
Zaraanteaya: I'm not sure how many days we can do yet; I'd like to hang out on Tues too if possible! I'd assumed the may 16th meetup would be like the last one, so a daytime thing, but maybe I'm interpreting 'night' too literally...10:21
*** NikitaKonovalov_ has joined #storyboard10:38
*** mrmartin has quit IRC10:39
ZaraI'm going to recheck that patch again because I didn't see if the old fails were the same10:59
Zaraotherwise we may be blocked from merging things to the webclient by browsery firefoxy npmy weirdness10:59
Zaraugh, same failure11:14
krotscheckThe js-draft build seems to not be working anymore for StoryBoard.11:15
krotscheckElse I'd review things :/11:16
Zarahuh, that one's saying SUCCESS, but the gate-storyboard-webclient-npm-run-test-unit is failing11:16
krotscheckYeah. Mind you, the one I'm looking at right now is 6 weeks old, so it could be that docs-draft is getting refreshed.11:17
Zarathese are my full logs: http://paste.openstack.org/show/493758/11:18
Zaraahh11:18
Zaraexciting things are karma integration and protractor dist11:18
krotscheckZara: I recall the storyboard tests never actually being that comprehensive. Perhaps it makes more sense to scrap them all and start over?11:19
Zarakrotscheck: perhaps, but I can't guarantee that we'd actually get round to starting over... in which case flawed tests might be better than none11:21
Zaraso I'd rather we got a replacement before we ditched them11:21
Zaraespecially if they're currently hinting we should update node/npm or something like that11:22
Zara(I don't know if that would help, but maybe)11:22
krotscheckZara: Well, I don't disagree. I'm suggesting that the # of tests that are there are so few that just rewriting the harness may be easier.11:24
Zaracould be. up to now I haven't looked at them very much.11:29
ZaratoBeTruthy() . huh.11:32
Zarawhaaaaa11:44
ZaraI tried running just the unit tests11:45
Zaraxvfb-run -e /dev/stdout tox -egrunt_no_api -- test:unit --hostname 0.0.0.0 --force11:45
Zaraand it succeeded11:45
Zaraso.... are those different somehow?11:45
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Updated karma dependencies  https://review.openstack.org/30453511:46
Zaraoh hai11:47
krotscheckohai11:47
krotscheckSorry, my home network is flaky11:47
* krotscheck has two wireless routers that he moves between, and his laptop doesn't get it.11:48
krotscheckAnyway. ^^ patch there makes the tests pass.11:48
pedroalvarezthat's great, thanks krotscheck!11:48
Zaraheheh, okay, will take a look! :D (yeah, irc freaks out for me when I change connections)11:48
Zarathank you! :D11:48
krotscheckAt least it works locally11:49
krotscheckwho knows what the gate thinks.11:49
*** mrmartin has joined #storyboard11:52
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Removed grunt:eslint in favor of just running eslint  https://review.openstack.org/30453911:52
krotscheckAnd then there's that ^^....11:52
Zarasorry, vanished for a bit, back11:57
Zaracool11:57
Zarahm, checking out the first one, it says it's adding a key to known hosts11:57
Zarawhich is apparently gerrit11:57
Zarawha11:57
Zaraah, maybe because server was updated or changed or whatever it was last night11:58
*** openstack has quit IRC12:04
*** openstack has joined #storyboard12:06
Zarawelp I have no idea what's going on but that passes the gate tests so *shrug*12:08
Zara^ reassuring attitude12:08
krotscheckWhat version of npm are you using?12:10
Zara2.1.1 according to 'npm version'12:10
ZaraI think my node may be ancient12:12
krotschecknode --version?12:13
Zaraah, I got it via 'npm view', but yeah, 0.10.38... pretty ancient.12:13
*** tlbr has quit IRC12:14
Zara3 years old!12:14
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Removed ineffective grunt target  https://review.openstack.org/30455412:15
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Removed grunt test-unit in favor of just running karma  https://review.openstack.org/30455512:15
*** tlbr has joined #storyboard12:15
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Updated README  https://review.openstack.org/30455612:15
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Removed explicit references to node_modules/.bin  https://review.openstack.org/30455712:15
krotscheckHere's a few more for ya.12:15
Zara\o/12:15
ZaraI'd imagine I want 4.4.2... though maybe 5.10.1 is better to check we're keeping up with new features12:16
krotscheckhttps://krotscheck.net/2016/04/07/openstack-infra-now-uses-node-js-v4-and-npm-v2.html12:16
Zaraahhh, ace12:16
krotscheckThe goal is Node LTS.12:16
krotscheckWhich right now is 4. We're not _quite_ there yet on infra, but we're close.12:16
krotscheckAs in: We've got a version that's sortof mostly kindof the LTS 4 version12:16
Zaraoh, last week, now I don't feel bad for missing it12:17
Zarahehe12:17
Zarathat sounds like the norm12:17
krotscheckBut we're waiting on xenial so that we can get the REAL LTS version.12:17
Zarainb4 you have to settle for sortof mostly kindof xenial12:17
Zarahm, iirc node doesn't have a way of updating via npm12:18
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Renamed karma-test.conf.js  https://review.openstack.org/30456212:19
krotscheckThat is correct. If you're on trusty, there's instructions here -> https://github.com/nodesource/distributions12:20
Zarayup. so that should work for updating as well as for fresh installs?12:21
krotscheckYes, unless you want to just pull down the latest xenial release candidate.12:23
* Zara runs it12:24
persiaAt this point Xenial should be close enough to final to use.12:24
ZaraI love running random scripts off the internet, so exciting.12:25
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Removed grunt-bower  https://review.openstack.org/30456512:26
krotscheckMore random cleanup12:26
Zaraargh12:26
Zarait's good, though; long-overdue12:27
krotscheckYeah, we've learned a lot and come a long way12:27
krotscheckAlso, npm has added new things that make things easier12:28
krotscheckIf you're feeling masochistic, you could adopt eslint-config-openstack while you're at it :D12:28
*** b3rnard0_away is now known as b3rnard012:28
Zara:) yeah, plus I just don't know about a lot of the stuff that you'd set up before we got here, so I haven't poked it at atll12:28
Zara*all12:28
Zaraso nice to have someone around who's up to date with the npm ecosystem12:29
Zaraand web development tools more generally, come to that12:29
Zarawe probably stumble around more than we need to.12:29
Zaranode updated, seems fine...12:30
* Zara tests tests again12:30
Zarawell, runs tests12:30
Zaraahh, okay12:31
Zaraso now the tests still fail, but the grunt process doesn't die12:32
Zarawhich I think is what happens at the gate12:32
Zaraso something else was going wrong before12:32
Zaramaybe I'll actually be able to catch it now12:32
Zarahttp://paste.openstack.org/show/493775/12:33
Zara^logs with new node12:33
*** tlbr has quit IRC12:43
*** tlbr has joined #storyboard12:43
*** tlbr has quit IRC12:54
krotscheckAh, that looks like selenium is unhappy12:55
Zaratried `npm run test-unit`, got http://paste.openstack.org/show/493787/ (I'm on https://review.openstack.org/#/c/304555/1 , but might be a prob with earlier patches)12:56
Zaraor even fixed in later ones, just noting things as I go12:56
Zarayeah12:56
openstackgerritMerged openstack-infra/storyboard-webclient: Updated karma dependencies  https://review.openstack.org/30453513:04
openstackgerritPedro Alvarez Piedehierro proposed openstack-infra/storyboard-webclient: Add story status to the Story detail template  https://review.openstack.org/30349913:08
* pedroalvarez rebases13:08
*** tlbr has joined #storyboard13:08
openstackgerritPedro Alvarez Piedehierro proposed openstack-infra/storyboard-webclient: Remove redundant 'code'  https://review.openstack.org/30108613:08
*** tlbr has quit IRC13:23
*** tlbr has joined #storyboard13:24
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Resolve worklist filters in boards  https://review.openstack.org/30462213:36
openstackgerritMerged openstack-infra/storyboard-webclient: Remove redundant 'code'  https://review.openstack.org/30108613:42
Zara\o/13:44
*** jhesketh has left #storyboard13:57
*** NikitaKonovalov_ has quit IRC13:57
*** NikitaKonovalov_ has joined #storyboard13:59
*** bethwhite has joined #storyboard14:03
Zarahi!14:04
Zarayou found us!14:04
bethwhiteHello! I did haha14:04
Zara:)14:05
* Zara goes back to the mountain of patches from krotscheck14:06
Zarafor https://review.openstack.org/#/c/304539/, eslint isn't found14:07
ZaraI noted it in review, but gerrit emails are spammy, so14:07
Zara^ krotscheck14:07
Zaraokay, so I'm about halfway through that set and I've noticed that some of the commands from the new readme don't work, so I'm not sure what's going on there14:09
Zaraohhh, hang on14:10
Zaranew readme also suggests globally installing grunt14:10
*** NikitaKonovalov_ has quit IRC14:11
Zaranarp, npm run test-unit still fails14:12
*** NikitaKonovalov_ has joined #storyboard14:19
*** NikitaKonovalov_ has quit IRC14:19
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Removed grunt:eslint in favor of just running eslint  https://review.openstack.org/30453914:29
Zarawill take a look at that again when I finish checking this worklist resolving patch14:31
anteayaoh my night I mean the manchester meetup14:42
anteayalast time the ops meetup was monday and tuesday14:42
anteayaand one of the nights was the manchester meetup that danny hosted14:43
anteayaI think that was tuesday night14:43
Zaraohhh, right14:43
Zarayeah, they're normally tuesdays14:43
anteayaand then the storyboard meetup was wednesday14:43
anteayado we know or can we find out if there is one on the 17th?14:43
Zaradabukalam ^14:43
anteayaif yes, it would make sense for me to plan to attend it14:43
pedroalvarezlink of Manchester OpenStack Meetup group: http://www.meetup.com/Manchester-OpenStack-Meetup/14:45
anteayathanks pedro14:45
* pedroalvarez bows14:45
anteaya:)14:45
pedroalvarez:D14:46
anteayathere isn't a meetup scheduled for may yet, but it looks like the same week of the storyboard meetup14:46
anteayaif I can find out when it will be I can plan to attend14:46
anteayaI need to book my flights for the storyboard meetup this week14:46
pedroalvarezdabukalam is our man for this, then :)14:47
anteayawonderful thank you14:48
anteayadabukalam: when you are about, I'm interested in a chat if you have the time14:48
*** NikitaKonovalov_ has joined #storyboard14:53
dabukalamanteaya: when are you planning to come sorry, is that the 17th April?14:55
anteayahi15:00
anteayaso the storyboard meetup is the monday the 16th right?15:00
anteayaI was planning on attending that15:00
anteayaand then probably hanging out on the tuesday if that works for folks15:00
anteayasorry may15:00
anteayamay the 16th for the storyboard meetup15:01
anteayadabukalam: when were you planning your may manchester meetup?15:01
anteayacould I convince you to have it on the 17th?15:01
anteayaI would love to attend15:01
anteayayou host great meetups15:01
dabukalam17th looks difficult, since there some filthy .Net developers have booked our favourite event space for that night. Would you be willing to speak, we could do a Summit recap event for all the northerners that weren't able to get out to Austin15:08
anteayaoh I can speak15:10
dabukalamanteaya: and thanks, I think you just lucky and came to a good one15:10
anteayaI don't think I've ever gone anywhere I wouldn't speak15:10
anteayait was a good one15:10
dabukalamanteaya: you speak even when you're not speaking15:10
anteayawould the monday or the wednesday work better15:10
anteayadabukalam: thank you :)15:11
anteayahow about the wendesday?15:11
dabukalamYes, the wednesday is possible15:11
dabukalamlet's take this out of #storyboard :)15:11
Zaraseems 'archive worklist' button still doesn't work? have a horrible feeling this is something we know about and I just keep forgetting to fix15:13
SotKin what way doesn't it work?15:14
SotKstill not redirecting? :/15:14
SotKoh no, its properly broken now I see15:15
SotKprobably my bad15:15
SotKyep, careless in my function naming...15:16
*** openstackgerrit has quit IRC15:18
Zaragerrit is disappointed in you15:18
*** openstackgerrit has joined #storyboard15:18
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Fix archiving worklists  https://review.openstack.org/30469415:20
Zarahah, gerrit has forgiven you15:20
Zarathe timing worked15:20
ZaraI wonder when that broke15:21
Zaramaybe with automatic worklists patches?15:21
*** NikitaKonovalov_ has quit IRC15:22
SotKyeah15:22
SotKI made another function with the same name as the one which opens the modal, because I had no brain apparently15:22
Zarabut if you stop at 'I made another function with the same name as the one which opens the modal', it'll sound impressive to most people15:23
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Make it possible to remove filters when creating a new worklist  https://review.openstack.org/30470015:25
SotKAnd that fixes another silly bug from the automatic worklists patches15:26
Zaraoh?15:26
Zaraoh hang on15:26
ZaraI didn't notice there was a new patch15:26
Zaranvm15:26
*** NikitaKonovalov_ has joined #storyboard15:26
ZaraI hadn't noticed that bug15:32
Zaraace15:32
*** fay_ has quit IRC15:33
Zaraargh I already have a review queue as long as my arm15:35
*** yarkot_ has joined #storyboard15:38
Zarahm, do I want to go to the supermarket tonight.15:44
Zaraalso, why didn't I think combinable filters were a thing15:48
Zara?15:48
Zaramaybe I was thinking of filters + search query?15:49
Zaraor filters for two tags (or whatever) simultaneously?15:49
SotKidk15:49
Zarathey are a thing... now I'm confused.15:49
SotKmaybe you were thinking of being able to express "foo or bar"15:50
Zarayeah, probably, but obviously it can't know if I want 'and' or 'or'... tbh I think I just got confused.15:50
* Zara marks it invalid15:51
ZaraI made a different task instead15:52
ZaraI'm going to vanish for a bit, shortly, but will be back in a little while.16:12
Zara /very-precise-measurements-of-time16:13
* Zara vanishes16:19
*** fay_ has joined #storyboard16:39
*** NikitaKonovalov_ has quit IRC16:45
* Zara waves16:46
*** b3rnard0 is now known as b3rnard0_away17:05
*** davidlenwell has quit IRC17:29
*** NikitaKonovalov_ has joined #storyboard17:30
*** mrmartin has quit IRC17:32
ZaraI made dinner! inb4 I'm off tomorrow with food poisoning17:35
*** bethwhite has quit IRC17:35
SotKactual food?17:36
*** davidlenwell has joined #storyboard17:36
Zaraoh ye of little faith17:37
Zarait was a bolognese that involved chopping up an onion and some garlic17:37
ZaraI *even* put ground star anise in it17:37
Zaraif it involves a spice, I'm pretty sure it counts as cordon bleu17:37
pleia2gah, bug day tomorrow and I haven't yet made time to figure out the storyboard cli client17:38
Zarahi pleia2!17:38
pleia2o/ Zara17:38
Zaraah, it's not cli, just to be annoying17:38
Zarayou can import it into another script17:38
pleia2oh right, python library17:38
Zarayeah17:38
ZaraI got confused at first looking for how to run it...17:38
* SotK develops some faith :D17:38
pleia2so far I have a script that has a name17:38
pleia2progress, woooo17:38
pleia2I should put some python in said file17:39
Zara:D if it's called something better than newthing.py it beats my script17:39
pleia2infra_bug_day.py17:39
pleia2not to be confused with infra_bugday.py, which is the one I made for launchpad ;)17:39
ZaraxD17:39
ZaraSotK: and and and yesterday I made gyoza with noodles. Okay, so the gyoza were frozen readymade ones, and the noodles were instant noodles, and I burnt all the gyoza17:40
ZaraBUT I added four different sauces17:40
* Zara counts it as cooking if you add a condiment to instant noodles17:40
Zarayes, infra_bug_day.py definitely beats newtthing.py.17:42
fay_A guy I went to uni with managed to burn a pot noodle17:43
pleia2fay_: haha17:43
ZaraxD my 3rd year flatmate set pasta on fire17:43
Zara'why is this pan black?'17:43
Zarabut tbf I'd do the same if I cooked more than once a yar17:44
Zara*year17:44
fay_he also tried to boil milk in a kettle - he'd never cooked before, was a steep learning curve17:44
Zara:017:44
pleia2a friend of mine got me a joke gift of a plastic pasta cooker thing that goes in the microwave when I told him I don't cook, changed my life <317:44
pleia2it has a built in strainer!17:45
SotKmilk in a kettle?! o.O17:45
fay_SotK, yeah, the kettle was never the same again17:45
Zaraa guy at my school used to heat his handwarmers in the music dept kettle17:45
Zarathe kettle survived but... I wouldn't want tea made with it17:46
Zarapleia2: that sounds so cool!17:46
pleia2Zara: it is pretty fool proof :)17:47
ZaraI'm still trying to work out how you burn a pot noodle. iirc you don't heat the noodles; don't you just add boiling water?17:47
fay_he took the lid off and put the pot in the microwave - no water, just as it was17:48
fay_the smell was horrendous17:48
Zarawoooowwww17:49
* SotK boggles17:50
* Zara glances at fay's linkedin, sees Oxford, shakes head.17:50
fay_he was a public school boy who had servants at home - he had literally never set foot in a kitchen before17:52
Zarao.O17:53
*** yarkot_ has quit IRC17:57
*** fay_ has quit IRC18:15
Zarapleia2: if you have any questions about the client, feel free to ping. I should be able to help with the storyboard side, at least!18:16
pleia2Zara: thanks, likely won't get to it until later, but I am considering getting up early tomorrow so I can do last minute prep for the bug day (scheduled to start at 15:00 UTC)18:25
Zaraokay, what UTC time is your early?18:25
Zaraodd sentence but hopefully makes sense18:25
Zaraif I can help preparing anything, I can do that18:26
Zara(I had sotk in two channels, I closed one and then heard no more. now I don't know if the conversation is broken or if he went off for food.)18:29
pleia2now I have to do math18:30
pleia215:00 UTC is 8AM for me, I usually start work at 9AM ;)18:30
Zaraahhh18:30
Zarait's 4pm for me18:30
pleia2decided to start a bit early for me so you folks might be around for part of it18:31
pleia2didn't want to keep you up all night18:31
pleia2I'll likely set my alarm for 13:30 UTC and crawl over to my desk then to prep18:31
Zarayes, that is early, ack! xD (I normally start about 10:30am... but the infra meeting ends at my 9pm, so.)18:31
Zaratiiiimezones...18:32
pleia2indeed :)18:32
ZaraI'm okay to work later tomorrow if it's easier for people, would just have to balance it later in the week18:32
pleia2what I suspect will happen is we'll work through bugs and as we go we'll discover what bugs we need to file against storyboard and what we need to make our lives easier, so it's likely that we won't be able to have a good discussion with you folks until after the bug day18:33
Zarayeah18:34
pleia2but at least having you folks around at the beginning to ease us into it will be helpful18:34
Zarastill, if there's stuff we can catch beforehand... really we'd've needed anything that had to be merged flagged this afternoon.18:34
Zarabecause of the time it takes for the gate and building etc18:34
pleia2yeah, I figure anything we find would be more long term anyway18:34
Zara:)18:35
*** mrmartin has joined #storyboard18:45
*** yarkot_ has joined #storyboard18:46
*** mrmartin has quit IRC19:11
*** mrmartin has joined #storyboard19:40
*** yarkot_ has quit IRC19:55
Zarayay, fishbowl!20:10
*** b3rnard0_away is now known as b3rnard020:14
SotK\o/20:19
*** NikitaKonovalov_ has quit IRC20:29
*** yarkot_ has joined #storyboard20:35
*** mrmartin has quit IRC20:42
*** b3rnard0 is now known as b3rnard0_away22:54
*** yarkot_ has quit IRC23:55

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