*** zara_the_lemur__ has quit IRC | 00:32 | |
*** aswadr_ has joined #storyboard | 03:42 | |
*** fay has joined #storyboard | 07:04 | |
*** fay is now known as faybrocklebank | 07:04 | |
*** aswadr_ has quit IRC | 08:12 | |
Zara | morning, storyboard! | 08:58 |
---|---|---|
pedroalvarez | good morning Zara :D | 09:00 |
Zara | my email client is busy downloading about 300 openstack messages | 09:00 |
pedroalvarez | i hope you didn't leave your email-spam-bot running during holidays :P | 09:06 |
Zara | lol | 09:07 |
Zara | I think that was 20000 in about half an hour so... that'd be exciting | 09:08 |
*** wendar has quit IRC | 09:10 | |
Zara | so, teams... | 09:13 |
Zara | test failures just look like timeouts at a glance | 09:15 |
Zara | am acquiring tea, will test api patch shortly | 09:43 |
SotK | yeah, I meant to recheck that | 09:44 |
Zara | they do just look like timeouts; the python 3 one has different messages so it's less clear but I thiiiink it's just timeouts | 09:45 |
Zara | I can recheck it | 09:45 |
Zara | ah, just remembered-- the arrows for task details need to be hidden for logged out users when there are no details | 10:20 |
Zara | it keeps catching me out | 10:20 |
pedroalvarez | i was wondering why they are hidden for logged out users | 10:20 |
Zara | yeah, most of the things are interactive (change project, add to worklist), so those should be hidden, the exception is task notes | 10:21 |
Zara | which are not always present | 10:21 |
SotK | they need to still be able to expand the task when there are notes though | 10:22 |
Zara | yeah | 10:22 |
Zara | so we could just make the arrow contingent on isLoggedIn or task.link, though it's a bit hacky | 10:22 |
Zara | (that is, isLoggedIn v task.link, not xor) | 10:22 |
Zara | this has reminded me of the link notes fun | 10:23 |
Zara | ah, https://review.openstack.org/#/c/373212/ is still in review | 10:31 |
*** openstackgerrit has quit IRC | 11:19 | |
*** openstackgerrit has joined #storyboard | 11:19 | |
Zara | so far this patch seems fine, though things are taking a while to load. my instance has about 600 stories. | 11:45 |
Zara | I'm not sure if it's just my connection | 11:45 |
Zara | weird... ng-min needs to be 5 for titles when making projects, in order for the validation of project titles to display right, but it must be set to 5 elsewhere already since 3 characters is seen as too short when saved | 11:51 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Make validation match required project-title length https://review.openstack.org/379398 | 11:54 |
Zara | the api raises a 400 for anything under 5 characers | 11:56 |
Zara | *characters | 11:56 |
Zara | this is taking a long time because the last near-miss concerned me so I'm double-checking everything, but I'm hoping to be able to +2 in the next hour | 12:06 |
openstackgerrit | Zara proposed openstack-infra/storyboard-webclient: Hide arrows to expand task details if there are no details https://review.openstack.org/379417 | 12:22 |
Zara | I was going to do that afterwards, but it got too annoying | 12:22 |
pedroalvarez | hidden arrows when no notes, and logged out, arrows in any other case | 12:25 |
Zara | yep (though it's complicated by the fact that we have a different arrow once the arrow is clicked) | 12:25 |
Zara | (hence the showDetail condition) | 12:25 |
pedroalvarez | yes, I see that | 12:26 |
Zara | teams patch seems to work, though when mapping a team to a story via the api, I note I get a 500 if I supply the wrong access token rather than a 401 | 12:42 |
Zara | http://paste.openstack.org/show/583485/ | 12:45 |
Zara | it seems otherwise fine, anyway | 12:48 |
betherly | trying to do some storyboard stuff locally | 13:55 |
betherly | i cant add projects...does anyone know why? | 13:55 |
SotK | are you an admin on your storyboard instance? | 13:56 |
betherly | ye i think so | 13:56 |
Zara | here's the bit of the docs for that if you want to try running it again jic http://docs.openstack.org/infra/storyboard/install/development.html#make-user-an-admin-current-bug | 13:56 |
Zara | (you can check in mysql with `SELECT * FROM users;` and if there's a 1 in the is_superuser column then you're definitely an admin) | 13:58 |
Zara | or SELECT * from users; if you prefer | 13:59 |
Zara | and if it's definitely a 1, I have no idea what's going on so pasting logs from the api should help; one thing that occurs is that your db might need an upgrade if it's old | 14:00 |
Zara | if that's the case, you'll likely see errors creating other things, too | 14:00 |
Zara | (but I figure, start with double checking the most obvious thing) | 14:01 |
betherly | you were right thanks SotK Zara | 14:01 |
betherly | ive had this before. hate re-running after ages off it | 14:01 |
Zara | ugh, yeah, not long enough for it not to ring a bell, but just enough time to forget the details to fix it | 14:02 |
Zara | thank you for persevering and helping out! :D | 14:03 |
betherly | another q sorry :/ | 14:10 |
betherly | looking in the grunt file at how less is compiled | 14:10 |
betherly | where is the bootstrap/less/ , /font-awesome/less/ , ng-sortable/dist/ , and /highlightjs/styles/ | 14:11 |
betherly | ? | 14:11 |
SotK | in the bower_components directory that gets created | 14:11 |
SotK | somewhere in the Gruntfile it mentions that iirc | 14:12 |
betherly | ahhh right | 14:13 |
betherly | okydokes | 14:13 |
Zara | oh sorry, I should've mentioned that but I forgot about it | 14:14 |
Zara | I was literally looking at it last week ^^' | 14:15 |
Zara | I've finally added the 'useful web development sites' to the wiki, and added some I've used recently, https://wiki.openstack.org/wiki/StoryBoard | 14:16 |
Zara | I decided that we get to count as the OpenStack web development specialists. | 14:16 |
* Zara tidies that up a bit | 14:19 | |
Zara | I can finally take it off my todo list. | 14:19 |
*** aswadr_ has joined #storyboard | 14:53 | |
*** openstackgerrit has quit IRC | 15:49 | |
*** openstackgerrit has joined #storyboard | 15:50 | |
openstackgerrit | Beth Elwell proposed openstack-infra/storyboard-webclient: WIP - Converting less to scss https://review.openstack.org/379595 | 16:51 |
betherly | soooo much a WIP ^ | 16:52 |
betherly | hitting all kinds of fun issues with less. oh how i love it | 16:52 |
Zara | yay | 16:53 |
Zara | a wip > no wip! :D | 16:53 |
betherly | :) | 17:00 |
*** aswadr_ has quit IRC | 17:22 | |
*** yarkot has quit IRC | 19:39 | |
*** yarkot has joined #storyboard | 19:42 | |
*** francoblanco_ has joined #storyboard | 19:45 | |
*** francoblanco has quit IRC | 19:50 | |
*** francoblanco_ is now known as francoblanco | 19:50 | |
*** anteaya has quit IRC | 21:05 | |
*** anteaya has joined #storyboard | 21:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!