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

Issue 2058173003: [som] Add revision range exapansion. (Closed)

Created:
4 years, 6 months ago by seanmccullough1
Modified:
4 years, 6 months ago
Reviewers:
martiniss
CC:
chromium-reviews, infra-reviews+infra_chromium.org
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

[som] Add revision range exapansion. - Add a handler for /api/v1/revrange/:start/:end, redirects to a url for fetching all of the revisions expanded in json. - Adds a som-rev-range element. It's an expand-on-tap widget that works very similarly to the old Sheriff-o-Matic. BUG=619188 Committed: https://chromium.googlesource.com/infra/infra/+/ef19815c4d99f6c691bfd76ac525bb56980b3178

Patch Set 1 #

Patch Set 2 : add tests #

Total comments: 14

Patch Set 3 : add tests #

Patch Set 4 : no-message:) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+310 lines, -44 lines) Patch
M go/src/infra/appengine/sheriff-o-matic/elements/som-extension-build-failure.html View 1 5 chunks +4 lines, -43 lines 0 comments Download
A go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
M go/src/infra/appengine/sheriff-o-matic/main.go View 1 2 2 chunks +54 lines, -0 lines 0 comments Download
M go/src/infra/appengine/sheriff-o-matic/main_test.go View 1 2 2 chunks +27 lines, -0 lines 0 comments Download
M go/src/infra/appengine/sheriff-o-matic/sheriff-o-matic.infra_testing View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M go/src/infra/appengine/sheriff-o-matic/test/index.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A go/src/infra/appengine/sheriff-o-matic/test/som-rev-range-test.html View 1 2 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
seanmccullough1
4 years, 6 months ago (2016-06-13 21:53:05 UTC) #2
martiniss
https://codereview.chromium.org/2058173003/diff/20001/go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html File go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html (right): https://codereview.chromium.org/2058173003/diff/20001/go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html#newcode50 go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html:50: let url = `/api/v1/revrange/${start}/${end}`; why ` instead of '? ...
4 years, 6 months ago (2016-06-13 22:01:04 UTC) #3
seanmccullough1
https://codereview.chromium.org/2058173003/diff/20001/go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html File go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html (right): https://codereview.chromium.org/2058173003/diff/20001/go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html#newcode50 go/src/infra/appengine/sheriff-o-matic/elements/som-rev-range.html:50: let url = `/api/v1/revrange/${start}/${end}`; On 2016/06/13 22:01:03, martiniss wrote: ...
4 years, 6 months ago (2016-06-13 23:27:38 UTC) #4
martiniss
lgtm
4 years, 6 months ago (2016-06-13 23:32:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2058173003/40001
4 years, 6 months ago (2016-06-13 23:33:07 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Infra Mac Tester on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Infra%20Mac%20Tester/builds/2218)
4 years, 6 months ago (2016-06-13 23:43:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2058173003/60001
4 years, 6 months ago (2016-06-13 23:49:08 UTC) #12
commit-bot: I haz the power
4 years, 6 months ago (2016-06-14 00:15:12 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/infra/infra/+/ef19815c4d99f6c691bfd76ac525b...

Powered by Google App Engine
This is Rietveld 408576698