Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2b4fccb7
Commit
2b4fccb7
authored
Nov 06, 2017
by
Alessio Caiazza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Helm import/export
parent
338d7612
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
lib/gitlab/import_export/import_export.yml
lib/gitlab/import_export/import_export.yml
+2
-1
lib/gitlab/import_export/relation_factory.rb
lib/gitlab/import_export/relation_factory.rb
+1
-1
spec/lib/gitlab/import_export/all_models.yml
spec/lib/gitlab/import_export/all_models.yml
+6
-2
No files found.
lib/gitlab/import_export/import_export.yml
View file @
2b4fccb7
...
...
@@ -54,7 +54,8 @@ project_tree:
-
:auto_devops
-
:triggers
-
:pipeline_schedules
-
:cluster
-
clusters
:
-
:application_helm
-
:services
-
:hooks
-
protected_branches
:
...
...
lib/gitlab/import_export/relation_factory.rb
View file @
2b4fccb7
...
...
@@ -8,8 +8,8 @@ module Gitlab
triggers:
'Ci::Trigger'
,
pipeline_schedules:
'Ci::PipelineSchedule'
,
builds:
'Ci::Build'
,
cluster:
'Clusters::Cluster'
,
clusters:
'Clusters::Cluster'
,
application_helm:
'Clusters::Applications::Helm'
,
hooks:
'ProjectHook'
,
merge_access_levels:
'ProtectedBranch::MergeAccessLevel'
,
push_access_levels:
'ProtectedBranch::PushAccessLevel'
,
...
...
spec/lib/gitlab/import_export/all_models.yml
View file @
2b4fccb7
...
...
@@ -147,7 +147,8 @@ deploy_keys:
-
user
-
deploy_keys_projects
-
projects
cluster
:
clusters
:
-
application_helm
-
cluster_projects
-
projects
-
user
...
...
@@ -160,6 +161,8 @@ provider_gcp:
-
cluster
platform_kubernetes
:
-
cluster
application_helm
:
-
cluster
services
:
-
project
-
service_hook
...
...
@@ -191,6 +194,7 @@ project:
-
tags
-
chat_services
-
cluster
-
clusters
-
cluster_project
-
creator
-
group
...
...
@@ -299,4 +303,4 @@ push_event_payload:
-
event
issue_assignees
:
-
issue
-
assignee
\ No newline at end of file
-
assignee
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment