diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-04 14:58:12 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-04 14:58:12 +0200 |
commit | 1f19647c0e0699011a90688d6a6b40169f0ab263 (patch) | |
tree | d544e6f256541a5c0b6b3f1e059940dd6edf57e4 | |
parent | 82ada5d3047237d9e055c43aca7dc7e98d0f2f71 (diff) | |
download | gitlab-ce-1f19647c0e0699011a90688d6a6b40169f0ab263.tar.gz |
Fix safe_model_attributes
-rw-r--r-- | spec/lib/gitlab/import_export/safe_model_attributes.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml index 0a1e3eb83d3..3a2751aac75 100644 --- a/spec/lib/gitlab/import_export/safe_model_attributes.yml +++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml @@ -554,6 +554,19 @@ ProjectCustomAttribute: - project_id - key - value +PrometheusMetric: +- id +- created_at +- updated_at +- project_id +- y_label +- unit +- legend +- title +- query +- group +- common +- identifier Badge: - id - link_url |