stable
Clone or download
Read-only
Merge commit 'refs/changes/19/20219/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #17055: Creating a campaign should not pollute your history Change-Id: I1105b427da56b0e94de1ac963db86cb53b97ed36
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignCreator.class.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionCreator.class.php | +1 | −1 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactCreator.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifact.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/CreateArtifactFromModal.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactCreatorTest.php | +33 | −6 | Go to diff View file |