*** miqui_ has quit IRC | 03:40 | |
*** jtomasek has joined #storyboard | 05:24 | |
*** k4n0 has joined #storyboard | 06:01 | |
*** jtomasek has quit IRC | 06:59 | |
*** petefoth has joined #storyboard | 07:27 | |
*** yolanda has quit IRC | 08:38 | |
*** mrmartin has joined #storyboard | 08:48 | |
*** MaxV has joined #storyboard | 08:48 | |
*** gothicmindfood has quit IRC | 08:48 | |
*** jcoufal has joined #storyboard | 08:54 | |
*** alexismonville has joined #storyboard | 09:09 | |
*** gothicmindfood has joined #storyboard | 09:15 | |
*** jtomasek has joined #storyboard | 09:20 | |
*** jedimike has joined #storyboard | 09:24 | |
*** MaxV has quit IRC | 10:08 | |
*** MaxV has joined #storyboard | 10:22 | |
*** yolanda has joined #storyboard | 11:16 | |
*** CTtpollard has joined #storyboard | 11:18 | |
*** mrmartin has quit IRC | 11:35 | |
*** mase_x200 has joined #storyboard | 12:15 | |
*** mrmartin has joined #storyboard | 12:23 | |
*** jang has quit IRC | 13:24 | |
*** mase_x200 has quit IRC | 13:50 | |
*** alexismonville has quit IRC | 14:32 | |
*** alexismonville has joined #storyboard | 14:41 | |
*** ssam2 has joined #storyboard | 15:34 | |
*** Piet has quit IRC | 15:39 | |
*** k4n0 has quit IRC | 15:40 | |
krotscheck | I may be a couple of minutes late to the metting, have to get coffee. | 15:57 |
---|---|---|
krotscheck | Storyboard meeting in #openstack-meeting-3 | 16:01 |
CTtpollard | sorry about the missed ping, was afk | 17:00 |
krotscheck | No worries. | 17:03 |
*** alexismonville has quit IRC | 17:08 | |
CTtpollard | but yes we did work on a kanban view | 17:09 |
CTtpollard | it has some what been put on hold for now though | 17:09 |
paulsher1ood | i think we got into some confusion about what would be workable - difference of opinions between me, persia, and the people who actually did the engineering :) | 17:13 |
*** wdutch has quit IRC | 17:13 | |
paulsher1ood | iirc persia talked about what was done at the summit? | 17:13 |
*** openstackgerrit has quit IRC | 17:19 | |
*** openstackgerrit has joined #storyboard | 17:19 | |
*** jtomasek has quit IRC | 17:21 | |
krotscheck | Ok, wait a sec. Context? | 17:26 |
*** MaxV has quit IRC | 17:26 | |
paulsher1ood | i was commenting on CTtpollard's comment. we (codethink) didn't explicitly put it on hold, just concluded we were probably going tin the wrong direction | 17:27 |
krotscheck | Gotcha. | 17:27 |
krotscheck | Yeah, the abstraction layer y’all added in was a little strange. | 17:27 |
paulsher1ood | we still have a real interest in kanban view for storyboard... just think we need to have a better grasp of where the project is going before we lob code at you :) | 17:28 |
krotscheck | paulsher1ood: Yeah, there’s still a little volatility in some of the implementation. Like the fact that we’re now going to have configurable statuses, perhaps per project. | 17:29 |
krotscheck | And that makes a uniform cross-project kanban view rather tricky. | 17:29 |
paulsher1ood | amen to the configurable statuses | 17:29 |
paulsher1ood | i think that will help kanban views, actually | 17:29 |
paulsher1ood | (but maybe i should check the implementation before jumping to conclusions, as usual :-) ) | 17:30 |
krotscheck | Well, it starts adding some interesting questions like status ordering and workflow. | 17:30 |
*** alexismonville has joined #storyboard | 17:31 | |
paulsher1ood | yes. iirc persia had convinced me that different viewers/organisations would have to have their own workflows, hence their own status orders etc. so that seemed to mean that user/organisation would want to configure these for themselves, independent of the baseline statuses in storyboard | 17:37 |
paulsher1ood | certainly we end up with different statuses/lanes for different projects, even within our one organisation | 17:38 |
*** Piet has joined #storyboard | 17:44 | |
*** timrc is now known as timrc-afk | 18:00 | |
*** ssam2 has quit IRC | 18:06 | |
*** mattfarina has joined #storyboard | 18:08 | |
*** MaxV has joined #storyboard | 18:08 | |
*** jang2 has joined #storyboard | 18:14 | |
*** Piet has quit IRC | 18:17 | |
*** Piet has joined #storyboard | 18:19 | |
*** alexismonville has quit IRC | 18:27 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: First task tracks story title. https://review.openstack.org/140108 | 18:41 |
*** MaxV has quit IRC | 18:51 | |
*** jedimike has quit IRC | 18:58 | |
*** timrc-afk is now known as timrc | 19:06 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Added millisecond delay to reduce the number of queries. https://review.openstack.org/140120 | 19:10 |
*** alexismonville has joined #storyboard | 19:42 | |
*** jcoufal has quit IRC | 19:44 | |
krotscheck | So I’ve got a bit of an interesting situation on some of our resources. | 20:11 |
krotscheck | So, the database stores thing in UTC. | 20:11 |
krotscheck | And we send that information back verbatim. | 20:11 |
krotscheck | So if I ask for a user token, it gives me something like this: created_at: "2014-12-08T11:19:33" | 20:12 |
krotscheck | Wati | 20:12 |
krotscheck | I’m wrong. | 20:12 |
krotscheck | It stores it in server time, which in this case is PST | 20:12 |
krotscheck | But now the database stored data comes back without any indication of timezone, which provides an inaccurate picture of when the token actually expires. | 20:13 |
krotscheck | Becasue casting that string to a date results in this: Mon Dec 08 2014 03:19:33 GMT-0800 (PST) | 20:13 |
*** jtomasek has joined #storyboard | 20:14 | |
krotscheck | And, well, that’s not acurate at all. | 20:14 |
krotscheck | Now, thankfully, most date libraries are smart enough to interpret timezone, so if we can get the server to just return the timzeone of that date, we’re good. | 20:16 |
krotscheck | Unfortunately without a timezone, the client can’t really make assumptions about that timezone :/ | 20:18 |
*** timrc is now known as timrc-afk | 20:29 | |
*** Piet has quit IRC | 20:32 | |
*** MaxV has joined #storyboard | 20:42 | |
*** jtomasek has quit IRC | 20:43 | |
*** mrmartin has quit IRC | 20:54 | |
*** MaxV has quit IRC | 20:57 | |
*** MaxV has joined #storyboard | 21:01 | |
*** alexismonville has quit IRC | 21:16 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Converted application to use utcnow() https://review.openstack.org/140148 | 21:19 |
krotscheck | And, well, ^^ that seems to have been the issue. | 21:20 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Converted application to use utcnow() https://review.openstack.org/140148 | 21:21 |
*** MaxV has quit IRC | 21:23 | |
*** MaxV has joined #storyboard | 21:27 | |
*** MaxV has quit IRC | 21:38 | |
*** MaxV has joined #storyboard | 21:54 | |
*** reed has joined #storyboard | 22:16 | |
*** MaxV has quit IRC | 22:20 | |
*** timrc-afk is now known as timrc | 22:41 | |
*** mattfarina has quit IRC | 22:48 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Users may now issue their own access tokens. https://review.openstack.org/140176 | 22:55 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Users may now issue their own access tokens. https://review.openstack.org/140176 | 22:55 |
*** MaxV has joined #storyboard | 23:16 | |
*** MaxV has quit IRC | 23:30 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!