summaryrefslogtreecommitdiff
path: root/app/services/boards/issues/move_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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