| *** jamesmca_ has quit IRC | 00:20 | |
| * Zara waves from denver | 04:31 | |
| SotK | o/ | 08:00 |
|---|---|---|
| *** jtomasek has joined #storyboard | 12:52 | |
| *** jtomasek has quit IRC | 13:26 | |
| *** jamesmcarthur has joined #storyboard | 13:26 | |
| *** jdandrea has quit IRC | 15:08 | |
| *** jtomasek has joined #storyboard | 15:09 | |
| *** diablo_rojo has joined #storyboard | 15:26 | |
| *** diablo_rojo has quit IRC | 15:43 | |
| Zara | we're in the ballroom A with the infra folk for any questions | 15:48 |
| *** diablo_rojo has joined #storyboard | 15:56 | |
| *** jamesmcarthur has quit IRC | 16:05 | |
| Zara | tox -e venv "storyboard-db-manage --config-file ./etc/storyboard.conf upgrade head" | 16:07 |
| Zara | ^ is a command that doesn't work when installing | 16:07 |
| Zara | and I can't remember what I did last time to get around that | 16:07 |
| SotK | o.O | 16:07 |
| SotK | what goes wrong? | 16:08 |
| Zara | ERROR: InvocationError: could not find executable 'storyboard-db-manage --config-file ./etc/storyboard.conf upgrade head' | 16:08 |
| Zara | istr getting around it somehow, maybe by specifying a revision? | 16:08 |
| SotK | that seems like a different error to anything I've seen before | 16:10 |
| SotK | what happens if you do `tox -e venv -- storyboard-db-manage --config-file ./etc/storyboard.conf upgrade head` instead? | 16:11 |
| Zara | I'll try it | 16:14 |
| Zara | that looks like it's doing a thing | 16:15 |
| Zara | yep, worked | 16:15 |
| SotK | \o/ | 16:16 |
| *** jamesmcarthur has joined #storyboard | 16:22 | |
| Zara | so it doesn't like the quotes | 16:28 |
| Zara | guess we should update the docs | 16:28 |
| Zara | well, quotes and different -- | 16:28 |
| Zara | maybe tox syntax changed? | 16:28 |
| *** jtomasek has quit IRC | 16:34 | |
| Zara | hm, api serve command also didn't work for me, I used this instead: | 16:40 |
| Zara | tox -e venv storyboard-api -- --config-file ./etc/storyboard.conf | 16:41 |
| *** jamesmcarthur has quit IRC | 16:41 | |
| Zara | random guessing ftw | 16:41 |
| *** jtomasek has joined #storyboard | 16:42 | |
| *** diablo_rojo has quit IRC | 16:44 | |
| *** jamesmcarthur has joined #storyboard | 16:47 | |
| Zara | gah, can't remember what the solution is for the 'unauthorized client' error when trying to login the first time | 16:47 |
| Zara | I've seen it before... | 16:47 |
| SotK | adding the IP of whatever machine is serving the web ui to etc/storyboard.conf | 16:51 |
| SotK | I don't remember the key you need to add to, but "storyboard.openstack.org" is one of the things there already iirc | 16:52 |
| Zara | oh I thought I'd done it | 16:55 |
| Zara | but I just had 0.0.0.0 and localhost | 16:55 |
| Zara | and apparently that doesn't work and you need 127.0.0.1 | 16:55 |
| Zara | works now anyway, thanks | 16:56 |
| Zara | I now have an env in which I can test some patches over here :P | 16:56 |
| *** diablo_rojo has joined #storyboard | 16:57 | |
| Zara | --- The floating storyboard Q&A is moving into a lunch room so we can get a table with power--- | 16:57 |
| Zara | in the meantime, testing the board and worklists speedup patches | 17:05 |
| *** openstackgerrit has joined #storyboard | 17:21 | |
| openstackgerrit | Kendall Nelson proposed openstack-infra/storyboard master: Add test migration experiences https://review.openstack.org/502509 | 17:21 |
| *** jtomasek has quit IRC | 17:29 | |
| *** jtomasek has joined #storyboard | 17:33 | |
| *** jdandrea_ has joined #storyboard | 17:33 | |
| Zara | ooh, I found a new bug on master | 17:36 |
| Zara | tried to make an automatic private worklist for stories where status is active | 17:36 |
| Zara | got an error | 17:36 |
| Zara | "500: POST /api/v1/worklists/1/filters: (IntegrityError) (1048, u"Column 'title' cannot be null") u'INSERT INTO filter_criteria (created_at, updated_at, title, value, field, negative, filter_id) VALUES (%(created_at)s, %(updated_at)s, %(title)s, %(value)s, %(field)s, %(negative)s, %(filter_id)s)' {'field': None, 'value': None, 'updated_at': None, 'filter_id': 2, 'title': None, 'created_at': datetime.datet | 17:36 |
| Zara | ime(2017, 9, 11, 17, 35, 0, 701245), 'negative': 0} " | 17:36 |
| *** diablo_rojo has quit IRC | 17:47 | |
| *** jtomasek has quit IRC | 17:49 | |
| *** jtomasek has joined #storyboard | 17:50 | |
| *** jtomasek has quit IRC | 17:54 | |
| *** jtomasek has joined #storyboard | 18:22 | |
| *** jtomasek_ has joined #storyboard | 18:46 | |
| *** jtomasek has quit IRC | 18:47 | |
| Zara | patch looks fine so far | 19:00 |
| Zara | I can't check how it interacts with notifications | 19:01 |
| Zara | that was for https://review.openstack.org/#/c/444615/6 which still requires further reviews before it can be merged. | 19:09 |
| Zara | I'd prefer for someone else to try it out if possible since I was using a brand new instance containing not-much existing data | 19:10 |
| Zara | it looks good to me though so have +2'd | 19:11 |
| *** diablo_rojo has joined #storyboard | 19:16 | |
| *** jamesmcarthur has quit IRC | 19:22 | |
| *** jamesmcarthur has joined #storyboard | 19:25 | |
| *** jtomasek_ has quit IRC | 19:40 | |
| *** jtomasek has joined #storyboard | 19:51 | |
| Zara | oh yeah, someone remind me to patch those installation docs sometime | 19:59 |
| Zara | haven't yet sorted out git-review on this laptop or I'd do it now | 20:00 |
| *** hogepodge_ has joined #storyboard | 20:16 | |
| *** francoblanco_ has joined #storyboard | 20:19 | |
| *** krotscheck_ has joined #storyboard | 20:22 | |
| *** krotscheck has quit IRC | 20:24 | |
| *** francoblanco has quit IRC | 20:24 | |
| *** hogepodge has quit IRC | 20:24 | |
| *** krotscheck_ is now known as krotscheck | 20:24 | |
| *** francoblanco_ is now known as francoblanco | 20:24 | |
| *** hogepodge_ is now known as hogepodge | 20:24 | |
| openstackgerrit | Kendall Nelson proposed openstack-infra/storyboard master: Add test migration experiences https://review.openstack.org/502509 | 20:26 |
| *** openstackgerrit has quit IRC | 20:48 | |
| Zara | https://review.openstack.org/#/c/444615/6 and https://review.openstack.org/#/c/444644/5 both look really good, and are a HUUUGE improvement for worklists and boards | 20:53 |
| Zara | they require more reviews | 20:55 |
| Zara | johnsom: if you're free sometime I can show you the difference they'll make to an octavia worklist | 20:56 |
| johnsom | zara Hi, yeah, probably available in ~30 minutes. Place I should meet you? | 21:06 |
| Zara | we're currently in the lobby with our backs to the starbucks bar thing | 21:07 |
| johnsom | Ok, just wrapping up zuulv3 | 21:08 |
| Zara | cool | 21:09 |
| *** jtomasek has quit IRC | 21:23 | |
| *** jtomasek has joined #storyboard | 21:32 | |
| *** jamesmcarthur has quit IRC | 21:38 | |
| *** jtomasek has quit IRC | 21:39 | |
| Zara | storyboard-blog.io | 21:42 |
| Zara | johnsom ^ | 21:42 |
| Zara | anyone have a good setup for checking if email notifications are working properly? | 21:47 |
| *** diablo_rojo has quit IRC | 21:49 | |
| *** jamesmcarthur has joined #storyboard | 22:00 | |
| *** jtomasek has joined #storyboard | 22:04 | |
| *** jtomasek has quit IRC | 22:05 | |
| *** diablo_rojo has joined #storyboard | 22:11 | |
| *** jtomasek has joined #storyboard | 22:13 | |
| *** diablo_rojo has quit IRC | 22:43 | |
| *** jamesmcarthur has quit IRC | 22:44 | |
| *** diablo_rojo has joined #storyboard | 22:51 | |
| *** diablo_rojo has quit IRC | 23:10 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!