summaryrefslogtreecommitdiff
path: root/app/services/boards
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-rubocop-todo' into 'master'Douglas Barbosa Alexandre2018-09-191-1/+1
|\
| * Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov2018-09-181-1/+1
* | Filter out archived issues from group issue boardBrett Walker2018-09-141-0/+5
|/
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-114-0/+24
* [Backport] View summed weights of issues in board columnFelipe Artur2018-07-301-3/+24
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-1611-0/+22
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-073-21/+26
* Replace `.exists` with `EXISTS ()`Jan Provaznik2018-05-281-5/+3
* Bring CE-EE parity to app/services/boards/issues/create_service.rbrs-boards-issues-create-service-parityRobert Speicher2018-05-221-1/+5
* Fix more specsFelipe Artur2018-04-051-1/+1
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-0/+5
* Merge branch 'issue_44551' into 'master'Sean McGivern2018-04-051-1/+4
|\
| * Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-1/+4
* | Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-2/+6
* | [Backport] Order boards alphabeticallyosw-order-boards-by-nameoswaldoferreira2018-03-281-1/+5
|/
* Bring one group board to CEFelipe Artur2018-03-033-3/+13
* [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