*** tosky has quit IRC | 00:07 | |
*** jamesmcarthur has joined #storyboard | 00:33 | |
gmann | fungi: diablo_rojo: thanks. will that migration migrate the closed bugs also (my second question) ? | 00:33 |
---|---|---|
diablo_rojo | gmann, yep | 00:35 |
diablo_rojo | all of them | 00:35 |
gmann | perfect. | 00:35 |
gmann | and not BP right | 00:36 |
diablo_rojo | correct | 00:36 |
diablo_rojo | just the bugs | 00:36 |
diablo_rojo | gmann, preference on when you might want fungi to run the script? | 00:36 |
gmann | diablo_rojo: fungi we are good to go for patrole, please run the script. or we can also do that if no special permission needed? i think you guys have written the process here- https://docs.openstack.org/infra/storyboard/migration.html | 00:37 |
diablo_rojo | gmann, it needs to be run by an infra root | 00:38 |
gmann | this is first QA project we are trying to move on storyboard and see how things goes. then we start thinking/talking to migrate other | 00:38 |
diablo_rojo | Cool :) | 00:38 |
gmann | ok got it. | 00:38 |
diablo_rojo | Sounds good. | 00:38 |
diablo_rojo | If tomorrow works for you, I suspect fungi might be able to do it tomorrow- looks like a smaller group of bugs that shouldn't take too long to run. | 00:39 |
diablo_rojo | gmann, ^^ | 00:39 |
gmann | yeah no hurry, tomorrow works fine. i would like to publish patrole storyboard migration in QA PTG for next step | 00:40 |
diablo_rojo | Cool :) | 00:40 |
gmann | thanks for clarification and help | 00:40 |
fungi | diablo_rojo: gmann: yeah, happy to set myself a reminder for tomorrow | 01:02 |
diablo_rojo | gmann, no problem | 01:03 |
*** jamesmcarthur has quit IRC | 01:43 | |
*** jamesmcarthur has joined #storyboard | 01:45 | |
*** jamesmcarthur has quit IRC | 01:56 | |
fungi | also ianychoi asks (cross-posted on several mailing lists) whether the openstack i18n team can help translate the webclient | 02:09 |
*** ianychoi has joined #storyboard | 02:09 | |
fungi | i'll add to https://etherpad.openstack.org/p/sb-stein-ptg-planning | 02:10 |
ianychoi | Hello! I finally have come here to discuss I18n-ing Storyboard ( http://lists.openstack.org/pipermail/openstack-dev/2018-September/134341.html ). | 02:10 |
ianychoi | It would be great if I can discuss during short time on next Mon-Tue (PTG) | 02:11 |
ianychoi | I think I can contribute such I18n-ing Storyboard dashboard with the help on the team... :) | 02:11 |
fungi | ianychoi: i just added it to https://etherpad.openstack.org/p/sb-stein-ptg-planning after seeing your post | 02:14 |
ianychoi | fungi, oh thanks a lot and I can't wait seeing you on the next week :) | 02:15 |
fungi | definitely! it's been a while ;) | 02:15 |
ianychoi | yep really :) | 02:16 |
fungi | i think the idea of translating the interface is great, though for example in openstack we still want to encourage stories for most projects on storyboard.openstack.org to be filed in english for the sake of effective collaboration (similar to how it's our standard language for discussion in most of our irc channels, mailing lists and code reviews) | 02:18 |
ianychoi | I agree what filing (e.g., reporting and discussion) is encouraged in English, not other languages for most projects. Yep, translated pages might mis-lead people to write in different languages - more clear guide on dashboard can help prevent from writing in non-English, and there might be more idea guiding people interacting in English. | 02:25 |
ianychoi | s/what/that | 02:30 |
*** diablo_rojo has quit IRC | 02:35 | |
*** jamesmcarthur has joined #storyboard | 03:56 | |
*** udesale has joined #storyboard | 05:38 | |
*** udesale has quit IRC | 06:29 | |
*** jtomasek has joined #storyboard | 06:32 | |
*** udesale has joined #storyboard | 07:27 | |
*** tosky has joined #storyboard | 07:41 | |
*** jpich has joined #storyboard | 07:47 | |
*** dtantsur|afk is now known as dtantsur | 08:25 | |
*** udesale has quit IRC | 08:47 | |
*** udesale has joined #storyboard | 08:47 | |
*** udesale has quit IRC | 08:48 | |
*** udesale has joined #storyboard | 08:48 | |
*** udesale has quit IRC | 09:16 | |
*** dabukalam has joined #storyboard | 09:41 | |
*** udesale has joined #storyboard | 09:53 | |
*** jamesmcarthur has quit IRC | 12:52 | |
*** jamesmcarthur has joined #storyboard | 12:52 | |
*** jamesmcarthur has quit IRC | 13:03 | |
*** jamesmcarthur has joined #storyboard | 15:03 | |
*** jamesmcarthur has quit IRC | 15:08 | |
*** udesale has quit IRC | 15:35 | |
*** tosky has quit IRC | 15:36 | |
*** jamesmcarthur has joined #storyboard | 15:49 | |
* SotK notices that worklists don't retain ordering very well at all | 15:49 | |
* SotK cleans up the monstrosity which is that code | 15:50 | |
persia | OOps. Ordering is what they claim to do :) | 16:00 |
SotK | heh, yep | 16:02 |
SotK | they work mostly, its just a bit fragile | 16:02 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard master: Rationalise worklist ordering code https://review.openstack.org/600472 | 16:10 |
SotK | I don't think my brain was on when I wrote the old code | 16:12 |
SotK | that was one of the worst "going back to read your own old code" experiences | 16:12 |
*** jamesmcarthur has quit IRC | 16:14 | |
persia | Oh my. I have to read through that a bit more carefully, but dropping "normalize_positions" can only be considered a good thing. | 16:20 |
*** jamesmcarthur has joined #storyboard | 16:21 | |
SotK | yeah... | 16:22 |
SotK | normalize_positions was keeping things from getting totally insane, but was also bringing its own problems like "telling a card to move to position x moves it to y instead" | 16:23 |
SotK | where y == x is normally true but sometimes isn't | 16:25 |
persia | I had the impression that normalize_positions existed because the reordering code was somewhat awkward, so needed to be fixed after being run. | 16:25 |
persia | The very name suggests post-hoc application. | 16:26 |
persia | That it was also buggy internally, rather than just a suboptimial design pattern eluded me. | 16:26 |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard master: Rationalise worklist ordering code https://review.openstack.org/600472 | 16:34 |
*** jamesmcarthur has quit IRC | 16:37 | |
*** jamesmcarthur has joined #storyboard | 16:39 | |
*** jpich has quit IRC | 16:41 | |
*** dtantsur is now known as dtantsur|afk | 16:49 | |
fungi | SotK: in running down a report on the openstack-dev ml about a searchlight-specs change which wasn't reporting on the linked story, i got digging in the logs and discovered the its-storyboard plugin reported against the wrong story entirely: https://storyboard.openstack.org/#!/story/2000403 | 17:00 |
fungi | oh! and now i see wht | 17:00 |
fungi | er, why | 17:00 |
fungi | wrong task id | 17:00 |
*** jaosorior has quit IRC | 17:00 | |
*** jaosorior has joined #storyboard | 17:01 | |
*** jamesmcarthur has quit IRC | 17:04 | |
fungi | for some reason i thought its-storyboard used a story query for deciding where to comment and a task query for deciding which task to alter, but it looks like it used the task query to determine the story too | 17:05 |
*** ChanServ sets mode: -rf | 17:12 | |
*** jamesmcarthur has joined #storyboard | 17:17 | |
*** jamesmcarthur_ has joined #storyboard | 17:17 | |
*** jamesmcarthur has quit IRC | 17:21 | |
*** jamesmcarthur_ has quit IRC | 17:39 | |
*** diablo_rojo has joined #storyboard | 17:40 | |
*** jamesmcarthur has joined #storyboard | 17:56 | |
*** openstackgerrit has quit IRC | 18:05 | |
*** jaosorior has quit IRC | 18:27 | |
*** jamesmcarthur has quit IRC | 18:40 | |
*** jamesmcarthur has joined #storyboard | 18:50 | |
*** jtomasek has quit IRC | 19:20 | |
*** tosky has joined #storyboard | 20:19 | |
*** jamesmcarthur has quit IRC | 20:27 | |
*** diablo_rojo has quit IRC | 22:54 | |
*** tosky has quit IRC | 22:59 | |
*** diablo_rojo has joined #storyboard | 23:20 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!