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

Issue 2087093002: Add upload and issue to git_cl recipe module (Closed)

Created:
4 years, 6 months ago by martiniss
Modified:
4 years, 5 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

Patch Set 1 #

Total comments: 10

Patch Set 2 : Use new git_cl thing. #

Total comments: 2

Patch Set 3 : utf-8 #

Patch Set 4 : Re-gen expectations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M recipe_modules/git_cl/api.py View 1 2 chunks +13 lines, -0 lines 0 comments Download
M recipe_modules/git_cl/example.py View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M recipe_modules/git_cl/example.expected/basic.json View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
martiniss
FYI Almost good to go, but expect_tests is unhappy about the example.py. Robbie, are we ...
4 years, 6 months ago (2016-06-22 00:02:55 UTC) #2
tandrii(chromium)
https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py File recipe_modules/git_cl/api.py (right): https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py#newcode12 recipe_modules/git_cl/api.py:12: for i in range(len(msg)): 1. Pythonic way: for i, ...
4 years, 6 months ago (2016-06-22 14:41:15 UTC) #3
martiniss
https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py File recipe_modules/git_cl/api.py (right): https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py#newcode12 recipe_modules/git_cl/api.py:12: for i in range(len(msg)): On 2016/06/22 at 14:41:15, tandrii(chromium) ...
4 years, 6 months ago (2016-06-22 22:47:34 UTC) #4
tandrii(chromium)
https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py File recipe_modules/git_cl/api.py (right): https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py#newcode58 recipe_modules/git_cl/api.py:58: # message can have unicode, which we can't pass ...
4 years, 5 months ago (2016-06-23 11:23:50 UTC) #6
martiniss
https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py File recipe_modules/git_cl/api.py (right): https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py#newcode58 recipe_modules/git_cl/api.py:58: # message can have unicode, which we can't pass ...
4 years, 5 months ago (2016-06-23 18:35:41 UTC) #7
martiniss
https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py File recipe_modules/git_cl/api.py (right): https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py#newcode58 recipe_modules/git_cl/api.py:58: # message can have unicode, which we can't pass ...
4 years, 5 months ago (2016-06-23 18:44:15 UTC) #8
tandrii(chromium)
On 2016/06/23 18:44:15, martiniss wrote: > https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py > File recipe_modules/git_cl/api.py (right): > > https://codereview.chromium.org/2087093002/diff/1/recipe_modules/git_cl/api.py#newcode58 > ...
4 years, 5 months ago (2016-06-23 19:10:54 UTC) #9
martiniss
Ok, new patch up. Needs https://codereview.chromium.org/2095663003 to land this.
4 years, 5 months ago (2016-06-23 19:35:47 UTC) #10
tandrii(chromium)
LGTM % but I don't understand why latin1 and not utf8 https://codereview.chromium.org/2087093002/diff/20001/recipe_modules/git_cl/example.py File recipe_modules/git_cl/example.py (right): ...
4 years, 5 months ago (2016-06-23 19:53:54 UTC) #11
martiniss
https://codereview.chromium.org/2087093002/diff/20001/recipe_modules/git_cl/example.py File recipe_modules/git_cl/example.py (right): https://codereview.chromium.org/2087093002/diff/20001/recipe_modules/git_cl/example.py#newcode1 recipe_modules/git_cl/example.py:1: # -*- coding: latin-1 -*- On 2016/06/23 at 19:53:54, ...
4 years, 5 months ago (2016-06-23 20:41:05 UTC) #12
tandrii(chromium)
lgtm
4 years, 5 months ago (2016-06-23 20:56:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2087093002/40001
4 years, 5 months ago (2016-06-27 20:50:39 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: Depot Tools Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Depot%20Tools%20Presubmit/builds/712)
4 years, 5 months ago (2016-06-27 20:58:30 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2087093002/60001
4 years, 5 months ago (2016-06-28 19:06:50 UTC) #20
commit-bot: I haz the power
4 years, 5 months ago (2016-06-28 19:10:29 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/tools/depot_tools/+/808d7ea4f6feeb...

Powered by Google App Engine
This is Rietveld 408576698