stable
Clone or download
Read-only
Part of story #11390 have base of steps across the stack Given the steps in an execution is notrun|passed|failed|blocked in database [1], When you display the execution in TTM, Then the step status is reflected on the page. [1] See example in https://gerrit.tuleap.net/11404 Change-Id: I546b2d19b077279ef66103ef514e06c61bdd650a
Modified Files
Name | ||||
---|---|---|---|---|
M | www/scripts/angular/src/app/app.spec.js | +1 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail.tpl.html | +3 | −12 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-component.js | +11 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.js | +20 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps-controller.spec.js | +102 | −0 | Go to diff View file |
A | www/scripts/angular/src/app/execution/execution-with-steps/execution-with-steps.tpl.html | +20 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution.js | +2 | −0 | Go to diff View file |