summaryrefslogtreecommitdiff
path: root/app/services/boards/issues
Commit message (Collapse)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-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-0/+4
|
* 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-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-4/+0
|
* 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-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+3
|
* 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-193-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-21/+2
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-162-84/+7
|
* 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-4-stable-eeGitLab Bot2020-09-191-0/+4
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-3/+19
|
* 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-133-0/+6
|
* Add result to MoveService#execute_multiplePatrick Derichs2019-07-161-7/+32
| | | | | | | | It adds a hash response which includes the count, success state and the moved issues itself so the caller has additional information about the result of the process.
* Add endpoint to move multiple issues35757-move-issues-in-boards-pderichsPatrick Derichs2019-07-111-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs for new endpoint to move multiple issues. Add changelog entry Just check the first issue for the ability to move / update Add specs for exceeding limits and malformed requests Changed name of shared examples Change title of changelog entry Use %i instead of %w Check permission to update issue on project instead of board Use admin_issue permission to check for issue move ability Changed variable name to avoid shadow issue_params method Rename route to bulk_move Change route definition Check permissions for each issue Combine methods for parameters permit check Remove extra context Change description of context Check param for type Array Add unit tests to MoveService Use before_action for permission check Use set instead of let! Use let's instead of set
* Add reorder action to Project IssuesControllerbw-issue-reorderBrett Walker2019-06-211-2/+4
| | | | to support manual sorting on the frontend
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fixed label removal from issueccr/51052_keep_labels_on_issueChantal Rollison2018-11-051-3/+1
|
* Filter out archived issues from group issue boardBrett Walker2018-09-141-0/+5
|
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+18
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* [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-163-0/+6
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-072-17/+10
|
* Replace `.exists` with `EXISTS ()`Jan Provaznik2018-05-281-5/+3
| | | | | `.exists` should not be used because it's an internal ActiveRecord method, but we can easily generate the same sql query with `EXISTS`.
* 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
|
* Fix 404 in group boards when moving issue between listsissue_44551Felipe Artur2018-04-031-1/+4
|
* Bring one group board to CEFelipe Artur2018-03-032-2/+8
|
* [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-283-16/+24
|
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-5/+0
| | | | | | When an issuable's state changes, or one is created, we should clear the cache counts for a user's assigned issuables, and also the project-wide caches for this user type.
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-2/+10
| | | | | | This was a regression caused by the backlog list being re-added Closes #33850
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-1/+1
| | | | | | | | | The closed & backlog lists in issue boards are no collapsible. They can be collapsed independently of each other & this selection is then saved to the browser through localStorage. When the page loads, the code gets the data from localStorage & determines whether to show or hide the list Closes #23917
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add board_move slash commandAlex Sanford2017-04-281-1/+1
|
* Change Done column to Closed in issue boardsblackst0ne2017-03-242-3/+3
|
* 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
|