*** tosky has quit IRC | 00:18 | |
*** TheJulia has joined #storyboard | 00:59 | |
*** jamesmcarthur has joined #storyboard | 02:28 | |
*** jamesmcarthur has quit IRC | 02:32 | |
*** udesale has joined #storyboard | 04:02 | |
*** diablo_rojo has quit IRC | 04:09 | |
*** jamesmcarthur has joined #storyboard | 04:29 | |
*** jamesmcarthur has quit IRC | 04:34 | |
*** udesale has quit IRC | 05:37 | |
*** whoami-rajat has joined #storyboard | 06:19 | |
*** jamesmcarthur has joined #storyboard | 06:30 | |
*** jamesmcarthur has quit IRC | 06:34 | |
*** udesale has joined #storyboard | 07:09 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/storyboard master: Imported Translations from Zanata https://review.openstack.org/625393 | 08:02 |
---|---|---|
*** jamesmcarthur has joined #storyboard | 08:31 | |
*** jamesmcarthur has quit IRC | 08:35 | |
*** tosky has joined #storyboard | 08:40 | |
*** whoami-rajat has quit IRC | 08:54 | |
*** jpich has joined #storyboard | 08:58 | |
*** jpich has quit IRC | 09:37 | |
*** jpich has joined #storyboard | 09:38 | |
*** jamesmcarthur has joined #storyboard | 09:59 | |
*** jamesmcarthur has quit IRC | 10:04 | |
*** jtomasek has quit IRC | 10:46 | |
*** udesale has quit IRC | 10:49 | |
*** jtomasek has joined #storyboard | 10:55 | |
*** udesale has joined #storyboard | 13:10 | |
*** whoami-rajat has joined #storyboard | 13:22 | |
*** openstackgerrit has quit IRC | 13:37 | |
*** ironfoot_ is now known as ironfoot | 14:35 | |
*** mkarray has joined #storyboard | 14:38 | |
*** udesale has quit IRC | 14:52 | |
*** udesale has joined #storyboard | 15:02 | |
*** ianychoi has quit IRC | 15:07 | |
*** ianychoi has joined #storyboard | 15:07 | |
*** diablo_rojo has joined #storyboard | 15:47 | |
*** jamesmcarthur has joined #storyboard | 16:06 | |
*** udesale has quit IRC | 16:37 | |
*** jpich has quit IRC | 17:24 | |
*** jamesmcarthur has quit IRC | 17:31 | |
*** jamesmcarthur_ has joined #storyboard | 17:32 | |
*** whoami-rajat has quit IRC | 17:36 | |
*** jamesmcarthur_ has quit IRC | 17:42 | |
*** jamesmcarthur has joined #storyboard | 17:51 | |
*** jamesmcarthur has quit IRC | 17:56 | |
*** jamesmcarthur has joined #storyboard | 17:58 | |
*** jamesmcarthur has quit IRC | 17:58 | |
*** dtantsur is now known as dtantsur|afk | 17:58 | |
*** jamesmcarthur has joined #storyboard | 18:01 | |
*** jamesmcarthur has quit IRC | 18:07 | |
*** jamesmcarthur has joined #storyboard | 18:08 | |
*** jamesmcarthur has quit IRC | 18:12 | |
*** jamesmcarthur has joined #storyboard | 18:56 | |
*** jamesmcarthur has quit IRC | 18:58 | |
*** tsmith_ has joined #storyboard | 19:01 | |
*** dtantsur|afk has quit IRC | 19:04 | |
*** mugsie has quit IRC | 19:04 | |
*** tsmith2 has quit IRC | 19:04 | |
*** tsmith_ is now known as tsmith2 | 19:04 | |
*** mugsie has joined #storyboard | 19:05 | |
*** jamesmcarthur has joined #storyboard | 19:07 | |
*** dtantsur has joined #storyboard | 19:08 | |
*** jamesmcarthur has quit IRC | 19:30 | |
mkarray | Hi all, am I mistaken or is the ability to search for unassigned stories not currently implemented? | 19:39 |
*** jamesmcarthur has joined #storyboard | 19:59 | |
*** ivoline has joined #storyboard | 20:15 | |
ivoline | Hello guys. I am Ivoline. I am a new to OpenStack and will like to contribute to the StoryBoard project. | 20:15 |
ivoline | I am currently going through the documentation and I got to the section where I had to install the Javascript-based web client. But I am getting the an InvocationError. | 20:17 |
ivoline | ERROR: grunt_no_api: could not install deps [nodeenv]; v = InvocationError | 20:17 |
ivoline | I tried searching around for the solution but couldn't find one. Any idea what could be wrong? | 20:17 |
*** jamesmcarthur has quit IRC | 20:31 | |
diablo_rojo | ivoline, hello :) You checked all the dependencies and they are correct? | 20:42 |
diablo_rojo | mkarray, stories aren't assigned to people, tasks are. Instead, I would search for active stories? | 20:44 |
diablo_rojo | active meaning they aren't implemented | 20:44 |
mkarray | My mistake, I meant to say search for stories with unassigned tasks | 20:46 |
ivoline | hello diablo_rojo, I rechecked the dependencies and they are installed correctly | 20:47 |
fungi | mkarray: i'm at least not aware of a syntax for indicating a null assignee, but that's a great suggestion | 20:50 |
diablo_rojo | Yeah I don't think we have the ability to search for things that don't match..but we have that in automatic worklists | 20:52 |
*** jamesmcarthur has joined #storyboard | 20:52 | |
fungi | mkarray: i wonder if https://storyboard.openstack.org/#!/search?assignee_id=0 works for this purpose | 20:52 |
fungi | seems no. at least one of the stories it returns had all tasks assigned | 20:53 |
*** jamesmcarthur has quit IRC | 20:54 | |
fungi | from what i can tell, assignee_id=0 seems to be a shortcut for your own account | 20:56 |
fungi | because it's returning tasks assigned to me | 20:56 |
mkarray | Yea, that query doesn't give me any results | 20:56 |
fungi | and there is no user.id 0 in the database | 20:56 |
diablo_rojo | ivoline, I think I've had similar issues when tox uses a different version of python? What version are you running with? | 20:57 |
ivoline | I am running tox 3.7.0 on Python 2.7.15 | 21:00 |
diablo_rojo | ivoline, okay, you could try making tox run with python 3.5 | 21:01 |
mkarray | That is how I solved a similar problem for myself ^ | 21:01 |
ivoline | Okay. Let me try with Python 3.5 | 21:02 |
diablo_rojo | If that doesn't work maybe SotK has some ideas. | 21:03 |
ivoline | I had also ran tox with Python 3.7 but I got the same error | 21:03 |
*** dtantsur has quit IRC | 21:06 | |
*** mugsie has quit IRC | 21:06 | |
*** dtantsur has joined #storyboard | 21:06 | |
*** mugsie has joined #storyboard | 21:06 | |
mkarray | fungi I'm going to do some research on how the search feature is used then come to a reasonable decision on how to implement a 'null assignee' search on tasks | 21:09 |
ivoline | I just got the same error with Python 3.5. | 21:29 |
diablo_rojo | fungi, any ideas? | 21:30 |
diablo_rojo | ivoline, let me poke around a bit and see what I can figure out. | 21:31 |
ivoline | Okay, thanks :) | 21:32 |
diablo_rojo | in the mean time, what did you need the webclient for? currently developing something? Or just poking around? | 21:34 |
diablo_rojo | ivoline, if you want to poke around you can use the dev site https://storyboard-dev.openstack.org/#!/dashboard/stories | 21:34 |
*** jtomasek has quit IRC | 21:35 | |
ivoline | Yeah. I am just poking around. Getting to know how Storyboard works | 21:35 |
ivoline | I'll continue with the dev site then | 21:36 |
diablo_rojo | Reading the API docs and playing around with the dev site should get you a pretty good idea of most things until we can get you going with a local webclient. | 21:36 |
ivoline | Okay :) | 21:37 |
mkarray | As someone else new to the project, do you have any advice for getting familiar with the structure of the codebase? diablo_rojo | 21:39 |
diablo_rojo | mkarray, the way I got to know things was mostly from code reviews. You see a little bit at a time and eventually put all the pieces together. The other way is making changes to the unit tests and stepping through them to see how they call different parts of the code. Similar to how you could get to know other projects I suppose :) | 21:41 |
diablo_rojo | Also welcome aboard :) | 21:41 |
mkarray | Good advice, and thanks! | 21:42 |
diablo_rojo | mkarray, no problem : _ | 21:46 |
diablo_rojo | :) | 21:46 |
*** mkarray has quit IRC | 22:04 | |
fungi | also, if it's the webclient in particular you want to hack on, that's a true permissionless client. you can deploy modified versions locally and then point them at storyboard-dev.openstack.org's api endpoint, or if you push storyboard-webclient changes up for review we have ci jobs which build and publish unique preview sites which do exactly that as well and get linked in the report zuul provides back on | 22:16 |
fungi | the review | 22:16 |
ivoline | Oh okay. That's cool. | 22:18 |
*** jamesmcarthur has joined #storyboard | 22:27 | |
*** ivoline has quit IRC | 22:32 | |
*** jamesmcarthur has quit IRC | 23:11 | |
*** whoami-rajat has joined #storyboard | 23:12 | |
*** jamesmcarthur has joined #storyboard | 23:32 | |
*** jamesmcarthur has quit IRC | 23:32 | |
*** jamesmcarthur has joined #storyboard | 23:33 | |
*** jamesmcarthur has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!