summaryrefslogtreecommitdiff
path: root/app/services/boards
Commit message (Expand)AuthorAgeFilesLines
* [CE-Backport] Fix board filter when milestone is predefinedee-backport-issue_40654Felipe Artur2017-12-051-4/+5
* Small fixesFelipe Artur2017-08-311-1/+1
* Continue BE backportFelipe Artur2017-08-315-5/+5
* Group boards CE backportFelipe Artur2017-08-288-29/+46
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-5/+0
* This makes the `Boards::CreateService` more reusable for EEbvl-backport-board-issue-create-serviceBob Van Landuyt2017-07-071-8/+11
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-2/+10
* updated service specPhil Hughes2017-06-061-1/+1
* moved creating backlog list into list servicePhil Hughes2017-06-061-0/+2
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-312-1/+2
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Add board_move slash commandAlex Sanford2017-04-281-1/+1
* Change Done column to Closed in issue boardsblackst0ne2017-03-243-4/+4
* Display all closed issues in “done” board listJarka Kadlecova2017-03-231-1/+1
* Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-1/+1
* [Issue sorting on board] Addressing review issuesValery Sizov2017-03-031-4/+2
* Address review commentsValery Sizov2017-03-021-0/+1
* Allow issues in boards to be orderedDouwe Maan2017-02-172-13/+23
* 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