summaryrefslogtreecommitdiff
path: root/spec/services/boards/lists/create_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-37/+52
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* 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
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-2/+2
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-0/+4
* Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-111-7/+7
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-6/+2
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-1/+10
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-7/+7
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-3/+4
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-171-3/+3
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-16/+15
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-8/+38
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+24