Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
file_extractor
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
file_extractor
Merge requests
!5
Issue
#3130635
: Separate settings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3130635
: Separate settings
issue/file_extractor-3130635:3130635-separate-settings
into
3.0.x
Overview
0
Commits
1
Pipelines
0
Changes
9
Merged
Florent Torregrosa
requested to merge
issue/file_extractor-3130635:3130635-separate-settings
into
3.0.x
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
9
Expand
0
0
Merge request reports
Compare
3.0.x
version 6
f9232620
4 years ago
version 5
34cdba69
4 years ago
version 4
d8f41ec4
4 years ago
version 3
2243a0bf
4 years ago
version 2
d4d4ee04
4 years ago
version 1
cf884d09
4 years ago
3.0.x (base)
and
latest version
latest version
57db898c
1 commit,
4 years ago
version 6
f9232620
4 commits,
4 years ago
version 5
34cdba69
3 commits,
4 years ago
version 4
d8f41ec4
3 commits,
4 years ago
version 3
2243a0bf
2 commits,
4 years ago
version 2
d4d4ee04
1 commit,
4 years ago
version 1
cf884d09
1 commit,
4 years ago
9 files
+
506
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
config/schema/file_extractor.schema.yml
+
20
−
12
Options
@@ -35,15 +35,23 @@ file_extractor.extraction_settings:
type
:
mapping
label
:
'
Extraction
settings'
mapping
:
excluded_extensions
:
type
:
string
label
:
'
Excluded
file
extensions'
number_first_bytes
:
type
:
string
label
:
'
Maximum
size
of
the
extracted
string'
max_filesize
:
type
:
string
label
:
'
Maximum
file
size'
exclude_private
:
type
:
boolean
label
:
'
Exclude
private
files'
extractable
:
type
:
mapping
label
:
'
Settings
impacting
if
the
file
can
be
extracted
or
not.'
mapping
:
excluded_extensions
:
type
:
string
label
:
'
Excluded
file
extensions'
max_filesize
:
type
:
string
label
:
'
Maximum
file
size'
exclude_private
:
type
:
boolean
label
:
'
Exclude
private
files'
extraction_result
:
type
:
mapping
label
:
'
Settings
impacting
the
result
of
the
extraction.'
mapping
:
number_first_bytes
:
type
:
string
label
:
'
Maximum
size
of
the
extracted
string'
Loading