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

Issue 3019553002: [pinpoint] Gerrit patch support. (Closed)

Created:
3 years, 3 months ago by dtu
Modified:
3 years, 2 months ago
Reviewers:
perezju, shatch, sullivan
CC:
catapult-reviews_chromium.org, perf-dashboard-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

[pinpoint] Gerrit patch support. GerritPatch.FromDict() is designed to take two formats: * A patch URL, that a user might enter into a dialog when kicking off a try job. * A dict of fields containing info that: * A builder will have available when building with a Gerrit patch. * Can be used to look up the patch in the Gerrit API. * Uniquely identifies a patch revision. BUG=catapult:#3884 Review-Url: https://chromiumcodereview.appspot.com/3019553002 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/f68ffdaec72c9175bf45a70b5db4c8ea6d56f48f

Patch Set 1 #

Total comments: 2

Patch Set 2 : Example URL #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -61 lines) Patch
M dashboard/dashboard/pinpoint/models/change/__init__.py View 1 chunk +1 line, -1 line 0 comments Download
M dashboard/dashboard/pinpoint/models/change/change.py View 1 chunk +1 line, -1 line 0 comments Download
M dashboard/dashboard/pinpoint/models/change/change_test.py View 5 chunks +19 lines, -13 lines 0 comments Download
M dashboard/dashboard/pinpoint/models/change/patch.py View 1 1 chunk +78 lines, -7 lines 3 comments Download
M dashboard/dashboard/pinpoint/models/change/patch_test.py View 1 chunk +87 lines, -15 lines 0 comments Download
M dashboard/dashboard/pinpoint/models/quest/find_isolate.py View 1 chunk +1 line, -8 lines 0 comments Download
M dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py View 5 chunks +8 lines, -15 lines 0 comments Download
A dashboard/dashboard/services/gerrit_service.py View 1 chunk +15 lines, -0 lines 0 comments Download
A dashboard/dashboard/services/gerrit_service_test.py View 1 chunk +37 lines, -0 lines 0 comments Download
M dashboard/dashboard/services/request.py View 1 chunk +7 lines, -1 line 0 comments Download
M dashboard/dashboard/services/request_test.py View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
dtu
3 years, 3 months ago (2017-09-22 21:16:46 UTC) #2
perezju
lgtm https://codereview.chromium.org/3019553002/diff/1/dashboard/dashboard/pinpoint/models/change/patch.py File dashboard/dashboard/pinpoint/models/change/patch.py (right): https://codereview.chromium.org/3019553002/diff/1/dashboard/dashboard/pinpoint/models/change/patch.py#newcode70 dashboard/dashboard/pinpoint/models/change/patch.py:70: url_parts = urlparse.urlparse(data) nit: Add a small comment ...
3 years, 2 months ago (2017-09-25 09:22:21 UTC) #4
shatch
lgtm
3 years, 2 months ago (2017-09-25 14:13:34 UTC) #5
dtu
https://codereview.chromium.org/3019553002/diff/1/dashboard/dashboard/pinpoint/models/change/patch.py File dashboard/dashboard/pinpoint/models/change/patch.py (right): https://codereview.chromium.org/3019553002/diff/1/dashboard/dashboard/pinpoint/models/change/patch.py#newcode70 dashboard/dashboard/pinpoint/models/change/patch.py:70: url_parts = urlparse.urlparse(data) On 2017/09/25 09:22:21, perezju wrote: > ...
3 years, 2 months ago (2017-09-25 20:29:55 UTC) #6
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/3019553002/20001
3 years, 2 months ago (2017-09-25 20:30:18 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Windows Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Windows%20Tryserver/builds/8968)
3 years, 2 months ago (2017-09-25 21:24:48 UTC) #11
perezju
https://codereview.chromium.org/3019553002/diff/20001/dashboard/dashboard/pinpoint/models/change/patch.py File dashboard/dashboard/pinpoint/models/change/patch.py (right): https://codereview.chromium.org/3019553002/diff/20001/dashboard/dashboard/pinpoint/models/change/patch.py#newcode75 dashboard/dashboard/pinpoint/models/change/patch.py:75: revision = None how do we know to which ...
3 years, 2 months ago (2017-09-26 09:15:47 UTC) #12
dtu
https://codereview.chromium.org/3019553002/diff/20001/dashboard/dashboard/pinpoint/models/change/patch.py File dashboard/dashboard/pinpoint/models/change/patch.py (right): https://codereview.chromium.org/3019553002/diff/20001/dashboard/dashboard/pinpoint/models/change/patch.py#newcode75 dashboard/dashboard/pinpoint/models/change/patch.py:75: revision = None On 2017/09/26 09:15:47, perezju wrote: > ...
3 years, 2 months ago (2017-09-26 20:00:23 UTC) #15
dtu
The Windows tryserver failure I think will be fixed in https://codereview.chromium.org/3017633002/
3 years, 2 months ago (2017-09-26 20:00:55 UTC) #16
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/3019553002/20001
3 years, 2 months ago (2017-09-26 21:29:19 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/f68ffdaec72c9175bf45a70b5db4c8ea6d56f48f
3 years, 2 months ago (2017-09-26 22:01:43 UTC) #21
perezju
3 years, 2 months ago (2017-09-27 08:21:47 UTC) #22
Message was sent while issue was closed.
https://codereview.chromium.org/3019553002/diff/20001/dashboard/dashboard/pin...
File dashboard/dashboard/pinpoint/models/change/patch.py (right):

https://codereview.chromium.org/3019553002/diff/20001/dashboard/dashboard/pin...
dashboard/dashboard/pinpoint/models/change/patch.py:75: revision = None
On 2017/09/26 20:00:23, dtu wrote:
> the numeric Change-Id is unique across all repos.

Wow, had no idea. Ok, thanks for the explanation!

Powered by Google App Engine
This is Rietveld 408576698