Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Issue 130803004: Indiciate the tree status in the rietveld message when bypassing hooks (Closed)

Created:
6 years, 11 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 11 months ago
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Indiciate the tree status in the rietveld message when bypassing hooks BUG=none R=iannucci@chromium.org,maruel@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=244793

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : updates #

Total comments: 3

Patch Set 5 : updates #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M gcl.py View 1 2 3 4 2 chunks +11 lines, -3 lines 2 comments Download
M git_cl.py View 1 2 3 4 3 chunks +8 lines, -5 lines 0 comments Download
M tests/gcl_unittest.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/git_cl_test.py View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
jochen (gone - plz use gerrit)
6 years, 11 months ago (2014-01-14 10:09:02 UTC) #1
iannucci
On 2014/01/14 10:09:02, jochen wrote: (rietveld fail... looks like patch may need to be reuploaded)
6 years, 11 months ago (2014-01-14 10:18:29 UTC) #2
iannucci
I'm OK with the basic concept though, and raw diff lgtm. Could we also kepp ...
6 years, 11 months ago (2014-01-14 10:21:44 UTC) #3
jochen (gone - plz use gerrit)
ptal
6 years, 11 months ago (2014-01-14 10:21:48 UTC) #4
jochen (gone - plz use gerrit)
On 2014/01/14 10:21:44, iannucci wrote: > I'm OK with the basic concept though, and raw ...
6 years, 11 months ago (2014-01-14 10:22:18 UTC) #5
iannucci
On 2014/01/14 10:22:18, jochen wrote: > On 2014/01/14 10:21:44, iannucci wrote: > > I'm OK ...
6 years, 11 months ago (2014-01-14 10:28:15 UTC) #6
jochen (gone - plz use gerrit)
ptal
6 years, 11 months ago (2014-01-14 10:48:23 UTC) #7
M-A Ruel
https://codereview.chromium.org/130803004/diff/170001/gcl.py File gcl.py (right): https://codereview.chromium.org/130803004/diff/170001/gcl.py#newcode738 gcl.py:738: return git_cl.GetTreeStatus(tree_status_url) if tree_status_url else "unset" return None otherwise. ...
6 years, 11 months ago (2014-01-14 19:07:33 UTC) #8
iannucci
https://codereview.chromium.org/130803004/diff/170001/gcl.py File gcl.py (right): https://codereview.chromium.org/130803004/diff/170001/gcl.py#newcode738 gcl.py:738: return git_cl.GetTreeStatus(tree_status_url) if tree_status_url else "unset" On 2014/01/14 19:07:34, ...
6 years, 11 months ago (2014-01-14 19:23:41 UTC) #9
jochen (gone - plz use gerrit)
ptal I left the status in for the breakpad call, so we have a full ...
6 years, 11 months ago (2014-01-14 19:41:31 UTC) #10
iannucci
https://codereview.chromium.org/130803004/diff/210001/gcl.py File gcl.py (right): https://codereview.chromium.org/130803004/diff/210001/gcl.py#newcode738 gcl.py:738: return git_cl.GetTreeStatus(tree_status_url) if tree_status_url else "unset" this should still ...
6 years, 11 months ago (2014-01-14 19:45:57 UTC) #11
jochen (gone - plz use gerrit)
On 2014/01/14 19:45:57, iannucci wrote: > https://codereview.chromium.org/130803004/diff/210001/gcl.py > File gcl.py (right): > > https://codereview.chromium.org/130803004/diff/210001/gcl.py#newcode738 > ...
6 years, 11 months ago (2014-01-14 19:49:32 UTC) #12
iannucci
On 2014/01/14 19:49:32, jochen wrote: > On 2014/01/14 19:45:57, iannucci wrote: > > https://codereview.chromium.org/130803004/diff/210001/gcl.py > ...
6 years, 11 months ago (2014-01-14 19:56:13 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/130803004/210001
6 years, 11 months ago (2014-01-14 19:58:23 UTC) #14
commit-bot: I haz the power
Change committed as 244793
6 years, 11 months ago (2014-01-14 20:00:04 UTC) #15
Dirk Pranke
https://codereview.chromium.org/130803004/diff/210001/gcl.py File gcl.py (right): https://codereview.chromium.org/130803004/diff/210001/gcl.py#newcode1074 gcl.py:1074: comment += ' (tree was closed).' if GetTreeStatus() == ...
6 years, 11 months ago (2014-01-14 22:56:20 UTC) #16
iannucci
6 years, 11 months ago (2014-01-14 23:23:33 UTC) #17
Message was sent while issue was closed.
On 2014/01/14 22:56:20, Dirk Pranke wrote:
> https://codereview.chromium.org/130803004/diff/210001/gcl.py
> File gcl.py (right):
> 
> https://codereview.chromium.org/130803004/diff/210001/gcl.py#newcode1074
> gcl.py:1074: comment += ' (tree was closed).' if GetTreeStatus() == 'closed'
> else '.'
> Since "tree was closed" is not the same thing as "presubmit was bypassed",
it's
> too bad that we can't distinguish between these two cases. I.e., it would be
> nice to know if the other hooks ran and passed, but we can't currently do this
> without a fair amount of rejiggering, I think.

Agreed.

Powered by Google App Engine
This is Rietveld 408576698