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

Issue 410483002: Add the revision details widget to sheriff-o-matic (Closed)

Created:
6 years, 5 months ago by leviw_travelin_and_unemployed
Modified:
6 years, 4 months ago
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

Add the revision details widget to sheriff-o-matic Reproduce the functionality of the old revision details information from garden-o-matic in sheriff-o-matic. R=ojan@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179666

Patch Set 1 #

Total comments: 11

Patch Set 2 : Update to ToT, add Popup Menu and tests. #

Total comments: 22

Patch Set 3 : Fix comments #

Total comments: 7

Patch Set 4 : Addressed comments #

Patch Set 5 : Spaces in the curlies! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -3 lines) Patch
A Tools/GardeningServer/model/ct-builder-revisions.html View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A Tools/GardeningServer/model/ct-builder-revisions-mock.html View 1 1 chunk +33 lines, -0 lines 0 comments Download
M Tools/GardeningServer/model/ct-commit-log.html View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M Tools/GardeningServer/model/ct-commit-log-mock.html View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Tools/GardeningServer/run-unittests.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Tools/GardeningServer/ui/ct-commit-list-tests.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M Tools/GardeningServer/ui/ct-failure-analyzer.html View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
A Tools/GardeningServer/ui/ct-popup-menu.html View 1 2 3 4 1 chunk +65 lines, -0 lines 0 comments Download
A Tools/GardeningServer/ui/ct-revision-details.html View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A Tools/GardeningServer/ui/ct-revision-details-tests.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
M Tools/GardeningServer/ui/ct-unexpected-failures.html View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
leviw_travelin_and_unemployed
6 years, 5 months ago (2014-07-21 22:29:47 UTC) #1
ojan
https://codereview.chromium.org/410483002/diff/1/Tools/GardeningServer/scripts/model.js File Tools/GardeningServer/scripts/model.js (right): https://codereview.chromium.org/410483002/diff/1/Tools/GardeningServer/scripts/model.js#newcode119 Tools/GardeningServer/scripts/model.js:119: model.latestRevisionWithNoBuildersInFlight = function() This all needs to be updated ...
6 years, 5 months ago (2014-07-21 23:22:38 UTC) #2
leviw_travelin_and_unemployed
PTAL https://codereview.chromium.org/410483002/diff/1/Tools/GardeningServer/ui/ct-revision-details-tests.html File Tools/GardeningServer/ui/ct-revision-details-tests.html (right): https://codereview.chromium.org/410483002/diff/1/Tools/GardeningServer/ui/ct-revision-details-tests.html#newcode34 Tools/GardeningServer/ui/ct-revision-details-tests.html:34: equal(revisionDetails.shadowRoot.querySelector('#fullyProcessedRevision').innerText, '1'); On 2014/07/21 23:22:37, ojan-only-code-yellow-reviews wrote: > ...
6 years, 4 months ago (2014-08-04 21:53:27 UTC) #3
ojan
A bunch of small things... https://codereview.chromium.org/410483002/diff/20001/Tools/GardeningServer/model/ct-builder-revisions.html File Tools/GardeningServer/model/ct-builder-revisions.html (right): https://codereview.chromium.org/410483002/diff/20001/Tools/GardeningServer/model/ct-builder-revisions.html#newcode15 Tools/GardeningServer/model/ct-builder-revisions.html:15: this[builder] = CTCommit.createIncomplete('http://src.chromium.org/viewvc/blink?rev={revision}', parseInt(builderData[builder]['blink']), ...
6 years, 4 months ago (2014-08-05 02:07:24 UTC) #4
leviw_travelin_and_unemployed
https://codereview.chromium.org/410483002/diff/20001/Tools/GardeningServer/model/ct-builder-revisions.html File Tools/GardeningServer/model/ct-builder-revisions.html (right): https://codereview.chromium.org/410483002/diff/20001/Tools/GardeningServer/model/ct-builder-revisions.html#newcode15 Tools/GardeningServer/model/ct-builder-revisions.html:15: this[builder] = CTCommit.createIncomplete('http://src.chromium.org/viewvc/blink?rev={revision}', parseInt(builderData[builder]['blink']), 'blink'); On 2014/08/05 02:07:23, ojan-only-code-yellow-reviews ...
6 years, 4 months ago (2014-08-05 20:51:18 UTC) #5
ojan
https://codereview.chromium.org/410483002/diff/20001/Tools/GardeningServer/model/ct-builder-revisions.html File Tools/GardeningServer/model/ct-builder-revisions.html (right): https://codereview.chromium.org/410483002/diff/20001/Tools/GardeningServer/model/ct-builder-revisions.html#newcode15 Tools/GardeningServer/model/ct-builder-revisions.html:15: this[builder] = CTCommit.createIncomplete('http://src.chromium.org/viewvc/blink?rev={revision}', parseInt(builderData[builder]['blink']), 'blink'); On 2014/08/05 20:51:17, leviw ...
6 years, 4 months ago (2014-08-06 22:58:46 UTC) #6
ojan
lgtm
6 years, 4 months ago (2014-08-06 22:59:01 UTC) #7
leviw_travelin_and_unemployed
https://codereview.chromium.org/410483002/diff/40001/Tools/GardeningServer/ui/ct-popup-menu.html File Tools/GardeningServer/ui/ct-popup-menu.html (right): https://codereview.chromium.org/410483002/diff/40001/Tools/GardeningServer/ui/ct-popup-menu.html#newcode16 Tools/GardeningServer/ui/ct-popup-menu.html:16: position: absolute; On 2014/08/06 22:58:46, ojan-only-code-yellow-reviews wrote: > We ...
6 years, 4 months ago (2014-08-06 23:37:11 UTC) #8
ojan
https://codereview.chromium.org/410483002/diff/40001/Tools/GardeningServer/ui/ct-popup-menu.html File Tools/GardeningServer/ui/ct-popup-menu.html (right): https://codereview.chromium.org/410483002/diff/40001/Tools/GardeningServer/ui/ct-popup-menu.html#newcode31 Tools/GardeningServer/ui/ct-popup-menu.html:31: <core-icon id="icon" src="{{src}}" icon="{{icon}}" on-click="{{ _toggleAction }}"></core-icon> Spaces in ...
6 years, 4 months ago (2014-08-06 23:38:40 UTC) #9
leviw_travelin_and_unemployed
On 2014/08/06 at 23:38:40, ojan wrote: > https://codereview.chromium.org/410483002/diff/40001/Tools/GardeningServer/ui/ct-popup-menu.html > File Tools/GardeningServer/ui/ct-popup-menu.html (right): > > https://codereview.chromium.org/410483002/diff/40001/Tools/GardeningServer/ui/ct-popup-menu.html#newcode31 ...
6 years, 4 months ago (2014-08-06 23:43:53 UTC) #10
leviw_travelin_and_unemployed
The CQ bit was checked by leviw@chromium.org
6 years, 4 months ago (2014-08-06 23:43:57 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leviw@chromium.org/410483002/80001
6 years, 4 months ago (2014-08-06 23:44:28 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 23:46:46 UTC) #13
Message was sent while issue was closed.
Change committed as 179666

Powered by Google App Engine
This is Rietveld 408576698