summaryrefslogtreecommitdiff
path: root/spec/services/boards
Commit message (Expand)AuthorAgeFilesLines
...
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-173-47/+47
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-7/+7
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-1/+1
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+40
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-9/+9
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-175-36/+44
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-174-18/+21
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73
* 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-174-14/+14
* 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
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+125
* 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
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-8/+24
* 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
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19