summaryrefslogtreecommitdiff
path: root/app/services/boards/lists/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring one group board to CEFelipe Artur2018-03-031-1/+5
* Continue BE backportFelipe Artur2017-08-311-1/+1
* Group boards CE backportFelipe Artur2017-08-281-4/+3
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-1/+5
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-111-5/+5
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-3/+6
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-1/+1
* Remove useless increment when creating a new board listDouglas Barbosa Alexandre2016-08-171-9/+2
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-1/+2
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-8/+1
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-6/+3
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-3/+19
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+22