stable

Clone or download

Read-only

Merge 'gerrit #23511' into stable/master

* commit '242eef4851': request #22571 Last changeset is missing in certain cases on route GET /changesets Change-Id: I8250ca4d34d77d9efc048a7d1874a890d3e87ccc

Modified Files

Name
M plugins/tracker/include/REST/Artifact/Changeset/ChangesetRepresentationBuilder.php +2 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +22 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Null.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_Changeset_ValueDao.class.php +8 −0 Go to diff View file
A plugins/tracker/tests/rest/FileFieldArtifactChangeset/FileFieldArtifactChangesetTest.php +119 −0 Go to diff View file
M plugins/tracker/tests/rest/TrackerBase.php +48 −28 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/FileFieldArtifactChangeset/project.xml +95 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/FileFieldArtifactChangeset/user_map.csv +1 −0 Go to diff View file
A plugins/tracker/tests/rest/_fixtures/FileFieldArtifactChangeset/users.xml +33 −0 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/Changeset/ChangesetRepresentationBuilderTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_ChangesetTest.php +27 −1 Go to diff View file