*** mrmartin has joined #storyboard | 04:16 | |
*** dmsimard|pto has quit IRC | 04:36 | |
*** dmsimard|pto has joined #storyboard | 04:50 | |
*** aswadr_ has joined #storyboard | 05:22 | |
*** mrmartin has quit IRC | 06:16 | |
*** fay_ has quit IRC | 08:06 | |
-openstackstatus- NOTICE: setuptools 24.0.0 broke dsvm tests, we've gone back to old images, it's safe to recheck now if you had a failure related to setuptools 24.0.0 (processor_architecture) - see bug 1598525 | 08:16 | |
Zara | morning, storyboard! | 09:07 |
---|---|---|
*** bethwhite has quit IRC | 11:37 | |
*** bethwhite has joined #storyboard | 11:45 | |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: An alternative approach for making required fields clear https://review.openstack.org/337213 | 12:54 |
Zara | that just uses asterisks. it doesn't give as much info as the current suggestion, but it's less cluttered and fewer loc. we may want to keep the ticks and crosses and just replace the help text with an asterisk, idk | 12:55 |
* Zara leaves #storyboard-favicon | 13:05 | |
Zara | seems I was in that channel for about 2 weeks | 13:05 |
*** jtomasek_ has joined #storyboard | 13:27 | |
*** dmsimard|pto is now known as dmsimard | 13:46 | |
*** jtomasek_ has quit IRC | 13:47 | |
*** jtomasek_ has joined #storyboard | 13:52 | |
Zara | hah, when I try updating the old 'clarify required fields' patch, I get a bajillion errors as it's so behind. | 13:59 |
Zara | and now npm is doing exciting things! \o/ | 14:01 |
Zara | npm ERR! peerinvalid The package karma@0.13.22 does not satisfy its siblings' peerDependencies requirements! | 14:02 |
Zara | that's new. | 14:02 |
Zara | ??? | 14:07 |
Zara | npm ERR! peerinvalid The package karma@0.13.22 does not satisfy its siblings' peerDependencies requirements! | 14:07 |
Zara | npm ERR! peerinvalid Peer karma-requirejs@0.2.6 wants karma@>=0.9 | 14:07 |
Zara | 0.13.22 is >=0.9 ... | 14:07 |
Zara | hm maybe not | 14:14 |
Zara | confused by semver again | 14:15 |
persia | 0.13.22 should be >= 0.9 | 14:16 |
Zara | :/ I should stop doubting myself then | 14:18 |
Zara | this is what happens when I try to run the webclient: http://paste.openstack.org/show/525615/ | 14:19 |
Zara | I think 'npm ERR! peerinvalid Peer grunt-karma@0.9.0 wants karma@~0.12.0' may be reasonable | 14:21 |
Zara | since iirc that's '0.12.x, but not 0.13.x' | 14:21 |
*** jtomasek_ has quit IRC | 14:26 | |
Zara | not even sure why it cares about those packages yet | 14:27 |
* Zara narrows eyes at angular-moment | 14:28 | |
Zara | and angular-local-storage, possibly. I'll try updating those jic. | 14:30 |
Zara | since karma things are listed under their devDependencies | 14:30 |
Zara | Hmmmm.... package in bower.json says '0.1.5'. Me: 'hm, maybe I can update it. I'll just search that package.... wah, latest release is 0.1.4?' | 14:42 |
Zara | aha, that's latest release, not latest tag | 14:43 |
* Zara notices that she got emails for some comments on contact info story from earlier, but not emails re: ajaeger's comments. hm. | 14:51 | |
Zara | we've wondered if emails have gone missing before, but I think that's the first definite example I can point to | 14:52 |
Zara | in other news my webclient continues to be un-runnable | 14:55 |
Zara | I don't get why it's suddenly confused now | 15:09 |
anteaya | hello | 15:09 |
anteaya | so I'm back now and just getting my high priority emails out of the way | 15:09 |
anteaya | I'll offer up an other api doc patch soon, thanks for the reviews | 15:09 |
*** perryl_ has joined #storyboard | 15:09 | |
Zara | hi! :) thank you! | 15:09 |
*** perryl has quit IRC | 15:09 | |
*** perryl_ is now known as perryl | 15:11 | |
anteaya | Zara: :) | 15:14 |
*** aswadr_ has quit IRC | 15:21 | |
* Zara resorts to deleting all node_modules and reinstalling | 15:21 | |
Zara | ~the old failsafe~ | 15:21 |
Zara | yay, that seems to have worked | 15:49 |
Zara | I mean -_-, since everything broke and I still don't know what happened or how to prevent it in the future... but \o/ | 15:49 |
Zara | I'm so happy that wasted 2 hours of my time | 15:49 |
Zara | hm, https://review.openstack.org/#/c/299445/ still needs +1s | 16:02 |
openstackgerrit | Merged openstack-infra/python-storyboardclient: Add boards https://review.openstack.org/299445 | 16:08 |
Zara | :D thanks, NikitaKonovalov! | 16:13 |
Zara | the skies are scary. I'm going to head out but will be back online in a bit, for a bit. | 16:15 |
*** jtomasek_ has joined #storyboard | 16:29 | |
Zara | well, I got rained on, but I think I avoided the worst of it | 16:34 |
* Zara rebases ancient branch first this time, in hopes of avoiding horrors again | 16:45 | |
*** jtomasek_ has quit IRC | 16:55 | |
* Zara is finally learning how to do pagination things... | 17:13 | |
Zara | got the list of boards to paginate with a hardcoded limit. it doesn't display the current page number properly. whatever, https://www.youtube.com/watch?v=PKg2ZzPKl2M | 17:26 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: WIP 'All Boards and Worklists' Page https://review.openstack.org/279753 | 17:39 |
Zara | figured I might as well put the work so far up before I vanished for the evening. I wouldn't recommend anyone else look at it yet. | 17:40 |
Zara | given I just looked at how to do pagination in the last half hour and atm it's a bit mess of code tweaked from elsewhere. | 17:40 |
Zara | *big | 17:41 |
Zara | 'night! | 17:49 |
openstackgerrit | Anita Kuno proposed openstack-infra/storyboard: Add example commands for the Story api https://review.openstack.org/332946 | 18:28 |
anteaya | I realize it is late for folks, but if anyone can review/merge 332946 I'd be grateful then I can get started on other api doc patches, and thank you | 18:30 |
anteaya | pleia2: I got the following when trying to create a project using the api: http://paste.openstack.org/show/525649/ | 19:13 |
anteaya | either my command is wrong or I can't create it if I don't have admin permissions | 19:13 |
anteaya | if you feel like testing my command, I would be interested in learning if it works for an admin user | 19:14 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/storyboard-webclient: Testing - do not merge https://review.openstack.org/337364 | 20:04 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/storyboard-webclient: Testing - do not merge https://review.openstack.org/337364 | 20:06 |
*** zara_the_lemur__ has joined #storyboard | 20:57 | |
zara_the_lemur__ | oops, went off and had food and things. I've +1d it now, anyway. 'night again! | 20:58 |
*** zara_the_lemur__ has quit IRC | 20:58 | |
anteaya | Zara: thank you | 23:08 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!