Skip to content

Commit e2a4a19

Browse files
authored
Merge pull request #964 from City-of-Helsinki/update-configuration
Automatic update
2 parents c89c6c8 + 4ce9bc4 commit e2a4a19

128 files changed

Lines changed: 2745 additions & 947 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.deprecation-ignore.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file contains patterns to be ignored while testing for use of
2+
# deprecated code.
3+
# See https://www.drupal.org/node/3285162 for more details.

.platform/schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24
1+
25

compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,13 @@ services:
7777
- internal
7878
varnish:
7979
container_name: "${COMPOSE_PROJECT_NAME}-varnish"
80-
image: druidfi/varnish:6-drupal
80+
image: wodby/varnish:6.0
8181
environment:
8282
VARNISH_BACKEND_HOST: "${COMPOSE_PROJECT_NAME}-app"
83+
VARNISH_BACKEND_PORT: 8080
8384
VARNISH_CACHE_STATIC_FILES: "1"
85+
VARNISH_ALLOW_UNRESTRICTED_PURGE: "1"
86+
VARNISH_CONFIG_PRESET: "drupal"
8487
depends_on:
8588
- app
8689
networks:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"composer/installers": "^2.0",
1111
"cweagans/composer-patches": "^1.6.7",
1212
"drupal/better_exposed_filters": "^7.0",
13-
"drupal/core-composer-scaffold": "^10 || ^11",
13+
"drupal/core-composer-scaffold": "^11",
1414
"drupal/flexible_permissions": "^2.0",
1515
"drupal/group": "^2.0",
1616
"drupal/group_content_menu": "^2.0",

composer.lock

Lines changed: 64 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/cmi/block.block.hdbt_admin_admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ settings:
2222
label_display: visible
2323
provider: system
2424
level: 1
25-
depth: 0
25+
depth: null
2626
expand_all_items: false
2727
visibility: { }

conf/cmi/block.block.hdbt_admin_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ settings:
2222
label_display: visible
2323
provider: system
2424
level: 1
25-
depth: 0
25+
depth: null
2626
expand_all_items: false
2727
visibility: { }

conf/cmi/block.block.hdbt_subtheme_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ settings:
2222
label_display: '0'
2323
provider: system
2424
level: 1
25-
depth: 0
25+
depth: null
2626
expand_all_items: false
2727
visibility: { }

conf/cmi/block.block.hdbt_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ settings:
2222
label_display: '0'
2323
provider: system
2424
level: 1
25-
depth: 0
25+
depth: null
2626
expand_all_items: false
2727
visibility: { }

0 commit comments

Comments
 (0)