gitlab-org--gitlab-foss/spec
Fatih Acet 286f10afb9 Merge branch 'fix-todo-pagination' into 'master'
Fix bug where pagination is still displayed despite all todos marked as done

## What does this MR do?
Changes the todo `mark all as done` button callback to remove pagination and add user friendly text `"You're all done!"` so that it is consistent with what the page should look like after refreshing

## Are there points in the code the reviewer needs to double check?
Shouldn't be

## Why was this MR needed?
Resolve existing UI inconsistency

## Screenshots (if relevant)
Before:
![8xDRiXB1TL](/uploads/479edbdedf8d468b4c5e502f36a0c19f/8xDRiXB1TL.gif)

After:
![q4XDxhujPX](/uploads/3566eb538e6ad5a2d32b78351b9bc47d/q4XDxhujPX.gif)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry 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)

## What are the relevant issue numbers?
Closes #21048

See merge request !6113
2016-08-31 20:26:12 +00:00
..
config
controllers Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2016-08-30 14:48:17 -07:00
factories api: expose wiki_page_events project hook field in the API 2016-08-24 10:33:51 -04:00
features Merge branch 'fix-todo-pagination' into 'master' 2016-08-31 20:26:12 +00:00
finders add specs for tags finder 2016-08-31 19:16:47 +01:00
fixtures Fix JSON schema to issues in issue board lists 2016-08-19 11:47:33 -03:00
helpers Show "Create Merge Request" widget for push events to fork projects on the source project 2016-08-24 18:54:26 +02:00
initializers
javascripts Merge branch 'improve-application_spec' into 'master' 2016-08-31 20:19:08 +00:00
lib Use updated_at as the last updated date when importing from GitHub 2016-08-31 13:20:28 -03:00
mailers Merge branch 'master' into 'expiration-date-on-memberships' 2016-08-19 10:58:01 +00:00
models Merge branch 'artifacts-from-ref-and-build-name' into 'master' 2016-08-30 18:03:16 +00:00
requests Merge branch 'api-confidential-issues' into 'master' 2016-08-31 15:51:27 +00:00
routing Fix markdown help references 2016-08-26 09:38:21 -05:00
services Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2016-08-30 14:48:17 -07:00
support Merge branch 'shorten-task-status-phrase' into 'master' 2016-08-30 17:46:03 +00:00
tasks/gitlab
uploaders
views Fix test 2016-08-30 13:05:40 +02:00
workers Merge branch '21010-emailsonpushworker-incorrectly-claims-deleted-a-commit-after-a-push' into 'master' 2016-08-19 18:16:55 +00:00
factories_spec.rb
rails_helper.rb
simplecov_env.rb Bump SimpleCov merge timeout to 365 days 2016-08-22 13:44:14 +02:00
spec_helper.rb Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-build-name 2016-08-24 20:56:30 +08:00
teaspoon_env.rb