Wednesday, 2018-06-13

*** scorcoran has joined #storyboard00:29
*** scorcoran has quit IRC00:33
*** scorcoran has joined #storyboard00:35
*** udesale has joined #storyboard03:45
*** dmsimard has quit IRC04:13
*** lifeless has quit IRC06:26
*** lifeless has joined #storyboard06:26
*** fatema_ has joined #storyboard06:32
*** tosky has joined #storyboard06:40
fatema_I have been trying to continue on the same patch but I couldn't as It seems to make a new commit if I'm understanding correctly.06:47
fatema_I'd like to know the exact process steps xD06:48
*** lifeless_ has joined #storyboard06:48
*** lifeless has quit IRC06:48
fatema_Am I supposed to get "Merge commit 'refs/changes/48/556648/2' of git://git.openstack.org/openstack-infra/storyboard" while using "git show-branch"06:51
fatema_and I can't seem to find change-Id in the commit message which is what I understand that it is supposed to happen as in the documentation: https://docs.openstack.org/infra/manual/developers.html#automated-testing06:53
diablo_rojo_phonfatema_: I can try to help until I get on this next flight :)07:02
diablo_rojo_phonSo if you git branch. Are you in master or a working branch?07:02
fatema_"* (HEAD detached at 17c486d)  master"07:03
diablo_rojo_phonfatema_ Okay so when you made your patch before were you on a branch or master?07:04
fatema_this is what I get -> 17c486d is the commit I did.07:05
fatema_I didn't make a branch explicitly as I recall07:05
diablo_rojo_phonOkay. So I would make a new branch then (from master) and then checkout your change from Gerrit and make a new branch.07:17
diablo_rojo_phonThen I would switch to master, update remote, switch back to your working branch, and then rebase.07:17
diablo_rojo_phonFuture note: Always make a new branch from master before working on anything.Saves so many headaches later. There are definitely exceptions when you're doing a huge implementation, but in general-purpose always make a new branch ;)07:18
diablo_rojo_phonIn general- always make a new branch.07:19
diablo_rojo_phonWeird phone autocorrect thing.07:19
fatema_Ok I'll do so.07:22
fatema_xD thank you07:22
diablo_rojo_phonNo problem :) If you run into issues send me an email and I'll try to reply when we get up to altitude. Otherwise we can walk through things on our call later :)07:26
diablo_rojo_phonOr someone else here can help probably.07:26
fatema_Ok I'll try not to run into issues xD however if so I'll write here so if anyone could reply sooner but sure thing if it didn't work out we'll do it in the call07:30
diablo_rojo_phonPerfect :)07:35
diablo_rojo_phonssbarnea: will give it a look later today. Thanks!07:35
*** jpich has joined #storyboard07:39
fatema_Have a safe trip BTW ^^07:49
diablo_rojo_phonThanks :) I've got big plans to nap, read and work on some storyboard docs.07:51
*** lifeless has joined #storyboard07:52
*** lifeless_ has quit IRC07:52
*** udesale_ has joined #storyboard08:21
*** udesale has quit IRC08:24
*** udesale__ has joined #storyboard08:26
*** udesale_ has quit IRC08:29
*** dtantsur|afk is now known as dtantsur08:58
*** udesale_ has joined #storyboard09:26
*** udesale__ has quit IRC09:26
*** udesale__ has joined #storyboard09:28
*** udesale_ has quit IRC09:31
*** lifeless_ has joined #storyboard09:34
*** lifeless has quit IRC09:34
*** lifeless has joined #storyboard09:44
*** lifeless_ has quit IRC09:46
*** fatema_ has quit IRC10:06
*** lifeless has quit IRC10:23
*** lifeless has joined #storyboard10:24
*** udesale_ has joined #storyboard10:26
*** udesale__ has quit IRC10:29
*** udesale__ has joined #storyboard10:30
*** lifeless_ has joined #storyboard10:32
*** lifeless has quit IRC10:32
*** udesale_ has quit IRC10:33
*** florianf has joined #storyboard11:04
*** udesale_ has joined #storyboard11:07
*** udesale__ has quit IRC11:10
*** florianf has quit IRC11:15
*** florianf has joined #storyboard11:16
*** lifeless_ has quit IRC11:42
*** lifeless has joined #storyboard11:42
*** udesale__ has joined #storyboard12:23
*** udesale_ has quit IRC12:25
*** jpich has quit IRC12:31
*** udesale__ has quit IRC12:31
edleafeIn "The Great Migration" slides, it says "We create the project in StoryBoard - you just need to set 'use-storyboard:12:54
edleafetrue' in project_config/gerrit/projects.yaml!". The API-SIG wants to migrate, so where exactly is that file?12:57
toskyedleafe: in openstack-infra/project-config12:59
edleafetosky: thanks!12:59
edleafetosky: I was looking for openstack/project-config :)13:02
strigazihello, is it possible to disallow users to reply to existing bugs in launchpad?13:03
toskystrigazi: afaik no (I asked the same after the migration of sahara)13:03
strigazitosky: people are still replying there. Have you tried to script a reply to add in all bugs?13:04
toskystrigazi: no, but our bug rate is not so high, so I simply manually replied the first times that it happened13:06
toskynow stuff lands on storyboard13:06
strigazitosky: I guess I need keep an eye on launchpad too, thanks13:08
edleafetosky: another question: we are still listed as 'api-wg' at https://github.com/openstack-infra/project-config/blob/master/gerrit/projects.yaml#L1163. Should I make the name change and add the use-storyboard line in the same patch? We are still 'api-wg' in Launchpad13:09
toskyedleafe: I don't know the answer to that; I'd defer it to the proper storyboard developers (I'm just an user)13:12
fungiedleafe: git repository renaming is an involved process requiring a maintenance window to take gerrit offline13:21
fungibasically gerrit doesn't support renaming git repositories so we end up going behind its back modifying the filesystem and database, which needs to happen with the service offline so it doesn't get confused13:22
edleafefungi: Would it be any easier to create a new repo for 'api-sig' and leave the 'api-wg' as is?13:47
funginah, we can schedule to rename it, but there's also no need to rename before importing into sb... we incorporate updating sb into the repo rename process anyway13:49
fungiso you can migrate now and we can rename in gerrit/sb when convenient13:49
edleafefungi: ok, so I'll do the SB change now. How do I go about scheduling the rename?13:50
fungiedleafe: add it to https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting#Upcoming_Project_Renames13:52
fungiwe tend to take the weekly meeting as an opportunity to discuss maintenance scheduling13:53
fungiand as you can see it's a common enough request we have a section of the agenda wiki page set aside specifically for that purpose13:53
edleafefungi: thanks! will do.13:54
*** florianf has quit IRC14:15
*** florianf has joined #storyboard14:19
*** fatema_ has joined #storyboard15:11
*** lifeless has quit IRC15:31
*** lifeless has joined #storyboard15:31
*** dtantsur is now known as dtantsur|afk15:46
*** florianf has quit IRC16:00
*** florianf has joined #storyboard16:05
*** florianf has quit IRC16:24
*** ktibi_ has joined #storyboard16:26
ktibi_Hi, anyone know when the task_branch feature is implemented ? https://wiki.openstack.org/wiki/StoryBoard/Task_Branch16:27
SotKktibi_: that's implemented in the API, and partially in the UI (tasks are displayed against non-master branches when necessary, but there is no way to actually specify a non-master branch)16:43
SotKspecify it when creating a task that is16:43
toskySotK: interesting: how is it going to work? Should we (users) duplicate the same task to all the relevant branches, or can we assign multiple branches to the same task?16:51
SotKtasks are per-branch, so if the same task needs doing on multiple branches it'll need to be duplicated16:53
SotKwe can probably just make that a single click in the UI when we add UI for it though16:53
*** openstackgerrit has quit IRC18:04
diablo_rojo_phonI'll be doing the meeting from my phone today. Just made it back to the US.18:50
diablo_rojo_phon Haven't updated the agenda either18:53
SotKI'll sort it :)18:55
fungii'm double-booked for the meeting so ping me if i'm needed19:01
clarkbya sorry that was my bad, but getting jbryce's time isn't easy19:01
SotKalright then19:01
*** lifeless_ has joined #storyboard19:49
*** lifeless has quit IRC19:49
*** lifeless_ has quit IRC21:23
*** lifeless has joined #storyboard21:24
*** lifeless_ has joined #storyboard21:36
*** lifeless has quit IRC21:37
*** openstackgerrit has joined #storyboard22:24
openstackgerritFatema Khalid Sherif proposed openstack-infra/storyboard master: Partial-Bug: # 6142  https://review.openstack.org/55707022:24
openstackgerritFatema Khalid Sherif proposed openstack-infra/storyboard master: Changing 'Merged' to 'Resolved'.  https://review.openstack.org/55664822:24
*** tosky has quit IRC23:51

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!