Friday, 2016-09-02

*** alexismonville has joined #storyboard01:48
*** alexismonville has quit IRC02:39
*** fungi has quit IRC05:08
-openstackstatus- NOTICE: The logs volume is full causing jobs to fail with POST_FAILURE. This is being worked on, please do not recheck until notified.05:12
*** ChanServ changes topic to "The logs volume is full causing jobs to fail with POST_FAILURE. This is being worked on, please do not recheck until notified."05:12
*** jtomasek|afk is now known as jtomasek05:15
*** fungi has joined #storyboard05:22
*** ChanServ changes topic to "StoryBoard - A task tracker for OpenStack development needs :: http://storyboard.openstack.org/ :: https://wiki.openstack.org/wiki/StoryBoard"05:38
-openstackstatus- NOTICE: Space has been freed up on the log server. If you have POST_FAILURE results it is now safe to issue a 'recheck'05:38
*** matthewbodkin has joined #storyboard07:42
SotKZara: I've discovered the cause of the first issue, but can't reproduce the "events for private things in public worklists" part10:27
SotKhow did you manage it?10:27
Zarahm, I used my old worklist of private things so maybe that affects it. I'll see if I can reproduce it again in a sec10:28
Zaraokay, looking now. could you take a glance at https://review.openstack.org/#/c/362878/ when you get a moment? it has some +1s but I don't want to merge my own thing10:39
* SotK replies with a comment10:43
Zaraaha, I think it may only leak events of private things when things are removed10:47
ZaraI changed some stories to private. Then I added a mix of stories and tasks from those stories to a new worklist. then I moved some things around and removed some things from the worklist10:48
Zarathere are events for the removed things10:48
Zara(that I can see browsing to the api endpoint at api/v1/events?worklist_id=299 sans auth10:49
Zaraoh, I thought we didn't have an endpoint for permissions?10:50
Zaraat least not like api/v1/permissions ?10:51
SotKnope, but we have /v1/worklists/:id/permissions10:55
SotKand the same for boards10:55
Zararight, in my head that's different endpoints per resource rather than a single endpoint that's filtered by resource.10:57
Zaraso I can reword it but I don't want to imply there's a single endpoint10:57
Zarasince that confused me when I was trying to get the client to find permissions10:58
*** SotK has quit IRC11:07
*** anteaya has quit IRC11:07
*** pedroalvarez has quit IRC11:07
Zarabye bye :D11:07
*** SotK has joined #storyboard11:09
*** anteaya has joined #storyboard11:09
*** pedroalvarez has joined #storyboard11:09
openstackgerritZara proposed openstack-infra/python-storyboardclient: Add basic docs for python client  https://review.openstack.org/36287811:19
SotKthanks for rewording :)11:21
SotKhmm, I can't see events even for removed things11:21
Zara:/11:22
Zarado you have both stories and tasks?11:22
Zaramaybe it depends11:22
SotKyep11:22
Zarahm, I get them for both stories and tasks11:23
SotKhow old are the events you see?11:23
Zarabrand new :/11:23
SotK:/11:24
SotKcan you paste an example of one?11:24
Zarahttp://paste.openstack.org/show/566049/11:24
Zarastory 356 is private and if I browse to it via the api I get 'story 356 not found', as expected11:25
SotKha, rebase fail11:26
Zara\o/11:26
*** matthewbodkin has quit IRC11:29
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Send notifications to subscribers for worklists  https://review.openstack.org/35473011:30
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Make it possible to get worklist/board timeline events via the API  https://review.openstack.org/35472911:30
*** matthewbodkin has joined #storyboard12:12
Zarathat seems to have worked, double-triple checking...12:28
Zaraohhh how I wish the ui urls were the same as the api addresses just minus api/v1/12:32
matthewbodkinHow would everyone suggest I reword 'A task tracking system for bugs and new features in interrelated projects'?12:42
matthewbodkinThis was a problem that persia raised in which he didn't feel like 'bugs and new features' was appropriate12:43
Zaraiirc he wanted 'issues' for that12:43
persiaFor the short term, how about "A task tracking system for interrelated projects"?12:43
persia"issues" also works.12:44
matthewbodkinThe first suggestion is what we had previously that apparently wanted changing, I just wanted to get different people's opinions12:45
persiaExcellent :)12:46
matthewbodkinI'll use 'issues' if everyone is fine with that :)12:46
matthewbodkinis issues a bit ambiguous or does it work?12:47
persiaI have no objections, but my vote is only abs(1), so you'll need someone of greater magnitude to agree.  (similarly, I can be overridden, if the current suggested wording is preferred)12:50
SotKD"issues" is better than "bugs and new features" to me12:51
matthewbodkinOkay great also I've decided I'm keeping 'clear overview of activity of choice' without the 'an'12:52
matthewbodkinand finally, would the README link be better as a button like for worklists and boards (this is how it was in the original page) and would it need a sentence saying what it actually is?12:54
persiaI think the links to the README and Developer's Guide should have a consistent appearance.12:55
persiaI'm not that concerned with which though :)12:55
ZaraREADME is a pretty common convention so I don't think you have to explain what a README is there.12:55
matthewbodkinokay thanks guys :)12:57
Zara(not that everyone will know what it means, if they're quite new to software-development, but we'll end up defining lots of things if we take that route and it's a fairly easy convention to look up)12:57
persiaI agree README is a common convention.  I just didn't like "Use the link below to find useful information:" and a button, when the paragraph above had the developers guide as an embedded link.12:58
*** wendar has quit IRC13:27
*** wendar has joined #storyboard13:29
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard-webclient: Tweak 'about' page  https://review.openstack.org/36124613:31
* matthewbodkin proposed openstack-infra/storyboard-webclient: Make sidebar submenu the same length as sidebar https://review.openstack.org/#/c/355554/13:53
Zaranoting that I aim to test the remaining timeline events things today but don't intend to merge until Monday at earliest because Fri afternoon. so there may be things with +2 and +1 and that's not an accident, fear not.14:00
* persia is preempted14:06
Zara:)14:07
persiaOf course, this doesn't help with the CI issues14:08
Zarahm, python client will happily create stories on my instance but not on storyboard-dev, but it can get info from there as GETs work. going to check if any create() requests work.14:30
Zaraugh yeah it seems like they don't. they do work on my own instance so hm.14:31
Zarahttp://paste.openstack.org/show/566088/14:32
Zarait has that behaviour with scripts and with my goofy CLI14:33
Zaraalthough I think I forgot to put the access token in the CLI. but didn't for the script. so am now wondering if verify = false might lead to the access token being ignored14:35
openstackgerritMatthew Bodkin proposed openstack-infra/storyboard-webclient: Make sidebar submenu the same length as sidebar  https://review.openstack.org/35555414:40
Zarathough I just get the expected 500 when I miss out the token for my own instance14:42
SotKhmm, it works for me: https://storyboard-dev.openstack.org/#!/story/3614:44
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is restarting quickly to relieve resource pressure and restore normal performance15:23
*** fay_ has quit IRC15:38
*** matthewbodkin has quit IRC16:02
*** bethwhite_ has quit IRC17:18
-openstackstatus- NOTICE: The infrastructure team is taking Gerrit offline for maintenance, beginning shortly after 18:00 UTC for a potentially 4 hour maintenance window.17:39
-openstackstatus- NOTICE: Gerrit is now going offline for maintenance, reserving a maintenance window through 22:00 UTC.18:07
*** ChanServ changes topic to "Gerrit is now going offline for maintenance, reserving a maintenance window through 22:00 UTC."18:07
*** ChanServ changes topic to "StoryBoard - A task tracker for OpenStack development needs :: http://storyboard.openstack.org/ :: https://wiki.openstack.org/wiki/StoryBoard"19:16
-openstackstatus- NOTICE: Gerrit is completing an online re-index, you may encounter slowness until it is complete19:16
*** openstackgerrit has quit IRC20:04
*** openstackgerrit has joined #storyboard20:04
*** openstackgerrit has quit IRC23:18
*** openstackgerrit has joined #storyboard23:19

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