summaryrefslogtreecommitdiff
path: root/spec/services/boards/lists/move_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Bring one group board to CEFelipe Artur2018-03-031-88/+12
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-3/+3
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-9/+0
* Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-4/+4
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-2/+2
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-171-22/+22
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-20/+28
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-10/+11
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-10/+10
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-171-5/+5
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-27/+44
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-61/+69
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+76