summaryrefslogtreecommitdiff
path: root/app/services/boards/issues/list_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+8
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-16/+0
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-100/+11
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+5
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-2/+18
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-7/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+21
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-231-2/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Filter out archived issues from group issue boardBrett Walker2018-09-141-0/+5
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+12
* [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-161-0/+2
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-14/+7
* Replace `.exists` with `EXISTS ()`Jan Provaznik2018-05-281-5/+3
* Fix more specsFelipe Artur2018-04-051-1/+1
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-0/+5
* Bring one group board to CEFelipe Artur2018-03-031-1/+5
* [CE-Backport] Fix board filter when milestone is predefinedee-backport-issue_40654Felipe Artur2017-12-051-4/+5
* Small fixesFelipe Artur2017-08-311-1/+1
* Group boards CE backportFelipe Artur2017-08-281-4/+4
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-5/+0
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-2/+10
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-1/+1
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
* 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
* Allow issues in boards to be orderedDouwe Maan2017-02-171-6/+1
* 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-111-1/+1
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-0/+4
* 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
* 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-171-3/+3
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-9/+9
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-1/+1
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-11/+1
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73