Wednesday, 2018-05-16

*** ssbarnea_ has quit IRC01:34
*** dtantsur|afk has quit IRC04:38
*** udesale has joined #storyboard05:11
*** jtomasek has joined #storyboard05:37
*** udesale has quit IRC06:27
*** udesale has joined #storyboard06:29
*** udesale has quit IRC06:58
*** udesale has joined #storyboard07:07
*** udesale has quit IRC07:19
*** udesale has joined #storyboard07:24
*** florianf has joined #storyboard07:34
*** tosky has joined #storyboard07:38
*** ssbarnea_ has joined #storyboard08:34
*** dtantsur has joined #storyboard09:43
*** corvus has quit IRC10:29
*** corvus has joined #storyboard10:30
*** ssbarnea_ has quit IRC11:14
*** ssbarnea_ has joined #storyboard11:47
*** jamesmcarthur has joined #storyboard12:14
fricklerI'm trying to create a board that will show "Stories related to Neutron functionality in python-openstackclient" https://storyboard.openstack.org/#!/board/7212:27
fricklerand I would like to sort the stories into lanes based on whether they have tasks in state "Todo", "Review", etc.12:28
fricklernow the issue seems to be that I cannot filter stories based on task-state. and I cannot filter tasks based on tags. any idea how to solve this?12:29
*** jamesmcarthur has quit IRC13:40
*** jamesmcarthur has joined #storyboard13:41
*** jamesmcarthur has quit IRC13:45
*** udesale_ has joined #storyboard13:55
*** udesale has quit IRC13:58
*** fatema_ has joined #storyboard14:51
*** jamesmcarthur has joined #storyboard15:34
*** udesale_ has quit IRC16:02
*** jamesmcarthur has quit IRC16:14
*** jamesmcarthur has joined #storyboard16:16
*** jamesmcarthur has quit IRC16:22
*** fatema_ has quit IRC16:22
*** jamesmcarthur has joined #storyboard16:23
*** florianf has quit IRC16:26
*** jamesmcarthur has quit IRC16:35
*** dtantsur is now known as dtantsur|afk16:58
*** diablo_rojo has quit IRC17:21
*** jamesmcarthur has joined #storyboard17:59
*** jamesmcarthur has quit IRC18:04
*** diablo_rojo has joined #storyboard18:14
fungii don't have a helpful suggestion, just noting that worklists or board lanes can't mix stories and tasks, and as you've noted tags are a story-specific construct and you seem to be interested in task states rather than story states18:16
fungifrickler: a missing feature here, i thnik, would be the ability to query tasks based on story parameters (so e.g. tasks for stories with tag "foo")18:17
fungii want to say it's come up before18:18
diablo_rojoI'm almost positive that it has.18:24
diablo_rojoAll in all our searching- both the advanced, shortcut, and automatic lists population- needs work I think.18:29
SotKit has definitely come up before, we should definitely implement it at some point, patches are welcome :)18:34
diablo_rojoYes yes! frickler if you have time to work on any of the things you have tagged as blocking items or anything else that bothers you, we would seriously love to review your patches. At this point, its mostly just SotK and I working on things when we get the time. Our intern will be starting soon, but we would love more help.18:35
diablo_rojoSotK, feeling more sure about this yet? https://review.openstack.org/#/c/550572/18:50
diablo_rojoSotK, also just updated the Agenda a bit18:52
SotKdiablo_rojo: thanks18:52
SotKyeah I think we should merge it but we should wait until one of us has sent a patch to change the webclient tarball name in puppet-storyboard so that the deployment *finally* works18:53
diablo_rojoSotK, ahh got it.18:57
diablo_rojoI just merged two webclient patches that I am guessing will fail to merge until that happens?18:58
SotKnah they'll merge fine, just storyboard.o.o won't update18:58
diablo_rojoOh okay.18:58
diablo_rojoHaving not touched puppet-storyboard, what needs to change exactly? I can try to do it right after the meeting.18:59
diablo_rojoMeeting time..19:00
SotKhttp://git.openstack.org/cgit/openstack-infra/puppet-storyboard/tree/manifests/application.pp#n68 needs changing to say `storyboard-webclient-content-latest.tar.gz`19:00
SotKthen it *should* work I think19:00
SotKthe tarball is actually built and uploaded to tarballs.o.o now19:01
diablo_rojoSotK: https://review.openstack.org/56893419:04
openstackgerritMerged openstack-infra/storyboard-webclient master: Sort task list by ID instead of status  https://review.openstack.org/55756919:06
openstackgerritMerged openstack-infra/storyboard-webclient master: Fix incorrect usage of page size preference key  https://review.openstack.org/55755319:14
*** tosky has quit IRC19:20
*** tosky has joined #storyboard19:24
fungithe tarball fix just merged20:01
fungii'm tailing the syslog so i'll know when puppet pops it20:01
diablo_rojo*fingers crossed all goes well*20:01
* SotK also crosses fingers20:02
*** diablo_rojo has quit IRC20:09
fungilooks like it's about to run20:12
fungihold onto your hats20:14
fungithere is goes20:17
fungii don't think it pulled the new release though20:17
fungioh, yes it did20:18
fungiMay 16 20:17:26 storyboard puppet-user[15466]: (/Stage[main]/Storyboard::Application/Exec[unpack-webclient]) Triggered 'refresh' from 1 events20:18
fungilooks like it's still working, to me20:18
fungii don't suppose we splat the version into the about page20:19
fungior maybe we do!20:19
fungiWebclient version: 0933283...20:19
fungicommit 09332833aa5f994ab36bb1ddad01f2ba39f33746 Merge "Make it possible to browse for multiple tags simultaneously"20:20
fungithat's old20:20
fungiDate:   Wed Aug 23 21:22:59 2017 +000020:20
fungi/opt/storyboard-webclient has a storyboard-webclient-content-latest.tar.gz with a timestamp from 20:17 so that much seems to have happened20:23
fungialso has what look like unpacked files with a timestamp of May 16 19:19 and 19:23 which is probably when the post job ran to build that tarball20:24
fungiaha, /var/lib/storyboard/www is all old content still (files dated May 24  2016, Dec 14  2016 and Aug 24  2017)20:27
fungii wonder if we're unpacking it to the wrong place?20:27
SotKhuh, weird20:50
SotKI don't properly remember how the puppet works off the top of my head20:50
SotKahh, I think the new tarball just contains the content in the root, rather than containing a dist directory20:51
SotKso http://git.openstack.org/cgit/openstack-infra/puppet-storyboard/tree/manifests/application.pp#n243 and the line above are pointing to the wrong place20:52
fungioh21:05
SotKi shouldve paid more attention wjen sending my tarball patch21:06
fungiindeed, /opt/storyboard-webclient/dist is dated Aug 23  2017 so is likely cruft we're just copying into place now21:07
fungiwe probably ought to unpack /opt/storyboard-webclient/storyboard-webclient-content-latest.tar.gz into /opt/storyboard-webclient/dist instead of into the same directory that contains the tarball??21:08
SotKyeah, or change the tarball to contain a dist directory like it used to21:13
fungii think just changing where we unpack it makes the most sense21:19
*** ssbarnea_ has quit IRC22:14
*** jamesmcarthur has joined #storyboard22:41
*** jamesmcarthur has quit IRC22:46
fungidiablo_rojo_phon: mordred: https://review.openstack.org/568966 is a stab at fixing it (SotK seems to have already looked it over once, thanks!)22:50
*** tosky has quit IRC23:34

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