*** jamesmcarthur has joined #storyboard | 00:20 | |
*** kshitija[m] has quit IRC | 00:28 | |
*** kshitija[m] has joined #storyboard | 00:35 | |
*** jamesmcarthur has quit IRC | 01:11 | |
*** whoami-rajat has joined #storyboard | 01:25 | |
*** jamesmcarthur has joined #storyboard | 02:20 | |
*** jamesmcarthur has quit IRC | 02:25 | |
*** dangtrinhnt has quit IRC | 02:25 | |
*** dangtrinhnt has joined #storyboard | 02:30 | |
*** jamesmcarthur has joined #storyboard | 02:38 | |
*** jamesmcarthur has quit IRC | 02:43 | |
*** jamesmcarthur has joined #storyboard | 03:14 | |
*** jamesmcarthur has quit IRC | 03:31 | |
*** jamesmcarthur has joined #storyboard | 03:31 | |
*** scherbatsky has joined #storyboard | 03:56 | |
*** udesale has joined #storyboard | 04:14 | |
*** diablo_rojo has quit IRC | 04:15 | |
*** jamesmcarthur has quit IRC | 04:40 | |
*** udesale has quit IRC | 05:31 | |
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 | 06:15 |
---|---|---|
*** shuayb__ has joined #storyboard | 07:24 | |
*** tosky has joined #storyboard | 07:25 | |
*** scherbatsky has quit IRC | 07:38 | |
*** jtomasek has joined #storyboard | 08:00 | |
*** jtomasek has quit IRC | 08:00 | |
*** jtomasek has joined #storyboard | 08:01 | |
*** udesale has joined #storyboard | 08:09 | |
*** dtantsur|afk is now known as dtantsur | 08:18 | |
*** jpich has joined #storyboard | 09:00 | |
*** jpich has quit IRC | 09:59 | |
*** jpich has joined #storyboard | 10:00 | |
*** udesale has quit IRC | 10:53 | |
*** shuayb_ has joined #storyboard | 12:38 | |
*** shuayb__ has quit IRC | 12:41 | |
*** udesale has joined #storyboard | 13:02 | |
*** mkarray has joined #storyboard | 13:14 | |
*** ankita-2798 has joined #storyboard | 13:36 | |
*** whoami-rajat has quit IRC | 13:55 | |
*** ankita-2798 has quit IRC | 13:57 | |
openstackgerrit | Adam Coldrick proposed openstack-infra/storyboard master: Add some tests for checking private story behaviour https://review.openstack.org/644579 | 13:59 |
*** jpich has quit IRC | 14:09 | |
*** jpich has joined #storyboard | 14:13 | |
*** ankita-2798 has joined #storyboard | 14:14 | |
Zara | hah, neat, I used to spend half my life testing those by hand. :D | 14:17 |
*** ankita-2798 has quit IRC | 14:25 | |
*** jamesmcarthur has joined #storyboard | 14:39 | |
*** diablo_rojo has joined #storyboard | 15:02 | |
*** whoami-rajat has joined #storyboard | 15:23 | |
mkarray | Does anyone have an existing dummy account with openid for testing? | 15:27 |
*** jamesmcarthur has quit IRC | 16:04 | |
*** jamesmcarthur has joined #storyboard | 16:05 | |
diablo_rojo | mkarray, I don't but you could ask in #openstack-infra | 16:05 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] mkarry, does it have to have tan openid? | 16:07 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] if not, I was going through storyboard on my localhost and needed a dummy account beside my own, so I just filled in one in my local database, but left openid NULL. So you can do the same, I guess | 16:10 |
SotK | you can do similar in the Admin -> Users section of the webclient | 16:10 |
SotK | then generate an access token for the account if you need to make requests as it | 16:11 |
SotK | the only thing you can't do is use the webclient | 16:11 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] how do I generate an access token? | 16:12 |
SotK | oh, you have to use the API for it it seems: https://docs.openstack.org/infra/storyboard/webapi/v1.html#post--v1-users--user_id--tokens | 16:19 |
SotK | we should add some UI for admin users to do that | 16:19 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] who are admin users for storyboard? | 16:21 |
SotK | anyone with is_superuser set to true in the database | 16:21 |
SotK | I think its just the infra team on storyboard.openstack.org | 16:21 |
diablo_rojo | SotK, yeah thats correct. | 16:29 |
*** udesale has quit IRC | 16:48 | |
*** dtantsur is now known as dtantsur|afk | 16:56 | |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] I have a question | 17:00 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] In a board, what privileges does an owner have over a user? | 17:01 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] I have been going through the database and parts of the documentation and storyboard itself, but I don't recall this | 17:01 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] I think I read in a page that BEFORE, anyone could change order of tasks in a worklist, which in other words mean that they change their priorities, right? | 17:05 |
Rou_ | But not anymore, now the owner (I think) can make the worklist with permissions only for contributors to be able to change priorities. Are the contributors the users in a board? | 17:05 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] But I read that the contributors are selected by core reviews or that they had discussed tasks before in discussions, not users that the owner select to add by themselves. | 17:07 |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] I think I misunderstood something, I got confused between lanes and worklists :|' | 17:10 |
Rou_ | Not entirely my fault though, lanes are sometimes called worklists in the document, along with the lone worklists--not part of a board, I mean. | 17:10 |
mkarray | Thanks SotK, didn't know that functionality was available for admins | 17:17 |
*** scherbatsky has joined #storyboard | 17:19 | |
*** ankita-2798 has joined #storyboard | 17:19 | |
Rou_ | [Radwa Khattab (radwasm), Rou's Workspace] Is there a way to delete my above message? (joy/allthethings emoji) | 17:21 |
Rou_ | I guess not. Sorry for the above confusion. I understood worklists/lanes and boards a bit a more now. A bit confusing at first. | 17:21 |
Rou_ | But I still don't get this contributor part, and the privileges of owner/users. | 17:21 |
Rou_ | Thanks a lot, in advance! =@ | 17:21 |
*** scherbatsky has quit IRC | 17:21 | |
*** scherbatsky has joined #storyboard | 17:21 | |
*** jpich has quit IRC | 17:23 | |
*** jamesmcarthur has quit IRC | 17:39 | |
*** jamesmcarthur has joined #storyboard | 17:54 | |
*** ivy has joined #storyboard | 18:05 | |
*** jamesmcarthur has quit IRC | 18:12 | |
*** jamesmcarthur has joined #storyboard | 18:14 | |
*** jamesmcarthur has quit IRC | 18:14 | |
*** jamesmcarthur has joined #storyboard | 18:14 | |
*** mkarray has quit IRC | 18:18 | |
*** ivy has quit IRC | 18:44 | |
*** ivy has joined #storyboard | 18:45 | |
*** Rou_ has quit IRC | 18:47 | |
*** mkarray has joined #storyboard | 18:47 | |
*** Rou has joined #storyboard | 18:48 | |
*** ivy has quit IRC | 18:49 | |
*** Rou has left #storyboard | 18:53 | |
*** Rou has joined #storyboard | 18:56 | |
*** diablo_rojo has quit IRC | 19:03 | |
*** ankita-2798 has quit IRC | 19:33 | |
*** jamesmcarthur has quit IRC | 19:41 | |
*** jamesmcarthur has joined #storyboard | 19:42 | |
*** jamesmcarthur has quit IRC | 19:45 | |
*** jamesmcarthur_ has joined #storyboard | 19:45 | |
*** jamesmcarthur_ has quit IRC | 20:02 | |
*** jamesmcarthur has joined #storyboard | 20:03 | |
mkarray | Any clue where I can find all the associated types for each of these keys? https://github.com/openstack-infra/storyboard-webclient/blob/master/src/app/services/resource/story.js#L58-#L63 | 20:04 |
*** jamesmcarthur has quit IRC | 20:08 | |
*** jamesmcarthur has joined #storyboard | 20:08 | |
mkarray | Nevermind ^ | 20:22 |
*** diablo_rojo has joined #storyboard | 20:25 | |
*** tosky has quit IRC | 20:30 | |
*** shuayb_ has quit IRC | 21:12 | |
*** mkarray has quit IRC | 21:21 | |
*** whoami-rajat has quit IRC | 21:52 | |
*** diablo_rojo has quit IRC | 21:57 | |
*** jamesmcarthur has quit IRC | 22:08 | |
*** diablo_rojo has joined #storyboard | 22:30 | |
*** jamesmcarthur has joined #storyboard | 22:30 | |
*** jamesmcarthur has quit IRC | 22:45 | |
*** jamesmcarthur has joined #storyboard | 22:46 | |
*** jamesmcarthur has quit IRC | 22:52 | |
*** jamesmcarthur has joined #storyboard | 23:14 | |
*** jamesmcarthur has quit IRC | 23:30 | |
*** diablo_rojo has quit IRC | 23:46 | |
*** jamesmcarthur has joined #storyboard | 23:51 | |
*** diablo_rojo has joined #storyboard | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!