*** jamesmcarthur has joined #storyboard | 00:02 | |
*** jamesmcarthur has quit IRC | 00:17 | |
*** jamesmcarthur has joined #storyboard | 00:18 | |
diablo_rojo | fungi, SotK wrote a short forum proposal: https://etherpad.openstack.org/p/SB_train_forum_brainstorming | 00:20 |
---|---|---|
fungi | diablo_rojo: SotK: i've had the following irc nicks reach out to me via privmsg about being outreachy candidates for sb (or at least i've assumed in a couple cases where they didn't mention a project) and i haven't had time to follow up with any of them yet. wanted to see if either of you have already so i can avoid duplicating effort: aish98, shruti10, misaac, pooja_agarwal | 00:20 |
diablo_rojo | I have had several of them reach out to me as well in dms. | 00:21 |
diablo_rojo | Probably emails too. | 00:21 |
diablo_rojo | I think we should try to point people here as much as possible to dedup our work :) | 00:22 |
diablo_rojo | fungi, I think I have talked to all four of them? | 00:22 |
diablo_rojo | Either via email or IRC. | 00:22 |
*** jamesmcarthur has quit IRC | 00:22 | |
fungi | okay, thanks! and yes, i'll try to point them here if more contact me privately | 00:23 |
diablo_rojo | I will work on the same :) | 00:24 |
clarkb | fwiw my storyboard unittests are still running from before | 00:25 |
clarkb | not very quick (entirely possible there is a bug in my setup) | 00:25 |
diablo_rojo | Not very quick seems like an understatement | 00:26 |
*** dangtrinhnt has quit IRC | 00:40 | |
clarkb | the db migration tests took less than a second | 01:01 |
clarkb | so now I am doubting the slowness is related to the db migrations | 01:02 |
clarkb | probably need to pick a test case, run it standalone and confirm it is still slow (or not) then profile from there | 01:02 |
*** dangtrinhnt has joined #storyboard | 01:17 | |
*** udesale has joined #storyboard | 03:15 | |
*** rijukhatri has joined #storyboard | 05:43 | |
kshitija[m] | diablo_rojofung | 06:13 |
kshitija[m] | diablo_rojo: fungi clarkb Hey, I have been in touch with diablo_rojo for past one week as I was not able to access IRC properly. But now I am working on the task assigned. Thanks | 06:17 |
*** kshitija has joined #storyboard | 06:21 | |
*** kshitija has quit IRC | 06:42 | |
*** kshitija has joined #storyboard | 06:44 | |
*** malani has quit IRC | 07:01 | |
*** kshitija has quit IRC | 07:20 | |
*** kshitija has joined #storyboard | 07:24 | |
*** kshitija has quit IRC | 07:36 | |
*** kshitija has joined #storyboard | 07:38 | |
*** rluders has quit IRC | 07:40 | |
*** jpich has joined #storyboard | 08:00 | |
*** jtomasek has joined #storyboard | 08:02 | |
*** kshitija has quit IRC | 08:05 | |
*** kshitija has joined #storyboard | 08:21 | |
*** tosky has joined #storyboard | 08:39 | |
*** jaosorior has joined #storyboard | 09:06 | |
*** udesale has quit IRC | 09:28 | |
*** udesale has joined #storyboard | 09:29 | |
*** dtantsur|afk is now known as dtantsur | 09:49 | |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: Adds task title to new story modal https://review.openstack.org/639962 | 09:50 |
*** udesale has quit IRC | 10:24 | |
*** udesale has joined #storyboard | 10:24 | |
*** cmoura has quit IRC | 10:47 | |
*** jpich has quit IRC | 11:47 | |
*** cmoura has joined #storyboard | 11:49 | |
*** rijukhatri has quit IRC | 12:35 | |
*** rijukhatri has joined #storyboard | 13:03 | |
*** jamesmcarthur has joined #storyboard | 13:16 | |
*** jamesmcarthur has quit IRC | 13:23 | |
*** jamesmcarthur has joined #storyboard | 13:26 | |
*** jamesmcarthur has quit IRC | 13:31 | |
*** jamesmcarthur has joined #storyboard | 13:46 | |
*** rijukhatri has quit IRC | 14:00 | |
*** jamesmcarthur has quit IRC | 14:04 | |
*** jamesmcarthur has joined #storyboard | 14:05 | |
*** jamesmcarthur has quit IRC | 14:10 | |
*** ianychoi has joined #storyboard | 14:20 | |
*** jamesmcarthur has joined #storyboard | 14:38 | |
*** jamesmcarthur has quit IRC | 14:44 | |
*** mkarray has joined #storyboard | 14:50 | |
*** jamesmcarthur has joined #storyboard | 15:18 | |
*** rijukhatri has joined #storyboard | 15:19 | |
*** jamesmcarthur has quit IRC | 15:22 | |
*** rijukhatri has quit IRC | 15:33 | |
*** rijukhatri_ has joined #storyboard | 15:33 | |
*** jamesmcarthur has joined #storyboard | 15:42 | |
*** jamesmcarthur has quit IRC | 15:46 | |
*** jamesmcarthur has joined #storyboard | 15:47 | |
clarkb | Ran: 313 tests in 7852.1718 sec. | 15:57 |
clarkb | took more than two hours to run the suite but it did run | 15:57 |
clarkb | I'm not sure why it is so slow locally | 15:58 |
SotK | the sqlite tox environment that dhellmann added is way faster, which is what led to us being fairly convinced its all the mysql-wrangling that makes each test case slow iirc | 16:02 |
dhellmann | yeah, I did that because it was hammering my disk as it created and deleted the database over and over | 16:03 |
dhellmann | that was still on a spinning disk, so the box was literally buzzing | 16:03 |
*** udesale has quit IRC | 16:13 | |
*** dangtrinhnt has quit IRC | 16:15 | |
*** dangtrinhnt has joined #storyboard | 16:15 | |
openstackgerrit | Ivoline Ngong proposed openstack-infra/storyboard master: Updated_at content modified https://review.openstack.org/638840 | 16:26 |
*** ivy has joined #storyboard | 16:29 | |
clarkb | how does one run with that environment? Should we make that the default then set our CI jobs to flip it to mysql? | 16:32 |
ivy | clarkb: I followed your steps and now seem to have unit tests running :). I wasn't running the 'tox -ebindep' command. It takes close to an hour to run one test case though. Probably because of the hardware | 16:32 |
SotK | clarkb: `tox -e sqlite` iirc | 16:33 |
SotK | yes | 16:33 |
*** rijukhatri_ is now known as rijukhatri | 16:35 | |
clarkb | ivy: ya you might try `tox -e sqlite` for faster tests then | 16:39 |
clarkb | SotK: thanks I'll give that a go now | 16:39 |
ivy | I'll try that then. thanks | 16:41 |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: Adds task title to new story modal https://review.openstack.org/639962 | 16:43 |
*** rijukhatri_ has joined #storyboard | 16:46 | |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: Adds task title to new story modal https://review.openstack.org/639962 | 16:47 |
*** rijukhatri has quit IRC | 16:49 | |
*** rijukhatri_ is now known as rijukhatri | 16:49 | |
clarkb | Ran: 313 tests in 463.0220 sec. | 16:49 |
clarkb | is tox -e sqlite locally | 16:49 |
clarkb | much better, thanks | 16:50 |
*** dtantsur is now known as dtantsur|afk | 16:55 | |
*** jamesmcarthur has quit IRC | 17:27 | |
*** jamesmcarthur has joined #storyboard | 17:37 | |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: removes # for cards in automatic worklists https://review.openstack.org/640128 | 17:38 |
*** jamesmcarthur has quit IRC | 17:45 | |
*** jamesmcarthur has joined #storyboard | 17:48 | |
*** jamesmcarthur has quit IRC | 17:52 | |
*** jamesmcarthur has joined #storyboard | 17:53 | |
*** rijukhatri is now known as scherbatsky | 17:58 | |
*** scherbatsky has quit IRC | 18:06 | |
*** jamesmcarthur has quit IRC | 18:37 | |
*** kshitija has quit IRC | 18:37 | |
*** jtomasek has quit IRC | 19:16 | |
*** whoami-rajat has quit IRC | 19:20 | |
*** scherbatsky has joined #storyboard | 19:24 | |
mkarray | Are there any input validation checks for tags? Is there a limit on length, or what characters can be used? | 19:37 |
*** pooja_agarwal has joined #storyboard | 19:52 | |
*** jamesmcarthur has joined #storyboard | 19:56 | |
*** jtomasek has joined #storyboard | 20:11 | |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: removes # for cards in automatic worklists https://review.openstack.org/640128 | 20:15 |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: removes # for cards in automatic worklists https://review.openstack.org/640128 | 20:22 |
diablo_rojo | mkarray, as far as I know there are not | 20:25 |
diablo_rojo | we are pretty cavalier with the creation/use of tags | 20:25 |
mkarray | Thanks for the info :) | 20:29 |
diablo_rojo | mkarray, if you're thinking about doing some validation/restriction I don't think it would be a bad idea. | 20:31 |
diablo_rojo | I know there has been some complaint about how there is doc, docs, documentation, and a bunch of misspellings of them | 20:31 |
*** ivy_ has joined #storyboard | 20:46 | |
*** ivy has quit IRC | 20:49 | |
*** ivy_ is now known as ivy | 20:49 | |
openstackgerrit | Riju Khatri proposed openstack-infra/storyboard-webclient master: allows editing for any length of story title https://review.openstack.org/640187 | 20:52 |
*** scherbatsky has quit IRC | 20:55 | |
mkarray | wasn't my intention but I could do that after my current task diablo_rojo | 21:18 |
fungi | diablo_rojo: mkarray: some groundwork has already been laid for returning tag "popularity" in queries, which will allow the typeahead completion to order tags by frequency of use. that seemed like the best possible compromise between some feature to bless "official" tags vs a wild west anything goes | 21:29 |
fungi | this way people are naturally more likely to pick the doc tag if it's used 10x as often as the docs tag, for example | 21:30 |
fungi | and we can also think about fancy interface options then that could expose or embolden most frequent tags per in stories with tasks for a particular project or projects in a particular project group | 21:32 |
diablo_rojo | Yeah I know the popularity was added it just isnt being exposed anywhere yet I dont think | 21:33 |
*** jtomasek has quit IRC | 21:42 | |
*** pooja_agarwal has quit IRC | 21:55 | |
*** pooja_agarwal has joined #storyboard | 22:22 | |
*** pooja_agarwal has quit IRC | 22:30 | |
*** pooja__ has joined #storyboard | 22:30 | |
*** pooja__ has quit IRC | 22:35 | |
*** pooja_agarwal has joined #storyboard | 22:35 | |
*** mkarray has quit IRC | 22:41 | |
*** pooja_agarwal has quit IRC | 22:44 | |
*** pooja_agarwal has joined #storyboard | 22:48 | |
*** pooja_agarwal has quit IRC | 23:24 | |
*** pooja__ has joined #storyboard | 23:24 | |
openstackgerrit | Ivoline Ngong proposed openstack-infra/storyboard master: Updated_at content modified https://review.openstack.org/638840 | 23:27 |
*** ivy has quit IRC | 23:27 | |
*** jamesmcarthur has quit IRC | 23:46 | |
*** pooja__ is now known as pooja_agarwal | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!