Thursday, 2018-04-05

diablo_rojofungi, mordred OSC completed successfully- you can check it out the in storyboard-dev instance if you wanna see00:30
*** diablo_rojo has quit IRC00:37
fatema_I'm still confused about the migration file00:38
fatema_so if any one here up for some questions ^^00:39
*** lifeless has joined #storyboard00:46
*** ssbarnea_ has joined #storyboard00:49
*** lifeless_ has quit IRC00:51
*** ssbarnea has quit IRC00:51
*** ssbarnea_ is now known as ssbarnea00:51
fatema_according to the read me as I understood the changes on the DB schema should be done in migration file01:11
fatema_when I run the command of "revision -m "description of revision" --autogenerate"01:19
fatema_but it gives me an error01:19
fatema_that the DB isn't up to date01:31
*** fatema_ has quit IRC01:31
*** udesale has joined #storyboard03:54
*** jtomasek has joined #storyboard05:40
*** tosky has joined #storyboard07:44
*** tosky has quit IRC08:00
*** tosky has joined #storyboard08:03
*** zaro__ has quit IRC08:10
*** krotscheck has quit IRC08:10
*** zaro__ has joined #storyboard08:10
*** dabukalam has quit IRC08:12
*** krotscheck has joined #storyboard08:13
*** dabukalam has joined #storyboard08:14
*** dabukalam has joined #storyboard08:14
*** krotscheck has quit IRC08:21
*** krotscheck_ has joined #storyboard08:21
*** krotscheck_ is now known as krotscheck08:21
*** vaishnavip[m] has quit IRC08:26
*** persia has quit IRC08:26
*** persia has joined #storyboard08:28
*** vaishnavip[m] has joined #storyboard08:35
*** sambetts|afk is now known as sambetts09:42
*** dtantsur|afk is now known as dtantsur10:23
dtantsurhey all, how can I use metadata in search?12:56
dtantsurthink gerrit's project:openstack/ironic12:56
dtantsurtext-only search is not overly useful, to be honest, without it12:56
persiaThere are some usability issues with the differences between "search" and "browse".  I think you want https://storyboard.openstack.org/#!/story/list?status=active&project_group_id=75 or https://storyboard.openstack.org/#!/story/list?status=active&project_id=94312:59
persiahttps://storyboard.openstack.org/#!/story/list?status=active&project_id=943&q=iLO is an example of a filtered search.13:00
persiaPersonally, I just never use the "search" icon to navigate, although perhaps someone who does can defend it better.13:01
SotKto manually generate a browse like those, start typing the project name and select the relevant thing from the dropdown (icons match those used in the sidebar)13:09
persiaSotK: Does that work from the "search" page?  It didn't for me.13:09
persiaBut, yes, I started from https://storyboard.openstack.org/#!/story/list to generate those.13:10
SotKpersia: it should do13:10
SotKbut I also prefer using https://storyboard.openstack.org/#!/story/list13:10
persiaMight be a bug.  I just opened a new private firefox window to https://storyboard.openstack.org/#!/search and typing "ironic" didn't offer any choices.  In Chrome it did work (generating https://storyboard.openstack.org/#!/search?q=iLO&project_group_id=75&title=iLO )13:12
*** dabukalam has quit IRC13:12
*** dabukalam has joined #storyboard13:14
*** dabukalam has joined #storyboard13:14
*** dabukalam has quit IRC13:27
*** dabukalam has joined #storyboard13:28
*** dabukalam has joined #storyboard13:28
*** jamesmcarthur has joined #storyboard13:29
* dtantsur is confused13:40
persiadtantsur: There are three interfaces that let one generate lists of stories.  One (project view) is deprecated, although not yet removed.  The other two are usually referred to as "search" and "browse".13:46
dtantsurmmmmok. can I have only one? :)13:46
persiaOne accesses the "browse" interface from the stories icon, and the "search" interface from the "search" icon.13:46
persiaEventually :)13:47
dtantsurgood to know :)13:47
persiaThe browse interface works fairly well, and generally does what you want.  The search interface apparently has a bug that means you can't use it with firefox to do sensible things (just discovered today)13:47
dtantsuraha, I have firefox :)13:48
persiaThen you want to avoid the "search" interface :)13:48
persia(and maybe it will be removed at some point, as it is confusing)13:48
SotKwhat version of firefox are you using ooi?13:48
dtantsur59.0.213:49
persiaSotK: 59.0.113:49
* persia upgrades13:50
persiaHuh.  Seems it was a firefox bug.  I can't replicate with 59.0.213:51
SotKit seems to work fine in the nightly build I have here (61.0a1, from 2018-03-27)13:51
persiaWell now I'm really confused.  dtantsur couldn't filter.  I could replicate.  Upgrading made me not replicate.  You have a newer version that can't replicate.  Except dtantsur had already upgraded before hitting the issue in the first place.13:53
dtantsurout of curiosity: what is the issue in question?13:54
persiaWhen you enter text for a search, you aren't prompted with a menu that lets you select metadata options, restricting you to text-only searches.13:57
*** dabukalam has quit IRC14:00
*** dabukalam has joined #storyboard14:01
*** dabukalam has joined #storyboard14:01
dtantsurright, this may be my problem14:18
persiaFrjstra14:28
persiaFrustratingly, it isn't clear *why* it doesn't work, as my replication only happened with a version you didn't use, and stopped happening with the version you did use.14:29
*** NikitaKonovalov has quit IRC15:22
*** NikitaKonovalov has joined #storyboard15:23
*** openstackgerrit has quit IRC15:34
*** udesale has quit IRC16:36
mordreddiablo_rojo_phon: awesome - I pinged amotoki about it as well16:46
mordreddiablo_rojo_phon: I'm a little sad that code snippets inline fromlaunchpad come in without formatting, but nothing we can really do about that - and it's easy enough to update them as needed16:46
mordredhttps://storyboard-dev.openstack.org/#!/story/1752470 is an example- I just edited it to add ``` ... but I'm farily certain there's no good way to do that during import due to lack of information in the original source, yeah?16:47
* tosky quickly learnt about ```16:47
mordredtosky: yah. it's the markdown equiv of ::16:48
persiahttps://review.openstack.org/#/c/548342/ is the fix for a good chunk of that.16:49
persiaTechnically, it's a display issue, rather than an input issue.  One *can* change the data, but changing rendering is likely easier (and also covers all the historical cases)16:52
SotKassuming that is the patch to honour line breaks, i would still recommend manually fixing the content to use markdown codeblocks too16:53
SotKor maximum niceness when reading stories16:54
SotKfor*16:54
persiaSotK: Do you think the import script should try to identify that sort of element and automate adding ``` ?16:56
persia(and, yes, your assumption is correct)16:56
SotKi think its probably not worth the effort of trying to identify things automatically when we have that patch in16:59
SotKgiven stories are editable by any user, its easy for someone to fix it if they find a story that is upsetting to look at16:59
*** jamesmcarthur has quit IRC17:01
*** jamesmcarthur has joined #storyboard17:02
persiaMakes sense.  I still think changing the renderer to honour line breaks will reduce the number of folk who encounter unpleasant things.17:02
*** jamesmcarthur has quit IRC17:06
*** diablo_rojo has joined #storyboard17:24
*** dtantsur is now known as dtantsur|afk18:06
*** tosky has quit IRC18:19
*** tosky__ has joined #storyboard18:19
*** tosky__ is now known as tosky18:20
*** diablo_rojo has quit IRC18:24
*** jamesmca_ has joined #storyboard18:39
*** jamesmca_ has quit IRC18:43
*** jamesmca_ has joined #storyboard18:44
*** jamesmca_ has quit IRC18:48
*** jamesmca_ has joined #storyboard18:56
*** jamesmc__ has joined #storyboard18:57
*** jamesmca_ has quit IRC19:01
*** jamesmc__ has quit IRC19:26
*** jamesmca_ has joined #storyboard19:26
*** jamesmc__ has joined #storyboard19:27
*** jamesmca_ has quit IRC19:31
*** jamesmc__ has quit IRC19:52
*** jamesmca_ has joined #storyboard19:53
*** jamesmc__ has joined #storyboard19:54
*** matthewsewell has joined #storyboard19:55
*** jamesmc__ has quit IRC19:56
*** jamesmc__ has joined #storyboard19:56
*** jamesmca_ has quit IRC19:57
*** jamesm___ has joined #storyboard19:57
*** jamesm___ has quit IRC20:01
*** jamesmc__ has quit IRC20:01
matthewsewellHello all. I just read through the OpenStack workflow sandbox instructions and came across a few things that need to be fixed. I clicked on the bug link and found that someone else had reported some of the same issues. According to the development workflow, this bug should be marked as "confirmed" but there is no such status in storyboard. I'm assuming that the correct way to proceed is to add a comment20:04
matthewsewellconfirming the parts that are confirm and explaining why one item in the list is invalid. Then I should assign the bug to myself and fix the valid items. Is this the correct way to do it or have I missed something?20:04
matthewsewellhttps://storyboard.openstack.org/#!/story/200162020:04
matthewsewell*cnfirmed20:05
matthewsewell*confirmed20:05
diablo_rojo_phonYes that works matthewsewell.20:16
matthewsewellthanks senior diablo. I'll get on that.20:16
diablo_rojo_phonAssign it to yourself if you're starting to work on it.20:18
*** jamesmca_ has joined #storyboard20:22
*** jamesmca_ has quit IRC20:26
matthewsewellI will.20:31
persiaI suppose the StoryBoard status that maps to Launchpad's "Confirmed" is "Todo"20:44
*** diablo_rojo has joined #storyboard21:13
jristcan we get a workflow+1 https://review.openstack.org/#/c/558934/121:24
*** diablo_rojo has quit IRC21:24
matthewsewellThe documentation states that I should name my topic branch as "bug/BUG-NUMBER". Can someone confirm this is the case with storyboard and not just launchpad?21:29
*** diablo_rojo has joined #storyboard21:35
diablo_rojomatthewsewell, for topic branches it doesn't really matter what you name it- that format works fine21:36
matthewsewellGreat. I'm new here so I want to make sure I help rather than hurt :)21:37
diablo_rojomatthewsewell, we appreciate the help! I also wouldn't worry about hurting in most cases. We are pretty flexible and willing to help you in the right direction if needed.21:39
*** jamesmcarthur has joined #storyboard21:41
*** jamesmcarthur has quit IRC22:15
*** jamesmcarthur has joined #storyboard22:15
matthewsewellOK. I think I did it correctly. I suspected that the "Closes-Bug:" tag mentioned in the documentation wasn't integrated with storyboard so I linked to the URL of the story in the commit. I also referenced the review page URL in the story.22:20
matthewsewellhttps://review.openstack.org/#/c/559180/22:20
toskymatthewsewell: you should use Story:22:21
matthewsewellOK.22:22
toskymatthewsewell: http://superuser.openstack.org/articles/openstack-gerrit-storyboard-integration/22:23
*** jamesmcarthur has quit IRC22:23
*** diablo_rojo has quit IRC22:23
matthewsewelltosky: thank you for this.22:25
*** diablo_rojo has joined #storyboard22:53
*** openstackgerrit has joined #storyboard23:09
openstackgerritMerged openstack-infra/storyboard-webclient master: Set default project for new story dialog from header  https://review.openstack.org/55757523:09
*** jamesmcarthur has joined #storyboard23:41

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