-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'api-default-order' into 'master'
Sorting refactoring * refactor sorting logic for web UI * refactor and document ordering for API: project, issues, merge requests * explicitly define ordering in models using default_scope See merge request !1476
Showing
- app/controllers/admin/dashboard_controller.rb 3 additions, 3 deletionsapp/controllers/admin/dashboard_controller.rb
- app/controllers/admin/groups_controller.rb 2 additions, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/admin/users_controller.rb 3 additions, 3 deletionsapp/controllers/admin/users_controller.rb
- app/controllers/application_controller.rb 2 additions, 2 deletionsapp/controllers/application_controller.rb
- app/controllers/dashboard_controller.rb 1 addition, 1 deletionapp/controllers/dashboard_controller.rb
- app/controllers/profiles/keys_controller.rb 1 addition, 1 deletionapp/controllers/profiles/keys_controller.rb
- app/controllers/projects/commits_controller.rb 1 addition, 1 deletionapp/controllers/projects/commits_controller.rb
- app/controllers/projects/labels_controller.rb 1 addition, 1 deletionapp/controllers/projects/labels_controller.rb
- app/controllers/projects/merge_requests_controller.rb 1 addition, 1 deletionapp/controllers/projects/merge_requests_controller.rb
- app/finders/notes_finder.rb 2 additions, 1 deletionapp/finders/notes_finder.rb
- app/helpers/sorting_helper.rb 79 additions, 0 deletionsapp/helpers/sorting_helper.rb
- app/models/broadcast_message.rb 2 additions, 0 deletionsapp/models/broadcast_message.rb
- app/models/concerns/issuable.rb 6 additions, 7 deletionsapp/models/concerns/issuable.rb
- app/models/concerns/sortable.rb 38 additions, 0 deletionsapp/models/concerns/sortable.rb
- app/models/email.rb 2 additions, 0 deletionsapp/models/email.rb
- app/models/event.rb 1 addition, 0 deletionsapp/models/event.rb
- app/models/group.rb 10 additions, 16 deletionsapp/models/group.rb
- app/models/hooks/web_hook.rb 1 addition, 0 deletionsapp/models/hooks/web_hook.rb
- app/models/identity.rb 1 addition, 0 deletionsapp/models/identity.rb
- app/models/issue.rb 1 addition, 0 deletionsapp/models/issue.rb
Loading
Please register or sign in to comment