Module: ExportHelper

Defined in:
app/helpers/export_helper.rb

Instance Method Summary collapse

Instance Method Details

#group_export_descriptionsObject



17
18
19
20
21
22
23
24
25
# File 'app/helpers/export_helper.rb', line 17

def group_export_descriptions
  [
    _('Milestones'),
    _('Labels'),
    _('Boards and board lists'),
    _('Badges'),
    _('Subgroups')
  ]
end

#project_export_descriptionsObject

An EE-overwriteable list of descriptions



5
6
7
8
9
10
11
12
13
14
15
# File 'app/helpers/export_helper.rb', line 5

def project_export_descriptions
  [
    _('Project and wiki repositories'),
    _('Project uploads'),
    _('Project configuration, excluding integrations'),
    _('Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities'),
    _('LFS objects'),
    _('Issue Boards'),
    _('Design Management files and data')
  ]
end