summaryrefslogtreecommitdiff
path: root/spec/services/issues/move_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-2/+2
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-3/+3
* Merge branch '23662-issue-move-user-reference-exception' into 'master' Douwe Maan2016-10-251-2/+12
|\
| * Fix `User#to_reference`23662-issue-move-user-reference-exceptionTimothy Andrew2016-10-251-2/+12
* | Fix Rubocop offenses in issue move specsGrzegorz Bizon2016-10-241-3/+3
* | Add spec in Issues::MoveService to fix label assignment regressionStan Hu2016-10-241-5/+26
|/
* Move awardables too when issue is movedZ.J. van de Weg2016-06-011-0/+5
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-3/+3
* Update changelog, improve specsLong Nguyen2016-05-051-3/+7
* Fix rubocopLong Nguyen2016-04-281-2/+1
* Code refactor and fix broken specLong Nguyen2016-04-281-5/+13
* Update specsLong Nguyen2016-04-271-9/+4
* Allow to assign labels and milestone to target project when moving issueLong Nguyen2016-04-261-0/+20
* Improve specs for issue move serviceGrzegorz Bizon2016-03-311-2/+2
* Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-301-7/+2
* Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-301-0/+19
* Preserve time notes has been updated at when moving issueGrzegorz Bizon2016-03-231-2/+19
* 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/+6
* Preserve created at time of notes when moving issueGrzegorz Bizon2016-03-201-0/+5
* Do not pass params that are not used in issue move serviceGrzegorz Bizon2016-03-201-2/+1
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-53/+19
* Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-0/+18
* Use helper to create list of projects issue can be moved toGrzegorz Bizon2016-03-171-2/+13
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-1/+1
* Reuse existing issue services when moving issueGrzegorz Bizon2016-03-171-1/+1
* Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-171-10/+10
* Preserve original author when moving issueGrzegorz Bizon2016-03-171-4/+4
* Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-171-2/+2
* Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-171-2/+3
* Rewrite references in notes when moving issueGrzegorz Bizon2016-03-171-15/+42
* Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-171-1/+19
* Use a new issue create service when moving an issueGrzegorz Bizon2016-03-171-0/+5
* Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-171-3/+7
* Rewrite references in issue description when moving itGrzegorz Bizon2016-03-171-6/+19
* Silently close old issue when it has been movedGrzegorz Bizon2016-03-171-0/+9
* Do not show issue move form unless user can moveGrzegorz Bizon2016-03-171-1/+1
* Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-171-10/+60
* Add implementation that rewrites issue notes when movingGrzegorz Bizon2016-03-171-14/+53
* Add issue move implementation to controllerGrzegorz Bizon2016-03-171-10/+28
* Improve system notes that are added when issue is movedGrzegorz Bizon2016-03-171-1/+5
* Add new system note used when issue has been movedGrzegorz Bizon2016-03-171-0/+4
* Add scaffold of service that moves issue to another projectGrzegorz Bizon2016-03-171-0/+22