*** openstackgerrit has quit IRC | 00:06 | |
*** openstackgerrit has joined #storyboard | 00:06 | |
*** drdee has joined #storyboard | 02:01 | |
*** openstack has joined #storyboard | 02:18 | |
*** openstackgerrit has quit IRC | 02:24 | |
*** openstackgerrit has joined #storyboard | 02:24 | |
*** drdee has quit IRC | 03:57 | |
*** drdee has joined #storyboard | 05:09 | |
*** drdee has quit IRC | 05:38 | |
*** SergeyLukjanov has joined #storyboard | 07:12 | |
*** SergeyLukjanov has quit IRC | 07:41 | |
*** SergeyLukjanov has joined #storyboard | 07:48 | |
*** SergeyLukjanov has quit IRC | 08:36 | |
*** NikitaKonovalov has joined #storyboard | 11:19 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard: Added basic popup messages https://review.openstack.org/59706 | 13:16 |
---|---|---|
*** SergeyLukjanov has joined #storyboard | 13:26 | |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard: Added basic popup messages https://review.openstack.org/59706 | 13:38 |
SergeyLukjanov | hey all | 13:50 |
SergeyLukjanov | are there anybody here for the irc meeting? | 13:51 |
NikitaKonovalov | o/ | 13:52 |
mordred | o/ | 13:56 |
SergeyLukjanov | ttx, cody-somerville, ping | 13:58 |
mordred | SergeyLukjanov: I think ttx is not going to be here today | 14:01 |
SergeyLukjanov | yup, see it | 14:03 |
SergeyLukjanov | 2013-12-04T15:38:41 <ttx> cody-somerville: I'll be missing the meeting tomorrow, giving talks at conference | 14:03 |
SergeyLukjanov | do we have something to discuss today? | 14:03 |
SergeyLukjanov | mm, maybe how to make CD | 14:04 |
*** drdee has joined #storyboard | 14:12 | |
mordred | SergeyLukjanov: we really just need some puppet to install it from git | 14:12 |
mordred | which shouldn't be hard - but I haven't had any time to do it myself | 14:12 |
SergeyLukjanov | and some place to install | 14:12 |
mordred | yup. that too | 14:12 |
mordred | making a server and a database is pretty easy for infra to do | 14:12 |
SergeyLukjanov | mordred, I think that I'll be able to find some time to take a look on it | 14:12 |
mordred | woot | 14:12 |
NikitaKonovalov | does that mean there should be some jenkis jobs to handle that | 14:12 |
mordred | I'm also expecting to have some more time free this weekend | 14:12 |
NikitaKonovalov | ? | 14:12 |
mordred | NikitaKonovalov: not really - we have puppet runs on servers triggered normally | 14:12 |
mordred | BUT | 14:12 |
mordred | we probably should have some testing :) | 14:12 |
SergeyLukjanov | :) | 14:12 |
SergeyLukjanov | NikitaKonovalov, do you have some thoughts about what should be done in sb before it'll be ready for CD? | 14:12 |
NikitaKonovalov | there are some unit tests which are failing all the time | 14:12 |
*** ruhe has joined #storyboard | 14:12 | |
NikitaKonovalov | actually they are trying to test 1+1==2 and still fail | 14:12 |
mordred | heh | 14:12 |
mordred | yeah - we should fix the test framework | 14:12 |
NikitaKonovalov | I think some basic checks for main pages will be usefull | 14:14 |
SergeyLukjanov | yup | 14:14 |
NikitaKonovalov | I mean to check that the project list does not fail with any exceptions, and that you cannot create a task before authorizing | 14:14 |
* ttx is here but not here | 14:15 | |
mordred | NikitaKonovalov: I think those sound like excelent tests | 14:16 |
SergeyLukjanov | ++ | 14:16 |
NikitaKonovalov | And right now there is no way to create a project group or a project from starboard itself | 14:18 |
NikitaKonovalov | should we have it? | 14:18 |
NikitaKonovalov | or just stay with django.admin | 14:18 |
NikitaKonovalov | and my irc client always says starboard instead of storyboard | 14:19 |
SergeyLukjanov | NikitaKonovalov, I think that we'll have some small team that'll be able to access django.admin to create them manually | 14:21 |
SergeyLukjanov | don't think that it's a problem atm | 14:21 |
ruhe | we can add custom manage.py command which will populate db with initial project, groups, etc | 14:23 |
ruhe | good morning/evening btw | 14:23 |
mordred | eventually i thnk there should probably be an api for that or something? | 14:25 |
mordred | but also - creating a project in gerrit is an admin-only task | 14:26 |
mordred | and we script that with manage-projects | 14:26 |
mordred | so having a script we run on the server which reads projects.yaml and runs django.admin commands would not be terrible | 14:26 |
ruhe | make everything configurable from os-infra/config right? | 14:28 |
NikitaKonovalov | And there is also a grey link for "Search", but no search implementation | 14:29 |
NikitaKonovalov | so may be a simple search through names and descriptions will be helpful when the number of tasks will be growing | 14:30 |
ruhe | simple search mechanism might be helpful even in this PoC | 14:31 |
SergeyLukjanov | ++ | 14:31 |
NikitaKonovalov | there is no meeting bot here, but shall we have some kind of action-items? | 14:33 |
SergeyLukjanov | we can add them | 14:34 |
SergeyLukjanov | at least we have channel logs | 14:35 |
ruhe | i've started implementing basic import from launchpad. and got stuck with mapping LP model to StoryBoard model. bracnhes and milestones just don't map between these projects | 14:36 |
NikitaKonovalov | so, I'll take one then :) #action NikitaKonovalov implement PoC search for projects, stories and tasks | 14:37 |
ruhe | also openstack-infra follows it's own branch model which makes it special | 14:38 |
ruhe | i think i should come up with a simple patch and get some input in comments | 14:45 |
SergeyLukjanov | ruhe, I think that it'll be more useful for now to have some handmade mappings atm | 14:45 |
ruhe | so, for infra if would be milestones: [icehouse,havana,grizzly,etc], branches: [master] | 14:46 |
ruhe | all milestones will have the same branch | 14:47 |
SergeyLukjanov | yup AFAIK | 14:47 |
SergeyLukjanov | we can start from some hardcoded rules for several test projects | 14:48 |
SergeyLukjanov | to sync them from lp to sb | 14:48 |
ruhe | SergeyLukjanov, i read that you committed to setup CI/CD jobs for Storyboard? | 14:51 |
SergeyLukjanov | ruhe, not really to setup, to start looking on it in the next free time slot | 14:51 |
SergeyLukjanov | but I think that it shouldn't be difficult to do | 14:52 |
ruhe | ok | 14:52 |
*** NikitaKonovalov has quit IRC | 15:15 | |
*** NikitaKonovalov has joined #storyboard | 15:23 | |
ttx | SergeyLukjanov: oh | 15:44 |
*** NikitaKonovalov has quit IRC | 15:51 | |
*** SergeyLukjanov has quit IRC | 15:54 | |
*** SergeyLukjanov has joined #storyboard | 16:30 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 16:31 | |
*** _SergeyLukjanov is now known as SergeyLukjanov | 16:31 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 16:32 | |
*** _SergeyLukjanov is now known as SergeyLukjanov | 16:33 | |
*** NikitaKonovalov has joined #storyboard | 17:52 | |
*** Olwe has joined #storyboard | 18:01 | |
*** Olwe has left #storyboard | 18:06 | |
*** NikitaKonovalov has quit IRC | 19:10 | |
*** SergeyLukjanov has quit IRC | 21:58 | |
*** SergeyLukjanov has joined #storyboard | 21:59 | |
*** ruhe has quit IRC | 22:17 | |
*** SergeyLukjanov has quit IRC | 22:37 | |
*** SergeyLukjanov has joined #storyboard | 22:38 | |
*** SergeyLukjanov has quit IRC | 22:42 | |
*** openstackgerrit has quit IRC | 22:48 | |
*** openstackgerrit has joined #storyboard | 22:48 | |
*** SergeyLukjanov has joined #storyboard | 23:11 | |
*** SergeyLukjanov has quit IRC | 23:18 | |
*** openstackgerrit has quit IRC | 23:47 | |
*** openstackgerrit has joined #storyboard | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!