summaryrefslogtreecommitdiff
path: root/lib/api/todos.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@14-1-stable-eeGitLab Bot2021-08-021-0/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+2
* Add latest changes from gitlab-org/security/gitlab@13-8-stable-eeGitLab Bot2021-02-101-0/+5
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+11
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-051-7/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
* Merge branch 'fix-broken-ee-master-prepend-todos-api' into 'master'Stan Hu2019-08-151-0/+2
|\
| * Adds EE prepend, which for some reason was missingfix-broken-ee-master-prepend-todos-apiAlex Kalderimis2019-08-151-0/+2
* | Remove prepend_if_ee from CE codebaseLuke Duncalfe2019-08-151-2/+0
* | CE-specific changes to allow design Todos13494-todo-s-not-rendering-when-there-is-a-design-management-related-todo-ceLuke Duncalfe2019-08-151-4/+9
|/
* Merge branch 'security-59581-related-merge-requests-count' into 'master'Marin Jankovski2019-07-021-1/+1
|\
| * Expose merge requests count based on user accessAlexandru Croitor2019-06-181-1/+1
* | Rename Todos.with_api_entity_associations to with_entity_associationssh-optimize-todos-controllerStan Hu2019-06-241-1/+1
|/
* Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu2019-03-061-1/+31
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'sec...Robert Speicher2018-02-091-1/+1
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Avoid plucking Todo ids and use sub-queries insteadToon Claes2017-08-031-3/+3
* Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465acStan Hu2017-04-291-2/+2
* Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-selectToon Claes2017-04-271-2/+2
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Migrate the Todos API to use `issuable_iid`Timothy Andrew2017-03-071-4/+4
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* API: Use POST requests to mark todos as doneRobert Schilling2017-02-211-2/+4
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-1/+1
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-4/+6
* Grapify todos APIgrapify-todos-apiRobert Schilling2016-10-141-26/+19
* Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-4/+2
* 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