gitlab-org--gitlab-foss/spec
Thong Kuah d54791e094 Create k8s namespace for project in group clusters
AFAIK the only relevant place is Projects::CreateService, this gets
called when user creates a new project, forks a new project and does
those things via the api.

Also create k8s namespace for new group hierarchy
when transferring project between groups

Uses new Refresh service to create k8s namespaces

- Ensure we use Cluster#cluster_project

If a project has multiple clusters (EE), using Project#cluster_project
is not guaranteed to return the cluster_project for this cluster. So
switch to using Cluster#cluster_project - at this stage a cluster can
only have 1 cluster_project.

Also, remove rescue so that sidekiq can retry
2018-12-05 10:16:44 +13:00
..
bin
config Pad encryption keys with UTF-8 0 instead of \0 char 2018-11-28 12:00:17 +01:00
controllers Merge branch 'ce-7210-add-sort-direction-button-sort-dropdown' into 'master' 2018-12-04 15:04:35 +00:00
db
dependencies
factories Fallback to admin token for project clusters only 2018-12-04 15:44:33 +13:00
features Merge branch 'sh-fix-mirrors-protected-branches' into 'master' 2018-12-03 17:28:10 +00:00
finders
fixtures Update Dependency Scanning report fixtures 2018-12-03 14:01:05 +01:00
graphql Suggests issues when typing title 2018-11-27 15:10:40 +00:00
helpers Fix handling of filenames with hash characters in tree view 2018-11-26 14:14:48 -08:00
initializers Correctly handle data-loss scenarios when encrypting columns 2018-11-27 18:24:18 +00:00
javascripts Updated variable name to forceExpanded 2018-12-04 13:27:18 +00:00
lib Add association project -> kubernetes_namespaces 2018-12-05 10:16:44 +13:00
mailers Merge branch 'security-guest-comments' into 'master' 2018-11-28 19:11:56 -05:00
migrations Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into fix/gb/encrypt-runners-tokens 2018-12-04 09:11:33 +01:00
models Create k8s namespace for project in group clusters 2018-12-05 10:16:44 +13:00
policies Merge branch 'security-guest-comments' into 'master' 2018-11-28 19:11:56 -05:00
presenters
rack_servers
requests CE port Refactor Gitlab::Checks::ChangeAccess class 2018-12-04 11:55:49 +00:00
routing Revert "Resolve "[Rails5] `ActionView::MissingTemplate` in spec/features/projects/wiki/user_views_wiki_page_spec.rb"" 2018-12-03 12:28:51 +01:00
rubocop Make add_reference cop accept a hash for :index 2018-11-27 11:40:38 +01:00
serializers
services Create k8s namespace for project in group clusters 2018-12-05 10:16:44 +13:00
sidekiq/cron
support Modify service so that it can be re-run 2018-12-05 10:16:44 +13:00
tasks Remove Site Statistic 2018-11-26 23:39:05 +01:00
uploaders
validators Merge branch 'security-fj-crlf-injection' into 'master' 2018-11-28 19:14:06 -05:00
views Convert "New menu" feature spec to a view spec 2018-11-26 11:19:15 -06:00
workers Create k8s namespace for project in group clusters 2018-12-05 10:16:44 +13:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb