summaryrefslogtreecommitdiff
path: root/spec/requests/api/todos_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu2019-03-061-5/+47
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-6/+6
* Add changes from the EEJarka Kadlecová2018-08-061-1/+13
* Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'sec...Robert Speicher2018-02-091-0/+6
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-6/+6
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-271-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Migrate the Todos API to use `issuable_iid`Timothy Andrew2017-03-071-3/+3
* Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' Sean McGivern2017-03-011-2/+2
|\
| * Add spec for todo with target_type CommitGeorge Andrinopoulos2017-02-211-2/+2
* | API: Use POST requests to mark todos as doneRobert Schilling2017-02-211-13/+14
* | Add a custom pagination matcherRobert Schilling2017-02-161-0/+6
|/
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-1/+14
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
* Use cache for todos counter calling TodoServicePaco Guzman2016-08-121-0/+12
* Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-2/+1
* Support creating a todo on issuables via APItodos-apiRobert Schilling2016-07-011-1/+48
* Expose target, filter by state as stringRobert Schilling2016-07-011-3/+12
* Expose action_nameRobert Schilling2016-07-011-0/+1
* Assert response bodyRobert Schilling2016-07-011-1/+12
* Add user to project to see todosRobert Schilling2016-07-011-0/+5
* Make tests follow the guidelinesRobert Schilling2016-07-011-10/+20
* Add Todos APIDouglas Barbosa Alexandre2016-07-011-0/+107