summaryrefslogtreecommitdiff
path: root/app/services/boards/issues/move_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-3/+3
* Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-1/+4
* Bring one group board to CEFelipe Artur2018-03-031-1/+3
* Group boards CE backportFelipe Artur2017-08-281-10/+10
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Add board_move slash commandAlex Sanford2017-04-281-1/+1
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-2/+2
* [Issue sorting on board] Addressing review issuesValery Sizov2017-03-031-4/+2
* Address review commentsValery Sizov2017-03-021-0/+1
* Allow issues in boards to be orderedDouwe Maan2017-02-171-7/+22
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-111-1/+1
* Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Boards::Issues::MoveService to move issues on a specific boardDouglas Barbosa Alexandre2016-10-111-0/+4
* Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre2016-08-171-1/+2
* Inherit board related services from BaseServiceDouglas Barbosa Alexandre2016-08-171-2/+2
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-2/+2
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-171-6/+2
* Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre2016-08-171-21/+15
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-2/+2
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-1/+0
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-2/+17
* Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-171-2/+7
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-11/+1
* Check if user can update the issue before moving it betweens listsDouglas Barbosa Alexandre2016-08-171-0/+1
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+58