summaryrefslogtreecommitdiff
path: root/app/services/boards/lists/move_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-1/+2
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-8/+8
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-171-14/+7
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-1/+1
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-8/+1
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-19/+10
* Extract new list position validation to a methodDouglas Barbosa Alexandre2016-08-171-4/+7
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-6/+25
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+52