Friday, 2015-10-16

*** coolsvap has joined #storyboard00:05
*** gothicmindfood has joined #storyboard00:07
*** pedroalvarez has joined #storyboard00:07
*** jasondotstar has joined #storyboard00:07
*** ttx has joined #storyboard00:07
*** pleia2 has joined #storyboard00:07
*** persia has joined #storyboard00:08
*** jjardon has joined #storyboard00:08
*** SotK has joined #storyboard00:11
*** openstackgerrit has joined #storyboard00:12
*** cody-somerville- has joined #storyboard00:12
*** dabukalam has joined #storyboard00:12
*** cody-somerville has joined #storyboard00:12
*** Zara has joined #storyboard00:12
*** wendar_ has joined #storyboard00:17
*** jtomasek has joined #storyboard00:17
*** davidlenwell has joined #storyboard00:17
*** NikitaKonovalov has joined #storyboard00:17
*** rainya has joined #storyboard00:17
*** ChanServ has joined #storyboard00:30
*** cameron.freenode.net sets mode: +o ChanServ00:30
*** lifeless has joined #storyboard02:51
*** mrmartin has joined #storyboard05:14
SotKeek, rogue print statement snuck into my patch08:21
*** jcoufal has joined #storyboard08:26
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Implement complex permissions for worklists and boards  https://review.openstack.org/23547208:27
SotKhmm, the story I saw that weird bug on works fine now08:46
Zarao.O09:11
SotKwell, its no wonder the paging on project group projects doesn't work09:14
SotKit refreshes the list of stories instead of projects09:14
Zaraargh09:14
* Zara hopes it wasn't something she did.09:14
SotKit was me :)09:15
Zaraahhh, phew09:15
* SotK wonders what people would think of the default pagination limit being "unlimited" rather than 1011:31
* SotK decides it would not be good13:19
Zarasorry, went off for lunch pretty much the moment you asked that!13:20
Zarais this the default for everything? or for stories in projects?13:20
ZaraI'd vaguely prefer the default to be higher than 10, but it's just a prefrence and not a strong one.13:21
SotKeverything13:21
Zaraah, cool. now that subscriptions don't do 1 GET per displayed resource, I can't see an issue with having more things on the page13:22
Zaraso can't see any big problems and I think it'd be a little improvement.13:22
Zarathat is my considered opinion on this. :P13:22
SotKI think its a bad plan for the project_group stuff at least, since that will then be just as bad to read as it was before paging was added13:23
SotKon https://storyboard.openstack.org/#!/project_group/55 for example13:23
* Zara gets 401 and weeps13:25
Zaraahh, good point13:25
SotKwe can have different defaults for that though13:26
SotKit mostly comes down to personal preference I feel13:26
Zaramaybe the project groups page (and possibly the dashboard) is the outlier13:27
Zarayeah13:27
ZaraI'm pretty neutral on it.13:27
Zara(I'm going to test the streamline project groups patch manually now; I think the only difference *should* be the rebase but I want to check I didn't mess anything up in the rebase)13:28
ZaraI did a cursory check at the time13:28
*** mrmartin has quit IRC13:36
Zaraseems to be fine.13:43
SotK\o/13:43
ZaraI still dread to look at the actual code because I did this before I knew angular anywhere near as well as I know it now. but it looks and behaves as expected for people who are logged in or out.13:44
Zarathe same stories are still doing the odd 500 thing13:45
* Zara wonders how tricky would it be to hide the dashboard icon for non logged-in users14:08
SotKprobably not very tricky14:08
ZaraI think we should do it, then. :) since currently it takes a user to a more useful page (thanks), but I'm concerned that they'd be like 'but I clicked on the dashboard!'14:09
SotKthat makes sense14:09
Zaraunless boards and worklists will be visible to non-logged in users from there, and we'll change the redirect accordingly?14:10
Zarajust occurred to me that that might complicate it14:10
SotKthey aren't at the moment, we can always undo the change if that happens though14:11
Zaraokay, thinking about it, are they currently accessible for non-logged in users to view at all or does the user have to type in the url? I've started looking at the patches but there are many and my instance is misbehaving anyway.14:12
SotKyou need the url if you aren't logged in14:12
Zaraah, I think we should change that, but maybe no rush...14:13
SotKyeah, I'd like to be able to search for them eventually I think14:13
*** MarkAtwood has joined #storyboard14:37
*** racle_ has joined #storyboard15:05
*** racle_ has left #storyboard15:10
*** MarkAtwood has quit IRC15:15
*** MarkAtwood has joined #storyboard15:16
Zarahm, seems the project groups view does a GET for each project group (maybe just the admin view? just noticed it, anyway). might not be too bad if there aren't likely to be many project groups.15:19
* SotK checks the admin view15:20
SotKaha, it does it to get the project titles15:21
SotKwe could probably optimise that if we have to15:21
Zarayeah, I'm not sure there's a need right now, or maybe ever...15:22
ZaraI'll note it but really not a priority15:22
Zaraif something the size of openstack has only 4 project groups. though I suppose storyboard wasn't rolled out to everyone15:23
Zaraso that might not be a fair way of putting it.15:23
* SotK grumbles about preferences15:24
SotKthey have a "key", which obviously needs to be unique15:25
SotKhowever, because of the way a query is constructed, it also can't be a substring of any other key15:25
Zaradoes it ensure they're all the same length? (sorry if I've misunderstood, afaict it can't be a substring if it's the same length and differs by a character?)15:28
SotKnope, they can be anything up to a certain length15:28
Zaraargh15:28
SotKso for example, "story_detail_page_size" and "page_size" conflict confusingly15:28
Zarawell I guess I'd start by forcing them to be the same length, since it sounds like a timebomb.15:29
SotKbecause when you try to set "page_size", "story_detail_page_size" gets set instead15:29
* SotK is making it so that it checks its actually using the right preference15:29
Zara(the other option would be to change the way the query is constructed, I guess? sounds more complicated but I don't know for sure.)15:30
Zarahehe15:30
* Zara wonders about the origin of the 'setting a property that has only a getter' issue15:34
Zarathe error comes up a lot in the console, though it doesn't seem to cause any visible trouble15:35
* SotK doesn't think he's ever noticed that15:35
ZaraI worried that it was my patch at first, but checked it against master (before that was merged) and it was still there15:36
*** wendar_ is now known as wendar15:37
Zaraperhaps another one to go on a backburner; if it's tough to get to the bottom of, I could spend some time at some point checking against old webclient versions until I find the culprit.15:37
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Check that the preference being updated is the right one  https://review.openstack.org/23598515:43
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Make project group paging controls work correctly  https://review.openstack.org/23599215:59
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient: Add an "Unlimited" option to the paging controls  https://review.openstack.org/23599315:59
*** MarkAtwood has quit IRC16:50
*** MarkAtwood has joined #storyboard16:56
*** jcoufal has quit IRC17:06

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