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

Issue 1927403003: Avoid computing patch_root in get_files_affected_by_patch. (Closed)

Created:
4 years, 7 months ago by tandrii(chromium)
Modified:
4 years, 7 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@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Avoid computing patch_root in get_files_affected_by_patch. Context: See https://codereview.chromium.org/1934533002/#msg19 for context. Allows: https://codereview.chromium.org/1933223002 Next - testing that it works for skia, upgrading old users to new method, and finally killing old code. R=machenbach@chromium.org,rmistry@chromium.org BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300395

Patch Set 1 #

Total comments: 2

Patch Set 2 : rework #

Patch Set 3 : Real rework + downstream #

Total comments: 6

Patch Set 4 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -6 lines) Patch
M recipe_modules/tryserver/api.py View 1 2 3 1 chunk +34 lines, -1 line 0 comments Download
M recipe_modules/tryserver/example.py View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
A + recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + recipe_modules/tryserver/example.expected/with_wrong_patch_new.json View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (15 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1927403003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927403003/1
4 years, 7 months ago (2016-04-29 14:04:33 UTC) #2
tandrii(chromium)
4 years, 7 months ago (2016-04-29 14:04:34 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-29 14:06:43 UTC) #5
Paweł Hajdan Jr.
LGTM See https://codereview.chromium.org/1934533002/#msg19 for context.
4 years, 7 months ago (2016-04-29 14:07:56 UTC) #7
Michael Achenbach
lgtm
4 years, 7 months ago (2016-04-29 14:08:44 UTC) #8
Michael Achenbach
On 2016/04/29 14:08:44, Michael Achenbach wrote: > lgtm also consider moving to the git recipe ...
4 years, 7 months ago (2016-04-29 14:09:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1927403003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927403003/1
4 years, 7 months ago (2016-04-29 14:10:52 UTC) #11
Michael Achenbach
https://codereview.chromium.org/1927403003/diff/1/recipe_modules/gclient/api.py File recipe_modules/gclient/api.py (right): https://codereview.chromium.org/1927403003/diff/1/recipe_modules/gclient/api.py#newcode382 recipe_modules/gclient/api.py:382: patch_root = self.calculate_patch_root(patch_project, gclient_config) Maybe patch_root should be a ...
4 years, 7 months ago (2016-04-29 14:11:54 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/1927403003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927403003/20001
4 years, 7 months ago (2016-04-29 14:33:01 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-29 14:35:51 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1927403003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927403003/40001
4 years, 7 months ago (2016-04-29 15:08:28 UTC) #21
tandrii(chromium)
Now it's ready, still backwards compatible, but you can see proposed downstream changes that show ...
4 years, 7 months ago (2016-04-29 15:09:42 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-04-29 15:10:59 UTC) #24
Michael Achenbach
lgtm with comments: https://codereview.chromium.org/1927403003/diff/40001/recipe_modules/gclient/__init__.py File recipe_modules/gclient/__init__.py (right): https://codereview.chromium.org/1927403003/diff/40001/recipe_modules/gclient/__init__.py#newcode2 recipe_modules/gclient/__init__.py:2: 'git', Why the gclient changes? Do ...
4 years, 7 months ago (2016-05-02 06:44:32 UTC) #25
Paweł Hajdan Jr.
LGTM
4 years, 7 months ago (2016-05-02 09:30:39 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1927403003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927403003/60001
4 years, 7 months ago (2016-05-02 09:56:33 UTC) #28
tandrii(chromium)
Thanks for review! https://codereview.chromium.org/1927403003/diff/40001/recipe_modules/gclient/__init__.py File recipe_modules/gclient/__init__.py (right): https://codereview.chromium.org/1927403003/diff/40001/recipe_modules/gclient/__init__.py#newcode2 recipe_modules/gclient/__init__.py:2: 'git', On 2016/05/02 06:44:32, Michael Achenbach ...
4 years, 7 months ago (2016-05-02 09:56:37 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1927403003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1927403003/60001
4 years, 7 months ago (2016-05-02 09:57:22 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:60001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=300395
4 years, 7 months ago (2016-05-02 10:00:10 UTC) #34
Michael Achenbach
4 years, 7 months ago (2016-05-02 10:20:26 UTC) #35
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698