Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dar-otechestvu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Open-source
dar-otechestvu
Commits
e947b5b5
Commit
e947b5b5
authored
Dec 29, 2018
by
anton.shloma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove update module
parent
5484ddc2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
52 deletions
+0
-52
update.settings.yml
core/modules/update/config/install/update.settings.yml
+0
-10
update.schema.yml
core/modules/update/config/schema/update.schema.yml
+0
-42
No files found.
core/modules/update/config/install/update.settings.yml
deleted
100644 → 0
View file @
5484ddc2
check
:
disabled_extensions
:
false
interval_days
:
1
fetch
:
url
:
'
'
max_attempts
:
2
timeout
:
30
notification
:
emails
:
{
}
threshold
:
all
core/modules/update/config/schema/update.schema.yml
deleted
100644 → 0
View file @
5484ddc2
# Schema for the configuration files of the Update module.
update.settings
:
type
:
config_object
label
:
'
Update
settings'
mapping
:
check
:
type
:
mapping
label
:
'
Check
settings'
mapping
:
disabled_extensions
:
type
:
boolean
label
:
'
Check
for
updates
of
uninstalled
modules
and
themes'
interval_days
:
type
:
integer
label
:
'
Days
since
last
check'
fetch
:
type
:
mapping
label
:
'
Fetch
settings'
mapping
:
url
:
type
:
uri
label
:
'
URL
for
fetching
available
update
data'
max_attempts
:
type
:
integer
label
:
'
Maximum
attempts'
timeout
:
type
:
integer
label
:
'
Timeout
in
seconds'
notification
:
type
:
mapping
label
:
'
Notification
settings'
mapping
:
emails
:
type
:
sequence
label
:
'
Email
addresses
to
notify
when
updates
are
available'
sequence
:
type
:
email
label
:
'
Email'
threshold
:
type
:
string
label
:
'
Email
notification
threshold'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment