Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #518

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 35 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module:
address: 0
admin_toolbar: 0
admin_toolbar_tools: 0
aet: 0
allowed_formats: 0
block: 0
breakpoint: 0
Expand Down Expand Up @@ -133,7 +132,6 @@ module:
telephone: 0
text: 0
token: 0
token_filter: 0
toolbar: 0
translatable_menu_link_uri: 0
twig_tweak: 0
Expand Down
8 changes: 0 additions & 8 deletions conf/cmi/filter.format.full_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- helfi_api_base
- linkit
- media
- token_filter
_core:
default_config_hash: xpLSr9WoVOW2SAHrxY02hUPmBUOf1TNQMcjZ7UqpfkU
name: HTML
Expand Down Expand Up @@ -88,13 +87,6 @@ filters:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types: { }
token_filter:
id: token_filter
provider: token_filter
status: true
weight: -47
settings:
replace_empty: '1'
helfi_link_converter:
id: helfi_link_converter
provider: helfi_api_base
Expand Down
8 changes: 0 additions & 8 deletions conf/cmi/filter.format.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies:
- helfi_api_base
- linkit
- media
- token_filter
name: Minimal
format: minimal
weight: 0
Expand Down Expand Up @@ -86,13 +85,6 @@ filters:
default_view_mode: default
allowed_view_modes: { }
allowed_media_types: { }
token_filter:
id: token_filter
provider: token_filter
status: true
weight: -43
settings:
replace_empty: '1'
helfi_link_converter:
id: helfi_link_converter
provider: helfi_api_base
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ services:
db:
container_name: "${COMPOSE_PROJECT_NAME}-db"
image: druidfi/mariadb:10.9-drupal
environment:
MARIADB_AUTO_UPGRADE: "1"
MARIADB_INITDB_SKIP_TZINFO: "1"
volumes:
- db_data:/var/lib/mysql
ports:
Expand Down