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

Issue 19967004: Add color support to git cl and fetch issue properties in parallel. (Closed)

Created:
7 years, 5 months ago by M-A Ruel
Modified:
7 years, 5 months ago
Reviewers:
iannucci
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Add color support to git cl and fetch issue properties in parallel. Add cache for issue properties. Add --fast option in case the HTTP requests become an issue. Everyone loves colors: - White means no issue is associated with the branch. - Red means no email was sent to request a review. Also red if the issue doesn't exist anymore. - Blue means the issue was not LGTM'ed yet. - Green means the issue was LGTM'ed and is likely ready to commit or be CQ'ed. R=iannucci@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=213265

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix GetMostRecentPatchset usage #

Patch Set 3 : rietveld ate the previous patchset #

Total comments: 4

Patch Set 4 : Remove 'issue' arg #

Patch Set 5 : Rietveld ate my last patchset #

Total comments: 2

Patch Set 6 : now works #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -32 lines) Patch
M git_cl.py View 1 2 3 4 5 12 chunks +89 lines, -32 lines 2 comments Download

Messages

Total messages: 11 (0 generated)
M-A Ruel
Dependent on https://codereview.chromium.org/19976002 Timing is a bit random, for a repository with 12 branches with ...
7 years, 5 months ago (2013-07-22 18:28:27 UTC) #1
iannucci
lgtm % comment https://chromiumcodereview.appspot.com/19967004/diff/1/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/1/git_cl.py#newcode681 git_cl.py:681: def GetMostRecentPatchset(self, issue): issue is unused?
7 years, 5 months ago (2013-07-23 02:07:28 UTC) #2
M-A Ruel
https://chromiumcodereview.appspot.com/19967004/diff/1/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/1/git_cl.py#newcode681 git_cl.py:681: def GetMostRecentPatchset(self, issue): On 2013/07/23 02:07:28, iannucci wrote: > ...
7 years, 5 months ago (2013-07-23 14:32:42 UTC) #3
iannucci
https://chromiumcodereview.appspot.com/19967004/diff/8001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/8001/git_cl.py#newcode689 git_cl.py:689: if issue: probably should do issue is None... technically ...
7 years, 5 months ago (2013-07-23 18:34:15 UTC) #4
M-A Ruel
https://chromiumcodereview.appspot.com/19967004/diff/8001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/8001/git_cl.py#newcode689 git_cl.py:689: if issue: On 2013/07/23 18:34:16, iannucci wrote: > probably ...
7 years, 5 months ago (2013-07-23 18:49:43 UTC) #5
iannucci
https://chromiumcodereview.appspot.com/19967004/diff/17001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/17001/git_cl.py#newcode1804 git_cl.py:1804: issue, False)['patchsets'][-1] Wouldn't it be pretty easy to just ...
7 years, 5 months ago (2013-07-23 19:08:27 UTC) #6
M-A Ruel
https://chromiumcodereview.appspot.com/19967004/diff/17001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/17001/git_cl.py#newcode1804 git_cl.py:1804: issue, False)['patchsets'][-1] On 2013/07/23 19:08:27, iannucci wrote: > Wouldn't ...
7 years, 5 months ago (2013-07-23 19:32:39 UTC) #7
iannucci
lgtm https://chromiumcodereview.appspot.com/19967004/diff/22001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/22001/git_cl.py#newcode1738 git_cl.py:1738: cl.SetIssue(None) if you git cl issue 0, will ...
7 years, 5 months ago (2013-07-23 21:19:24 UTC) #8
M-A Ruel
https://chromiumcodereview.appspot.com/19967004/diff/22001/git_cl.py File git_cl.py (right): https://chromiumcodereview.appspot.com/19967004/diff/22001/git_cl.py#newcode1738 git_cl.py:1738: cl.SetIssue(None) On 2013/07/23 21:19:25, iannucci wrote: > if you ...
7 years, 5 months ago (2013-07-23 23:22:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/19967004/22001
7 years, 5 months ago (2013-07-23 23:22:43 UTC) #10
commit-bot: I haz the power
7 years, 5 months ago (2013-07-23 23:25:10 UTC) #11
Message was sent while issue was closed.
Change committed as 213265

Powered by Google App Engine
This is Rietveld 408576698