-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'issue_18135' into 'master'
Todos sorting dropdown Implements #18135  - [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) See merge request !5691
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/dashboard/todos_controller.rb 1 addition, 0 deletionsapp/controllers/dashboard/todos_controller.rb
- app/finders/todos_finder.rb 5 additions, 1 deletionapp/finders/todos_finder.rb
- app/models/concerns/issuable.rb 4 additions, 15 deletionsapp/models/concerns/issuable.rb
- app/models/concerns/sortable.rb 14 additions, 0 deletionsapp/models/concerns/sortable.rb
- app/models/todo.rb 19 additions, 0 deletionsapp/models/todo.rb
- app/views/dashboard/todos/index.html.haml 19 additions, 0 deletionsapp/views/dashboard/todos/index.html.haml
- spec/features/todos/todos_sorting_spec.rb 67 additions, 0 deletionsspec/features/todos/todos_sorting_spec.rb
- spec/finders/todos_finder_spec.rb 70 additions, 0 deletionsspec/finders/todos_finder_spec.rb
spec/features/todos/todos_sorting_spec.rb
0 → 100644
spec/finders/todos_finder_spec.rb
0 → 100644
Please register or sign in to comment