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

Issue 11348122: Add presubmit check to verify issue is not closed. (Closed)

Created:
8 years, 1 month ago by Isaac (away)
Modified:
8 years ago
Reviewers:
Dirk Pranke, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp+cc_chromium.org, iannucci
Visibility:
Public.

Description

Add presubmit check to verify issue is not closed. This can come up when CQ closed an issue but the user's local branch is still tied to the issue. BUG=161702 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=171153

Patch Set 1 : #

Total comments: 6

Patch Set 2 : addr M-A comments, refactored rietveld call #

Total comments: 5

Patch Set 3 : changed CheckOwners to be backwards compitable. More changes to rietveld.py #

Total comments: 4

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -4 lines) Patch
M presubmit_canned_checks.py View 1 2 3 4 2 chunks +30 lines, -3 lines 0 comments Download
M tests/presubmit_unittest.py View 1 2 3 3 chunks +21 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
Isaac (away)
8 years, 1 month ago (2012-11-19 04:25:21 UTC) #1
M-A Ruel
I thought git-cl was already looking for it but I'm not 100% sure, maybe just ...
8 years, 1 month ago (2012-11-19 13:04:01 UTC) #2
Isaac (away)
It's not blocking it -- I checked. But git cl dcommit does reset the issue ...
8 years, 1 month ago (2012-11-19 19:12:34 UTC) #3
Dirk Pranke
lgtm w/ maruel's comments addressed.
8 years, 1 month ago (2012-11-19 19:57:06 UTC) #4
M-A Ruel
On 2012/11/19 19:57:06, Dirk Pranke wrote: > lgtm w/ maruel's comments addressed. Waiting for next ...
8 years, 1 month ago (2012-11-20 14:32:46 UTC) #5
Isaac (away)
issues addressed + a refactor to avoid the extra rietveld call. Ready for review. https://chromiumcodereview.appspot.com/11348122/diff/2002/presubmit_canned_checks.py ...
8 years, 1 month ago (2012-11-21 20:24:32 UTC) #6
M-A Ruel
https://chromiumcodereview.appspot.com/11348122/diff/1004/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/11348122/diff/1004/presubmit_canned_checks.py#newcode745 presubmit_canned_checks.py:745: def CheckOwners(input_api, output_api, issue_props, source_file_filter=None): https://code.google.com/p/chromium/source/search?q=CheckOwners you'll break depot_tools ...
8 years, 1 month ago (2012-11-21 20:48:37 UTC) #7
Isaac (away)
Made changes, ptal. https://chromiumcodereview.appspot.com/11348122/diff/1004/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/11348122/diff/1004/presubmit_canned_checks.py#newcode745 presubmit_canned_checks.py:745: def CheckOwners(input_api, output_api, issue_props, source_file_filter=None): On ...
8 years, 1 month ago (2012-11-22 06:53:15 UTC) #8
M-A Ruel
On 2012/11/22 06:53:15, Isaac wrote: > Good idea, but I'd like to punt on that. ...
8 years, 1 month ago (2012-11-22 15:48:38 UTC) #9
Isaac (away)
OK; will wait for that to land.
8 years, 1 month ago (2012-11-23 05:20:17 UTC) #10
Isaac (away)
Mmmkay. I tried again to upload to a closed issue and this time got an ...
8 years ago (2012-11-26 04:49:35 UTC) #11
M-A Ruel
https://chromiumcodereview.appspot.com/11348122/diff/9005/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/11348122/diff/9005/presubmit_canned_checks.py#newcode746 presubmit_canned_checks.py:746: issue_props=None): Can you rebase on ToT and remove this ...
8 years ago (2012-11-28 02:43:49 UTC) #12
Isaac (away)
OK, vastly simplified this CL, ptal :-) https://chromiumcodereview.appspot.com/11348122/diff/9005/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/11348122/diff/9005/presubmit_canned_checks.py#newcode746 presubmit_canned_checks.py:746: issue_props=None): On ...
8 years ago (2012-11-28 22:28:17 UTC) #13
Isaac (away)
ping?
8 years ago (2012-12-04 00:26:22 UTC) #14
M-A Ruel
lgtm with nit https://chromiumcodereview.appspot.com/11348122/diff/4006/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/11348122/diff/4006/presubmit_canned_checks.py#newcode803 presubmit_canned_checks.py:803: """Verify issue is not closed. Verifies ...
8 years ago (2012-12-04 11:52:51 UTC) #15
Isaac (away)
nits addressed, committing https://chromiumcodereview.appspot.com/11348122/diff/4006/presubmit_canned_checks.py File presubmit_canned_checks.py (right): https://chromiumcodereview.appspot.com/11348122/diff/4006/presubmit_canned_checks.py#newcode803 presubmit_canned_checks.py:803: """Verify issue is not closed. On ...
8 years ago (2012-12-05 04:01:37 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ilevy@chromium.org/11348122/14001
8 years ago (2012-12-05 04:01:57 UTC) #17
commit-bot: I haz the power
Change committed as 171153
8 years ago (2012-12-05 04:04:46 UTC) #18
Isaac (away)
Would have been nice to get a heads up that Robbie was doing something very ...
8 years ago (2012-12-05 09:54:09 UTC) #19
M-A Ruel
8 years ago (2012-12-05 14:42:43 UTC) #20
Message was sent while issue was closed.
On 2012/12/05 09:54:09, Isaac wrote:
> Would have been nice to get a heads up that Robbie was doing something very
> similar!  https://codereview.appspot.com/6851091/
> 
> Oh well, they are complementary...  Explains msg11 though!

Oh sorry, totally forgot to make the link.

Powered by Google App Engine
This is Rietveld 408576698