*** fatema_ has joined #storyboard | 00:40 | |
fatema_ | fungi, I guess tosky is the one meant in the mention xD | 00:59 |
---|---|---|
fatema_ | SotK, I can't seem to understand ^^ | 01:00 |
fatema_ | how can this be solved? | 01:01 |
*** fatema_ has quit IRC | 01:20 | |
*** fatema_ has joined #storyboard | 01:24 | |
*** fatema_ has quit IRC | 02:43 | |
*** udesale has joined #storyboard | 03:49 | |
*** ianw is now known as ianw_pto | 06:00 | |
*** jtomasek has quit IRC | 06:01 | |
*** florianf has joined #storyboard | 06:25 | |
*** udesale has quit IRC | 06:40 | |
*** udesale has joined #storyboard | 06:42 | |
*** tosky has joined #storyboard | 07:37 | |
*** jpich has joined #storyboard | 07:56 | |
*** jtomasek has joined #storyboard | 08:51 | |
SotK | fatema_: The best solution will be to send a change which replaces MySQL-python with pymysql in the deps list here: https://git.openstack.org/cgit/openstack-infra/storyboard-webclient/tree/tox.ini#n14 | 09:57 |
SotK | you'll also need to modify the config file used by the tests by using pymysql+mysql:// instead of just mysql:// to connect to the database | 09:58 |
SotK | that's here: https://git.openstack.org/cgit/openstack-infra/storyboard-webclient/tree/bin/storyboard_test.conf#n39 | 09:58 |
SotK | the specific issue causing the error is that the ConfigParser module was renamed to configparser in Python 3, but the MySQL-python package doesn't account for that (and apparently some other things too) and fails when used with Python 3 | 10:03 |
*** udesale has quit IRC | 11:29 | |
*** EvilienM is now known as EmilienM | 11:36 | |
*** udesale has joined #storyboard | 12:31 | |
*** udesale_ has joined #storyboard | 12:35 | |
*** udesale_ has quit IRC | 12:36 | |
*** udesale has quit IRC | 12:36 | |
*** udesale_ has joined #storyboard | 12:36 | |
*** udesale_ has quit IRC | 12:37 | |
*** openstack has joined #storyboard | 13:03 | |
*** ChanServ sets mode: +o openstack | 13:03 | |
*** lifeless has quit IRC | 13:04 | |
*** lifeless has joined #storyboard | 13:47 | |
*** jamesmcarthur has joined #storyboard | 14:36 | |
*** udesale has joined #storyboard | 14:54 | |
*** florianf has quit IRC | 15:09 | |
*** jamesmcarthur has quit IRC | 15:13 | |
*** florianf has joined #storyboard | 15:14 | |
*** jamesmcarthur has joined #storyboard | 15:14 | |
*** jamesmcarthur has quit IRC | 15:47 | |
*** jamesmcarthur has joined #storyboard | 15:48 | |
*** jpich has quit IRC | 16:13 | |
*** florianf has quit IRC | 16:34 | |
*** jamesmcarthur has quit IRC | 16:55 | |
*** jamesmcarthur has joined #storyboard | 16:58 | |
*** udesale has quit IRC | 17:04 | |
*** jamesmcarthur has quit IRC | 17:12 | |
*** jamesmcarthur has joined #storyboard | 17:18 | |
*** jamesmcarthur has quit IRC | 17:24 | |
*** jamesmcarthur has joined #storyboard | 17:37 | |
*** jamesmcarthur has quit IRC | 18:07 | |
*** jamesmcarthur has joined #storyboard | 18:19 | |
*** jamesmcarthur has quit IRC | 18:33 | |
*** jamesmcarthur has joined #storyboard | 18:34 | |
*** jamesmcarthur has quit IRC | 18:45 | |
*** jamesmcarthur has joined #storyboard | 18:56 | |
fungi | i'm not really around for the meeting... assuming diablo_rojo_phon isn't either | 19:04 |
diablo_rojo_phon | I can be.. but definitely didn't update the agenda. Not much to talk about either. | 19:07 |
diablo_rojo_phon | Except to ask for reviews on my docs update. | 19:07 |
*** jamesmcarthur has quit IRC | 19:23 | |
*** jamesmcarthur has joined #storyboard | 19:37 | |
*** jamesmcarthur has quit IRC | 19:39 | |
*** cfriesen has joined #storyboard | 19:54 | |
cfriesen | what's the recommended way to distinguish between stories that are bugs and stories that are features? | 19:55 |
*** jamesmcarthur has joined #storyboard | 19:57 | |
fungi | cfriesen: you could use tags... how do you normally distinguish them in other task/defect/request trackers? | 19:57 |
fungi | diablo_rojo_phon: another easy +3 at https://review.openstack.org/571493 | 19:58 |
cfriesen | fungi: well, in nova we had bugs/blueprints as separate entities in launchpad. | 19:59 |
*** jamesmcarthur has quit IRC | 20:01 | |
fungi | and for "features" you used blueprints instead of bugs, or blueprints together with bugs? | 20:02 |
cfriesen | fungi: instead of (and of course nova also uses the nova-specs repo for more detailed specs requiring iteration and feedback) | 20:02 |
fungi | what are the characteristics of an lp blueprint which distinguish it from an lp bug? | 20:04 |
*** jamesmcarthur has joined #storyboard | 20:04 | |
fungi | for infra we've basically just used stories to track specs tasks like bug fix tasks, so curious how other teams have approached it (we never used the blueprint feature of lp because it seemed really hollow/featureless) | 20:05 |
*** jamesmcarthur has quit IRC | 20:05 | |
*** jamesmca_ has joined #storyboard | 20:05 | |
fungi | to hear the lp developers talk, the blueprint system was a hacky and incomplete thing which never got properly integrated with the tracker | 20:06 |
cfriesen | I'm still new to storyboard...but in launchpad the blueprints had things like which release it was intended to go into, which milestone, a set of related commits across multiple repos, etc. it may be that these are more unified in storyboard making the distinction less critical | 20:08 |
cfriesen | is there a way to specifically search for tags in a story? | 20:08 |
cfriesen | or rather stories with specific tags? | 20:08 |
fungi | you can find stories by tag, yes | 20:08 |
*** jamesmcarthur has joined #storyboard | 20:09 | |
*** jamesmca_ has quit IRC | 20:10 | |
*** jamesmca_ has joined #storyboard | 20:10 | |
cfriesen | is the search grammar defined somewhere? https://storyboard.openstack.org/#!/search has nothing helpful | 20:10 |
fungi | for example, the zuul team has been using release-specific tags to indicate which release they targeted | 20:10 |
diablo_rojo_phon | cfriesen: you should be able to just search for the tag name and add whatever project group or project you want to filter by. | 20:12 |
*** jamesmcarthur has quit IRC | 20:13 | |
cfriesen | diablo_rojo_phon: okay, I see the auto-complete. | 20:14 |
cfriesen | thanks | 20:14 |
*** jamesmca_ has quit IRC | 20:14 | |
diablo_rojo_phon | cfriesen: no problem :) | 20:15 |
fungi | https://storyboard.openstack.org/#!/search?tags=zuulv3.1 | 20:18 |
fungi | for example | 20:18 |
fungi | but yeah, we could probably better document the webclient url parameters | 20:19 |
diablo_rojo_phon | Agreed. I can probably take that work item. Since I'm doing a bunch of other docs changes. | 20:20 |
*** jamesmcarthur has joined #storyboard | 20:30 | |
*** jamesmcarthur has quit IRC | 20:34 | |
*** jamesmcarthur has joined #storyboard | 20:41 | |
*** jamesmcarthur has quit IRC | 20:45 | |
*** jamesmcarthur has joined #storyboard | 20:57 | |
*** jamesmcarthur has quit IRC | 20:59 | |
*** jamesmcarthur has joined #storyboard | 21:04 | |
*** jamesmcarthur has quit IRC | 21:06 | |
*** jtomasek has quit IRC | 21:20 | |
*** jamesmcarthur has joined #storyboard | 21:21 | |
*** jamesmcarthur has quit IRC | 21:27 | |
*** tosky has quit IRC | 23:35 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!