Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
auto_entitylabel
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
auto_entitylabel
Merge requests
!24
Issue
#3205865
by kksandr: Fixed adding entity ID when label is optional
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3205865
by kksandr: Fixed adding entity ID when label is optional
issue/auto_entitylabel-3205865:3205865-id-not-added-2
into
8.x-3.x
Overview
0
Commits
1
Pipelines
4
Changes
6
Open
Issue #3205865 by kksandr: Fixed adding entity ID when label is optional
kksandr
requested to merge
issue/auto_entitylabel-3205865:3205865-id-not-added-2
into
8.x-3.x
Jun 7, 2024
Overview
0
Commits
1
Pipelines
4
Changes
6
Closes
#3205865
0
0
Merge request reports
Compare
8.x-3.x
version 3
b615240d
Sep 6, 2024
version 2
27ad2e10
Jun 7, 2024
version 1
a2663b08
Jun 7, 2024
8.x-3.x (HEAD)
and
latest version
latest version
dcd2acbb
1 commit,
2 weeks ago
version 3
b615240d
1 commit,
Sep 6, 2024
version 2
27ad2e10
1 commit,
Jun 7, 2024
version 1
a2663b08
1 commit,
Jun 7, 2024
6 files
+
87
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
config/schema/auto_entitylabel.schema.yml
+
3
−
0
View file @ dee6d35d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,6 +8,9 @@ auto_entitylabel.settings.*:
@@ -8,6 +8,9 @@ auto_entitylabel.settings.*:
pattern
:
pattern
:
type
:
string
type
:
string
label
:
'
Pattern
for
the
label'
label
:
'
Pattern
for
the
label'
enforce_resave
:
type
:
boolean
label
:
'
Generate
by
re-saving'
escape
:
escape
:
type
:
boolean
type
:
boolean
label
:
'
Remove
special
characters'
label
:
'
Remove
special
characters'
Loading