Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
d0b690a
Updated node modules based on npm audit fix
khalima Jan 4, 2026
e5bc74c
Update configuration
hel-platta-service Jan 16, 2026
a20c7f4
Merge branch 'dev' of github.com:City-of-Helsinki/drupal-helfi-strate…
khalima Jan 16, 2026
a62d10e
Updated undici and dist.
khalima Jan 16, 2026
861e9f1
Delete conf/cmi/language/fi/field.storage.paragraph.field_org_chart_d…
khalima Jan 16, 2026
c9d25b0
Delete conf/cmi/language/sv/field.storage.paragraph.field_org_chart_d…
khalima Jan 16, 2026
d7c5b9d
Merge branch 'update-configuration' of github.com:City-of-Helsinki/dr…
khalima Jan 16, 2026
85c6116
Merge pull request #927 from City-of-Helsinki/update-configuration
khalima Jan 16, 2026
bf0b912
Merge branch 'dev' of github.com:City-of-Helsinki/drupal-helfi-strate…
khalima Jan 16, 2026
9b7a3b7
Merge pull request #919 from City-of-Helsinki/automation/npm-audit
khalima Jan 16, 2026
aeaa949
Removed core-composer-scaffold as it is a dependency in helfi_platfor…
khalima Jan 19, 2026
80e765c
Update configuration
khalima Jan 19, 2026
8c02b17
Merge pull request #930 from City-of-Helsinki/update-configuration
khalima Jan 19, 2026
c5e1d55
Update configuration
hel-platta-service Jan 21, 2026
8fd6638
Merge pull request #931 from City-of-Helsinki/update-configuration
khalima Jan 21, 2026
a57781f
Update configuration
hel-platta-service Jan 21, 2026
be87e40
Merge pull request #932 from City-of-Helsinki/update-configuration
khalima Jan 22, 2026
2692aa0
Update configuration
hel-platta-service Jan 26, 2026
bb727de
Updated lodash.
khalima Jan 27, 2026
d37dd23
Merge pull request #933 from City-of-Helsinki/update-configuration
khalima Jan 27, 2026
612b2df
Update configuration
hel-platta-service Jan 27, 2026
c46bad1
Merge pull request #935 from City-of-Helsinki/update-configuration
teroelonen Jan 27, 2026
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
3 changes: 3 additions & 0 deletions .deprecation-ignore.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file contains patterns to be ignored while testing for use of
# deprecated code.
# See https://www.drupal.org/node/3285162 for more details.

# Symfony 7.4
%Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of .* instead.%
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ services:
MYSQL_RANDOM_ROOT_PASSWORD: 1
healthcheck:
test: mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
interval: 1s
timeout: 1s
retries: 30
volumes:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"require": {
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6.7",
"drupal/core-composer-scaffold": "~11.2.0",
"drupal/hdbt": "^6.0",
"drupal/hdbt_admin": "^3.0",
"drupal/helfi_azure_fs": "^2.0",
Expand Down
Loading
Loading