gitlab-org--gitlab-foss/spec/services/boards/issues
Patrick Derichs 69e02904fe Add endpoint to move multiple issues
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
2019-07-11 15:44:09 +02:00
..
create_service_spec.rb
list_service_spec.rb
move_service_spec.rb Add endpoint to move multiple issues 2019-07-11 15:44:09 +02:00