summaryrefslogtreecommitdiff
path: root/spec/services/boards/issues/list_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-1/+1
* moved creating backlog list into list servicePhil Hughes2017-06-061-1/+1
* spec updatesPhil Hughes2017-05-311-0/+9
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-3/+3
* 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 sorting on board] Addressing review issuesValery Sizov2017-03-031-26/+0
* 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-031-13/+0
* 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-111-1/+1
* Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-11/+11
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-7/+24
* 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-261-2/+2
* Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-4/+4
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-1/+1
* Use zero-based positions on issues board servicesDouglas Barbosa Alexandre2016-08-171-2/+2
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-4/+4
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73