summaryrefslogtreecommitdiff
path: root/spec/services/boards/issues/move_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Continue BE backportFelipe Artur2017-08-311-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
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-5/+5
* [Issue Board Sorting] More accurate move through the listorderable-issuesValery Sizov2017-03-071-7/+7
* Address review commentsValery Sizov2017-03-071-1/+1
* Addressing review commentsValery Sizov2017-03-061-1/+3
* [Issue sorting on board] Addressing review issuesValery Sizov2017-03-031-2/+2
* [Issue board sorting] SpecsValery Sizov2017-02-281-0/+12
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-49/+0
* Removes all labels from project boards when moving and issue to doneDouglas Barbosa Alexandre2016-10-111-15/+19
* Update Boards::Issues::MoveService to move issues on a specific boardDouglas Barbosa Alexandre2016-10-111-12/+12
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-2/+2
* Validate if the lists are different when moving issues between listsDouglas Barbosa Alexandre2016-08-171-0/+15
* Remove lookup inside services to keep them consistent with other onesDouglas Barbosa Alexandre2016-08-171-18/+18
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-7/+7
* Removes all list-labels when moving to Backlog/DoneDouglas Barbosa Alexandre2016-08-171-9/+9
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-2/+2
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-171-2/+2
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+125