gitlab-org--gitlab-foss/spec/controllers
Thong Kuah 88800abcd8 Abstract out project out of ClustersController
To the extent possible swap out `project` with `clusterable`

- Abstract paths for showing cluster or clusters. This will allow us to
swap in alternative paths for group level cluster

- Push :project_id and :namespace_id params from the URL to the POST
body.

- Create a nice helper for to generate links for the destroy
action

For some reason, spec :project_id and :namespace_id param are not going
through `to_param` for a JSON format. Manually call `to_param` to fix
specs.

- Move :layout to BaseController
2018-11-01 19:36:58 +13:00
..
admin Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
boards Simplify query and add tests for authorization change 2018-10-26 10:27:25 +08:00
clusters Convert clusters to use a top-level controller 2018-11-01 18:38:36 +13:00
concerns
dashboard Add test for the milestone count 2018-10-04 08:54:30 +02:00
explore
google_api
groups Fix problem with spec that showed up in EE merge 2018-10-29 20:39:24 -05:00
import Resolve "Unable to import repository: undefined method `import_file' for nil:NilClass" 2018-09-17 10:52:49 +00:00
instance_statistics
ldap
oauth Fix spec message in spec/controllers/oauth/applications_controller_spec.rb 2018-09-21 11:03:00 +03:00
profiles
projects Convert clusters to use a top-level controller 2018-11-01 18:38:36 +13:00
snippets
users
abuse_reports_controller_spec.rb
application_controller_spec.rb Use InvalidUTF8ErrorHandler only for rails 4 2018-10-13 19:45:27 +02:00
autocomplete_controller_spec.rb
clusters_controller_spec.rb Abstract out project out of ClustersController 2018-11-01 19:36:58 +13:00
dashboard_controller_spec.rb
graphql_controller_spec.rb
groups_controller_spec.rb Put issues group search CTE behind a (default on) flag 2018-10-05 11:46:54 +01:00
health_check_controller_spec.rb
health_controller_spec.rb Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
help_controller_spec.rb
invites_controller_spec.rb
metrics_controller_spec.rb
notification_settings_controller_spec.rb
omniauth_callbacks_controller_spec.rb
passwords_controller_spec.rb
profiles_controller_spec.rb
projects_controller_spec.rb
registrations_controller_spec.rb
root_controller_spec.rb
search_controller_spec.rb
sent_notifications_controller_spec.rb
sessions_controller_spec.rb
snippets_controller_spec.rb
uploads_controller_spec.rb
user_callouts_controller_spec.rb
users_controller_spec.rb