*** jamesmcarthur has joined #storyboard | 00:02 | |
*** jamesmcarthur has quit IRC | 00:10 | |
*** jamesmca_ has joined #storyboard | 00:14 | |
*** tosky has quit IRC | 00:23 | |
*** persia has joined #storyboard | 00:49 | |
*** thrace has joined #storyboard | 00:49 | |
*** persia_ has joined #storyboard | 00:49 | |
*** diablo_rojo has quit IRC | 01:06 | |
*** jamesmca_ has quit IRC | 01:08 | |
*** jamesmcarthur has joined #storyboard | 01:13 | |
*** jamesmcarthur has quit IRC | 01:16 | |
*** jamesmcarthur has joined #storyboard | 01:29 | |
*** diablo_rojo has joined #storyboard | 01:31 | |
*** jamesmcarthur has quit IRC | 01:31 | |
*** jamesmcarthur has joined #storyboard | 01:31 | |
*** jamesmcarthur has quit IRC | 01:49 | |
*** jamesmcarthur has joined #storyboard | 01:51 | |
*** jamesmcarthur has quit IRC | 01:53 | |
*** openstackstatus has quit IRC | 01:55 | |
*** johnsom has quit IRC | 01:55 | |
*** jmccrory has quit IRC | 01:55 | |
*** ironfoot has quit IRC | 01:55 | |
*** jmccrory has joined #storyboard | 01:55 | |
*** ironfoot has joined #storyboard | 01:55 | |
*** johnsom has joined #storyboard | 01:56 | |
*** openstackstatus has joined #storyboard | 01:57 | |
*** ChanServ sets mode: +v openstackstatus | 01:57 | |
*** diablo_rojo has quit IRC | 01:58 | |
*** jamesmcarthur has joined #storyboard | 02:27 | |
*** jamesmcarthur has quit IRC | 02:45 | |
*** jamesmcarthur has joined #storyboard | 02:47 | |
*** jamesmcarthur has quit IRC | 03:20 | |
*** jpmaxman has quit IRC | 03:30 | |
*** sparkycollier has quit IRC | 03:30 | |
*** jpmaxman has joined #storyboard | 03:31 | |
*** sparkycollier has joined #storyboard | 03:31 | |
*** jamesmcarthur has joined #storyboard | 05:11 | |
*** jamesmcarthur has quit IRC | 05:16 | |
*** jamesmcarthur has joined #storyboard | 05:47 | |
*** jamesmcarthur has quit IRC | 05:51 | |
*** jtomasek has quit IRC | 06:30 | |
*** jtomasek has joined #storyboard | 06:38 | |
*** ianw has quit IRC | 07:02 | |
*** jamesmcarthur has joined #storyboard | 08:08 | |
*** jamesmcarthur has quit IRC | 08:12 | |
*** ianw has joined #storyboard | 08:58 | |
*** jamesmcarthur has joined #storyboard | 09:16 | |
*** jamesmcarthur has quit IRC | 09:20 | |
*** tosky has joined #storyboard | 10:15 | |
*** ssbarnea has quit IRC | 10:50 | |
*** ssbarnea has joined #storyboard | 11:35 | |
*** jamesmcarthur has joined #storyboard | 13:49 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/storyboard master: suppress warnings from wsmeext.sphinxext https://review.openstack.org/534872 | 14:41 |
---|---|---|
openstackgerrit | Doug Hellmann proposed openstack-infra/storyboard master: treat doc build warnings as errors https://review.openstack.org/534873 | 14:41 |
openstackgerrit | Doug Hellmann proposed openstack-infra/storyboard master: import blog post "Mapping Launchpad to StoryBoard" https://review.openstack.org/534420 | 14:41 |
openstackgerrit | Doug Hellmann proposed openstack-infra/storyboard master: import blog post "Why StoryBoard for OpenStack?" https://review.openstack.org/534421 | 14:41 |
*** jamesmcarthur has quit IRC | 14:55 | |
*** jamesmcarthur has joined #storyboard | 15:17 | |
*** jamesmcarthur has quit IRC | 15:36 | |
*** jamesmcarthur has joined #storyboard | 15:37 | |
*** jamesmcarthur has quit IRC | 15:42 | |
*** evrardjp has joined #storyboard | 16:04 | |
evrardjp | hello everyone | 16:04 |
SotK | hi :) | 16:05 |
evrardjp | I will process what it takes to move our project from LP to storyboard, and if we are ready for the move yet. | 16:08 |
SotK | nice, feel free to ask here if you have any questions along the way | 16:12 |
evrardjp | I need to check the API first, will look on those links above. | 16:13 |
SotK | https://docs.openstack.org/infra/storyboard/webapi/v1.html might be useful for that too | 16:17 |
evrardjp | SotK: yup I was on it :) | 16:18 |
*** jamesmcarthur has joined #storyboard | 16:54 | |
*** dmsimard has joined #storyboard | 17:52 | |
dmsimard | Oops, I think we need CSS for markdown tables: https://storyboard.openstack.org/#!/story/2001486 (from this "code": http://paste.openstack.org/raw/646945/) | 17:53 |
dmsimard | Although I'm looking it up and it seems markdown tables are not in spec, that's rather a RST thing | 17:53 |
dmsimard | Sorry for the noise, I changed it to a raw format | 17:55 |
*** diablo_rojo has joined #storyboard | 17:55 | |
*** jamesmcarthur has quit IRC | 17:57 | |
*** jamesmcarthur has joined #storyboard | 17:58 | |
persia | dmsimard: There is a patch changing markdown engine pending deployment: perhaps it makes sense for Storyboard to have a link somewhere that indicates which dialect of markdown is used (as some dialects support tables). | 17:59 |
dmsimard | yeah, I believe I was wronged by the github flavored markdown :) | 18:00 |
SotK | iirc the new renderer implements the commonmark spec, but I should check that when not on a tram | 18:04 |
SotK | the new renderer being markdown-it | 18:04 |
SotK | its readme also suggests it has table support | 18:06 |
SotK | (github flavoured tables) | 18:06 |
persia | Excellent, so the table support feature has already merged, just pending deployment :) Fixing bugs in negative time is always good. | 18:07 |
dmsimard | SotK: it renders the table (as in, things are aligned) but there's no CSS (no borders, padding, etc) | 18:07 |
persia | dmsimard: The markdown engine in the JS blob at storyboard.openstack.org is not the same as git.openstack.org/openstack-infra/storyboard-webclient right now. | 18:07 |
persia | Seems to be a combination of incomplete zuulv3 transition plus bower->yarn transition. | 18:09 |
persia | s/Seems/Reported/ | 18:09 |
* SotK intends to send some patches to hopefully fix our CD tomorrow | 18:09 | |
*** jamesmcarthur has quit IRC | 18:33 | |
*** jamesmcarthur has joined #storyboard | 18:35 | |
*** corvus has joined #storyboard | 18:52 | |
corvus | hi i accidentally created the tag "zuulv3 zuulv3.0" which is very confusing | 18:52 |
corvus | is there a way to remove that from the system? | 18:52 |
Zara | hi corvus! hm, not currently; someone would need to remove it in the db directly | 18:55 |
Zara | which would affect history | 18:55 |
Zara | we were discussing it the other day since it's likely to hit various peoplr | 18:56 |
Zara | *people, bah, phone | 18:56 |
corvus | (to add more UX data, i did it because i added one tag with the webui, then clicked add to add another, and the original tag was in the text entry field, so i thought i was supposed to list all tags there space separated) | 18:56 |
corvus | (but instead, i should have deleted the value already there. so to resolve that confusion for me, it should probably not have anything pre-populated in the field when clicking add) | 18:57 |
Zara | atm there's a new db record per tag so that one would need deleting or maybe renaming | 18:57 |
Zara | agreed | 18:57 |
Zara | could you make a story for it? | 18:57 |
persia | corvus: We discussed the potential to mark tags deprecated recently. If the tag is very recent, and it only appears in one place, and you don't mind the story hisory being an issue, you could ask an admin (I think they are infra-root) to delete the tag. | 18:58 |
corvus | Zara: maybe renaming... though that reminds me of an old oracle calendar system where when people were fired, their accounts would be renamed to "ZZZ Person Name" and it was weird because they had ghosts in the it system. | 18:58 |
Zara | hahaha | 18:58 |
Zara | yeah in the future as persia says we were thinking of adding a column for 'hide this one' | 18:58 |
Zara | but it's not there yet | 18:59 |
corvus | if i delete the tag, will it cause errors? | 18:59 |
persia | Somehow not forseeing a need for deprecating tags seems less awkward that not forseeing a need for anyone to quit, die, be fired, or otherwise no longer need their time scheduled. | 18:59 |
corvus | ie, is there a FK reference in the history or anything like that? | 18:59 |
corvus | persia: indeed :) | 18:59 |
persia | corvus: If you delete a tag, it will cause errors when trying to load the history for any story that had used the tag. You may need to rewrite the history. | 18:59 |
mordred | persia: people should avoid doing those things to facilitate system happiness | 18:59 |
corvus | mordred: i can tell you've dealt with oracle migrations | 19:00 |
persia | mordred: Please introduce me to medical professionals happy to help facilitate system happiness :) | 19:00 |
corvus | i don't want to be responsible for introducing fk errors into the db, so i'm inclined to say we should rename them for now... | 19:01 |
Zara | I think it's a pretty small fix to make them deprecateable tbh | 19:01 |
persia | Maybe rename to "deprecated #1" or similar? Once there is a sensible deprecation API, it becomes easier to autodeprecate renamed tags if there is an easy regex. | 19:02 |
Zara | (new word, deprecateable!) | 19:02 |
Zara | ah yeah that'd be good | 19:02 |
corvus | persia: ya... though 'deprecated' seems like a useful tag, may be best not to have that as the first word of the new name | 19:02 |
persia | Zara: I think deprecation as a feature is a 1-2 day project (maybe two hours of actual code, but some thought, testing, review, etc.). DB rename is probably 10 minutes (including thought, testing, review, etc.). | 19:02 |
corvus | sb-deprecated-tag-1 ? | 19:03 |
persia | ZZZdeprecated? | 19:03 |
corvus | heh | 19:03 |
persia | sb-deprecated-tag-1 looks good to me. | 19:03 |
Zara | better than my 'SB ADMIN PLZ DEPRECATE ME' | 19:03 |
mordred | "ZZZ-{name of user who deprecated tag}-{sha of original tag name}" | 19:03 |
* mordred says useful things | 19:04 | |
Zara | 'ZZZ-{rhyming riddle pointing to location of one thing featured in original tag} | 19:05 |
Zara | ' | 19:05 |
persia | That schema is actually easily findable while being unlikely to pattern match | 19:05 |
persia | Err, the sha schema. The riddle schema is very likely to pattern-match | 19:05 |
Zara | I just want the db to read like dr seuss | 19:07 |
corvus | 'ZZZ-there-is-no-dana-only-me-i'm-nearly-at-version-three' | 19:09 |
persia | heh | 19:10 |
fungi | for added obscurity, translate to japanese and encode as utf-8 kanji | 19:12 |
* persia has no sympathy for anyone trying that: it's just madness | 19:14 | |
persia | As an example of the difficulties, although English has "blue" and "green", and Japanese has "青い" and "みどり", the actual parts of the spectrum covered by each set of terms vary sufficiently that there are many colours that are both "green" and "青い". | 19:16 |
persia | (such as traffic-light-led-green, pine-needle-green, etc.) | 19:18 |
Zara | corvus: nice rhyme! :D | 19:20 |
*** jamesmcarthur has quit IRC | 20:27 | |
*** jamesmcarthur has joined #storyboard | 20:46 | |
*** jamesmcarthur has quit IRC | 20:50 | |
SotK | Zara: are you satisfied with https://review.openstack.org/#/c/533307/ ? | 21:32 |
*** openstackgerrit has quit IRC | 21:33 | |
* persia hopes that the new docs chain can sensibly be landed through https://review.openstack.org/#/c/534873/2 smoothly. | 21:53 | |
*** diablo_rojo has quit IRC | 22:08 | |
*** diablo_rojo has joined #storyboard | 22:09 | |
*** jamesmcarthur has joined #storyboard | 23:04 | |
*** jamesmcarthur has quit IRC | 23:30 | |
*** jamesmcarthur has joined #storyboard | 23:31 | |
* Zara looks | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!