summaryrefslogtreecommitdiff
path: root/app/services/boards/issues/list_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace `.exists` with `EXISTS ()`Jan Provaznik2018-05-281-5/+3
| | | | | `.exists` should not be used because it's an internal ActiveRecord method, but we can easily generate the same sql query with `EXISTS`.
* Fix more specsFelipe Artur2018-04-051-1/+1
|
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-0/+5
|
* Bring one group board to CEFelipe Artur2018-03-031-1/+5
|
* [CE-Backport] Fix board filter when milestone is predefinedee-backport-issue_40654Felipe Artur2017-12-051-4/+5
|
* Small fixesFelipe Artur2017-08-311-1/+1
|
* Group boards CE backportFelipe Artur2017-08-281-4/+4
|
* Clear issuable counter caches on updateclear-issuable-count-cache-for-statesSean McGivern2017-07-191-5/+0
| | | | | | When an issuable's state changes, or one is created, we should clear the cache counts for a user's assigned issuables, and also the project-wide caches for this user type.
* Fixed issue boards closed list not listing all issuesPhil Hughes2017-06-281-2/+10
| | | | | | This was a regression caused by the backlog list being re-added Closes #33850
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-311-1/+1
| | | | | | | | | The closed & backlog lists in issue boards are no collapsible. They can be collapsed independently of each other & this selection is then saved to the browser through localStorage. When the page loads, the code gets the data from localStorage & determines whether to show or hide the list Closes #23917
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
|
* Display all closed issues in “done” board listJarka Kadlecova2017-03-231-1/+1
|
* Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-1/+1
|
* Allow issues in boards to be orderedDouwe Maan2017-02-171-6/+1
|
* Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-4/+10
|
* Remove Boards::BaseServiceDouglas Barbosa Alexandre2016-10-111-1/+1
|
* Update Boards::Issues::ListService to list issues for a board listDouglas Barbosa Alexandre2016-10-111-0/+4
|
* Revert "Label list shows all issues (opened or closed) with that label"Douglas Barbosa Alexandre2016-10-061-6/+1
|
* Label list shows all issues (opened or closed) with that labelDouglas Barbosa Alexandre2016-08-251-1/+6
|
* Inherit board related services from BaseServiceDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-3/+3
|
* Fix filtering issues by "No Label"Douglas Barbosa Alexandre2016-08-171-9/+9
|
* Rename `list_id` param to `id` in Boards::Issues::ListServiceDouglas Barbosa Alexandre2016-08-171-1/+1
|
* Extract base service class for boards related servicesDouglas Barbosa Alexandre2016-08-171-11/+1
|
* Add service to list issues for a board listDouglas Barbosa Alexandre2016-08-171-0/+73