summaryrefslogtreecommitdiff
path: root/spec/services/boards/lists
Commit message (Expand)AuthorAgeFilesLines
* Change Done column to Closed in issue boardsblackst0ne2017-03-243-8/+8
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-034-21/+3
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-192-0/+8
* Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-112-9/+7
* Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-4/+4
* Update Boards::Lists::GenerateService to generate for a specific boardDouglas Barbosa Alexandre2016-10-111-6/+6
* Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-111-7/+7
* Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre2016-10-111-0/+18
* Update issue board specAnnabel Dunstone Gray2016-10-061-5/+4
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-263-12/+8
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-1/+10
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-172-29/+29
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+40
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-173-32/+40
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-173-17/+20
* Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-10/+10
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-173-12/+12
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-173-55/+71
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-8/+38
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-61/+69
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-171-15/+31
* Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-171-0/+30
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+76
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+24