stable

Clone or download

Read-only

task #12271 Refactor all routes' name

Change-Id: I9bfc3c22048e13e1b488225c009461ef6d9ec44c

Modified Files

Name
M include/Testing/REST/ResourcesInjector.class.php +1 −1 Go to diff View file
M include/Testing/REST/v1/CampaignRepresentation.class.php +7 −6 Go to diff View file
M include/Testing/REST/v1/CampaignsResource.class.php +5 −5 Go to diff View file
R include/Testing/REST/v1/TestDefinitionRepresentation.php Go to diff View file
M include/Testing/REST/v1/ExecutionRepresentation.php +5 −5 Go to diff View file
M include/Testing/REST/v1/ExecutionRepresentationBuilder.php +3 −3 Go to diff View file
M include/Testing/REST/v1/ProjectResource.class.php +2 −2 Go to diff View file
M include/autoload.php +3 −3 Go to diff View file
M tests/rest/Testing/CampaignsTest.php +7 −7 Go to diff View file
M tests/rest/Testing/ProjectTest.php +2 −2 Go to diff View file
M www/scripts/angular/src/app/campaign/campaign-service.js +6 −6 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-controller.js +2 −2 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-filter.js +2 −2 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list-filter.spec.js +3 −3 Go to diff View file
M www/scripts/angular/src/app/execution/execution-list.tpl.html +1 −1 Go to diff View file
M www/scripts/angular/src/app/execution/execution-service.js +2 −2 Go to diff View file