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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
01cea0d5
Commit
01cea0d5
authored
Apr 01, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suppress Import/Export function warnings. Add comment for confirmation.
parent
b5f252bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
lib/gitlab/import_export/import_export.yml
lib/gitlab/import_export/import_export.yml
+1
-1
spec/lib/gitlab/import_export/all_models.yml
spec/lib/gitlab/import_export/all_models.yml
+2
-0
spec/lib/gitlab/import_export/safe_model_attributes.yml
spec/lib/gitlab/import_export/safe_model_attributes.yml
+10
-0
No files found.
lib/gitlab/import_export/import_export.yml
View file @
01cea0d5
...
...
@@ -39,7 +39,7 @@ project_tree:
-
:author
-
:events
-
:statuses
-
:triggers
-
:triggers
# TODO: Need to confirm
-
:deploy_keys
-
:services
-
:hooks
...
...
spec/lib/gitlab/import_export/all_models.yml
View file @
01cea0d5
...
...
@@ -99,6 +99,7 @@ triggers:
-
project
-
trigger_requests
-
owner
-
trigger_schedule
deploy_keys
:
-
user
-
deploy_keys_projects
...
...
@@ -194,6 +195,7 @@ project:
-
runners
-
variables
-
triggers
-
trigger_schedules
-
environments
-
deployments
-
project_feature
...
...
spec/lib/gitlab/import_export/safe_model_attributes.yml
View file @
01cea0d5
...
...
@@ -240,6 +240,16 @@ Ci::Trigger:
-
updated_at
-
owner_id
-
description
-
ref
Ci::TriggerSchedule:
-
id
-
project_id
-
trigger_id
-
deleted_at
-
created_at
-
updated_at
-
cron
-
next_run_at
DeployKey
:
-
id
-
user_id
...
...
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