summaryrefslogtreecommitdiff
path: root/spec/services/boards
Commit message (Collapse)AuthorAgeFilesLines
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-0/+12
|
* Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-037-87/+6
|
* Allow user to create a board list based on a group labelDouglas Barbosa Alexandre2016-10-192-0/+8
|
* Fix typo on Boards::Issues::ListService specDouglas Barbosa Alexandre2016-10-111-1/+1
|
* Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-113-10/+8
|
* Refactoring service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-111-6/+6
|
* Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-11/+11
|
* Add Boards::ListService service to list project boardsDouglas Barbosa Alexandre2016-10-111-0/+37
|
* 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
|
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-7/+24
|
* Update Boards::Lists::MoveService to move lists inside a specific boardDouglas Barbosa Alexandre2016-10-111-4/+4
|
* Update Boards::Lists::GenerateService to generate for a specific boardDouglas Barbosa Alexandre2016-10-111-6/+6
|
* Update Boards::Lists::CreateService to create lists for a specific boardDouglas Barbosa Alexandre2016-10-111-7/+7
|
* Add Boards::Lists::ListService to list lists for a specific boardDouglas Barbosa Alexandre2016-10-111-0/+18
|
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-12/+10
|
* Update issue board specAnnabel Dunstone Gray2016-10-061-5/+4
|
* Merge branch 'issue-boards-new-issue' into 'master' Fatih Acet2016-10-061-0/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue boards new issue form ## What does this MR do? Adds a new issue form into the issue boards lists. ## Screenshots (if relevant) ![Screen_Shot_2016-10-03_at_14.57.30](/uploads/17fe6cd37bd020a2ee1688e0b496c18f/Screen_Shot_2016-10-03_at_14.57.30.png) ![Screen_Shot_2016-10-03_at_14.57.32](/uploads/c3f12bcb9ff9a0e7ce5b0bb06dfb0dd7/Screen_Shot_2016-10-03_at_14.57.32.png) ## What are the relevant issue numbers? Part of #21219 See merge request !6653
| * Add service to create a new issue in a board listDouglas Barbosa Alexandre2016-10-061-0/+33
| |
* | Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-4/+4
|/
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-265-16/+12
|
* Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-1/+10
|
* Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-4/+4
|
* 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-173-47/+47
|
* Rename from/to params to from_list_id/to_list_idDouglas Barbosa Alexandre2016-08-171-7/+7
|
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-1/+1
|
* Add service to generate default board listsDouglas Barbosa Alexandre2016-08-171-0/+40
|
* 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-175-36/+44
|
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-4/+4
|
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-174-18/+21
|
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73
|
* Rename `list_id` param to `id` in Boards::Lists::DestroyServiceDouglas Barbosa Alexandre2016-08-171-4/+4
|
* Rename `list_id` param to `id` in Boards::Lists::MoveServiceDouglas Barbosa Alexandre2016-08-171-10/+10
|
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-174-14/+14
|
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-173-55/+71
|
* Respect Backlog/Done positions when creating a new listDouglas Barbosa Alexandre2016-08-171-8/+38
|
* Add service to move issues between listsDouglas Barbosa Alexandre2016-08-171-0/+125
|
* Does not allow Backlog/Done lists to be movedDouglas Barbosa Alexandre2016-08-171-61/+69
|
* Does not allow Backlog/Done lists to be removedDouglas Barbosa Alexandre2016-08-171-15/+31
|
* Create Backlog/Done lists when creating a new boardDouglas Barbosa Alexandre2016-08-171-8/+24
|
* Add service to remove a list from boardDouglas Barbosa Alexandre2016-08-171-0/+30
|
* Add service to move board listsDouglas Barbosa Alexandre2016-08-171-0/+76
|
* Add service to create a board listDouglas Barbosa Alexandre2016-08-171-0/+24
|
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+19