gitlab-org--gitlab-foss/spec/controllers
Thong Kuah 5b3c096c9e Convert clusters to use a top-level controller
In preparation so that we can create both cluster attached to project
and cluster attached to group.

- Move ClustersController to top level

- Move Clusters::ApplicationsController to top-level too

- Creates a Clusters::BaseController to share common functions

- Do not rely on @project ivar. Anything could set the ivar.

- Fix Vue page components due to new data-page value

Because of the controller change we have gone from
`projects:clusters:new` to `clusters:new`, so we need to update the file
location of the page components. There is somewhere a function that will
convert data-page to a file location.

On that note, projects/clusters/gcp/new/, translate to
Projects::Clusters::Gcp#new doesn't exist so replace that with
clusters/create_gcp/ and clusters/create_user/
2018-11-01 18:38:36 +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 Fix attachments not displaying inline with Google Cloud Storage 2018-09-05 17:01:54 -07:00
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 Resolve "Remove usage ping payload from Cohorts, add to Settings" 2018-09-06 12:43:14 +00:00
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 Refactor AutocompleteController 2018-08-20 13:53:00 +02:00
clusters_controller_spec.rb Convert clusters to use a top-level controller 2018-11-01 18:38:36 +13:00
dashboard_controller_spec.rb Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
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 Remove healthchecks from prometheus endpoint 2018-07-12 17:37:51 +00:00
notification_settings_controller_spec.rb Add email_events to replace EMAIL_EVENTS because it needs to be dynamic, 2018-08-14 14:59:29 +08:00
omniauth_callbacks_controller_spec.rb Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
passwords_controller_spec.rb
profiles_controller_spec.rb Allow users to set a status 2018-07-30 15:01:26 +02:00
projects_controller_spec.rb Refactor code to remove object storage flag from Import/Export 2018-09-06 16:52:42 +02:00
registrations_controller_spec.rb
root_controller_spec.rb
search_controller_spec.rb
sent_notifications_controller_spec.rb
sessions_controller_spec.rb Delete UserActivities and related workers 2018-07-18 15:44:10 +02:00
snippets_controller_spec.rb
uploads_controller_spec.rb Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
user_callouts_controller_spec.rb
users_controller_spec.rb Add an option to have a private profile on GitLab 2018-07-24 12:46:19 +00:00