summaryrefslogtreecommitdiff
path: root/spec/services/boards/issues/list_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-5/+16
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+47
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+9
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-37/+41
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-111-10/+10
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-1/+1
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
* Filter out archived issues from group issue boardBrett Walker2018-09-141-2/+10
* Fix more specsFelipe Artur2018-04-051-1/+1
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-5/+20
* Bring one group board to CEFelipe Artur2018-03-031-76/+81
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-1/+1
* moved creating backlog list into list servicePhil Hughes2017-06-061-1/+1
* spec updatesPhil Hughes2017-05-311-0/+9
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-3/+3
* Display all closed issues in “done” board listJarka Kadlecova2017-03-231-1/+2
* Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-0/+26
* [Issue sorting on board] Addressing review issuesValery Sizov2017-03-031-26/+0
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-0/+12
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-13/+0
* Fix typo on Boards::Issues::ListService specDouglas Barbosa Alexandre2016-10-111-1/+1
* Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-111-1/+1
* Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-11/+11
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-7/+24
* Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-4/+4
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-2/+2
* Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-4/+4
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-1/+1
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-2/+2
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73