Skip to content

Commit 14c1aed

Browse files
authored
Merge pull request #974 from City-of-Helsinki/dev
Dev to main
2 parents 7854213 + 24ee80f commit 14c1aed

File tree

66 files changed

+693
-722
lines changed

Some content is hidden

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

66 files changed

+693
-722
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME=helfi-kymp
77
PROJECT_NAME=liikenne
88

99
# Default Docker compose profiles
10-
COMPOSE_PROFILES=search,queue
10+
COMPOSE_PROFILES=search
1111

1212
# OpenShift project name
1313
OC_PROJECT_NAME=hki-kanslia-liikenne-test

.platform/schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
12

compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,12 @@ services:
151151
- search
152152
artemis:
153153
container_name: "${COMPOSE_PROJECT_NAME}-artemis"
154-
image: quay.io/artemiscloud/activemq-artemis-broker
155-
environment:
156-
AMQ_EXTRA_ARGS: "--user admin --password admin"
154+
image: apache/activemq-artemis
157155
depends_on:
158156
- app
159157
networks:
160158
- internal
159+
- stonehenge-network
161160
profiles:
162161
- queue
163162
chromium:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"require-dev": {
2929
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
30+
"dg/bypass-finals": "^1.5",
3031
"drupal/coder": "^8.3",
3132
"drupal/core-dev": "^10.1",
3233
"jangregor/phpstan-prophecy": "^1.0",
@@ -116,7 +117,7 @@
116117
"@lint-php",
117118
"@test-php"
118119
],
119-
"test-php": "vendor/bin/phpunit -c phpunit.xml.dist",
120+
"test-php": "vendor/bin/phpunit -c $PWD/phpunit.xml.dist",
120121
"lint-php": "vendor/bin/phpcs --standard=Drupal",
121122
"copy-commit-message-script": "make copy-commit-message-script",
122123
"post-install-cmd": [

composer.lock

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

conf/cmi/block.block.eucookiecomplianceblock.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

conf/cmi/block.block.hdbt_subtheme_eucookiecomplianceblock.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

conf/cmi/core.base_field_override.paragraphs_library_item.paragraphs_library_item.paragraphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ settings:
5050
contact_card_listing: contact_card_listing
5151
content_cards: content_cards
5252
image: image
53+
image_gallery: image_gallery
5354
liftup_with_image: liftup_with_image
5455
list_of_links: list_of_links
5556
map: map
@@ -58,7 +59,6 @@ settings:
5859
unit_search: unit_search
5960
service_list: service_list
6061
unit_contact_card: unit_contact_card
61-
image_gallery: image_gallery
6262
negate: 0
6363
target_bundles_drag_drop:
6464
accordion:

conf/cmi/core.entity_form_display.node.landing_page.default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ content:
128128
third_party_settings: { }
129129
simple_sitemap:
130130
weight: 10
131+
region: content
131132
settings: { }
132133
third_party_settings: { }
133-
region: content
134134
status:
135135
type: boolean_checkbox
136136
weight: 12

conf/cmi/core.extension.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ module:
4242
gin_toolbar: 0
4343
hal: 0
4444
hdbt_admin_tools: 0
45+
hdbt_cookie_banner: 0
4546
health_check: 0
4647
helfi_api_base: 0
4748
helfi_azure_fs: 0
4849
helfi_base_content: 0
4950
helfi_ckeditor: 0
5051
helfi_etusivu_entities: 0
51-
helfi_eu_cookie_compliance: 0
5252
helfi_image_styles: 0
5353
helfi_kymp_content: 0
5454
helfi_kymp_migrations: 0
@@ -180,7 +180,6 @@ module:
180180
paragraphs: 11
181181
publication_date: 99
182182
minimal: 1000
183-
eu_cookie_compliance: 1001
184183
theme:
185184
claro: 0
186185
stable9: 0

0 commit comments

Comments
 (0)