summaryrefslogtreecommitdiff
path: root/app/services/issuable/bulk_update_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-6/+14
|
* CE port for bulk updating group labelsEugenia Grieff2019-08-081-1/+1
| | | | - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
* CE Port of Allow bulk update for group issuesFatih Acet2019-07-091-1/+9
| | | | | | | | This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-1/+13
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+5
|
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-0/+26
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>