summaryrefslogtreecommitdiff
path: root/app/services/issues/move_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+0
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-0/+17
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-7/+15
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+4
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-7/+8
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-3/+20
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+13
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Externalize strings detected by rubocop-i18nMartin Wortschack2019-04-151-2/+2
* Extract code from Issues::MoveServicece-3777-promote-to-epicJarka Košanová2018-11-121-128/+29
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Rails 5: fix issue move serviceJasper Maes2018-09-111-1/+1
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+13
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Keep label on issue when movingChantal Rollison2018-06-271-1/+2
* Move NotificationService calls to SidekiqSean McGivern2018-04-251-1/+1
* Remember assignee when moving an issue41949-moveJan Provaznik2018-02-181-1/+2
* Re-organize issue move method callsmove-issue-reorgJan Provaznik2018-02-151-11/+14
* Fix bug where award emojis would be lost when moving issues between projectssh-fix-award-emoji-move-issuesStan Hu2018-01-101-5/+11
* Native group milestonesFelipe Artur2017-07-071-2/+12
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Include global labels when moving an issue to another projectDouglas Barbosa Alexandre2016-10-191-2/+6
* :police_car:Z.J. van de Weg2016-06-031-6/+6
* Move awardables too when issue is movedZ.J. van de Weg2016-06-011-0/+9
* Update changelog, improve specsLong Nguyen2016-05-051-1/+1
* Code refactor and fix broken specLong Nguyen2016-04-281-3/+5
* Allow to assign labels and milestone to target project when moving issueLong Nguyen2016-04-261-1/+10
* Check if GFM rewriters need rewrite internallyGrzegorz Bizon2016-03-301-1/+1
* Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-301-17/+6
* Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-301-12/+27
* Preserve time notes has been updated at when moving issueGrzegorz Bizon2016-03-231-1/+2
* Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489Grzegorz Bizon2016-03-231-0/+2
* Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-1/+2
* Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon2016-03-201-2/+2
* Update reference unfolder according to recent ability changesGrzegorz Bizon2016-03-191-1/+2
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-50/+37
* Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-2/+7
* Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-171-20/+11
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-2/+7
* Reuse existing issue services when moving issueGrzegorz Bizon2016-03-171-38/+20
* Add initial notifications and hooks for issue moveGrzegorz Bizon2016-03-171-7/+30
* Add access-level filter support for projects selectGrzegorz Bizon2016-03-171-2/+2
* Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-171-2/+2
* Preserve original author when moving issueGrzegorz Bizon2016-03-171-21/+19
* Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-171-5/+2
* Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-171-17/+9
* Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-171-4/+7