summaryrefslogtreecommitdiff
path: root/app/services/issues/move_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-171-15/+17
* Rewrite references in notes when moving issueGrzegorz Bizon2016-03-171-2/+7
* Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-171-3/+1
* Use a new issue create service when moving an issueGrzegorz Bizon2016-03-171-5/+24
* Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-171-5/+2
* Rewrite references in issue description when moving itGrzegorz Bizon2016-03-171-1/+16
* Silently close old issue when it has been movedGrzegorz Bizon2016-03-171-7/+5
* Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-171-6/+3