stable
Clone or download
Read-only
part of story #32280 Complete the "move artifact" feature No functional changes in cross references references are still extracted/displayed Change-Id: Id4fc7fe421a489ff9a25ea62fde99927038a6bcd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/bugzilla_reference/include/Bugzilla/CrossReferenceCreator.php | +4 | −15 | Go to diff View file |
M | plugins/bugzilla_reference/include/Bugzilla/Reference/RESTReferenceCreator.php | +3 | −3 | Go to diff View file |
M | plugins/bugzilla_reference/include/bugzilla_referencePlugin.php | +5 | −3 | Go to diff View file |
M | plugins/bugzilla_reference/tests/unit/Bugzilla/CrossReferenceCreatorTest.php | +8 | −5 | Go to diff View file |
M | plugins/bugzilla_reference/tests/unit/Bugzilla/RESTReferenceCreatorTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreator.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/Branch/PostPushWebhookActionBranchHandler.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/PostPush/PostPushWebhookActionProcessor.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/include/Repository/Webhook/TagPush/TagPushWebhookCreateAction.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostMergeRequest/CrossReferenceFromMergeRequestCreatorTest.php | +8 | −7 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/PostPush/Branch/PostPushWebhookActionBranchHandlerTest.php | +3 | −3 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/TagPush/TagPushWebhookCreateActionTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/ReferenceManager.class.php | +4 | −9 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Reference/CrossReferenceValidatorTest.php | +6 | −5 | Go to diff View file |
M | src/common/Project/Admin/Reference/ReferenceAdministrationActions.class.php | +6 | −6 | Go to diff View file |
M | src/common/Reference/CheckCrossReferenceValidityEvent.php | +2 | −2 | Go to diff View file |
M | src/common/Reference/CrossReference.php | +45 | −70 | Go to diff View file |
M | src/common/Reference/CrossReferenceByNatureCollection.php | +1 | −1 | Go to diff View file |
M | src/common/Reference/CrossReferenceCollection.php | +9 | −9 | Go to diff View file |
M | src/common/Reference/CrossReferenceFactory.php | +1 | −0 | Go to diff View file |
M | src/common/Reference/CrossReferenceManager.php | +3 | −4 | Go to diff View file |
M | src/common/Reference/CrossReferencesDao.php | +194 | −0 | Go to diff View file |
M | src/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilder.php | +5 | −3 | Go to diff View file |
M | src/common/Reference/ReferenceManager.php | +12 | −17 | Go to diff View file |
M | src/common/SVNCore/hook/PostRevPropset.class.php | +4 | −2 | Go to diff View file |
D | src/common/dao/CrossReferenceDao.class.php | +0 | −203 | Go to diff View file |
M | src/common/tracker/ArtifactType.class.php | +10 | −7 | Go to diff View file |
M | src/www/reference/rmreference.php | +3 | −1 | Go to diff View file |
M | tests/unit/common/Reference/Presenters/CrossReferenceByNaturePresenterBuilderTest.php | +8 | −7 | Go to diff View file |
M | tests/unit/common/Reference/Presenters/CrossReferenceLinkPresenterCollectionBuilderTest.php | +5 | −4 | Go to diff View file |
M | tests/unit/common/Reference/ReferenceManagerTest.php | +1 | −1 | Go to diff View file |