Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(13413)

Issue 329530043: Adds support to the angular webconsole to show tasks by category. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 6 months ago by alanmorales
Modified:
6 years, 5 months ago
Reviewers:
mbassiouny, thobrla
CC:
opi-crs_google.com
Visibility:
Public.

Description

Adds support to the angular webconsole to show tasks by category.

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed patch 1 comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1269 lines, -142 lines) Patch
M webconsole/frontend/package.json View 1 chunk +1 line, -0 lines 0 comments Download
M webconsole/frontend/src/app/angular-material-importer/angular-material-importer.module.ts View 3 chunks +6 lines, -3 lines 0 comments Download
A webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.html View 1 chunk +51 lines, -0 lines 0 comments Download
A webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.ts View 1 1 chunk +55 lines, -0 lines 0 comments Download
A webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.spec.ts View 1 chunk +87 lines, -0 lines 0 comments Download
M webconsole/frontend/src/app/jobs/job-tasks/job-tasks.component.html View 1 1 chunk +13 lines, -1 line 0 comments Download
M webconsole/frontend/src/app/jobs/job-tasks/job-tasks.component.ts View 1 2 chunks +26 lines, -1 line 0 comments Download
M webconsole/frontend/src/app/jobs/job-tasks/job-tasks.component.spec.ts View 1 4 chunks +53 lines, -37 lines 1 comment Download
A webconsole/frontend/src/app/jobs/job-tasks/job-tasks.resources.ts View 1 chunk +25 lines, -0 lines 0 comments Download
A webconsole/frontend/src/app/jobs/job-tasks/job-tasks.resources.spec.ts View 1 chunk +22 lines, -0 lines 0 comments Download
M webconsole/frontend/src/app/jobs/job-tasks/tasks-table/tasks-table.component.html View 1 chunk +1 line, -1 line 0 comments Download
M webconsole/frontend/src/app/jobs/job-tasks/tasks-table/tasks-table.component.ts View 3 chunks +8 lines, -26 lines 0 comments Download
M webconsole/frontend/src/app/jobs/job-tasks/tasks-table/tasks-table.component.spec.ts View 3 chunks +10 lines, -39 lines 0 comments Download
M webconsole/frontend/src/app/jobs/jobs.module.ts View 2 chunks +3 lines, -1 line 0 comments Download
M webconsole/frontend/src/app/jobs/jobs.resources.ts View 1 3 chunks +14 lines, -1 line 0 comments Download
M webconsole/frontend/src/app/jobs/jobs.service.ts View 2 chunks +13 lines, -3 lines 0 comments Download
M webconsole/frontend/src/app/jobs/jobs.service.spec.ts View 3 chunks +5 lines, -29 lines 0 comments Download
A webconsole/frontend/src/app/jobs/jobs.test-util.ts View 1 chunk +41 lines, -0 lines 0 comments Download
A webconsole/frontend/src/app/proto/tasks.js View 1 chunk +546 lines, -0 lines 0 comments Download
A webconsole/frontend/src/app/proto/tasks.d.ts View 1 chunk +289 lines, -0 lines 0 comments Download

Messages

Total messages: 4
alanmorales
Please take a look, thanks! https://screenshot.googleplex.com/p90xvcp2uOY https://screenshot.googleplex.com/WWSz4LPauHC
6 years, 6 months ago (2017-10-19 15:21:01 UTC) #1
mbassiouny
Thanks Alan. Generally looks good with few minor comments. Can we remove failures-table.component.css file and ...
6 years, 6 months ago (2017-10-20 14:53:45 UTC) #2
alanmorales
Please take another look, thanks! https://codereview.appspot.com/329530043/diff/1/webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.html File webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.html (right): https://codereview.appspot.com/329530043/diff/1/webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.html#newcode7 webconsole/frontend/src/app/jobs/job-tasks/failures-table/failures-table.component.html:7: <ng-container *ngIf="tasks != null ...
6 years, 6 months ago (2017-10-20 20:38:43 UTC) #3
thobrla
6 years, 5 months ago (2017-10-24 23:35:02 UTC) #4
LGTM

https://codereview.appspot.com/329530043/diff/20001/webconsole/frontend/src/a...
File webconsole/frontend/src/app/jobs/job-tasks/job-tasks.component.spec.ts
(right):

https://codereview.appspot.com/329530043/diff/20001/webconsole/frontend/src/a...
webconsole/frontend/src/app/jobs/job-tasks/job-tasks.component.spec.ts:92:
taskTabs[1].click(); // Change to the "succeeded tasks" tab
Consider indexing with an enum value so that if the position of succeeded tasks
moves, this still works?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b