Saturday, 2017-05-27

*** itlinux has joined #openstack-horizon00:21
*** harlowja has quit IRC00:41
*** amotoki_away is now known as amotoki00:59
*** yamamoto has quit IRC01:00
*** yamamoto has joined #openstack-horizon01:00
*** itlinux has quit IRC01:10
*** jtriley has joined #openstack-horizon01:29
*** harlowja has joined #openstack-horizon01:29
*** eandersson has quit IRC01:37
*** yamamoto has quit IRC01:39
*** eandersson has joined #openstack-horizon01:47
*** yamamoto has joined #openstack-horizon01:50
*** yamamoto has quit IRC01:53
*** yamamoto has joined #openstack-horizon01:56
*** harlowja has quit IRC02:01
*** yamamoto has quit IRC02:19
*** yamamoto has joined #openstack-horizon02:22
*** yamamoto has quit IRC02:27
*** amotoki is now known as amotoki_away02:39
*** itlinux has joined #openstack-horizon02:56
*** itlinux has quit IRC02:58
*** lucasxu has joined #openstack-horizon03:14
*** itlinux has joined #openstack-horizon03:20
*** yamamoto has joined #openstack-horizon03:27
*** lucasxu has quit IRC03:35
*** yamamoto has quit IRC03:36
*** harlowja has joined #openstack-horizon04:35
*** itlinux has quit IRC05:14
*** yamamoto has joined #openstack-horizon05:26
*** yamamoto has quit IRC05:31
*** harlowja has quit IRC05:32
*** amotoki_away is now known as amotoki05:39
*** amotoki is now known as amotoki_away05:49
*** ircuser-1 has quit IRC06:03
openstackgerritMerged openstack/horizon master: Updated from global requirements  https://review.openstack.org/46848208:47
*** pcaruana has joined #openstack-horizon08:50
*** pcaruana has quit IRC09:24
*** yingjun has quit IRC09:30
*** yamamoto has joined #openstack-horizon09:42
*** yamamoto has quit IRC09:44
*** yamamoto has joined #openstack-horizon10:21
*** yamamoto has quit IRC10:29
*** rajalokan has joined #openstack-horizon10:51
*** yamamoto has joined #openstack-horizon10:54
*** yamamoto has quit IRC10:59
*** yamamoto has joined #openstack-horizon11:40
*** yamamoto has quit IRC11:46
*** wolverineav has joined #openstack-horizon11:51
*** openstackgerrit has quit IRC12:02
-openstackstatus- NOTICE: The Gerrit service on review.openstack.org is restarting to clear some hung API connections and should return to service momentarily.12:03
*** yamamoto has joined #openstack-horizon12:19
*** yamamoto has quit IRC12:25
*** yamamoto has joined #openstack-horizon12:26
*** makowals has quit IRC12:32
*** aortega has quit IRC12:32
*** aortega has joined #openstack-horizon12:32
*** makowals has joined #openstack-horizon12:33
*** pcaruana has joined #openstack-horizon12:34
*** yamamoto has quit IRC13:21
*** yamamoto has joined #openstack-horizon13:24
*** yamamoto has quit IRC13:29
*** ianychoi has quit IRC13:34
*** ianychoi has joined #openstack-horizon13:35
*** rajalokan has quit IRC13:56
*** yamamoto has joined #openstack-horizon14:27
*** yamamoto has quit IRC14:35
*** wolverineav has quit IRC14:45
*** wolverineav has joined #openstack-horizon14:48
*** savvas has quit IRC14:50
*** wolverineav has quit IRC14:52
*** jerrygb has quit IRC15:37
*** masco has joined #openstack-horizon16:33
*** masco has quit IRC16:52
lenardsI'm trying to work on a bug, and I can't figure out how to pull someone's topic branch17:36
lenardsrob mentioned that i could "push a new patchset" to this https://review.openstack.org/#/c/457194/17:36
lenardsbut I'm too much of a newb w/ gerrit and git review to understand if bugs/1420370 is a branch I can pull from the `review` remote, or what17:37
lenardsI can take this question to #openstack-dev or #openstack-101 if that's the right move17:38
lenardsugh - I meant of found waht I'm missing ... nvm17:39
lenardsin someone searches and seeing my flailing...17:50
lenardsthe answer to my question, is that you can fetch the topic by using the $PARENT_CHANGE_NUMBER, which is the number the review URI and noted Change {id}17:50
lenardsIn my case, it was 457194 ... so `git review -d 457194`17:50
*** openstackgerrit has joined #openstack-horizon17:55
openstackgerritAndrew Lenards proposed openstack/horizon master: Remove redundant keyword argument  https://review.openstack.org/46866517:55
lenardsugh - I didn't realize it would make a new review for the change :/17:56
robcresswelllenards: If you do got review -d and then git review it should override the original18:15
lenardsthat's what I did18:16
lenardshuh18:16
lenardshttp://paste.openstack.org/show/610792/18:17
lenardsshould I have done a `git review -D`? or something else?18:17
lenardsthe original change is failing 4 of the gates and when I run `tox` locally, it's failing tests18:18
lenardsbut the local tox fails could be me doing with the local env18:18
lenardsrobcresswell: is it because I'm not the author of the original patchset?18:19
robcresswelllenards: Nah you should be able to push to anyone's change19:00
robcresswellI do, pretty often19:01
*** chlong has joined #openstack-horizon19:12
lenardsBut you have the permissions I bet19:31
lenardsI tried to do a `git review -D` and got a "you don't have 'Push' right" or something19:33
*** pcaruana has quit IRC19:40
lenardsI mean, I know we met in Boston - but it might seem like I'm a dolt or somewhat incompetent, so here's the paste on trying to `git review -D`, which I believe is how I would have overridden the topic branch with a new patchset (maybe)20:25
lenardshttp://paste.openstack.org/show/610796/20:25
lenardsthe key line to me is: "You need 'Push' rights to upload code review requests. "20:26
lenardsbut I'm totally new to gerrit and git-review, so there's that20:26
lenardsI think figured out where I screwed up ...I didn't have a Change-Id in my commit messages20:59
openstackgerritAndrew Lenards proposed openstack/horizon master: Added an asterisk on the network address field of subnet create  https://review.openstack.org/46867521:43
*** wolverineav has joined #openstack-horizon21:44
openstackgerritAndrew Lenards proposed openstack/horizon master: Added an asterisk on the network address field of subnet create  https://review.openstack.org/45719421:47
robcresswelllenards: Were you doing a git commit --amend? It should've kept the same change ID. I guess gerrit tracks by the changeid.21:55
robcresswelllenards: Also please don't worry about seeming stupid; I would prefer you ask questions than bang your head against a wall and get nothing done.21:56
lenardsNo, I misunderstood and I did it as a new comment - so there was a new Change-Id, so I've undone it (I think/hope) by doing a squash of my changes into Rajib's commit21:56
robcresswelllenards: Ah, okay. So the way we work is always single commits; if you edit someone else's, or your own work, you always want to amend the existing commit, not add a new one.21:57
lenardsI learned something about gerrit / git-review21:57
lenardsOkay, should I try to undo - what I've done? I'm not sure if my squash was a no-no.21:58
robcresswelllenards: If its squashed it should still seem like a single commit. I'll take a look on Monday :)21:59
lenardsI see now how doing a `git commit --amend` would have been better - as the changeset would be associated ... from a history perspective, I think what I've done is still acceptable21:59
lenardsya - the squash will just look like the original author did it that way from jump-streeet21:59
lenardswhich makes the -1 feedback likely a bit odd21:59
lenardsbut whenever is fine by me ... just trying to become half-productive22:01
*** wolverineav has quit IRC22:38
*** wolverineav has joined #openstack-horizon22:39
*** wolverineav has quit IRC22:45
*** andrewbogott has quit IRC22:54
*** sridhar_ram has quit IRC22:54
*** ediardo has quit IRC22:54
*** mgagne has quit IRC22:54
*** asettle has quit IRC22:55
*** sridhar_ram has joined #openstack-horizon22:57
*** ediardo has joined #openstack-horizon22:57
*** jlopezgu has quit IRC22:58
*** asettle has joined #openstack-horizon23:00
*** asettle is now known as Guest5942723:01
*** mgagne has joined #openstack-horizon23:01
*** andrewbogott has joined #openstack-horizon23:01
*** jlopezgu has joined #openstack-horizon23:01
*** mgagne is now known as Guest7961923:01

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