Monday, 2017-01-23

*** openstackgerrit has joined #storyboard01:20
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add launchpadlib and simplejson as requirements  https://review.openstack.org/42387601:20
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add imported tasks to master branch of relevant project  https://review.openstack.org/42387701:20
SotKthe second patch fixes the "tasks don't show up in the UI" bug01:22
SotKbut I'm not sure that it is the right fix01:22
SotKnone of the monasca tasks I've re-imported so far actually seem to be linked to a branch, but I might be missing something in the data model01:24
SotKin the meantime, I should sleep01:24
zara_the_lemur__+1 to sleep01:58
zara_the_lemur__bluh.01:58
*** zara_the_lemur__ has quit IRC04:45
*** jtomasek has quit IRC08:15
*** jtomasek has joined #storyboard08:17
*** yarkot has quit IRC09:29
*** alexismonville has joined #storyboard12:33
*** alexismonville has quit IRC13:59
*** alexismonville has joined #storyboard14:03
*** diablo_rojo has joined #storyboard15:11
*** diablo_rojo_phon has joined #storyboard15:58
*** alexismonville has quit IRC16:05
*** alexismonville has joined #storyboard16:18
*** dmsimard has joined #storyboard16:25
dmsimardhello #storyboard o/16:25
SotKhi dmsimard16:25
dmsimardThere's something weird I noticed when editing a story, can anyone confirm if I'm crazy ?16:25
dmsimardCould you try to edit a test story I created at https://storyboard-dev.openstack.org/#!/story/6416:25
* SotK tries16:26
dmsimardand tell me if your keyboard is particularly unresponsive between keystrokes16:26
Zaraoh, this sounds familiar16:26
dmsimardI don't know the internals16:27
* SotK confirms dmsimard is not crazy16:27
SotKI think it is the markdown parser being useless16:27
dmsimardbut it sounds like the "toggle preview" is really a hidden div and it's rendered anyway, just not shown .. so editing markdown generates some lag ?16:28
SotKyeah16:28
SotKits not all markdown though16:28
Zarathe markdown parser is weird about some stuff; iirc it doesn't like things when the first line of a code block is too long, and you can get around that by making the first line just a dot or something like that16:28
Zaramaybe that was fixed16:28
SotK(if you remove the code blocks it works)16:28
Zaratry making the first line of each code block really short16:29
Zara(odd workaround but it's fixed things for me before)16:29
SotKiirc it is if the first "word" in a code block is too long rather than the whole line, but I may be misremembering16:29
Zaramaybe16:29
ZaraI can't remember16:29
Zaraeven though I think I found it originally :D16:29
dmsimardWell that was just lorem ipsum from https://jaspervdj.be/lorem-markdownum/ just for the sake of testing, I got that in a legit story16:29
dmsimardthe workaround is not super friendly for the uninitiated16:30
Zaraagreed16:30
dmsimardbut you know that already16:30
Zarayeah, it's a workaround rather than a fix :(16:30
dmsimardIs there a formal bug for this ? Should I file one ?16:30
Zarahm, so we did think we fixed it a while back: https://storyboard.openstack.org/#!/story/200046916:31
Zaramaybe this is a bit different to that issue.16:32
Zara(if the codeblock thing isn't it, then perhaps it's to do with character-encoding of things in the pasted text; I think that's another thing that can make pages display strangely. I can't investigate it right now but can look in a bit)16:35
dmsimardOk I'll file a bug16:36
Zarathanks :)16:36
dmsimardwould that be webclient ?16:36
Zarayeah16:36
Zara(I figure even if it later turns out to be the api, it's visible in the webclient, and we can change it as we find out)16:37
persiaI very strongly suspect it to be the webclient.  Editing a title or description shouldn't require API interaction.16:40
dmsimardThere ya go: https://storyboard.openstack.org/#!/story/200084716:40
Zarathanks!16:41
diablo_rojoSotK, have you managed to test the migration scripts yet? Just curious :)16:47
diablo_rojoNo worries if you have been too busy16:48
SotKI have!16:48
* SotK sent a couple of patches yesterday to make them possible to run16:48
diablo_rojoSotK, Excellent :) I will check them out today!16:49
SotKhttp://eavesdrop.openstack.org/irclogs/%23storyboard/latest.log.html#t2017-01-23T01:20:29 has some words about them16:49
SotKother context is http://eavesdrop.openstack.org/irclogs/%23storyboard/%23storyboard.2017-01-22.log.html#t2017-01-22T14:48:0616:49
diablo_rojoNice Okay cool.16:50
diablo_rojoIf you wanted to test with another project Keystone has Storyboard on their agenda for their upcoming meeting.16:50
SotKsure, I'll test that too16:50
* SotK should try to figure out how branches work in LP properly16:51
diablo_rojoI was talking to lbragstad last week about it and answering all his questions and he sounds pretty excited about it so maybe Keystone can move over after Monasca16:51
Zarasounds exciting!16:55
persiaApologies for anyone excited about 423876, but I really think that is openstack-specific, rather than being of use to everyone.16:59
*** zara_the_lemur__ has joined #storyboard18:55
diablo_rojopersia, what other way should it be done if not adding those to the reqs?18:58
persiadiablo_rojo: Either A) install manually on the migration machine or B) install with puppet on the OpenStack instance19:01
persiaMy concern is for folk who have deployed Storyboard but never used Launchpad, who may not have LP libraries easily available for their platform.19:02
persiaThat said, if there isn't a sensible way to do it except requirements.txt, then I only have -1, so someone can easily override :)19:02
diablo_rojopersia, Fair enough :) Just curious what other ways it could be done.19:04
persiaOh, there's also C) have ansible for a migration environment, and use that to install on the migration target (which might be storyboard.openstack.org, if infra finds that most convenient)19:05
diablo_rojopersia, cool. Good to have options.19:07
* persia suspects there are also more options, but would have to think a bit about them19:08
*** diablo_rojo_phon has quit IRC19:20
* SotK just liked being able to run it with tox by doing it this way19:24
persiaheh, I thought it was something like that :)19:24
SotKok, so some keystone bugs actually do have branches specified, so the migration script will need some fixing19:42
SotKI assume LP takes "no branch specified" to be master, in the absence of any evidence to the contrary19:42
persiaI think that's a safe assumption.19:43
persiamuch of code.launchpad.net was designed around bzr, so some of the terminology is different, but I think that in the case of OpenStack, it is a safe assumption that "no branch" == "master"19:44
diablo_rojoSotK, sounds like Keystone will be a good test then once the branching part of the scripts gets updates.20:00
*** alexismonville has quit IRC21:41
*** diablo_rojo has quit IRC22:39

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