Thursday, 2016-09-01

*** alexismonville has joined #storyboard01:59
*** alexismonville has quit IRC02:40
*** sparkycollier has quit IRC04:38
*** betherly has quit IRC04:38
*** sparkycollier has joined #storyboard04:40
*** betherly has joined #storyboard04:40
*** jjardon has quit IRC05:13
*** jjardon has joined #storyboard05:14
*** matthewbodkin has joined #storyboard07:50
*** bethwhite_ has joined #storyboard08:44
*** SotK has quit IRC08:58
*** anteaya has quit IRC08:58
*** gary_perkins has quit IRC08:58
*** pedroalvarez has quit IRC08:58
*** gary_perkins has joined #storyboard08:59
*** SotK has joined #storyboard09:03
*** anteaya has joined #storyboard09:03
*** pedroalvarez has joined #storyboard09:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Send notifications to subscribers for worklists  https://review.openstack.org/35473009:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Make it possible to get worklist/board timeline events via the API  https://review.openstack.org/35472909:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Don't allow users to subscribe to private worklists they can't see  https://review.openstack.org/36377609:09
*** matthewbodkin has quit IRC09:55
*** matthewbodkin has joined #storyboard10:12
Zaraso... sleepy11:20
*** alexismonville has joined #storyboard11:29
Zarabtw is it actually helpful when I note the pep8 fails in the gerrit comments? I figure it saves some scrolling through logs for the relevant bits11:31
Zarabut if it's spammy I'll stop11:31
* SotK doesn't mind either way11:38
openstackgerritZara proposed openstack-infra/python-storyboardclient: Add basic docs for python client  https://review.openstack.org/36287811:47
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Send notifications to subscribers for worklists  https://review.openstack.org/35473011:50
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Make it possible to get worklist/board timeline events via the API  https://review.openstack.org/35472911:50
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Don't allow users to subscribe to private worklists they can't see  https://review.openstack.org/36377611:50
Zarathat groups together some of the example commands more sensibly, and updates the readme to refer to an example script added to 'usage'11:50
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Limit PyMySQL to < 0.7.7  https://review.openstack.org/36425011:50
Zaraoops, posted 'uh oh, another limit' in infra11:52
SotKoh well11:53
Zaraguess we'll see what the tests do there11:53
SotKprobably pretty easy to work around, but I'm failing to run the tests here again11:53
Zarait should help us narrow it down11:54
SotKs/work around/fix our code so that we can remove the limit/ :)11:54
Zara:)11:55
Zarawell, jenkins hasn't commented on that change but the ones that depend on it are passing12:17
persiaIs it possible to cause an issue in production without the limit?  I'm not sure it makes sense to add it if things are only breaking with new code.12:19
SotKI suspect that the tests will fail for any new patches without the limit (or a fix for the changed behaviour)12:27
SotK(the actual functionality is only minimally affected, the two failing tests check for things that it expects to fail with a 400 error that would only happen from incorrect use of the API)12:30
persiaSo, is it the tests that do not work with new PyMySQL, or the underlying code?  Are there other ways to exercise the API that could trigger the same behaviour?12:33
persiaMy concern is that this sort of limit is essentially saying "There is a problem that is not being addressed now", which is the sort of thing that means a lot of work later with little progress.12:34
persiaSo if the issue is one that has been around for a long time, this makes sense if some things need to land within timeframes, but if the issue is being introduced by new code, then that code becomes suspect.12:35
SotKit seemed to me that the issue was being caused by trying to update a foreign key field to point at a thing that didn't exist (the failures in question were modifying a task to point at a non-existent story and creating a task to do the same)12:37
SotKI intend to investigate further to confirm my suspicions when I'm in a place that makes it easy for me to run the test suite12:38
persiaAnd I don't see anything in https://review.openstack.org/363776 that changes the model, making me think this is a pre-existing issue.12:39
persiaThank you for the details.12:39
SotKyep, that was my thinking too12:40
*** openstackgerrit has quit IRC13:49
*** openstackgerrit has joined #storyboard13:49
*** matthewbodkin has quit IRC14:06
*** matthewbodkin has joined #storyboard14:06
Zaramatthewbodkin: how did database things and whatnot go?14:28
matthewbodkineverything's good now thanks, I have a load of stories/projects etc to see what effect the changes I make have14:29
Zara\o/14:29
matthewbodkinso now it's much easier and quicker than waiting for the js draft14:30
Zarabrilliant14:30
*** ivyyy has quit IRC14:35
*** matthewbodkin has quit IRC16:00
Zarayayyy just noticed the limit passed.16:30
Zaraam considering working later tonight and leaving earlier tomorrow, so we don't merge stuff fri afternoon but so we actually can get some things merged this week... though depends what I find.16:35
Zara*some more things16:35
persiaLooking at the set of things that might merge, I'm not sure I can help any (as I still don't have a good idea for https://review.openstack.org/356441)17:15
persiabut while looking, I noticed https://review.openstack.org/325292 : is that covered by https://review.openstack.org/357306 (so should be abandoned with a note to see the update), or is there something from there worth rescuing?17:16
Zarayeah, that's covered by 357306 imo17:16
openstackgerritZara proposed openstack-infra/python-storyboardclient: Add due_dates  https://review.openstack.org/34599517:37
ZaraI thought that went in ages ago, oops17:39
*** jtomasek is now known as jtomasek|afk17:45
persiaIs https://review.openstack.org/264770 still meaningful?  The series that superceded it seems to have been abandoned, but it isn't clear to me whether this should be done independently, or also abandoned.17:46
Zaraah, It was going to be abandoned anyway so I guess it's ready for abandoning17:47
openstackgerritMerged openstack-infra/storyboard: Don't allow users to subscribe to private worklists they can't see  https://review.openstack.org/36377617:59
openstackgerritZara proposed openstack-infra/python-storyboardclient: Add basic docs for python client  https://review.openstack.org/36287818:00
openstackgerritZara proposed openstack-infra/python-storyboardclient: Add basic docs for python client  https://review.openstack.org/36287818:18
*** openstackgerrit has quit IRC18:18
*** openstackgerrit has joined #storyboard18:19
Zarahm, maybe this worklist is in a public board again18:31
Zaranope18:32
Zaraokay, events for private worklists seem to leak with the patch in review atm, along with events for private things in public worklists.18:33
Zara:/18:33
ZaraI'm heading off, 'night18:33
*** alexismonville has quit IRC18:52
*** krotscheck has quit IRC22:15
*** krotscheck has joined #storyboard22:15
*** alexismonville has joined #storyboard23:15
*** alexismonville has quit IRC23:24

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