stable
Clone or download
Read-only
Merge commit 'refs/changes/66/14366/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13102 Changeset diff of artifact links performance issue Change-Id: I78f7fc465a212be3c8111985cd77cef7f5720aa4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/AddedLinkByNatureCollection.php | +5 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/RemovedLinkCollection.php | +1 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/UpdatedNatureLinkCollection.php | +5 | −13 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php | +35 | −27 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SubmittedValueConvertor.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +7 | −2 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Artifact/ChangesetValue/ArtifactLinkDiffTest.php | +222 | −0 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +0 | −6 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +22 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +0 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueArtifactLinkXMLExporterTest.php | +8 | −6 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php | +125 | −89 | Go to diff View file |
M | tests/rest/bin/setup.sh | +9 | −9 | Go to diff View file |