Monday, 2018-08-06

*** EmilienM has quit IRC02:39
*** EmilienM has joined #storyboard02:40
*** udesale has joined #storyboard03:52
*** udesale has quit IRC05:34
*** jtomasek has joined #storyboard05:58
*** udesale has joined #storyboard06:11
*** tosky has joined #storyboard07:39
*** dtantsur|afk is now known as dtantsur07:59
*** udesale has quit IRC10:34
dhellmannfungi : the problem is I can't tell the difference between a story that is "new" and just has todo tasks and one that is actively being worked on12:16
dhellmannSotK : I can't figure out where the test data for TestStorySearch is coming from. I've looked through the hierarchy of classes and there's nothing obvious that's creating the test stories. Can you help me out?12:20
SotKdhellmann: The setUp method of TestStorySearch calls the setUp method of base.FunctionalTest, which itself calls mock_data.load() (here: https://git.openstack.org/cgit/openstack-infra/storyboard/tree/storyboard/tests/base.py#n225). That function creates a bunch of test data, the stories are created here: https://git.openstack.org/cgit/openstack-infra/storyboard/tree/storyboard/tests/mock_data.py#n15912:29
dhellmannSotK : aha! thanks12:30
*** dtantsur is now known as dtantsur|brb12:36
fungiwe probably need a written-out matrix of task states and what story state we expect and particular combination to imply13:36
fungifor example, todo+invalid=new? todo+merged=active?13:37
*** clarkb has joined #storyboard13:56
*** dtantsur|brb has quit IRC14:26
*** dtantsur has joined #storyboard14:28
SotKI assume that extends to "all todo or invalid == new, all merged or invalid == merged, all invalid == invalid, otherwise == active"?14:35
fungithat summarizes it better than what i was coming up with14:38
fungii spent a couple minutes trying to come up with counterexamples for that set of rules and so far have none14:38
*** diablo_rojo has joined #storyboard17:05
*** diablo_rojo has quit IRC17:17
*** diablo_rojo has joined #storyboard17:23
*** dtantsur is now known as dtantsur|afk17:53
diablo_rojoSotK, fungi any idea why the search is broken in the build on this patch: https://review.openstack.org/#/c/577870/18:28
diablo_rojoThe icons are gone and the search just returns a bunch of -1 errors18:38
SotKdiablo_rojo: it seems to work fine for me, maybe you need to add an exception for the ssl cert on storyboard-dev?21:39
*** fatema_ has joined #storyboard21:57
fungithe search worked for me too (commented on the change to that effect)22:01
fungiicons in the draft don't work for me however even though i've permanently accepted the snakeoil cert for storyboard-dev22:01
fungisomething might be up with the way fontawesome is being served though22:03
fungiif i turn off the "font" tag for that element in the dom inspector, it displays an fl ligature22:07
fungi(using the default sans font)22:07
fungithe font details for the page indicate a "custom_icons" font served from http://logs.openstack.org/70/577870/9/check/build-javascript-content/25f043d/npm/html/fonts/custom_icons.woff22:09
fungiand the file seems to be there22:09
*** fatema_ has quit IRC22:15
*** fatema_ has joined #storyboard22:25
diablo_rojoI'll clear my cache and stuff and see what happens22:44
diablo_rojofatema_, did the search issue happen for you? seems SotK and fungi didn't have it22:44
fatema_diablo_rojo, yes it's happening with me too22:56
fatema_https://pasteboard.co/HxYTzqaT.png22:57
*** tosky has quit IRC23:02
diablo_rojoSotK, fungi so its not just me :)23:03
fungiis that after making sure you can browse https://storyboard-dev.openstack.org/ and does the draft show you logged in?23:05
diablo_rojoOhh I needed to be logged in and now its fine23:07
diablo_rojoand all looks good23:07
diablo_rojoaside frm the icon angriness23:07
openstackgerritFatema Khalid Sherif proposed openstack-infra/storyboard-webclient master: Expose ordering criteria in search UI  https://review.openstack.org/57787023:32
fungigranted, a search function which requires authentication is not particularly user-friendly for a public task/defect tracker23:37
diablo_rojofungi, yeah..making that not a thing would be better I think.23:42
diablo_rojoFor adoption and openstack users that are not openstack contributors23:42
fungiwell, just thinking generally if i'm running some software which takes bug reports in a storyboard instance, i might want to search for open bugs matching some problem i've encountered but don't necessarily want to create an account/log in unless i actually need to file a bug report or comment on one23:44
diablo_rojoYeah that is my thought too.23:57
diablo_rojoIf I am just searching for things I shouldn't have to log in until I make a change to a story or make a new story.23:57

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