Monday, 2015-08-17

*** openstack has joined #storyboard04:18
*** ttx has joined #storyboard05:22
*** coolsvap|away is now known as coolsvap05:32
*** coolsvap is now known as coolsvap|away05:55
-openstackstatus- NOTICE: Gerrit is currently under very high load and may be unresponsive. infra are looking into the issue.07:07
*** jtomasek has joined #storyboard07:09
*** notnownikki has joined #storyboard08:30
*** ttx has quit IRC08:48
*** ttx has joined #storyboard08:48
*** CTtpollard has joined #storyboard08:53
-openstackstatus- NOTICE: review.openstack.org (aka gerrit) is going down for an emergency restart10:23
*** ChanServ changes topic to "review.openstack.org (aka gerrit) is going down for an emergency restart"10:23
*** ChanServ changes topic to "StoryBoard - A task tracker for OpenStack development needs :: http://storyboard.openstack.org/ :: https://wiki.openstack.org/wiki/StoryBoard"10:50
-openstackstatus- NOTICE: Gerrit restart has resolved the issue and systems are back up and functioning10:50
pdarheya, im having trouble using the vagrant development vm to run storyboard. Has anyone else had success using it recently?11:49
SotKI've never tried11:50
SotKwhat problems are you having?11:50
pdarHey SotK, The one I'm stuck with is step 7 on "Installing the api server" here http://docs.openstack.org/infra/storyboard/install/development.html11:52
SotKWhat happens when you try to run that command?11:53
pdarwas just pastebinning it: http://pastebin.com/3tqKBaKn11:53
*** notnownikki has quit IRC11:55
pdarMy resolution was to simply get this module, but there seems to be some problem with the venv detecting it.11:57
pdarI can import the module when running the interactive python thing from the command line but no luck with the command stated11:59
SotKhmm12:00
* SotK doesn't know enough about how tox works to be very helpful here12:00
pdarno, that is my problem too, perhaps this is a good oppourtunity for me to learn :)12:02
pdarthanks for helping SotK12:02
* SotK notices a difference in his config to the one on http://docs.openstack.org/infra/storyboard/install/development.html12:02
SotKtry using "connection = mysql+pymysql://storyboard:storyboard@127.0.0.1:3306/storyboard"12:03
SotKpdar: ^12:03
SotKlooks like there was a switch from mysql-python to PyMySQL in February but those docs didn't get updated12:05
pdarooh! That worked!12:05
pdara bundle of thank yous to you SotK12:05
* SotK figures out how to update the docs12:05
pdarCould you post a link if you find out please? I may have some other docs changes to make too.12:09
SotKI'm guessing its 'make the change in the "docs/" directory in openstack-infra/storyboard.git'12:10
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Fix the example configuration for Vagrant deployment  https://review.openstack.org/21368712:11
*** CTtpollard has quit IRC12:39
*** CTtpollard has joined #storyboard12:54
*** lifeless has quit IRC13:05
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add tables for Worklists and Boards  https://review.openstack.org/21370113:09
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for Worklists  https://review.openstack.org/21370213:09
*** mrmartin has joined #storyboard13:12
SotKZara: do you have a minute to review the doc update? https://review.openstack.org/213687 :)13:16
Zarathere ya go13:19
SotKthank you!13:19
* SotK rebases the spec patch to fix the merge conflict13:20
Zarasorry, bit behind on reviewing things in general. :) I'll try to catch up later in the week.13:20
SotKs'ok :)13:20
openstackgerritMerged openstack-infra/storyboard: Fix the example configuration for Vagrant deployment  https://review.openstack.org/21368713:24
*** lifeless has joined #storyboard13:28
* SotK investigates why the tests failed on one of his patches :(13:29
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add an API endpoint for Worklists  https://review.openstack.org/21370213:45
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add paging controls to the result set pager  https://review.openstack.org/19876813:48
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Implement offset/limit pagination of lists  https://review.openstack.org/19876913:48
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Stop using fixed-width containers  https://review.openstack.org/20112413:50
SotKI finally got round to resolving the merge conflicts in my outstanding patches13:51
SotKit'd be great if someone could review the pagination stuff so we can get that merged at long last13:52
SotK(https://review.openstack.org/#/q/status:open+project:openstack-infra/storyboard-webclient+branch:master+topic:limit-offset-pagination,n,z)13:52
SotKI'd also be jumping for joy if someone could review some/all of the small bugfixing patches that have accumulated13:54
Zaraat this rate I'll be writing personalised thank you notes.13:58
Zaralooks like the last jenkins test is still doing its thang14:09
SotKhooray, everything passed this time14:11
SotKI should probably look at being able to run the coverage tests on my development machine14:11
Zarayeah, I'm worried that I'm so used to my gaze skating over the last one that I'll miss actual failures...14:13
SotKyeah, we should fix that broken test too14:14
SotKthe other tests all leave a -1 if they fail though, so we won't miss them14:14
Zaratrue14:14
*** notnownikki has joined #storyboard14:21
pdarSotK: I am aiming to do some patch reviews, but I still havent got the vagrant box working...14:32
SotKpdar: where are you up to with it now?14:32
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Set default credentials in the tools/ scripts to work with CI  https://review.openstack.org/21373214:33
SotKthat might fix the failing test, or it might not14:34
pdar"Installing the Javascript-based web client" Stage 3: http://docs.openstack.org/infra/storyboard/install/development.html#installing-the-javascript-based-web-client14:34
SotKany particular issues or is it just taking ages?14:35
pdarI got the following error: http://pastebin.com/SdUgAG9s14:38
SotKo.O that's a new one14:40
SotKdid you definitely install nodejs with apt-get?14:43
pdaryep14:45
SotKwhat happens if you do `command -v node`?14:47
pdarahh ok its only version 0.10.25 and needs to be >=0.10.2914:48
pdarSotK: the output to the command was `/usr/sbin/node`14:48
Zarahm, I vaguely remember that mine was too early a version the first time I tried installing, too. is there something in the docs we need to chnage?14:49
pdaror `/usr/bin/nodejs` if i did it for nodejs14:50
SotKhm, mine is in /usr/bin/, but I don't see why that would cause it to try to build from source14:52
SotKI did `curl -sL https://deb.nodesource.com/setup | sudo bash -` before doing `sudo apt-get install nodejs`, that might account for why its not working14:54
SotKperhaps /usr/sbin isn't in PATH in the virtualenv14:55
*** yolanda has quit IRC14:56
SotK:( my patch didn't seem to fix the test14:58
pdaroh, updating nodejs didnt seem to work neither15:00
SotKhmm15:02
SotKtry removing it and reinstalling after doing `curl -sL https://deb.nodesource.com/setup | sudo bash -`15:03
Zarayou should be able to see the path with `echo $NODE_PATH` , if that helps at all15:03
SotKIIRC https://deb.nodesource.com/setup adds a thing to /etc/apt/sources.list15:03
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Fix the test_backend.sh scripts to work usefully CI  https://review.openstack.org/21373215:12
SotKmaybe that one will get closer15:12
*** yolanda has joined #storyboard15:13
Zara:) sorry to be a finicky, but could you make the end of that commit msg more informative? from a glance 'fix other bits' seems to be 'return to previous directory'.15:15
SotKIf it works I'll make the commit message better, but I'm expecting to discover more bits to fix15:17
Zaraahh, okay15:17
ZaraI'll wait a bit, then. :)15:17
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Stop using fixed-width containers  https://review.openstack.org/20112415:26
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: WIP: Fix the test_backend.sh scripts to work usefully CI  https://review.openstack.org/21373215:29
SotKI updated the fixed-width patch because I noticed it was messing up the header bar15:30
SotKbah, still not working15:55
SotKI wonder why changing the default credentials made the js-build part fail15:56
SotKs/default credentials/default credentials in the destroy_test_backend.sh and install_test_backend.sh scripts/15:56
* SotK decides to tackle this with a fresh brain tomorrow15:59
*** notnownikki has quit IRC17:00
Zaraheading home for the evening. actually made some progress today; can get different stars displaying depending on whether user is subscribed or not, with only one GET. looks messy, though, and I've not yet looked at integrating the the interactive side...17:03
*** MarkAtwood has joined #storyboard18:36
*** mrmartin has quit IRC20:19
*** jtomasek has quit IRC21:09
*** MarkAtwood has quit IRC22:13

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