Tuesday, 2016-02-09

*** kencjohnston has joined #storyboard04:06
*** mrmartin has joined #storyboard04:38
*** kencjohnston has quit IRC05:03
*** mrmartin has quit IRC05:30
*** mrmartin has joined #storyboard05:55
*** mrmartin has quit IRC06:42
*** jtomasek__ has quit IRC07:38
*** mrmartin has joined #storyboard08:21
*** jtomasek__ has joined #storyboard10:10
*** jtomasek__ has quit IRC10:10
*** jtomasek has joined #storyboard10:11
Zaramorning, storyboard!10:46
SotKmorning!10:47
Zaraworking on task links today...10:51
* SotK is still working on due dates, trying to create a nice way to select a date10:57
*** faybrocklebank has joined #storyboard11:53
*** mrmartin has quit IRC12:23
*** openstackgerrit_ has joined #storyboard12:39
openstackgerritZara proposed openstack-infra/storyboard: Adjust API Endpoints for Task Links  https://review.openstack.org/27783113:36
Zarathe UI part is a bit fiddly, but I've been able to check that the links are actually being saved, at least.13:37
*** openstackgerrit_ has quit IRC13:56
Zarabye bye openstackgerrit_14:00
Zarahm, I started making a custom directive for input; for some reason it's not working. (It's currently identical to input_inline but with a different title and name, and has a corresponding template)14:14
Zaraso `<input-inline>` works in the story detail template, but `<input-out-of-line>` (I KNOW) isn't14:16
SotKwhats your directive called (in its js file)?14:17
Zara'inputOutOfLine'14:18
Zara(I planned to make it more sensible once I'd got it working and could think of something more sensible)14:18
Zarabut that's the same format as inputInline14:19
SotKhmm14:21
SotKhave you tried restarting Grunt or are you relying on its auto-reload?14:22
Zaraah, the auto reload, though it had been working for input-inline. should try that though.14:22
Zarayou win a prize14:23
SotKI find it sometimes doesn't work right when I add new files14:23
Zaraah, I was wondering if it autoreloaded the html but not the js14:24
Zaraoh well, it works now, thanks14:24
*** kencjohnston has joined #storyboard14:27
Zarahm... so links work, but I'm wondering how to make it nicest. specifically, what to do if some users want to paste a link (which'll include http://) but others just put the shortened version in.14:34
Zaramight be best for links to have a name and a href, but maybe that's overkill14:35
pedroalvarezfrom my point of view, I think that only a link, without a name,  would be enough, but maybe people are planning to use the link field for other things14:46
pedroalvarezI only plan to put there a link to the patch on review when appropiate14:46
Zarayeah, I think that's going to be the most frequent use-case. I guess we can update it later if there's lots of demand for prettier links.14:47
persiaShortened version?14:51
Zarajust thinking of the link sans `http://`, nothing dramatic14:55
Zarabut in practice I think most people will be copy-pasting links from the address bar, rather than typing them in.14:57
persiaKeep the protocol specification: we cannot anticipate future browser display fashion, and the protocol specification makes it easier for bots to parse.14:59
openstackgerritZara proposed openstack-infra/storyboard-webclient: WIP Task Links  https://review.openstack.org/27788215:20
openstackgerritZara proposed openstack-infra/storyboard-webclient: WIP Task Links  https://review.openstack.org/27788215:26
Zarabad names aside, that looks crowded because of the 'priority' button. which we're deprecating anyway in favour of individual priorities-- but it should probably be removed in a separate patch.15:32
openstackgerritZara proposed openstack-infra/storyboard: Fix Bugs in Timeline Events  https://review.openstack.org/27738615:38
Zaratested pedroalvarez' fix.15:38
* SotK can almost create due dates \o/15:43
Zaracareful, or you might find yourself with enough time to look into the worker mystery again15:45
*** kencjohn_ has joined #storyboard15:53
pedroalvarezZara: great! one step closer to get that merged :)15:53
pedroalvarezI'll for sure deploy that in baserock infra as soon as it gets merged15:53
Zara\o/15:55
Zarabtw, any idea when you'll have time to investigate the gerrit plugin? might as well ask while you're around. :P15:55
*** kencjohnston has quit IRC15:56
pedroalvarezis something that I'm really interested in, but I'm finding time to start15:56
pedroalvarezonce I get started, I believe the implementation has to be really simple15:57
*** kencjohn_ has quit IRC15:57
Zaraheh15:57
*** kencjohnston has joined #storyboard15:57
pedroalvarezbut yeah, time.. :/15:57
Zarayeah, fair enough. :)15:59
* SotK wonders if there is any value in being able to set a time as well as a date for a due date16:04
Zarayes, I think so16:05
Zaraless important than the date but it would be nice to have, sometimes things have deadlines like 'end of working day on x date', which might be a different time in different timezones, so a utc thing would be a nice extra16:06
SotKyeah, thats what I was thinking16:06
ZaraI'd suggest getting dates working for now, then adding times, but it depends on if it's just as easy to add times now.16:07
SotKits probably worth doing times now too, since there is currently a time, its just always midnight16:08
Zaraas long as it isn't a headache to implement...16:10
Zarahm http://logs.openstack.org/86/277386/4/check/gate-storyboard-js-integration/a91e000/console.html16:22
Zaraoh nvm it's the normal one16:25
openstackgerritZara proposed openstack-infra/storyboard-webclient: WIP Task Links  https://review.openstack.org/27788217:03
Zararenamed things. it still looks odd.17:03
Zaraare we ready to remove the priority button?17:23
Zara(other than the appearance, the task links work is mostly done (the first draft, anyway, before we find all the bugs =D)-- and getting rid of the priority button will fix the appearance. plus we have individual and group priorities now in the form of ordering in boards and worklists.17:25
-openstackstatus- NOTICE: Gerrit is restarting now, to alleviate current performance impact and WebUI errors.17:25
Zaraheading out in advance of meeting17:48
*** jtomasek has quit IRC17:48
Zaraoh, https://review.openstack.org/#/c/269656/ could be merged, I think19:29
* SotK presses the button19:30
Zara:o19:30
*** jtomasek_ has joined #storyboard19:31
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Added bower install to post-install hook  https://review.openstack.org/27805719:39
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Corrected license  https://review.openstack.org/27805819:39
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Corrected repository field.  https://review.openstack.org/27805919:39
openstackgerritMichael Krotscheck proposed openstack-infra/storyboard-webclient: Corrected package author  https://review.openstack.org/27806019:39
openstackgerritMerged openstack-infra/storyboard-webclient: Add Create Story Button in Worklists  https://review.openstack.org/26965619:40
Zaraoooooh19:42
Zara(I'm having food and stuff and vanishing for the evening, now, but should get to the rest tomorrow)20:01
*** krotscheck is now known as krotscheck_dcm21:03
*** kencjohnston has quit IRC22:59
*** jtomasek_ has quit IRC23:12

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