stable

Clone or download

Read-only

task #12272: PUT /testing_executions/:id and execution result form

It also implements task #12283: Current test execution should have its own url Change-Id: Ib8c8b0d8ee4ee11996d08e2b476d9ba06794fc55

Modified Files

Name
M include/Testing/REST/ResourcesInjector.class.php +1 −0 Go to diff View file
M include/Testing/REST/v1/CampaignRepresentation.class.php +4 −4 Go to diff View file
M include/Testing/REST/v1/ExecutionRepresentationBuilder.php +1 −1 Go to diff View file
A include/Testing/REST/v1/ExecutionsResource.class.php +220 −0 Go to diff View file
M include/autoload.php +3 −3 Go to diff View file
M tests/rest/Testing/BaseTest.php +13 −0 Go to diff View file
M tests/rest/Testing/CampaignsTest.php +0 −15 Go to diff View file
A tests/rest/Testing/ExecutionsTest.php +62 −0 Go to diff View file
M tests/rest/TestingCampaignBuilder.php +3 −3 Go to diff View file
M tests/rest/_fixtures/tuleap_testmgmt_template.xml +4 −4 Go to diff View file
M www/scripts/angular/src/app/execution/execution-config.js +115 −16 Go to diff View file
A www/scripts/angular/src/app/execution/execution-detail-controller.js +41 −0 Go to diff View file
A www/scripts/angular/src/app/execution/execution-detail.tpl.html +41 −0 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-controller.js +10 −86 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list.tpl.html +13 −36 Go to diff View file
M www/scripts/angular/src/app/execution/execution-service.js +18 −5 Go to diff View file
M www/scripts/angular/src/app/execution/execution.less +37 −1 Go to diff View file
A www/scripts/angular/src/assets/status-blocked-white-big.png Binary file Go to diff View file
A www/scripts/angular/src/assets/status-failed-white-big.png Binary file Go to diff View file
A www/scripts/angular/src/assets/status-notrun-white-big.png Binary file Go to diff View file
A www/scripts/angular/src/assets/status-passed-white-big.png Binary file Go to diff View file