summaryrefslogtreecommitdiff
path: root/app/services/boards
Commit message (Expand)AuthorAgeFilesLines
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-4/+10
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-1/+0
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-2/+1
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-191-1/+5
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-1111-14/+10
* Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-4/+11
* Update Boards::Lists::DestroyService to remove list on a specic boardDouglas Barbosa Alexandre2016-10-111-0/+4
* Add Boards::ListService service to list project boardsDouglas Barbosa Alexandre2016-10-111-0/+14
* Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre2016-10-111-1/+1
* Update Boards::Issues::MoveService to move issues on a specific boardDouglas Barbosa Alexandre2016-10-111-0/+4
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-0/+4
* Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-1/+2
* Update Boards::Lists::GenerateService to generate for a specific boardDouglas Barbosa Alexandre2016-10-111-4/+4
* Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-112-6/+5
* Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre2016-10-111-0/+9
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-5/+10
* Change issue board defaultsAnnabel Dunstone Gray2016-10-061-4/+2
* Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-0/+16
|\
| * Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-0/+16
* | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-6/+1
|/
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-3/+6
* Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-1/+6
* Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre2016-08-171-1/+2
* Fix board create service namespace to avoid autoload issuesDouglas Barbosa Alexandre2016-08-171-1/+1
* Inherit board related services from BaseServiceDouglas Barbosa Alexandre2016-08-174-15/+6
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-176-16/+16
* Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-171-1/+1
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-173-29/+14
* Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre2016-08-171-21/+15
* Remove useless increment when creating a new board listDouglas Barbosa Alexandre2016-08-171-9/+2
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-2/+2
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-9/+9
* 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