Tuesday, 2016-08-09

*** alexismonville has joined #storyboard00:21
*** alexismonville has quit IRC02:19
*** jtomasek_ has joined #storyboard05:26
*** jtomasek has quit IRC05:26
*** jtomasek_ is now known as jtomasek05:37
*** ttx has quit IRC06:27
*** ttx has joined #storyboard06:28
*** matthewbodkin has joined #storyboard07:46
*** pedroalvarez has quit IRC09:33
*** pedroalvarez has joined #storyboard09:36
Zaramatthewbodkin: so we have 4 git repos as part of storyboard. https://review.openstack.org/#/q/project:openstack-infra/storyboard is the place to find storyboard itself on gerrit09:59
Zarahttps://review.openstack.org/#/q/project:openstack-infra/storyboard-webclient is the web ui , and https://review.openstack.org/#/q/project:openstack-infra/python-storyboardclient is a tool for talking to storyboard via the commandline10:00
matthewbodkinOkay thanks for the help, I'll investigate10:00
Zara(and then these are some deployment scripts but they shouldn't matter right now, just including them for completeness: https://review.openstack.org/#/q/project:openstack-infra/puppet-storyboard )10:01
Zaraso, our docs for installing currently live in the first one10:01
matthewbodkinOkay great10:01
Zara:) I'm not sure how handy the sandbox is for getting a feel for how patches to the code relate to the actual repo and to the gerrit interface, but hopefully looking at the things in review for storyboard will cover that. when you're ready, here's the list of things missing from the docs that we found earlier: https://storyboard.openstack.org/#!/story/200068410:05
Zaraand if you're unsure about *anything*, please ask!10:07
matthewbodkinOkay I have a lot of stuff to go over now which is good :)10:15
*** mrmartin has joined #storyboard10:25
Zara\o/10:26
Zarayeah, I think a good thing to focus on at this point would be how things in the codebase relate to things on the screen, and how the different bits of code are connected. I learn that sort of thing best by trying to patch things and looking at the existing examples; some folks prefer to start with the theory. so wandering around and seeing what works sounds good. :)10:42
*** alexismonville has joined #storyboard11:27
Zarawas going to look at boards/worklists-events-timeline patches today. just wondering if everything's still current since they're different topics and one has a merge conflict11:42
Zarahm, all-boards is doing weird pagination things on js draft, earlier version didn't do that11:51
SotKthey are both current, I'm just bad at using the same topic apparently11:52
SotKI have no idea why there is a merge conflict11:53
Zarait'd be real handy if gerrit would say what it conflicted with xD11:53
*** mrmartin has quit IRC12:14
Zarahm, pagination for the all-boards patch works on my test instance, just not on the js draft12:21
Zaraperhaps it's a problem when one list has <10 items?12:21
Zarathat is, https://review.openstack.org/#/c/279753/12:22
Zarapaging to 11-20 of worklists doesn't seem to work12:22
Zarawell, it displays those results but then calls them 1-10, and there's no way to get back to the first 1012:23
SotKhmm12:24
Zarathat's really weird. it works on my test instance12:26
SotKit could be the js-draft being weird12:27
SotKistr it was weird about pagination in the events timeline too12:28
Zarayeah, maybe. in the past it's caught errors that haven't been local but have affected prod12:28
Zara(it caught the editing comments thing)12:28
Zarawhich I thought was just js-draft being weird12:28
Zarathen... yeah12:28
Zarabut I remember it being weird about other pagination12:28
openstackgerritZara proposed openstack-infra/storyboard-webclient: 'All Boards and Worklists' Page  https://review.openstack.org/27975312:30
SotKah, its the same in the other places with pagination12:32
Zaraah, okay. I'll assume it's just the draft, then.12:32
Zaraoh well, the thing I just submitted should fix the linting error12:33
Zarait soft-depends on boards search, in that it can be merged without but the search is useless so it just acts as a list of all boards/worklists12:34
Zarawhich is itself not very useful12:34
Zarathanks for the reviews, persia! :D13:45
ZaraI realised that I was delaying looking at notifications patches because I'm scared to turn my email worker on again, will do that tonight13:47
*** mrmartin has joined #storyboard13:56
*** mrmartin has quit IRC14:11
*** mrmartin has joined #storyboard14:21
*** mrmartin has quit IRC14:27
*** mrmartin has joined #storyboard14:35
Zaraaw, linting, why14:52
Zarahuh, for some reason it's only showing one linting error at a time. so that's probably why it didn't flag this up last time.14:54
Zara(last time it said 'Preference' was defined but never used, in the boards list controller; now it's saying the same thing about 'Board'. but I think it should also be saying that about 'Worklist'...14:55
openstackgerritZara proposed openstack-infra/storyboard-webclient: 'All Boards and Worklists' Page  https://review.openstack.org/27975315:04
Zaraerm, *that* should fix the linting... :/15:04
*** mrmartin has quit IRC15:05
Zaramatthewbodkin: how are you doing?15:25
matthewbodkinFine thanks I've been learning more about everything using sandbox so I'm going to be able to do the docs tomorrow morning first thing I think :)15:27
matthewbodkinIt's all really helped to give me a better understanding of git which is pleasing15:27
matthewbodkinI'm slowly but surely starting to get my head around the whole process of how everything works I think15:28
Zara\o/ glad it's helped!15:32
*** ivyyy has joined #storyboard16:03
*** matthewbodkin has quit IRC16:05
*** bethwhite has joined #storyboard16:08
*** bethwhite_ has joined #storyboard16:08
*** bethwhite has quit IRC16:09
*** faybrocklebank has quit IRC16:17
Zaraoh, I just noticed ivyyy joined, welcome, ivyyy! :D16:31
ZaraI promise it's not just me in this channel.16:32
ivyyyhiya! :D16:32
Zaramost of the team are based in the uk so our day tends to lie on the earlier side, but even if we've vanished for the evening, we'll see things eventually (and we're normally around fairly late on Tuesdays since it's infra-meeting day)16:33
Zarathe list of storyboard projects and tasks is over here: https://storyboard.openstack.org/#!/project_group/57 . those projects each correspond to a git repo... and hm, those repos should probably be linked16:36
Zarawell I found something to fix, yay!16:36
Zarathe python bits are the api and the python client, https://git.openstack.org/cgit/openstack-infra/storyboard and https://git.openstack.org/cgit/openstack-infra/python-storyboardclient/ . at this point I feel like I've sent a million links everywhere, so I'll link to gerrit things if asked but otherwise I'll leave it. :)16:38
ivyyyare you in the UK Zara!?16:39
Zarayup!16:39
ivyyyZara: london!?16:39
Zaraah, no, Manchester16:39
ivyyyaah still - i'm from london!16:39
ivyyynice to have people in a similar TZ!16:39
Zaracool! we have a contributor from bristol, so that's sliiightly nearer, haha16:40
Zarayay I have another person to moan to about meetings happening when I want to have tea16:40
Zaraother folks should be around in a bit; I think SotK is on a tram right now (he's the other storyboad core, also manchester)16:41
ivyyycool! its so good to have some new welcoming communities to be in! :316:44
ivyyymy main goal at the moment is (maybe a touch unrealistically) to try and get a technical commit to openstack before barcelona16:45
ivyyyis storyboard tied closely to gerrit?16:45
zaroivyyy: not yet, but getting very close.16:45
Zaraivyyy: we use gerrit for reviews, so a commit in storyboard would work for that16:46
zarowe need to land one more change to make it happen16:46
Zaraah, it depends if you mean 'does storyboard update task-statuses via gerrit?' or if you mean 'does storyboard have the same review process as other openstack projects?'16:46
Zarathe answers would be 'not yet' and 'yes' respectively :)16:46
Zaraso we get ATC status from commits in storyboard.16:48
ivyyygotcha16:48
Zaraand it should be totally possible to get commits in before barcelona; we have no shortage of bugs. :P16:51
*** alexismonville has quit IRC16:59
zaroZara: gerrit-dev and sb-dev seems to be integrated now. please give it a run thru when you get a chance17:00
Zarayay! okay, should be able to look at it now, thanks. :)17:01
Zarawhich reminds me...17:01
Zaraivyyy: if you'd like to play around in storyboard itself and see what it's like to use, we have a dev instance here: https://storyboard-dev.openstack.org/#!/dashboard/stories . feel free to make some strange stories etc.17:02
Zarazaro: hm, it seems that when a patch is abandoned and then restored again, it doesn't say the patch is in review. I wonder if that was covered on an earlier iteration and then not the latest17:09
zarolet me check17:10
ZaraI'd be fine with adding it later if it is missing, since it's a bit of an edge case and I'd rather it not block anything. + I think the comments are much nicer now. :)17:14
zaroi see the problem.  for some reason it-storyboard isn't updating sb on the change-restored event.  will look into it now17:16
*** mrmartin has joined #storyboard17:16
ZaraI might have forgotten all about that one when reviewing, if so, sorry!17:17
Zaraeverything else seems fine so far17:17
ZaraI'm not in a position to test what happens when things are merged17:18
zaromerge looks good, here's a test for it https://review-dev.openstack.org/#/c/5460/17:20
zarodo you get to set all those votes when you reply?17:20
Zaranot on review-dev; I only have +1 -1 (for the project I've been using as a test, anyway, which ended up being gtest-org/gtest)17:21
Zarabut that test looks good! \o/17:22
zarocould you please reply again?17:23
zarotry reply on gerrit17:23
Zaraaha, ace17:23
Zarathank you17:23
Zaraoh, hm, the link to the related patchset didn't work for me just then (for https://storyboard-dev.openstack.org/#!/story/18 )17:25
Zarawell, the gerrit patch set one works, but not the git url17:26
Zaraah, okay, now I have option to +2 but no option to +workflow17:27
zaroyeah, that won't work because it points to git.o.o.  we don't have that setup for review-dev. it's only setup for review.o.o17:27
Zaraah, right, cool17:27
Zaratrying to make sure I check everything :)17:27
Zarawell, I'm fine with it working like this in production17:28
zaroohh, i think workflow isn't setup right.  it should be -1..017:29
Zaraatm I have the options to pick -1 or 0; not sure if that's the same or if I've misinterpreted.17:31
zaroZara: please try again17:32
Zaraaha17:32
Zarayeah, I have the option to +workflow now! :D17:33
Zaraand now it says 'ready to submit'17:33
zaroyou need to press submit button to actually submit17:35
zaroi mean to actually merge it17:35
Zaraoh! I didn't see that button17:36
Zarafound it now17:36
ZaraI guess it's there to stop people clicking it by accident17:36
Zarayay, that worked17:36
Zarathe task now has a nice green 'merged' status17:36
Zarathank you so much for this!17:37
zarowell still need to fix the restore :(17:38
Zarastill, that's the only one! :D and I doubt it would effect that many folks even if it didn't work, but yeah, it'll be nice to have it all shiny.17:40
*** ivyyy is now known as ivyyyy-brb17:40
Zaraeffect? affect17:40
persiaaffect as a verb and effect as a noun have similar meanings, being the one you intend.18:10
persiaEffect as a verb and affect as a noun are more about social engineering and personality disorders.18:11
Zaraor you can put them all together for an exciting political drama blurb, 'now the heroes must affect a shallow affect to effect a plan with affecting effects. This will affect everyone!'18:30
*** mrmartin has quit IRC18:47
ZaraARGH just remembered I meant to turn on my email worker now20:02
Zaraseeeems okay...20:07
Zarahm, well the worker itself is erroring and not sending me emails20:10
Zarahttp://paste.openstack.org/show/552664/ I'll try restarting it, just in case, then I'm off for the night20:11
Zara'night!20:18
bethwhite_Night Zara :)20:19
*** bethwhite_ has quit IRC20:24
*** zigo has quit IRC21:32
*** zigo has joined #storyboard21:35
*** davidlenwell has quit IRC22:25
*** davidlenwell has joined #storyboard22:38

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