summaryrefslogtreecommitdiff
path: root/lib/api/todos.rb
Commit message (Collapse)AuthorAgeFilesLines
* Grapify todos APIgrapify-todos-apiRobert Schilling2016-10-141-26/+19
|
* Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-4/+2
| | | | | | | We’re being kept up to date the counter data but we’re not using it. The only thing which is not real if is the number of projects that the user read changes the number of todos can be stale for some time. The counters will be sync just after the user receives a new todo or mark any as done
* Use cache for todos counter calling TodoServicePaco Guzman2016-08-121-1/+1
|
* Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-1/+1
|
* Support creating a todo on issuables via APItodos-apiRobert Schilling2016-07-011-0/+30
|
* Expose target, filter by state as stringRobert Schilling2016-07-011-3/+3
|
* Add todos API documentation and changelogRobert Schilling2016-07-011-3/+1
|
* pass paginated array when deleting notesRobert Schilling2016-07-011-1/+1
|
* Move to helper, no instance variablesRobert Schilling2016-07-011-9/+9
|
* Add Todos APIDouglas Barbosa Alexandre2016-07-011-0/+54