diff options
author | Shinya Maeda <gitlab.shinyamaeda@gmail.com> | 2017-04-01 20:27:37 +0900 |
---|---|---|
committer | Shinya Maeda <gitlab.shinyamaeda@gmail.com> | 2017-04-06 23:46:58 +0900 |
commit | 01cea0d59dd52ab6db2c7fb19faa2b8c71cf6052 (patch) | |
tree | ac14818bb92f4c370b919d99767b4d12b44a3f77 /spec | |
parent | b5f252bdf53365b02bea4415b0b8581ad59d0587 (diff) | |
download | gitlab-ce-01cea0d59dd52ab6db2c7fb19faa2b8c71cf6052.tar.gz |
Suppress Import/Export function warnings. Add comment for confirmation.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/import_export/all_models.yml | 2 | ||||
-rw-r--r-- | spec/lib/gitlab/import_export/safe_model_attributes.yml | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml index 24654bf6afd..06e8cd5a1cd 100644 --- a/spec/lib/gitlab/import_export/all_models.yml +++ b/spec/lib/gitlab/import_export/all_models.yml @@ -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 diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml index 1ad16a9b57d..ecd8f2990c6 100644 --- a/spec/lib/gitlab/import_export/safe_model_attributes.yml +++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml @@ -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 |