gitlab-org--gitlab-foss/spec
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
..
bin Remove Git circuit breaker 2018-10-10 09:08:18 +02:00
config
controllers Convert clusters to use a top-level controller 2018-11-01 18:38:36 +13:00
db
dependencies
factories Associate clusters model to groups 2018-10-29 16:21:31 +13:00
features Convert clusters to use a top-level controller 2018-11-01 18:38:36 +13:00
finders Support lowercase none / any 2018-10-26 10:47:14 +08:00
fixtures post merge pipeline and environments status 2018-10-29 11:34:41 +00:00
graphql Make GitLab pages support access control 2018-10-05 13:41:11 +00:00
helpers Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master' 2018-10-22 08:59:16 +00:00
initializers
javascripts Delete job_spec.js 2018-10-29 17:21:35 +00:00
lib Merge branch '52780-stale-pipeline-status-cache-for-_project-after-disabling-pipelines' into 'master' 2018-10-29 10:02:11 +00:00
mailers
migrations Move Project#rename_repo to a service class 2018-10-22 15:12:46 +02:00
models post merge pipeline and environments status 2018-10-29 11:34:41 +00:00
policies
presenters Merge branch 'use-raw-file-format' into 'master' 2018-10-22 08:09:40 +00:00
rack_servers Add experimental support for Puma 2018-10-25 17:50:15 +01:00
requests Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master' 2018-10-29 21:19:42 +00:00
routing Remove Koding integration and documentation 2018-10-12 22:18:51 -07:00
rubocop Add a new QA::ElementWithPattern cop 2018-10-15 14:28:03 +02:00
serializers post merge pipeline and environments status 2018-10-29 11:34:41 +00:00
services Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master' 2018-10-29 21:19:42 +00:00
sidekiq/cron
support Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master' 2018-10-29 21:19:42 +00:00
tasks
uploaders
validators
views Add tests for shared/runners/show.html.haml view 2018-10-22 16:29:09 +02:00
workers Removes idenfitication by commit from Gitlab::Identifier 2018-10-25 11:36:26 +01:00
factories_spec.rb
fast_spec_helper.rb Allow CE do nothing if route doesn't exist 2018-10-26 14:27:05 +08:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Require spec helpers loaded by other spec helpers first 2018-10-04 21:40:07 -03:00