| *** jamesmcarthur has joined #storyboard | 00:04 | |
| *** dhellmann has quit IRC | 00:05 | |
| *** dhellmann has joined #storyboard | 00:08 | |
| *** jamesmcarthur has quit IRC | 00:20 | |
| *** NCLanceman has joined #storyboard | 00:48 | |
| *** jamesmcarthur has joined #storyboard | 01:07 | |
| *** jamesmcarthur has quit IRC | 01:19 | |
| *** jamesmcarthur has joined #storyboard | 01:21 | |
| *** jamesmcarthur has quit IRC | 01:30 | |
| *** jamesmcarthur has joined #storyboard | 01:42 | |
| *** jamesmcarthur has quit IRC | 01:57 | |
| *** fatema__ has quit IRC | 02:00 | |
| lxkong | hi, could anyone from storyboard cores please approve this patch https://review.openstack.org/#/c/648320/2? | 02:15 |
|---|---|---|
| *** dangtrinhnt has quit IRC | 02:19 | |
| *** irclogbot_1 has quit IRC | 02:19 | |
| *** jamesmcarthur has joined #storyboard | 02:19 | |
| *** dangtrinhnt has joined #storyboard | 02:19 | |
| *** jamesmcarthur has quit IRC | 02:21 | |
| *** jamesmcarthur_ has joined #storyboard | 02:21 | |
| *** jamesmcarthur_ has quit IRC | 02:30 | |
| *** jamesmcarthur has joined #storyboard | 02:34 | |
| *** jamesmcarthur has quit IRC | 02:39 | |
| *** jamesmcarthur has joined #storyboard | 03:05 | |
| *** jamesmcarthur has quit IRC | 03:07 | |
| *** jamesmcarthur has joined #storyboard | 03:09 | |
| NCLanceman | I'm trying to migrate a Launchpad project to my test server and keep getting a ModuleNotFoundError for launchpadlib. I've reinstalled it every way I know how. Any idea what I'm doing wrong? | 03:10 |
| *** jamesmcarthur has quit IRC | 03:12 | |
| *** udesale has joined #storyboard | 04:02 | |
| *** scherbatsky has quit IRC | 04:05 | |
| *** scherbatsky has joined #storyboard | 04:46 | |
| *** jamesmcarthur has joined #storyboard | 05:01 | |
| *** dangtrinhnt has quit IRC | 05:04 | |
| *** jamesmcarthur has quit IRC | 05:05 | |
| *** ianychoi has quit IRC | 05:23 | |
| *** ianychoi has joined #storyboard | 05:24 | |
| *** whoami-rajat has joined #storyboard | 05:31 | |
| scherbatsky | I see a POST_FAILURE error for tox-docs under Zuul gate for my patch. Any suggestions on how to resolve this? | 06:06 |
| scherbatsky | Here's the patch I'm referring to https://review.openstack.org/#/c/644487/ . The ara-reports aren't too helpful here | 06:07 |
| *** dangtrinhnt has joined #storyboard | 06:20 | |
| *** tosky has joined #storyboard | 07:13 | |
| *** jpich has joined #storyboard | 07:59 | |
| *** zbr is now known as zbr|pto | 08:08 | |
| *** dtantsur|afk is now known as dtantsur | 08:35 | |
| SotK | lxkong: you'll need to poke someone from infra I think | 08:57 |
| SotK | NCLanceman: in requirements.txt there should be a commented-out line for launchpadlib, uncomment it and run tox with -r (like `tox -r -e venv -- storyboard-migrate ...` for example) to recreate the virtualenv | 08:59 |
| SotK | scherbatsky: looks like the new version of sphinx that released on Friday has broken the docs build, do you have time to maybe send a patch to pin the version to <2.0.0 please? | 09:04 |
| SotK | (the requirement is specified in docs/requirements.txt) | 09:04 |
| diablo_rojo_phon | lxkong: I added fungi and clarkb to the review. | 09:09 |
| lxkong | diablo_rojo_phon: thanks | 10:19 |
| *** udesale has quit IRC | 11:22 | |
| *** jamesmcarthur has joined #storyboard | 12:48 | |
| *** jamesmcarthur has quit IRC | 12:48 | |
| *** jamesmcarthur has joined #storyboard | 12:48 | |
| *** whoami-rajat has quit IRC | 13:00 | |
| *** whoami-rajat has joined #storyboard | 13:05 | |
| *** ericbarrett has joined #storyboard | 13:08 | |
| *** mkarray has joined #storyboard | 13:08 | |
| *** irclogbot_3 has joined #storyboard | 13:27 | |
| *** jamesmcarthur has quit IRC | 13:43 | |
| *** jamesmcarthur has joined #storyboard | 13:58 | |
| *** mrhillsman_wkend is now known as mrhillsman | 14:04 | |
| openstackgerrit | Malek Karray proposed openstack-infra/storyboard-webclient master: Converting a search query into a browse https://review.openstack.org/644424 | 14:53 |
| openstackgerrit | Jeremy Stanley proposed openstack-infra/storyboard master: Add a dedicated "lpimport" tox testenv https://review.openstack.org/649065 | 15:12 |
| fungi | NCLanceman: i had an idea last week that the best solution to getting launchpadlib installed for the migration utility was to use a dedicated tox testenv for that and set launchpadlib in its deps. i've tested that ^ and it seems to work for me (we can bikeshed over the naming, i tend to think we need to disambiguate the launchpad bug import utility from our alembic migrations for database schema updates) | 15:12 |
| SotK | fungi: thanks for that patch, I was planning to do something similar when I got some time with nothing more important to look at :D | 15:13 |
| openstackgerrit | Merged openstack-infra/storyboard-webclient master: Flawed logic when checking for invalid query https://review.openstack.org/645008 | 15:29 |
| *** mkarray has quit IRC | 15:48 | |
| *** ericbarrett has quit IRC | 15:48 | |
| *** mkarray has joined #storyboard | 15:49 | |
| *** NCLanceman has quit IRC | 15:52 | |
| *** dtantsur is now known as dtantsur|afk | 16:07 | |
| openstackgerrit | Riju Khatri proposed openstack-infra/storyboard master: Search bars handle queries as if they have a * at the end https://review.openstack.org/644487 | 16:35 |
| scherbatsky | Sotk: Thanks! Updated the sphinx version in the new patch. | 16:36 |
| scherbatsky | Also, [A little context: I had found circular dependencies while working on projects to be browsable by stories some days back ]. So for a past few days I've been trying several approaches to refactor the applySearch method in resourcefactory in order to mitigate the circular dependency issues -- but somehow escaping one circular dependency I landed up in another. After reading up a little and trying a few approaches I think we should consider | 16:40 |
| scherbatsky | redesigning these services, any thoughts/ suggestions to do this? | 16:40 |
| openstackgerrit | Riju Khatri proposed openstack-infra/storyboard master: Projects can be browsed using stories https://review.openstack.org/645169 | 16:42 |
| *** jpich has quit IRC | 16:53 | |
| *** ankita-2798 has joined #storyboard | 18:10 | |
| *** jamesmcarthur has quit IRC | 18:15 | |
| *** ankita-2798 has quit IRC | 18:25 | |
| *** mkarray has quit IRC | 18:28 | |
| *** mkarray has joined #storyboard | 18:39 | |
| *** jamesmcarthur has joined #storyboard | 19:39 | |
| *** ericbarrett has joined #storyboard | 20:01 | |
| mkarray | Could someone explain the notion of "story_type_id"? Seems to be associated with an integer, but I have no insight on what it represents. | 20:26 |
| *** whoami-rajat has quit IRC | 20:30 | |
| *** mkarray has quit IRC | 21:13 | |
| *** jamesmcarthur has quit IRC | 21:14 | |
| *** jamesmcarthur has joined #storyboard | 21:27 | |
| *** samueldmq has joined #storyboard | 21:36 | |
| *** mrhillsman is now known as mrhillsman_afk | 21:46 | |
| *** jamesmcarthur has quit IRC | 22:08 | |
| *** tosky has quit IRC | 23:28 | |
| *** openstackgerrit has quit IRC | 23:56 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!