summaryrefslogtreecommitdiff
path: root/app/services/boards/lists
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-162-3/+22
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-182-62/+72
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-13/+21
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+6
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-16/+28
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-252-5/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-7/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-132-0/+4
* Save board lists collapsed settingFelipe Artur2019-08-282-1/+57
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Add preload in issues controllerChantal Rollison2018-10-181-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+6
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-165-0/+10
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-4/+16
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-2/+6
* Bring one group board to CEFelipe Artur2018-03-031-1/+5
* Continue BE backportFelipe Artur2017-08-315-5/+5
* Group boards CE backportFelipe Artur2017-08-282-6/+5
* updated service specPhil Hughes2017-06-061-1/+1
* moved creating backlog list into list servicePhil Hughes2017-06-061-0/+2
* 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-115-5/+5
* Update Boards::Lists::DestroyService to remove list on a specic boardDouglas 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-111-5/+5
* Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre2016-10-111-0/+9
* Change issue board defaultsAnnabel Dunstone Gray2016-10-061-4/+2
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-3/+6
* Inherit board related services from BaseServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-174-11/+11
* 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-172-23/+12
* Remove useless increment when creating a new board listDouglas Barbosa Alexandre2016-08-171-9/+2
* Use qualified name for services in generate default lists serviceDouglas Barbosa Alexandre2016-08-171-1/+1
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+36
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-172-2/+3
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-173-24/+3
* 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-173-29/+17
* 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
* 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