stable
Clone or download
Read-only
Part of story #11389: snapshot test executions In database, force an execution to use an old version of the definition [1] In TTM UI: ðĒĢ The old version is displayed - Open the modal ðĒĢ The latest version is displayed - Update some content and submit ðĒĢ The modal is closed and the very latest version is displayed - Hit F5 ðĒĢ The very latest version is still displayed [1] See https://gerrit.tuleap.net/11078 for instructions Change-Id: Icdbac8b6b9bd37cfb9a31c146e2759edcf544a36
Modified Files
Name | ||||
---|---|---|---|---|
A | include/TestManagement/Campaign/Execution/DefinitionForExecutionRetriever.php | +58 | â0 | Go to diff View file |
M | include/TestManagement/Campaign/Execution/ExecutionDao.php | +8 | â0 | Go to diff View file |
M | include/TestManagement/REST/v1/CampaignsResource.class.php | +5 | â2 | Go to diff View file |
M | include/TestManagement/REST/v1/ExecutionRepresentationBuilder.php | +20 | â17 | Go to diff View file |
M | include/TestManagement/REST/v1/ExecutionsResource.class.php | +72 | â26 | Go to diff View file |
A | include/TestManagement/REST/v1/PATCHExecutionRepresentation.php | +29 | â0 | Go to diff View file |
M | include/autoload.php | +4 | â2 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po | +4 | â1 | Go to diff View file |
M | site-content/tuleap-testmanagement.pot | +3 | â0 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-rest-service.js | +10 | â1 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-service.js | +5 | â0 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.js | +1 | â0 | Go to diff View file |