gitlab-org--gitlab-foss/spec/requests
Rémy Coutable 4db94cb9d7 Merge branch 'api-delete-todos' into 'master'
Api delete todos

## What does this MR do?

It changes the `DELETE /todos` to only return the number of marked todos.

## Why was this MR needed?

Before it returned the marked todos as an paginated array. Since we deleted/marked the todos, there was no way to get the rest of the todos.

## What are the relevant issue numbers?

Closes #19678

## Does this MR meet the acceptance criteria?

~~- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added~~
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5341
2016-07-19 12:16:15 +00:00
..
api Merge branch 'api-delete-todos' into 'master' 2016-07-19 12:16:15 +00:00
ci/api Use describe rather than context for this: 2016-07-04 23:05:05 +08:00
git_http_spec.rb Groundwork for Kerberos SPNEGO (EE feature) 2016-07-01 11:46:56 +02:00
jwt_controller_spec.rb Use HTTP matchers if possible 2016-06-27 20:10:42 +02:00
lfs_http_spec.rb Fix LFS specs 2016-07-15 15:06:19 +02:00