summaryrefslogtreecommitdiff
path: root/spec/services/issuable/bulk_update_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds validation to check if user can read projectTiago Botelho2018-12-191-0/+27
* Fix spec in EE which now trigger access to repositoryMark Chao2018-11-071-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Backport Fix '/unassign' slash commandbackport_fix_slash_commands_for_multiple_assigneeValery Sizov2017-06-071-1/+1
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-2/+2
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-12/+50
* Use match_array instead of eq when order is irrelevantRémy Coutable2017-03-221-1/+1
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-4/+8
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-2/+2
* Fix specs to pass a project when creating subscriptionsDouglas Barbosa Alexandre2016-11-171-1/+1
* Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-0/+282