summaryrefslogtreecommitdiff
path: root/app/services/boards
Commit message (Expand)AuthorAgeFilesLines
...
* Use qualified name for services in generate default lists serviceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-1/+0
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+36
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-2/+17
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-172-2/+3
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-171-2/+7
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-177-53/+20
* 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-1/+1
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-174-31/+19
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-3/+19
* Extract new list position validation to a methodDouglas Barbosa Alexandre2016-08-171-4/+7
* Check if user can update the issue before moving it betweens listsDouglas Barbosa Alexandre2016-08-171-0/+1
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+58
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-6/+25
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-171-0/+2
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-5/+8
* Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-171-0/+34
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+52
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+22
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19