gitlab-org--gitlab-foss/spec/controllers
Bob Van Landuyt de35c044fb Preload ancestors after pagination when filtering
We need to preload the ancestors of search results after applying
pagination limits. This way the search results itself are paginated,
but not the ancestors.

If we don't do this, we might not preload a parent group of a search
result as it has been cut off by pagination.
2018-07-06 14:09:36 +02:00
..
admin Rails5 ActionController::ParameterMissing: param is missing or the value is empty: application_setting 2018-06-13 18:00:15 +02:00
boards Merge branch 'jprovazn-rails5-boards' into 'master' 2018-06-11 15:55:29 +00:00
concerns Preload ancestors after pagination when filtering 2018-07-06 14:09:36 +02:00
dashboard
explore
google_api
groups Add workhorse authorize method for project/group uploads 2018-06-18 09:11:02 +02:00
import Make all uses of `fixture_file_upload` use relative paths 2018-06-07 09:54:41 -05:00
ldap
oauth Fix OAuth application authorization screen to appear with every access 2018-06-29 08:15:42 +00:00
profiles Make all uses of `fixture_file_upload` use relative paths 2018-06-07 09:54:41 -05:00
projects Merge branch 'port-c32af9da-to-ce' into 'master' 2018-07-05 15:01:25 +00:00
snippets
users Messaging on terms page when user already accepted 2018-06-04 22:22:11 +02:00
abuse_reports_controller_spec.rb
application_controller_spec.rb Merge branch 'rails5-fix-47804' into 'master' 2018-06-14 07:03:59 +00:00
autocomplete_controller_spec.rb
dashboard_controller_spec.rb
graphql_controller_spec.rb Handle exceptions outside the GraphQL schema 2018-06-05 20:47:42 +02:00
groups_controller_spec.rb
health_check_controller_spec.rb
health_controller_spec.rb Gitaly metrics check for read/writeability 2018-06-27 08:56:19 +02:00
help_controller_spec.rb
invites_controller_spec.rb
metrics_controller_spec.rb Gitaly metrics check for read/writeability 2018-06-27 08:56:19 +02:00
notification_settings_controller_spec.rb
omniauth_callbacks_controller_spec.rb Honor saml assurance level to allow 2FA bypassing 2018-06-25 15:32:03 +00:00
passwords_controller_spec.rb
profiles_controller_spec.rb Remove password and password_confirmation from whitelisted params in ProfilesController to prevent password from being changed without previous password being provided 2018-05-07 10:29:00 +02:00
projects_controller_spec.rb Present state indication on GFM preview 2018-07-05 23:24:11 -03:00
registrations_controller_spec.rb Users can accept terms during registration 2018-06-08 19:17:00 +02:00
root_controller_spec.rb
search_controller_spec.rb Render a 403 when showing an access denied message 2018-06-05 10:29:27 +02:00
sent_notifications_controller_spec.rb
sessions_controller_spec.rb Add Prometheus metrics to track reCAPTCHA success/failures 2018-07-03 11:39:00 -07:00
snippets_controller_spec.rb
uploads_controller_spec.rb Remove FaviconUploader favicon_main version 2018-06-15 12:28:23 +02:00
user_callouts_controller_spec.rb
users_controller_spec.rb