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

Issue 498523002: [Sheriff-o-matic] Use likely_revisions instead of first_failing/last_passing (Closed)

Created:
6 years, 4 months ago by Mathieu
Modified:
6 years, 3 months ago
Reviewers:
ojan
CC:
ojan, blink-reviews, cbiesinger, dsinclair, jochen (gone - plz use gerrit), leviw_travelin_and_unemployed, michaelpg, szager1, teravest
Project:
blink
Visibility:
Public.

Description

[Sheriff-o-matic] Use likely_revisions instead of first_failing/last_passing This will help in the transition to git hashes. BUG=400408 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180933

Patch Set 1 : works #

Patch Set 2 : sort git hashes #

Total comments: 25

Patch Set 3 : addressed comments #

Patch Set 4 : rebase #

Total comments: 11

Patch Set 5 : #

Total comments: 2

Patch Set 6 : rebase + no sort #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -212 lines) Patch
M Tools/GardeningServer/model/ct-commit-list.html View 1 2 3 4 5 1 chunk +25 lines, -30 lines 0 comments Download
M Tools/GardeningServer/model/ct-commit-list-mock.html View 1 chunk +2 lines, -13 lines 0 comments Download
M Tools/GardeningServer/model/ct-commit-log.html View 1 2 3 4 2 chunks +14 lines, -20 lines 0 comments Download
M Tools/GardeningServer/model/ct-commit-log-mock.html View 1 chunk +1 line, -1 line 0 comments Download
M Tools/GardeningServer/model/ct-failure.html View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M Tools/GardeningServer/model/ct-failure-group.html View 1 2 3 4 5 2 chunks +2 lines, -5 lines 0 comments Download
M Tools/GardeningServer/model/test/ct-commit-list-tests.html View 1 2 3 4 1 chunk +5 lines, -47 lines 0 comments Download
M Tools/GardeningServer/model/test/ct-commit-log-tests.html View 1 2 3 4 1 chunk +15 lines, -6 lines 0 comments Download
M Tools/GardeningServer/model/test/ct-failure-group-tests.html View 1 2 3 4 5 11 chunks +15 lines, -15 lines 0 comments Download
M Tools/GardeningServer/ui/ct-failure-analyzer.html View 1 2 3 4 5 8 chunks +48 lines, -25 lines 0 comments Download
M Tools/GardeningServer/ui/ct-failure-card.html View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M Tools/GardeningServer/ui/ct-unexpected-failures.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Tools/GardeningServer/ui/test/ct-commit-list-tests.html View 1 chunk +1 line, -1 line 0 comments Download
M Tools/GardeningServer/ui/test/ct-failure-analyzer-tests.html View 1 2 3 4 5 1 chunk +17 lines, -29 lines 0 comments Download
M Tools/GardeningServer/ui/test/ct-failure-card-tests.html View 1 2 3 4 5 3 chunks +7 lines, -5 lines 0 comments Download
M Tools/GardeningServer/ui/test/ct-failure-stream-tests.html View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M Tools/GardeningServer/ui/test/ct-revision-details-tests.html View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Mathieu
Hi, Please have a look!
6 years, 4 months ago (2014-08-22 19:26:48 UTC) #1
ojan
Thanks for rushing this through. https://codereview.chromium.org/498523002/diff/80001/Tools/GardeningServer/model/ct-commit-list.html File Tools/GardeningServer/model/ct-commit-list.html (right): https://codereview.chromium.org/498523002/diff/80001/Tools/GardeningServer/model/ct-commit-list.html#newcode38 Tools/GardeningServer/model/ct-commit-list.html:38: CTCommitList.prototype._getCommitsForRepo = function(repository) { ...
6 years, 4 months ago (2014-08-23 01:23:06 UTC) #2
Mathieu
Have a look! https://codereview.chromium.org/498523002/diff/80001/Tools/GardeningServer/model/ct-commit-list.html File Tools/GardeningServer/model/ct-commit-list.html (right): https://codereview.chromium.org/498523002/diff/80001/Tools/GardeningServer/model/ct-commit-list.html#newcode38 Tools/GardeningServer/model/ct-commit-list.html:38: CTCommitList.prototype._getCommitsForRepo = function(repository) { On 2014/08/23 ...
6 years, 3 months ago (2014-08-24 23:42:11 UTC) #3
ojan
lgtm, but please change the implementation of the comparator back before committing. Thanks for fixing ...
6 years, 3 months ago (2014-08-25 03:54:13 UTC) #4
Mathieu
Question https://codereview.chromium.org/498523002/diff/80001/Tools/GardeningServer/ui/ct-failure-analyzer.html File Tools/GardeningServer/ui/ct-failure-analyzer.html (right): https://codereview.chromium.org/498523002/diff/80001/Tools/GardeningServer/ui/ct-failure-analyzer.html#newcode50 Tools/GardeningServer/ui/ct-failure-analyzer.html:50: // At this point |a.revisions| and |b.revisions| are ...
6 years, 3 months ago (2014-08-25 13:03:22 UTC) #5
ojan
As I think about this more, I think the right end result for this code ...
6 years, 3 months ago (2014-08-25 18:09:41 UTC) #6
Mathieu
Reworked, so you'll probably need to re-review. Please make sure the data binding is how ...
6 years, 3 months ago (2014-08-26 15:47:40 UTC) #7
ojan
lgtm Yay! This is awesome. I really appreciate your work on this stuff. https://codereview.chromium.org/498523002/diff/140001/Tools/GardeningServer/model/ct-commit-list.html File ...
6 years, 3 months ago (2014-08-26 22:39:25 UTC) #8
Mathieu
Nasty merge! Submitting https://codereview.chromium.org/498523002/diff/140001/Tools/GardeningServer/model/ct-commit-list.html File Tools/GardeningServer/model/ct-commit-list.html (right): https://codereview.chromium.org/498523002/diff/140001/Tools/GardeningServer/model/ct-commit-list.html#newcode55 Tools/GardeningServer/model/ct-commit-list.html:55: this.revisions[repo].sort(); On 2014/08/26 22:39:25, ojan-only-code-yellow-reviews wrote: ...
6 years, 3 months ago (2014-08-27 03:38:51 UTC) #9
Mathieu
The CQ bit was checked by mathp@chromium.org
6 years, 3 months ago (2014-08-27 03:39:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mathp@chromium.org/498523002/160001
6 years, 3 months ago (2014-08-27 03:39:53 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-08-27 03:40:29 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (160001) as 180933

Powered by Google App Engine
This is Rietveld 408576698