| *** reed has quit IRC | 01:19 | |
| *** r1chardj0n3s is now known as r1chardj0n3s_afk | 03:04 | |
| *** r1chardj0n3s_afk is now known as r1chardj0n3s | 03:50 | |
| *** r1chardj0n3s is now known as r1chardj0n3s_afk | 04:19 | |
| *** r1chardj0n3s_afk is now known as r1chardj0n3s | 04:58 | |
| *** jfjoly has joined #storyboard | 06:24 | |
| *** k4n0 has joined #storyboard | 06:26 | |
| *** alexismonville has joined #storyboard | 06:37 | |
| *** r1chardj0n3s is now known as r1chardj0n3s_afk | 06:56 | |
| *** petefoth has joined #storyboard | 07:24 | |
| petefoth | Morning all | 07:26 |
|---|---|---|
| *** jtomasek has quit IRC | 08:16 | |
| *** MaxV has joined #storyboard | 08:38 | |
| *** jcoufal has joined #storyboard | 09:00 | |
| *** MaxV has quit IRC | 09:02 | |
| wdutch | I'm trying to make myself a superuser on my local storyboard so that I can create projects but I don't see any signs that I can, I've put my openid and email in storyboard/etc/superusers.yaml which I've checked by visiting the URL in a browser and I've restarted the API and the webclient, I even dropped the database and started again, can anybody suggest what might be going wrong? | 09:19 |
| *** jedimike has joined #storyboard | 09:24 | |
| *** MaxV has joined #storyboard | 09:30 | |
| wdutch | oh I missed a command, it's working now :) | 09:46 |
| petefoth | wdutch: what was the command you missed? | 09:49 |
| wdutch | tox -e venv "storyboard-db-manage --config-file ./etc/storyboard.conf load_superusers ./etc/superusers.yaml" | 09:50 |
| wdutch | which is under the "Seed database with base data" heading on the install/development page of the documentation; maybe it could be made clearer? | 09:51 |
| *** jfjoly has quit IRC | 10:22 | |
| *** jfjoly has joined #storyboard | 10:32 | |
| *** jtomasek has joined #storyboard | 11:01 | |
| *** petefoth_ has joined #storyboard | 11:03 | |
| *** petefoth has quit IRC | 11:06 | |
| *** petefoth_ is now known as petefoth | 11:06 | |
| *** jfjoly has quit IRC | 11:06 | |
| *** mase_x200 has joined #storyboard | 11:13 | |
| *** CTtpollard has joined #storyboard | 11:22 | |
| *** jfjoly has joined #storyboard | 11:30 | |
| *** mase_x200 has quit IRC | 11:48 | |
| *** wdutch has quit IRC | 11:53 | |
| *** wdutch has joined #storyboard | 11:56 | |
| CTtpollard | Hey, has anyone come across ERROR: grunt_no_api: commands failed when trying to launch the web client? | 12:21 |
| *** jfjoly has left #storyboard | 12:21 | |
| *** k4n0 has quit IRC | 12:26 | |
| *** mase_x200 has joined #storyboard | 12:34 | |
| *** mase_x200 has quit IRC | 13:27 | |
| CTtpollard | I fixed that error now, I believe it's down to an error on the wiki, the web client command says serve, putting server instead worked | 14:14 |
| CTtpollard | my next problem is that the web client seems to hang when trying to authorize after clicking log in | 14:16 |
| CTtpollard | the webclient prints Fatal error: socket hang up to Terminal | 14:17 |
| *** jang has quit IRC | 14:23 | |
| yolanda | krotscheck, NikitaKonovalov, i have a question about user preferences api. I see the endpoint is not exposed. Did you have the intention to expose that inside users api endpoint, or have an independent one? | 14:27 |
| *** jtomasek has quit IRC | 14:40 | |
| *** jang has joined #storyboard | 14:50 | |
| *** rcarrillocruz has joined #storyboard | 15:34 | |
| *** jfjoly has joined #storyboard | 15:48 | |
| *** jfjoly has quit IRC | 15:52 | |
| jedimike | hmm, i can't reproduce the login bug locally | 16:22 |
| krotscheck | CTtpollard: That’s a recent artifact of the proxy reload engine in grunt, it just means that the client lost connection to the refresh port. | 16:25 |
| jedimike | and I can't reproduce it on production now | 16:25 |
| CTtpollard | ty, I think I'm slowly getting around the issues I'm having | 16:25 |
| krotscheck | CTtpollard: I suspect that one’s a red herring. I would look at the python api output | 16:26 |
| krotscheck | jedimike: WHich login, the mbitard one? | 16:26 |
| * krotscheck is about to sign out, it’s thanksgiving in the US | 16:26 | |
| jedimike | krotscheck, https://storyboard.openstack.org/#!/story/2000026 | 16:26 |
| jedimike | i've seen multiple ways it manifests itself, none of which i can reproduce now :) | 16:27 |
| krotscheck | jedimike: You’re in the UK, right? | 16:27 |
| jedimike | yeah | 16:27 |
| krotscheck | jedimike: For us it’s a matter of twiddling with timezones. | 16:28 |
| krotscheck | jedimike: Basically the UTC issue date + expiration time of token needs to be < current local time. | 16:28 |
| jedimike | krotscheck, ah, you're thinking an expiratin time isn't getting the right timezone applied? | 16:28 |
| jedimike | haha ok :) | 16:28 |
| krotscheck | jedimike: That’s part of it. Our times from serverside are coming backwithout timezones attached. | 16:29 |
| jedimike | i see | 16:29 |
| krotscheck | I think | 16:29 |
| krotscheck | Anyway, that’s a starting point. | 16:29 |
| jedimike | ok thanks, i'll set up a vm running a different timezone and see if i can reproduce | 16:29 |
| jedimike | enjoy thanksgiving! | 16:30 |
| krotscheck | jedimike: The issue is, in a nutshell, that if a datetime comes back without a timezone, the receiving system is supposed to interpret it as local time. | 16:30 |
| krotscheck | Toodles! | 16:31 |
| krotscheck | I’ll be back online tomorrow | 16:31 |
| *** MaxV has quit IRC | 16:46 | |
| *** jcoufal has quit IRC | 16:52 | |
| *** jtomasek has joined #storyboard | 17:21 | |
| *** jfjoly has joined #storyboard | 18:28 | |
| *** rcarrillocruz has quit IRC | 18:43 | |
| *** rcarrillocruz has joined #storyboard | 18:46 | |
| *** jedimike has quit IRC | 19:21 | |
| *** mrmartin has joined #storyboard | 19:26 | |
| *** jfjoly has quit IRC | 19:58 | |
| *** r1chardj0n3s_afk is now known as r1chardj0n3s | 20:10 | |
| *** mrmartin has quit IRC | 20:33 | |
| *** MaxV has joined #storyboard | 20:51 | |
| *** jtomasek has quit IRC | 20:52 | |
| *** alexismonville has quit IRC | 22:02 | |
| *** MaxV has quit IRC | 23:33 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!