stable
Clone or download
Read-only
This is a part of request #10837 Tuleap-realtime receives fields already filtered To test: Use this patch https://gerrit.tuleap.net/#/c/10126/ Real time should work. Change-Id: I46b4fbd39e0d3b0a545098fc1f304a67e7fa724e
Modified Files
Name | ||||
---|---|---|---|---|
M | include/RealTime/RealTimeMessageSender.php | +135 | −22 | Go to diff View file |
M | include/TestManagement/REST/v1/CampaignsResource.class.php | +18 | −85 | Go to diff View file |
M | include/TestManagement/REST/v1/ExecutionsResource.class.php | +37 | −54 | Go to diff View file |
M | www/scripts/angular/src/app/app-controller.js | +1 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-edit-controller.js | +18 | −28 | Go to diff View file |
M | www/scripts/angular/src/app/campaign/campaign-service.js | +5 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-rest-service.js | +8 | −1 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-service.js | +23 | −7 | Go to diff View file |
M | www/scripts/angular/src/app/execution-collection/execution-service.spec.js | +93 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.js | +2 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-detail-controller.spec.js | +2 | −2 | Go to diff View file |
M | www/scripts/angular/src/app/execution/execution-list-controller.js | +14 | −13 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-service.js | +47 | −36 | Go to diff View file |
M | www/scripts/angular/src/app/socket/socket-service.spec.js | +7 | −7 | Go to diff View file |