summaryrefslogtreecommitdiff
path: root/spec/services/boards
Commit message (Expand)AuthorAgeFilesLines
* change tests based on backend feedbackexpand-backlog-closed-lists-issue-boardsPhil Hughes2017-06-071-10/+4
* updated service specPhil Hughes2017-06-061-7/+30
* moved creating backlog list into list servicePhil Hughes2017-06-062-2/+2
* spec updatesPhil Hughes2017-05-312-2/+12
* Change Done column to Closed in issue boardsblackst0ne2017-03-246-17/+17
* Display all closed issues in “done” board listJarka Kadlecova2017-03-231-1/+2
* Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-0/+26
* [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-032-28/+2
* [Issue board sorting] SpecsValery Sizov2017-02-281-0/+12
* 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
|\
| * 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