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

Issue 2028303006: Refactor git_footers for later use in git cl. (Closed)

Created:
4 years, 6 months ago by tandrii(chromium)
Modified:
4 years, 6 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@footer
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Refactor git_footers for later use in git cl. Motivation: git_cl should start understanding Gerrit's git footers, to avoid appending BUG= after Change-Id: Ixxx line. R=sergiyb@chromium.org BUG=614587 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300691

Patch Set 1 #

Patch Set 2 : more tests #

Patch Set 3 : more refactor #

Total comments: 27

Patch Set 4 : awesome review #

Patch Set 5 : Updated patchset dependency #

Total comments: 2

Patch Set 6 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -38 lines) Patch
M git_footers.py View 1 2 3 4 5 3 chunks +64 lines, -37 lines 0 comments Download
M tests/git_footers_test.py View 1 2 3 3 chunks +40 lines, -1 line 0 comments Download

Messages

Total messages: 31 (13 generated)
tandrii(chromium)
4 years, 6 months ago (2016-06-02 19:40:06 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028303006/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028303006/1
4 years, 6 months ago (2016-06-02 19:40:08 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028303006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028303006/20001
4 years, 6 months ago (2016-06-02 20:03:21 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 20:06:52 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028303006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028303006/40001
4 years, 6 months ago (2016-06-02 20:24:41 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 20:28:34 UTC) #11
Sergiy Byelozyorov
Please also see my comments in https://codereview.chromium.org/2038673002/. https://codereview.chromium.org/2028303006/diff/40001/git_footers.py File git_footers.py (left): https://codereview.chromium.org/2028303006/diff/40001/git_footers.py#oldcode70 git_footers.py:70: nit: keep ...
4 years, 6 months ago (2016-06-02 23:16:27 UTC) #12
Yoshisato Yanagisawa
https://codereview.chromium.org/2028303006/diff/40001/git_footers.py File git_footers.py (right): https://codereview.chromium.org/2028303006/diff/40001/git_footers.py#newcode54 git_footers.py:54: if line == '' or line.isspace(): Is non footer ...
4 years, 6 months ago (2016-06-03 07:00:00 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028303006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028303006/60001
4 years, 6 months ago (2016-06-03 09:16:12 UTC) #16
tandrii(chromium)
thanks for reviews! https://codereview.chromium.org/2028303006/diff/40001/git_footers.py File git_footers.py (left): https://codereview.chromium.org/2028303006/diff/40001/git_footers.py#oldcode70 git_footers.py:70: On 2016/06/02 23:16:27, Sergiy Byelozyorov wrote: ...
4 years, 6 months ago (2016-06-03 09:16:17 UTC) #17
Yoshisato Yanagisawa
lgtm
4 years, 6 months ago (2016-06-03 09:19:32 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 09:19:42 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028303006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028303006/80001
4 years, 6 months ago (2016-06-03 09:49:26 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 09:55:17 UTC) #24
Sergiy Byelozyorov
lgtm w/ optional __doc__ improvement suggestion https://codereview.chromium.org/2028303006/diff/40001/git_footers.py File git_footers.py (right): https://codereview.chromium.org/2028303006/diff/40001/git_footers.py#newcode38 git_footers.py:38: # Read footers ...
4 years, 6 months ago (2016-06-03 12:43:07 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2028303006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2028303006/100001
4 years, 6 months ago (2016-06-03 12:55:07 UTC) #28
tandrii(chromium)
https://codereview.chromium.org/2028303006/diff/80001/git_footers.py File git_footers.py (right): https://codereview.chromium.org/2028303006/diff/80001/git_footers.py#newcode26 git_footers.py:26: """Returns footer's key and value if footer is valid, ...
4 years, 6 months ago (2016-06-03 12:55:23 UTC) #29
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 12:58:22 UTC) #31
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=300691

Powered by Google App Engine
This is Rietveld 408576698