Zara | I hope so | 00:00 |
---|---|---|
diablo_rojo | I was hitting this weird issue where any clone I have done of sb in the last 24ish hours can't run the sb tox commands | 00:01 |
Zara | hm, what was the error? | 00:02 |
diablo_rojo | it can't find the storyboard-db-manage or storyboard-api or storyboard-migrate | 00:02 |
diablo_rojo | Cant find the module or something like that | 00:02 |
Zara | the commands work for me currently, eg: tox -egrunt_no_api -- serve --hostname 0.0.0.0 | 00:03 |
* diablo_rojo runs two vms concurrently and is too scared to run a third right now | 00:03 | |
diablo_rojo | Might be something else going on if its just me. | 00:03 |
Zara | I've seen that before when it's turned out my syntax has been off (eg: missing the `--` before `serve`) | 00:03 |
Zara | bit odd if those exact commands used to work for you, but if they weren't reached with ctrl+r it might be that | 00:04 |
diablo_rojo | They were definitely the same as I had used them before. | 00:04 |
diablo_rojo | The only difference was that I had updated master | 00:04 |
diablo_rojo | or just cloned from master | 00:04 |
diablo_rojo | Might have hosed something else up though. Not sure what it would have been exactly, but I hadn't done much exploration yet. Will look more into it after the heat migration finished | 00:05 |
diablo_rojo | *finished | 00:05 |
diablo_rojo | *finishes | 00:05 |
* diablo_rojo drives the struggle bus today | 00:06 | |
Zara | I'd guess it might be something to do with tox version on the system; I don't thiiink we've merged anything that'd affect it, and I've been using new versions of both the api and the webclient today. | 00:07 |
Zara | currently trying to update some components while waiting for other builds | 00:07 |
openstackgerrit | Merged openstack-infra/storyboard-webclient master: Fix reference to angular-bootstrap in package.json https://review.openstack.org/532819 | 00:11 |
Zara | thanks for the reviews! :) | 00:12 |
Zara | people should now be able to build the webclient again. :) | 00:12 |
* persia still thinks it is best practice to change one thing at a time, especially now that there are enough cores that it doesn't need uninamity to merge | 00:13 | |
diablo_rojo | I would agree, but given that this was a more simple change, I was more okay with doing both changes together. | 00:16 |
persia | This is simple, and upgrading components is a good idea, and it was tested by several folk, hence my +1 :) | 00:18 |
persia | But I've +1'd patches that crashed things before, so my vote isn't 100% reliable or anything. My opinion is mostly protection against humans being fallible, a desire to be nice to folk who are digging through git history in 20 years, and a fondness for `git bisect` when debugging. | 00:20 |
Zara | the patches before the breaking change didn't actually pull a tarball; that was a new addition in the changed version that broke (and was of a different package). the version used in the working older patch no longer existed in npm. so we'd've either been making a change to use a newer version, or a change to use a tarball. | 00:20 |
Zara | there should likely be lots of individual 'update foo' changes incoming shortly, though :) | 00:22 |
*** tosky has quit IRC | 00:51 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient master: Update angular-ui-router to @uirouter/angularjs https://review.openstack.org/533022 | 00:52 |
Zara | ah I missed it because it was my own patch and was updated over xmas, but monty's already sent a fix for that, so I've abandoned that one :) | 01:22 |
Zara | https://review.openstack.org/#/c/384554/ is the better patch to merge, though it needs a rebase | 01:23 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient master: Update UI-Router https://review.openstack.org/533024 | 01:28 |
Zara | failed rebase, ignore, I need sleep :) | 01:29 |
*** tosky has joined #storyboard | 07:56 | |
*** jtomasek has joined #storyboard | 08:14 | |
*** tosky has quit IRC | 09:56 | |
SotK | normally I'd agree with not fixing + updating at the same time, but this package is a mess and I'd rather not use the bower-specific tarball with npm | 10:07 |
SotK | and the upstream 0.12.0 tarball is just the source repository, which isn't any use | 10:08 |
*** tosky has joined #storyboard | 10:09 | |
*** jtomasek has quit IRC | 15:36 | |
-openstackstatus- NOTICE: Zuul has been restarted and lost queue information; changes in progress will need to be rechecked. | 16:46 | |
*** openstackstatus has quit IRC | 20:46 | |
*** openstack has joined #storyboard | 20:48 | |
*** ChanServ sets mode: +o openstack | 20:48 | |
*** openstackstatus has joined #storyboard | 20:49 | |
*** ChanServ sets mode: +v openstackstatus | 20:49 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/python-storyboardclient master: update documentation build for new PTI https://review.openstack.org/533301 | 21:08 |
openstackgerrit | Doug Hellmann proposed openstack-infra/python-storyboardclient master: fix formatting of contributing file https://review.openstack.org/533302 | 21:08 |
*** dhellmann has joined #storyboard | 21:11 | |
dhellmann | I posted a question about authenticating to storyboard from a python app in http://lists.openstack.org/pipermail/openstack-dev/2018-January/126191.html but please let me know if I should be using another venue to ask those sorts of questions | 21:13 |
fungi | also i found https://docs.openstack.org/infra/storyboard/webapi/v1.html#api which looks answer-ish, but may benefit from clarification and linking from the pythonclient docs | 21:20 |
fungi | happy to put in a patch if someone gets the time to confirm | 21:21 |
openstackgerrit | Doug Hellmann proposed openstack-infra/storyboard master: update documentation build for new PTI https://review.openstack.org/533306 | 21:39 |
openstackgerrit | Doug Hellmann proposed openstack-infra/storyboard master: fix rst formatting https://review.openstack.org/533307 | 21:39 |
Zara | thank you! busy rn but can reply more fully later, just want you to know it's appreciated! | 21:41 |
dhellmann | Zara : you might be interested in this thread, too: http://lists.openstack.org/pipermail/openstack-dev/2018-January/126189.html | 21:43 |
persia | Is it possible to subscribe to worklists and boards? I thought it was, but was defeated when I tried to find the UI to explain how. | 21:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!