stable
Clone or download
Read-only
task #12270: GET /testing_definition/:id and show test in view
Change-Id: Idc6d93b114fe8bbe82d4389186c22f374cf60786
Modified Files
Name | ||||
---|---|---|---|---|
M | include/Testing/REST/ResourcesInjector.class.php | +1 | −0 | Go to diff View file |
M | include/Testing/REST/v1/DefinitionRepresentation.php | +13 | −4 | Go to diff View file |
A | include/Testing/REST/v1/DefinitionsResource.class.php | +78 | −0 | Go to diff View file |
M | include/autoload.php | +4 | −2 | Go to diff View file |
A | tests/rest/Testing/DefinitionsTest.php | +62 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-controller.js | +32 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list.tpl.html | +35 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution.less | +175 | −30 | Go to diff View file |
M | www/themes/default/css/style.less | +7 | −0 | Go to diff View file |