summaryrefslogtreecommitdiff
path: root/app/services/boards/issues
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 Boards::BaseServiceDouglas Barbosa Alexandre2016-10-113-3/+3
* Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-4/+11
* 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
* 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
|/
* 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
* Inherit board related services from BaseServiceDouglas Barbosa Alexandre2016-08-172-3/+3
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-172-5/+5
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-171-6/+2
* Use `Issues::UpdateService` to close/reopen an issueDouglas Barbosa Alexandre2016-08-171-21/+15
* 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
* Add authorization to issues board related controllersDouglas Barbosa Alexandre2016-08-171-1/+0
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-2/+17
* 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-172-22/+2
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73
* 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