stable
Clone or download
Read-only
task #12264: Implement filter
Change-Id: I8883b70aa387b8d6a0c91dd9a20a9c7ff4ce967a
Modified Files
Name | ||||
---|---|---|---|---|
M | include/Testing/REST/v1/CampaignsResource.class.php | +36 | −0 | Go to diff View file |
M | include/Testing/REST/v1/ExecutionRepresentation.php | +8 | −0 | Go to diff View file |
M | include/Testing/REST/v1/ExecutionRepresentationBuilder.php | +17 | −0 | Go to diff View file |
M | tests/rest/Testing/CampaignsTest.php | +13 | −0 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-service.js | +25 | −3 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-controller.js | +25 | −11 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-filter.js | +16 | −4 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-filter.spec.js | +16 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list.tpl.html | +12 | −7 | Go to diff View file |