Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
feeds
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
feeds
Merge requests
!169
Issue
#3162496
: Support skipping field mappings where source is missing
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3162496
: Support skipping field mappings where source is missing
issue/feeds-3162496:3162496-skip-missing
into
8.x-3.x
Overview
18
Commits
19
Pipelines
15
Changes
16
Open
Issue #3162496: Support skipping field mappings where source is missing
Eric Smith
requested to merge
issue/feeds-3162496:3162496-skip-missing
into
8.x-3.x
May 21, 2024
Overview
13
Commits
19
Pipelines
15
Changes
16
Allow feeds to skip fields or field columns when a source is missing from the feed.
Edited
May 22, 2024
by
Eric Smith
1
0
Merge request reports
Compare
8.x-3.x
version 14
14acc947
9 months ago
version 13
a4bcce19
Jun 20, 2024
version 12
e00eed1c
Jun 20, 2024
version 11
eca9ef5e
Jun 18, 2024
version 10
6a0f84de
Jun 17, 2024
version 9
be1e1de3
Jun 13, 2024
version 8
8fa75e8e
Jun 4, 2024
version 7
133bedd3
Jun 4, 2024
version 6
1d595ee6
May 22, 2024
version 5
dce90164
May 22, 2024
version 4
53198301
May 22, 2024
version 3
4f337495
May 22, 2024
version 2
323c76c1
May 21, 2024
version 1
9d773892
May 21, 2024
8.x-3.x (HEAD)
and
latest version
latest version
2da64f0a
19 commits,
8 months ago
version 14
14acc947
18 commits,
9 months ago
version 13
a4bcce19
17 commits,
Jun 20, 2024
version 12
e00eed1c
16 commits,
Jun 20, 2024
version 11
eca9ef5e
15 commits,
Jun 18, 2024
version 10
6a0f84de
15 commits,
Jun 17, 2024
version 9
be1e1de3
14 commits,
Jun 13, 2024
version 8
8fa75e8e
13 commits,
Jun 4, 2024
version 7
133bedd3
12 commits,
Jun 4, 2024
version 6
1d595ee6
11 commits,
May 22, 2024
version 5
dce90164
10 commits,
May 22, 2024
version 4
53198301
8 commits,
May 22, 2024
version 3
4f337495
6 commits,
May 22, 2024
version 2
323c76c1
5 commits,
May 21, 2024
version 1
9d773892
1 commit,
May 21, 2024
16 files
+
781
−
58
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
config/schema/feeds.schema.yml
+
2
−
0
View file @ 0734f7c2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -215,6 +215,8 @@ feeds.processor.entity:
type
:
boolean
owner_id
:
type
:
integer
skip_missing_source
:
type
:
boolean
feeds.processor.entity:*
:
type
:
feeds.processor.entity
Loading