*** jamesmcarthur has quit IRC | 03:35 | |
*** jtomasek has joined #storyboard | 04:50 | |
*** jamesmcarthur has joined #storyboard | 05:35 | |
*** jamesmcarthur has quit IRC | 05:40 | |
*** diablo_rojo has joined #storyboard | 05:48 | |
*** diablo_rojo has quit IRC | 06:11 | |
*** jamesmcarthur has joined #storyboard | 08:36 | |
*** jamesmcarthur has quit IRC | 08:40 | |
SotK | johnsom: yeah, that's an old bug that I think we should be able to resurrect the fix for once our worklist/board optimisation patches are merged | 09:02 |
---|---|---|
*** Zara has quit IRC | 11:27 | |
*** Zara has joined #storyboard | 12:10 | |
*** jamesmcarthur has joined #storyboard | 12:36 | |
*** jamesmcarthur has quit IRC | 12:37 | |
*** jamesmcarthur has joined #storyboard | 12:37 | |
*** jamesmcarthur has quit IRC | 12:42 | |
*** jtomasek has quit IRC | 12:48 | |
*** jtomasek has joined #storyboard | 12:49 | |
*** jamesmcarthur has joined #storyboard | 13:18 | |
*** jamesmcarthur has quit IRC | 13:26 | |
*** jamesmcarthur has joined #storyboard | 14:53 | |
*** jamesmcarthur has quit IRC | 15:40 | |
*** jamesmcarthur has joined #storyboard | 15:47 | |
*** persia has quit IRC | 16:07 | |
*** persia_ has quit IRC | 16:07 | |
johnsom | Oh wow, yes, wroklist needs help. This is horribly slow with the Octavia project stories. | 16:19 |
johnsom | https://storyboard.openstack.org/#!/worklist/220 | 16:19 |
Zara | yyyyep | 16:22 |
Zara | https://review.openstack.org/#/c/444615/ should help with that | 16:22 |
SotK | oh my that is very slow indeed | 16:22 |
Zara | it finally loaded for me, but I think it was > a minute | 16:23 |
SotK | actually the commit after that is the one that will somewhat alleviate this issue iirc | 16:23 |
SotK | but both are needed | 16:23 |
Zara | heh, I didn't realise it was an automatic worklist until it finished loading, though I should've guessed | 16:24 |
Zara | well I should have some time to review those patches soon | 16:28 |
SotK | \o/ thanks! | 16:47 |
johnsom | Ah, I fat fingered that watchlist, it was matching merged instead of not merged. Hopefully it is a bit better. | 16:58 |
johnsom | Not much. So, yay for fixes.... | 17:00 |
*** persia has joined #storyboard | 17:16 | |
*** persia_ has joined #storyboard | 17:16 | |
*** jdandrea has quit IRC | 19:14 | |
*** jdandrea has joined #storyboard | 19:14 | |
*** jamesmcarthur has quit IRC | 19:30 | |
*** jamesmcarthur has joined #storyboard | 20:11 | |
*** diablo_rojo has joined #storyboard | 20:16 | |
*** jamesmcarthur has quit IRC | 20:28 | |
johnsom | Couple of migration feedback items.... | 20:30 |
johnsom | Bugs in Launchpad there were "incomplete" got marked "Invalid" in storyboard, thus dropping them out of the auto work lists. Incomplete was being used in launchpad for "needs more information". | 20:32 |
johnsom | Second comment, it would probably be a good idea to have the migration script post a comment to the bugs in launchpad about the migration and the new link. Folks with bug URLs can still access the bugs in Launchpad even though we have "disabled" bugs for the project. So folks are still updating the old bugs not knowing of the migration. | 20:33 |
*** jamesmcarthur has joined #storyboard | 20:35 | |
*** jamesmcarthur has quit IRC | 20:40 | |
diablo_rojo | johnsom, good feedback :) | 20:47 |
diablo_rojo | johnsom, I will make stories in our board to make those changes. | 20:47 |
johnsom | diablo_rojo Thanks | 20:49 |
johnsom | I added this, which is similar, but not really about the migration script: https://storyboard.openstack.org/#!/story/2001185 | 20:50 |
diablo_rojo | johnsom, really appreciate the feedback actually- no one else has given any and we want to improve :) | 20:51 |
diablo_rojo | johnsom, looks like a good idea- if you or anyone else sees things like that you want to change we would love to review your patches :) Storyboard is an openstack project afterall. | 20:52 |
johnsom | Understand. We are all understaffed. I at least wanted to capture it in case someone else had the time to work on it. | 20:54 |
diablo_rojo | Yeah I am starting to put those tasks together right now- I can send you the links when they are done if you want to add anythign | 20:59 |
diablo_rojo | *anything | 20:59 |
diablo_rojo | johnsom, ^^ | 20:59 |
johnsom | Ok | 21:01 |
diablo_rojo | johnsom, I added them as tasks to this story: https://storyboard.openstack.org/#!/story/2000568 | 21:06 |
diablo_rojo | They are 5683 and 5684 | 21:06 |
* diablo_rojo looks and maybe should have added them to a different place actually | 21:08 | |
diablo_rojo | Going to move them lol | 21:08 |
johnsom | Yeah, that seems odd | 21:08 |
* diablo_rojo is doing like 10 things at once lol | 21:08 | |
johnsom | Me too, no worries | 21:08 |
diablo_rojo | johnsom, take 2: https://storyboard.openstack.org/#!/story/2000876 | 21:11 |
diablo_rojo | 5685 5686 | 21:11 |
johnsom | Ok, yeah, looks good. | 21:11 |
johnsom | Thanks | 21:11 |
diablo_rojo | johnsom, thank you :) | 21:12 |
Zara | thank you for the feedback! it might be possible to use tags + a script for something similar | 21:21 |
Zara | though the tricky thing with that would be that tags are at the story level while statuses are at the task level. | 21:22 |
Zara | (I was imagining tagging a story 'incomplete' and then running a script periodically to change all tasks in 'incomplete' stories to status 'invalid' if they had had no updates within a certain timeframe) | 21:23 |
Zara | (but that could fail if a story had a mix of tasks, some invalid and some not. I'm not sure how eligible such a story would be for an 'incomplete' tag in the first place, though | 21:24 |
Zara | ) | 21:24 |
johnsom | Yeah, seems like since we are tracking state at the task level, incomplete would need to be on the tasks. The periodic job (I guess the PTL could run it if we don't automate) would look at the history, and if there have been no updates in the time period mark in invalid. | 21:26 |
johnsom | I have not dug into the API yet to understand if the necessary history info is available and/or the filtering by time. | 21:27 |
diablo_rojo | johnsom, I would maybe default them to 'todo' rather than 'incomplete' | 21:27 |
diablo_rojo | ? | 21:27 |
johnsom | Yeah, until we have an "incomplete" state, TODO is better than Invalid | 21:28 |
Zara | johnsom: I think it would be possible to get the history from the api from the events timeline; in the past I've made scripts to collect lists of stories edited between two dates | 21:38 |
*** diablo_rojo has quit IRC | 21:56 | |
*** diablo_rojo has joined #storyboard | 22:07 | |
*** diablo_rojo_ has joined #storyboard | 22:21 | |
*** diablo_rojo has quit IRC | 22:24 | |
*** jamesmcarthur has joined #storyboard | 22:28 | |
*** jamesmcarthur has quit IRC | 22:29 | |
*** jamesmcarthur has joined #storyboard | 22:29 | |
*** diablo_rojo__ has joined #storyboard | 22:39 | |
*** diablo_rojo_ has quit IRC | 22:42 | |
*** diablo_rojo_ has joined #storyboard | 22:43 | |
*** diablo_rojo__ has quit IRC | 22:46 | |
*** diablo_rojo_ has quit IRC | 23:21 | |
*** diablo_rojo_ has joined #storyboard | 23:22 | |
*** diablo_rojo_ has quit IRC | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!