openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/python-storyboardclient: Remove discover from test-requirements https://review.openstack.org/345803 | 04:59 |
---|---|---|
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack-infra/storyboard: Remove discover from test-requirements https://review.openstack.org/345807 | 05:03 |
*** alexismonville has quit IRC | 05:12 | |
*** alexismonville has joined #storyboard | 05:21 | |
*** yarkot1 has quit IRC | 08:11 | |
*** openstackgerrit has quit IRC | 08:11 | |
*** yarkot1 has joined #storyboard | 08:14 | |
*** openstackgerrit has joined #storyboard | 08:14 | |
SotK | morning storyboard | 08:25 |
pedroalvarez | hey ho! | 08:25 |
Zara | :D morrrrning! | 09:07 |
Zara | I feel the need to point out that | 09:20 |
Zara | it's Friday | 09:20 |
Zara | Friday | 09:21 |
Zara | gotta get down on Friday | 09:21 |
Zara | thanks for your attention. | 09:21 |
SotK | beautiful | 09:21 |
Zara | It brought a tear to my eye | 09:23 |
*** Zara has quit IRC | 09:37 | |
*** Zara has joined #storyboard | 09:38 | |
Zara | https://review.openstack.org/#/c/312666/ still requires a tweak | 10:10 |
Zara | (complex priorities) | 10:11 |
Zara | also, this bugfix awaits reviewers other than me. atm, the 'description' section of the modal for cards in boards is duplicated when it shouldn't be, so it looks a bit weird. https://review.openstack.org/#/c/342172/ is the fix. | 10:20 |
Zara | (oh, and this currently just affects task-cards, not story-cards, if you want to see the problem for yourself) | 10:23 |
Zara | okay, so client seems to be able to get a list of preferences for a specific user (I *think* it's the value field in the db?), but not a list of all the user preferences in storyboard. I might just not know the right syntax for it. | 11:21 |
SotK | I think its deliberately not possible to get other people's preferences | 11:21 |
Zara | well, not just the values, I also can't see the ids or 'created_at' or anything. none of the things I tried gave a 401. I doubt it's an issue. | 11:23 |
Zara | just flagging it up since it seems inconsistent and that might mean there's more weirdness around that area | 11:23 |
Zara | also noticed that 'events' in the db are 'TimelineEvents' in the api and client. | 11:26 |
Zara | the db refers to authorizationcodes; idk what those map to | 11:27 |
Zara | I'm not sure that they're used. | 11:28 |
SotK | yeah, the preferences endpoint just returns a list of preference values for the user you are claiming to be | 11:29 |
Zara | okay | 11:29 |
Zara | things that I've put a big ? next to are: story_types, may_mutate_to, authorizationcodes . I also have a '?' next to team_membership since I couldn't get to it but it might either need to be added, or I might be missing syntax. | 11:32 |
Zara | oh also got a bit confused since db refers to both storytags and story_storytags. I could get tags for a story and tags for all stories so I assume that's the difference and it's working | 11:33 |
Zara | think I just got thrown off by it being called 'storytags' instead of 'tags' | 11:34 |
Zara | so then at first I thought it was referring to one story when it wasn't | 11:34 |
Zara | at some point I'll get the results of my odyssey up somewhere more readable | 11:35 |
SotK | story_storytags is the table which maps tags to stories | 11:37 |
SotK | I think team_membership is the table which maps users to teams | 11:37 |
Zara | yeah. the syntax for getting things that are mapped seems to work a bit differently from area to area, but I'm not sure. I think project_groups-projects worked differently from projects-tasks | 11:50 |
Zara | also, while working on python client, got this and was baffled for a few seconds, oops xD: File "/usr/local/lib/python2.7/dist-packages/storyboardclient/v1/due_dates.py", line 20, in Due_date | 11:50 |
Zara | name = Noine | 11:50 |
Zara | NameError: name 'Noine' is not defined | 11:50 |
Zara | have since changed it to 'None' :P | 11:50 |
Zara | but spent a while wondering why it couldn't deal with a due_date called Noine. | 11:51 |
openstackgerrit | Zara proposed openstack-infra/python-storyboardclient: Add due_dates https://review.openstack.org/345995 | 11:58 |
Zara | bit incomplete, will upload a better one | 12:02 |
openstackgerrit | Zara proposed openstack-infra/python-storyboardclient: Add due_dates https://review.openstack.org/345995 | 12:06 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Fix duplicate description preview in card detail modal https://review.openstack.org/342172 | 12:11 |
Zara | yay! I wondered if we'd see some exciting js drama | 12:11 |
Zara | aaaaand *that* reminds me we should be looking at updating the tests sometime | 12:19 |
Zara | it came up in the js channel t'other day | 12:19 |
Zara | a kind soul has given us some pointers, but I haven't had a chance to look closely and see if I actually understand what needs to be done, yet | 12:20 |
Zara | what does 'codename' in permissions refer to, ooi? | 12:27 |
* SotK mumbles about unit tests | 12:31 | |
SotK | codename is a non-unique permission name | 12:31 |
Zara | I guess what I'm actually asking is, what kind of thing is it used for? | 12:34 |
Zara | (also, doing get_all() gives me a 404, which matches what happens in my webclient. not sure how I actually get a list.) | 12:36 |
openstackgerrit | Zara proposed openstack-infra/python-storyboardclient: Add due_dates https://review.openstack.org/345995 | 12:45 |
Zara | now with extra pep8! | 12:45 |
SotK | worklists/boards use it to provide a common name for the type of permission | 13:28 |
Zara | ah, okay, I should've looked around more really but it was just a passing curiosity thing. thank you. | 13:33 |
Zara | not sure if I've added permissions right or not since I can only see a 404 wherever I go. I might also be trying to browse to the wrong thing. (eg: http://127.0.0.1:7777/api/v1/permissions ) | 13:34 |
Zara | ah I don't think they have their own endpoint | 13:36 |
SotK | that matches my understanding | 13:40 |
*** jtomasek has quit IRC | 14:14 | |
*** jtomasek has joined #storyboard | 14:35 | |
Zara | SotK: new wallpaper for you http://images5.fanpop.com/image/photos/25700000/Donkey-Baby-donkeys-25772239-1280-1024.jpg | 14:49 |
Zara | the link may give it away somewhat | 14:49 |
bethwhite- | Is it baby donkeys? | 14:53 |
bethwhite- | I was not disappointed. | 14:54 |
Zara | :) | 14:54 |
SotK | what an excellent creature | 14:55 |
Zara | :D | 15:26 |
*** pleia2_ has joined #storyboard | 15:32 | |
openstackgerrit | Merged openstack-infra/python-storyboardclient: Remove discover from test-requirements https://review.openstack.org/345803 | 15:33 |
*** pleia2 has quit IRC | 15:35 | |
openstackgerrit | Merged openstack-infra/storyboard: Remove discover from test-requirements https://review.openstack.org/345807 | 15:43 |
*** pleia2_ is now known as pleia2 | 15:55 | |
Zara | so sleepy! | 16:08 |
* Zara muses on whether it'd ever be possible to merge duplicated stories together so that all conversation could be put in one place. all urls involved would need to point to same merged thing, and it'd need to be clear which comments had been re: which description. don't know how or if it would work, was just thinking about it the other night. | 17:03 | |
Zara | it seems a shame with duplicates that conversation can end up buried. | 17:03 |
Zara | anyway, I'm off for the night, now, so goodnight! :) | 17:06 |
Zara | I leave you with this moving symphony: https://www.youtube.com/watch?v=kfVsfOSbJY0 | 17:07 |
*** mrmartin has joined #storyboard | 18:01 | |
*** mrmartin has quit IRC | 19:12 | |
*** mrmartin has joined #storyboard | 19:12 | |
*** mrmartin has quit IRC | 20:56 | |
*** EmilienM has joined #storyboard | 21:47 | |
EmilienM | hello storyboard folks! | 21:47 |
EmilienM | I'll start by a stupid question, is there any integration between storyboard and gerrit so far? | 21:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!