*** EmilienM has quit IRC | 00:30 | |
openstackgerrit | Zara proposed openstack-infra/storyboard master: Use correct tox command for upgrading the database https://review.openstack.org/531272 | 00:54 |
---|---|---|
Zara | well ignore that :D | 00:57 |
Zara | anyone know/remember why we're constraining sqlalchemy? am seeing warnings. seem to be on an old version. (>=0.9.7, <=0.9.99) | 01:00 |
Zara | actually it's not from sqlalchemy but from pymsql... which is also old :D | 01:03 |
Zara | *pymysql | 01:03 |
Zara | added ci user to db; am now seeing the same issues locally that our ci is catching. | 01:14 |
Zara | I tried updating our test requirements in case there were any easy fixes there, but seeing the same error. I assume it's related to some transitive dependency since I don't think we merged anything that would cause this. | 01:36 |
*** dmsimard has quit IRC | 05:09 | |
*** jtomasek has joined #storyboard | 06:11 | |
*** krotscheck has quit IRC | 06:15 | |
*** krotscheck has joined #storyboard | 06:15 | |
*** jtomasek has quit IRC | 07:04 | |
aspiers | Hi again all. Do I remember right that there is some mechanism by which Gerrit will automatically update the status of tasks when the corresponding review changes state? | 09:54 |
SotK | aspiers: you do, if you put a Task: commit footer with the relevant task ID it should be automatically updated | 09:57 |
*** jtomasek has joined #storyboard | 09:58 | |
SotK | like in https://review.openstack.org/#/c/513204/ for example | 09:58 |
aspiers | SotK: thanks! | 10:02 |
aspiers | SotK: is that documented anywhere? | 10:02 |
SotK | yeah, https://docs.openstack.org/infra/manual/developers.html#working-on-bugs | 10:04 |
SotK | I'm pretty sure that "Mentioning the story will create a handy link to the story from gerrit, and link to the gerrit patch in StoryBoard." is currently broken in that it no longer links to the patch from StoryBoard, but I've not had time to figure out why yet | 10:05 |
aspiers | SotK: cool! I notice that the text below that refers to https://wiki.openstack.org/wiki/GitCommitMessages#Including_external_references which does not mention StoryBoard at all | 10:05 |
aspiers | I feel like there's a slightly unhealthy overlap between those two sections on those different sites | 10:07 |
aspiers | at least the link should be bi-directional | 10:07 |
aspiers | SotK: also, if you mention the story but there is no existing task, where would it put the link to gerrit in StoryBoard, if it wasn't broken? | 10:08 |
aspiers | SotK: presumably it can't create a new task, because then the commit message would be missing the relevant "Task: #######" | 10:09 |
aspiers | well I suppose it could, but it wouldn't be ideal | 10:09 |
SotK | if you mention the story but no task, it is currently supposed to just leave a comment in storyboard linking to the patch, and leave the story's tasks unchanged | 10:11 |
SotK | (however that is the part of the integration which is currently not working) | 10:11 |
persia | aspiers: How do you mean "bi-directional"? | 10:14 |
aspiers | persia: I mean, it needs an additional link in the opposite direction, except it doesn't any longer because I just added one | 10:22 |
aspiers | persia: https://wiki.openstack.org/w/index.php?title=GitCommitMessages&diff=158738&oldid=118014 | 10:23 |
aspiers | zara, SotK, diablo_rojo_phon, anyone else: do you know when oslo is likely to migrate to StoryBoard? I have a story for which an oslo spec is being submitted to Gerrit, but I can't currently track it in SB because oslo-specs is still missing "use-storyboard: true" | 10:45 |
aspiers | even before they migrate, is it considered acceptable to add this flag to projects? | 10:46 |
aspiers | although that would open the doors to things being submitted both in SB and LP, which I can see might be undesirable | 10:46 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/storyboard master: Create a StoryBoard gui manual https://review.openstack.org/325474 | 10:50 |
*** AJaeger has joined #storyboard | 11:03 | |
persia | aspiers: Ah, thanks for the clarification: I thought you meant something about https://gerrit.googlesource.com/plugins/its-storyboard/ might be the thing to which you referred | 11:04 |
AJaeger | Zara, SotK could we finally merge https://review.openstack.org/325474 , please? that doc update looks like a good addition. I know that parts are missing and hope that others step in once this is merged... | 11:05 |
persia | On migration: I believe the current plan is for projects to migrate when they can, and always use exactly one of storyboard or launchpad to track issues. | 11:05 |
persia | Based on the current list of cross-project goals for Rocky, it may become the highest priority to do the migrations. | 11:06 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/storyboard master: Create a StoryBoard gui manual https://review.openstack.org/325474 | 11:24 |
AJaeger | frickler: updated ^ | 11:25 |
Zara | AJaeger: our tests are failing currently (I looked a little last night) so we need to get to the bottom of that before merge. I believe it's caused by some dependency version changing since the last code we merged passed tests | 11:40 |
Zara | it's reproducable on local master so my plan is to try pinning some versions to narrow it down | 11:48 |
*** kong has quit IRC | 12:23 | |
AJaeger | Zara: yes, one after the other ;) hope you find it easily... | 12:36 |
Zara | same! :D | 12:37 |
*** openstackstatus has quit IRC | 16:40 | |
*** openstackstatus has joined #storyboard | 16:43 | |
*** ChanServ sets mode: +v openstackstatus | 16:43 | |
*** jtomasek has quit IRC | 17:12 | |
*** openstack has joined #storyboard | 21:15 | |
*** ChanServ sets mode: +o openstack | 21:15 | |
Zara | back to looking at these errors. I don't have a a working build to compare against so I'm pinning some versions to start. a lot of our lower bounds for dependencies need updating anyway | 21:22 |
Zara | webob | 21:35 |
Zara | pecan depends on it, we've been pulling it in via pecan | 21:36 |
Zara | tried setting it explicitly to older version (1.7.3) and tests are passing for me locally | 21:37 |
Zara | 1.7.4 also works for us, looks like the version released 4 days ago is our issue | 21:40 |
Zara | https://pypi.python.org/pypi/WebOb/1.8.0rc1 | 21:41 |
openstackgerrit | Zara proposed openstack-infra/storyboard master: Pin version of webob to 1.7.4 https://review.openstack.org/531507 | 21:49 |
Zara | ^not amazing solution but unblocks development in the short term | 21:50 |
*** jtomasek has quit IRC | 21:57 | |
*** jtomasek has joined #storyboard | 22:50 | |
*** jtomasek has quit IRC | 23:36 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!