diff options
author | Jason Colyer <jcolyer@Jasons-MacBook-Pro.local> | 2019-08-02 14:35:10 -0500 |
---|---|---|
committer | Jason Colyer <jcolyer@Jasons-MacBook-Pro.local> | 2019-08-02 14:35:10 -0500 |
commit | 87235d009c8d5f40ec0f29575c7af6e91cb0a926 (patch) | |
tree | 82cf812f00ac0c8f82416e13f8d86d2e6cfcd5dd /app/views/projects/_export.html.haml | |
parent | e14265d50d80e96db694f66d6ea3a12b1fdcf943 (diff) | |
download | gitlab-ce-87235d009c8d5f40ec0f29575c7af6e91cb0a926.tar.gz |
Make issue boards importable
- Added Importable to models/list.rb
- Did unless: :importable? on board validation
- Created changelog
- Modified haml to show issue boards are importable
- Added needed spec tests
- Modified project.json to include board information
- Added relevant models to all_models
- Added relevant models to import_export
- Added relevant models to safe_model_attributes
Diffstat (limited to 'app/views/projects/_export.html.haml')
-rw-r--r-- | app/views/projects/_export.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml index 1056977886a..d14c5c27b65 100644 --- a/app/views/projects/_export.html.haml +++ b/app/views/projects/_export.html.haml @@ -15,6 +15,7 @@ %li= _('Project configuration, including services') %li= _('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities') %li= _('LFS objects') + %li=_('Issue Boards') %p= _('The following items will NOT be exported:') %ul %li= _('Job traces and artifacts') |