Friday, 2019-02-08

*** jamesmcarthur has joined #storyboard00:02
*** jamesmcarthur has quit IRC00:06
*** jamesmcarthur has joined #storyboard02:03
*** jamesmcarthur has quit IRC02:07
*** diablo_rojo has quit IRC02:15
*** udesale has joined #storyboard03:11
*** ianychoi has quit IRC03:49
*** ianychoi has joined #storyboard03:55
*** whoami-rajat has joined #storyboard04:24
*** jamesmcarthur has joined #storyboard06:03
*** jamesmcarthur has quit IRC06:08
*** pleia2 has quit IRC06:35
*** pleia2 has joined #storyboard06:35
*** jamesmcarthur has joined #storyboard08:05
*** jamesmcarthur has quit IRC08:10
*** ianychoi has quit IRC08:50
*** jpich has joined #storyboard09:10
*** whoami-rajat has quit IRC09:14
*** whoami-rajat has joined #storyboard09:28
*** dtantsur|afk is now known as dtantsur09:40
*** tosky has joined #storyboard09:45
*** jamesmcarthur has joined #storyboard11:03
*** jamesmcarthur has quit IRC11:07
*** udesale has quit IRC11:10
*** udesale has joined #storyboard11:10
*** whoami-rajat has quit IRC12:24
*** whoami-rajat has joined #storyboard12:44
*** jtomasek has joined #storyboard12:48
*** ianychoi has joined #storyboard13:27
*** jamesmcarthur has joined #storyboard13:44
*** jamesmcarthur has quit IRC13:45
*** jamesmcarthur has joined #storyboard13:45
*** jamesmcarthur has quit IRC14:18
*** TheJulia is now known as needssleep14:25
*** jamesmcarthur has joined #storyboard14:32
*** jtomasek has quit IRC14:37
*** dtantsur is now known as creepy_owlet14:37
*** jtomasek has joined #storyboard14:38
*** whoami-rajat has quit IRC15:04
*** whoami-rajat has joined #storyboard15:31
*** mkarray has joined #storyboard16:28
*** diablo_rojo has joined #storyboard16:42
*** diablo_rojo has quit IRC16:55
*** diablo_rojo has joined #storyboard16:57
*** jamesmcarthur has quit IRC17:17
*** creepy_owlet is now known as dtantsur|afk17:43
*** udesale has quit IRC17:44
*** jpich has quit IRC17:49
*** jamesmcarthur has joined #storyboard18:05
*** jamesmcarthur has quit IRC18:19
*** jamesmcarthur has joined #storyboard18:19
*** jamesmcarthur has quit IRC18:19
*** whoami-rajat has quit IRC18:34
*** whoami-rajat has joined #storyboard20:48
fungifinally got around to trying to replicate jungleboyj's error, by creating a new (empty) board on storyboard-dev and then adding a lane with the "add lane" button20:49
fungi500: PUT /api/v1/boards/129: (pymysql.err.IntegrityError) (1048, u"Column 'list_id' cannot be null") [SQL: u'INSERT INTO board_worklists (created_at, updated_at, board_id, list_id, position) VALUES (%(created_at)s, %(updated_at)s, %(board_id)s, %(list_id)s, %(position)s)'] [parameters: {'board_id': 129, 'position': 0, 'created_at': datetime.datetime(2019, 2, 8, 20, 48, 9, 129963), 'updated_at': None,20:49
fungi'list_id': None}] (Background on this error at: http://sqlalche.me/e/gkpj)20:49
fungiso something is most certainly screwy and repeatable there20:49
fungii'll try to compare the schema between the local mysql and former trove databases20:50
diablo_rojofungi, thanks for looking into it20:51
fungihopefully we can at least rule that out first20:51
jungleboyjfungi:  Ok, glad it isn't just me that is seeing that.20:51
fungiyeah, it genuinely seems to be broken on storyboard-dev, just need to track down what was previously setting the list_id value20:52
jungleboyjfungi:  Cool.  Thanks for looking into it.20:52
fungithanks for reporting it!20:52
diablo_rojojungleboyj, not sure if you saw, but I went and tried to answer questions/offer feedback in your etherpad. Let me know if you have further questions :)20:53
fungii did add the wsgi tracebacks to the story you created, though as i expected they don't really provide much additional insight20:53
jungleboyjOh, thanks for letting me know.  I didn't see anything when I last looked.20:53
jungleboyjWill do shortly.20:53
diablo_rojojungleboyj, and as soon as I get the patch up for the docs I will add you as a reviewer. Still a few other things in line on my todo list before that, but its getting close to the top.20:54
diablo_rojoNo rush on checking out the etherpad, just wanted to give you a heads up20:55
fungiokay, first hunch disproved. `desc board_worklists;` returns the same between the old and new databases21:00
fungithe id column is definitely auto_increment on both, but list_id isn't on either21:00
jungleboyjdiablo_rojo:  Cool.  Thanks for keeping me updated.21:01
fungi`desc worklists;` also matches on both (id is auto_increment)21:02
fungiso i have a feeling whatever has caused this regression is unrelated to the database move for the dev server21:02
fungilast change merged to the api repo which mentions list_id in any way was back in september too21:03
fungii have a feeling we'd know if it had been broken for that long21:03
jungleboyjdiablo_rojo:  Why the recommendation to just have 3 worklists?21:12
jungleboyjdiablo_rojo:  Also on the task states when someone starts working on a patch does it move to 'Progress'?21:13
fungii believe the state when someone uploads a change which references the task is that task switches from todo to review21:36
fungiand then later, if that change merges, the task switches to merged state21:37
diablo_rojojungleboyj, I think I meant three boards?21:37
diablo_rojoOne per release- stein and train-and then one general dashboard21:38
diablo_rojo(if I said worklists I meant three boards)21:38
jungleboyjOh, I see.  Split the Worklists across three boards.  Ok.  Like we used to do in Trello.21:38
diablo_rojojungleboyj, yep :) When someone pushes a patch the task will update to Review. Progress is something people can manually set when they have started work.21:39
jungleboyjOk.  Gotcha.  So, the overall design makes sense to you as it is?21:39
jungleboyjdiablo_rojo:  Ok, Progress versus Review makes sense.21:40
jungleboyjdiablo_rojo:  Thanks for the input.  Once the storyboard-dev issue has been resolved I will try to mock something out and see if I can get the team more interested.21:41
diablo_rojojungleboyj, no problem :) Let me know if there is anything else I can do to help!21:46
jungleboyjdiablo_rojo:  Will do.21:48
SotKI'll look at fixing whatever is causing that bug tomorrow, I suspect my code does something dumb22:16
*** diablo_rojo has quit IRC22:20
*** diablo_rojo has joined #storyboard22:49
jungleboyjSotK:  Cool.  Thanks.  Not urgent.  Enjoy the weekend.22:49
*** mkarray has quit IRC23:03
*** whoami-rajat has quit IRC23:08

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