diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-23 13:23:13 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-23 13:23:13 +0000 |
commit | 4646d453b3211e29ec5afba2568766018caf32e0 (patch) | |
tree | 0775b128f5abd774c97791dab5c462e8bc52b47c /spec/lib | |
parent | 1a45de3d4559a2f92e099a43490e9c50fe4bc86e (diff) | |
parent | 3789cfe056c1d8a5fb91267cc2b1dd0f9f5902a9 (diff) | |
download | gitlab-ce-4646d453b3211e29ec5afba2568766018caf32e0.tar.gz |
Merge branch 'milestone_start_date' into 'master'
Add a starting date to milestones
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23704
See merge request !7484
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/import_export/safe_model_attributes.yml | 1 |
1 files changed, 1 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 d6807941b31..78d6b2c5032 100644 --- a/spec/lib/gitlab/import_export/safe_model_attributes.yml +++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml @@ -78,6 +78,7 @@ Milestone: - project_id - description - due_date +- start_date - created_at - updated_at - state |