Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
entity_notify
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
entity_notify
Merge requests
!1
Resolve
#3465777
"Plan 1.1.0 release"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3465777
"Plan 1.1.0 release"
issue/entity_notify-3465777:3465777-plan-1.1.0-release
into
1.1.x
Overview
0
Commits
2
Pipelines
3
Changes
11
Merged
Andrei Ivnitskii
requested to merge
issue/entity_notify-3465777:3465777-plan-1.1.0-release
into
1.1.x
8 months ago
Overview
0
Commits
2
Pipelines
3
Changes
11
Expand
Closes
#3465777
0
0
Merge request reports
Compare
1.1.x
version 2
5c9a27c6
8 months ago
version 1
5c9a27c6
8 months ago
1.1.x (base)
and
latest version
latest version
7b6aa5e3
2 commits,
8 months ago
version 2
5c9a27c6
1 commit,
8 months ago
version 1
5c9a27c6
1 commit,
8 months ago
11 files
+
1428
−
104
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
config/schema/entity_notify.schema.yml
0 → 100644
+
125
−
0
Options
entity_notify.settings
:
type
:
config_object
label
:
'
Entity
notify
settings'
mapping
:
enabled_target_entity_types
:
label
:
'
Target
entity
types'
type
:
sequence
sequence
:
type
:
string
label
:
'
Entity
type
label'
entity_notify_admin
:
label
:
'
Send
mail
to
user
with
uid=1'
type
:
boolean
entity_notify_roles
:
label
:
'
Send
mail
to
users
with
selected
roles'
type
:
sequence
sequence
:
type
:
string
label
:
'
Role
ID'
entity_notify_maillist
:
label
:
'
Custom
mail
list'
type
:
string
entity_notify_telegram
:
label
:
'
Send
message
to
Telegram
users'
type
:
boolean
entity_notify_telegram_bottoken
:
label
:
'
Bot
token'
type
:
string
entity_notify_telegram_chatids
:
label
:
'
Chat
IDs'
type
:
string
entity_notify_telegram_proxy
:
label
:
'
Use
proxy'
type
:
boolean
entity_notify_telegram_proxy_server
:
label
:
'
Server
name
or
IP
address'
type
:
string
entity_notify_telegram_proxy_login
:
label
:
'
Server
login'
type
:
string
entity_notify_telegram_proxy_password
:
label
:
'
Server
password'
type
:
string
node.type.*.third_party.entity_notify
:
type
:
mapping
label
:
'
Entity
notify
third
party
settings'
mapping
:
enable
:
label
:
'
Enable
Entity
notify
for
node'
type
:
boolean
admin
:
label
:
'
Send
mail
to
user
with
uid=1'
type
:
boolean
roles
:
label
:
'
Send
mail
to
users
with
selected
roles'
type
:
sequence
sequence
:
type
:
string
label
:
'
Role
ID'
maillist
:
label
:
'
Custom
mail
list'
type
:
string
telegram
:
label
:
'
Send
message
to
Telegram
users'
type
:
boolean
telegram_bottoken
:
label
:
'
Bot
token'
type
:
string
telegram_chatids
:
label
:
'
Chat
IDs'
type
:
string
telegram_proxy
:
label
:
'
Use
proxy'
type
:
boolean
telegram_proxy_server
:
label
:
'
Server
name
or
IP
address'
type
:
string
telegram_proxy_login
:
label
:
'
Server
login'
type
:
string
telegram_proxy_password
:
label
:
'
Server
password'
type
:
string
comment.type.*.third_party.entity_notify
:
type
:
mapping
label
:
'
Entity
notify
third
party
settings'
mapping
:
enable
:
label
:
'
Enable
Entity
notify
for
comment'
type
:
boolean
admin
:
label
:
'
Send
mail
to
user
with
uid=1'
type
:
boolean
roles
:
label
:
'
Send
mail
to
users
with
selected
roles'
type
:
sequence
sequence
:
type
:
string
label
:
'
Role
ID'
maillist
:
label
:
'
Custom
mail
list'
type
:
string
telegram
:
label
:
'
Send
message
to
Telegram
users'
type
:
boolean
telegram_bottoken
:
label
:
'
Bot
token'
type
:
string
telegram_chatids
:
label
:
'
Chat
IDs'
type
:
string
telegram_proxy
:
label
:
'
Use
proxy'
type
:
boolean
telegram_proxy_server
:
label
:
'
Server
name
or
IP
address'
type
:
string
telegram_proxy_login
:
label
:
'
Server
login'
type
:
string
telegram_proxy_password
:
label
:
'
Server
password'
type
:
string
Loading