Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7987af3
UHF-12628: Updated Group and Group content menu modules to 3.x
tuutti Feb 9, 2026
02c0f1d
UHF-12628: phpstan fixes
tuutti Feb 9, 2026
d365cd0
UHF-12628: Updated patch
tuutti Feb 11, 2026
84b261b
UHF-12628: Fixed conflict
tuutti Feb 11, 2026
7de2760
UHF-12628: Removed more patches
tuutti Feb 11, 2026
efba47d
UHF-12628: Removed group base_field_overrides
tuutti Feb 12, 2026
a24b4ea
UHF-12628: Rerun updb
tuutti Feb 12, 2026
80ef15d
UHF-12620: Add base for cross-studies search
jeremysteerio Feb 12, 2026
0cd0366
UHF-12628: Fixed group_content references
tuutti Feb 13, 2026
061afa4
UHF-12620: wip
jeremysteerio Feb 17, 2026
fa0c6b6
UHF-12628: Use make commands in artifact workflow
tuutti Feb 17, 2026
cc05236
UHF-12628: Fixed argument name
tuutti Feb 17, 2026
72712a9
UHF-12628: Use sql-dump instead of sql-query
tuutti Feb 17, 2026
310f841
UHF-12628: Modify correct command
tuutti Feb 17, 2026
bba2c1c
UHF-12628: Fixed parameter
tuutti Feb 17, 2026
42f273c
UHF-12628: Test new dump name
tuutti Feb 17, 2026
334ce76
UHF-12620: Add hero block, override koro
jeremysteerio Feb 18, 2026
3e1548c
Fixed database export.
wktohesi Feb 18, 2026
6637775
UHF-12620: Add translations
jeremysteerio Feb 18, 2026
6e16a55
UHF-12620: Add missing translation
jeremysteerio Feb 18, 2026
7d74a10
Merge pull request #1009 from City-of-Helsinki/UHF-X_fix-dump
tuutti Feb 18, 2026
1353a35
Update configuration
hel-platta-service Feb 19, 2026
2a654d0
Merge pull request #1007 from City-of-Helsinki/update-configuration
wktohesi Feb 19, 2026
692ceab
UHF-12628: Merged with dev
tuutti Feb 19, 2026
c6b257a
UHF-12628: Reverted workflow changes
tuutti Feb 19, 2026
cd68db5
UHF-12620: Add path aliases
jeremysteerio Feb 19, 2026
6bc4dda
UHF-12620: Add missing translations
jeremysteerio Feb 19, 2026
1cf054c
Merge pull request #1005 from City-of-Helsinki/UHF-12628
tuutti Feb 19, 2026
67d1d69
UHF-12620: Add hero block config
jeremysteerio Feb 19, 2026
1a8b5de
UHF-12620: Fixed block page paths
annadruid Feb 19, 2026
a1cd4ae
Update configuration
hel-platta-service Feb 19, 2026
e763dc7
Merge pull request #1012 from City-of-Helsinki/update-configuration
khalima Feb 19, 2026
e830994
UHF-12620: Fix phpcs
jeremysteerio Feb 20, 2026
37fabfb
UHF-12620: Fix phpunit tests
jeremysteerio Feb 20, 2026
9884413
UHF-12620: Fix coverage
jeremysteerio Feb 20, 2026
3a7b098
UHF-12620: Fix coverage annotations
jeremysteerio Feb 20, 2026
c967f05
Merge pull request #1010 from City-of-Helsinki/UHF-12620
jeremysteerio Feb 20, 2026
7e598d9
UHF-12620: Fix resultcard url generation
jeremysteerio Feb 20, 2026
5063497
UHF-12620: Fix tests
jeremysteerio Feb 20, 2026
24749c7
Updated node modules based on npm audit fix
khalima Feb 22, 2026
368137e
Update configuration
hel-platta-service Feb 23, 2026
05eb83e
Merge pull request #1013 from City-of-Helsinki/update-configuration
jeremysteerio Feb 23, 2026
31540ec
Merge pull request #1014 from City-of-Helsinki/UHF-12620
jeremysteerio Feb 23, 2026
4eba11d
Update configuration
hel-platta-service Feb 23, 2026
a6b16ba
Merge pull request #1015 from City-of-Helsinki/automation/npm-audit
khalima Feb 23, 2026
57f5d9b
Merge pull request #1016 from City-of-Helsinki/update-configuration
khalima Feb 23, 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
10 changes: 0 additions & 10 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,6 @@ services:
- "traefik.port=9200"
profiles:
- search
artemis:
container_name: "${COMPOSE_PROJECT_NAME}-artemis"
image: apache/activemq-artemis
depends_on:
- app
networks:
- internal
- stonehenge-network
profiles:
- queue
chromium:
image: selenium/standalone-chromium
environment:
Expand Down
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"cweagans/composer-patches": "^1.6.7",
"drupal/better_exposed_filters": "^7.0",
"drupal/flexible_permissions": "^2.0",
"drupal/group": "^2.0",
"drupal/group_content_menu": "^2.0",
"drupal/group": "^3.0",
"drupal/group_content_menu": "^3.0",
"drupal/hdbt": "^6.0",
"drupal/hdbt_admin": "^3.0",
"drupal/helfi_azure_fs": "^2.0",
Expand Down Expand Up @@ -97,13 +97,7 @@
},
"patches": {
"drupal/group": {
"Prevent null when loading group membership roles (https://www.drupal.org/i/3197610)": "./patches/group-3197610_prevent_null_on_group_getroles.patch",
"https://www.drupal.org/i/2815971": "./patches/2815971.patch",
"Duplicate revision(version) tab around Group's admin pages": "https://www.drupal.org/files/issues/2023-12-12/group-revision-tabs-appear-twice-3397063-15.patch",
"Fix for group relation type entity type definitions not available first cache rebuild after site install": "./patches/group_relation_type_entity_type_definitions_during_cache_rebuild.patch"
},
"drupal/group_content_menu": {
"Fix for group_content_menu derivative definition load during first cache rebuild after site install": "./patches/group_content_menu_derivative_definition_load_during_cache_rebuild.patch"
"https://www.drupal.org/i/2815971": "./patches/2815971.patch"
},
"drupal/override_node_options": {
"Fix for adding non-existent permissions to a role is not allowed error during site install.": "patches/override_node_permissions_missing_dependencies.patch"
Expand Down
526 changes: 362 additions & 164 deletions composer.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
uuid: 9c9ab053-1faf-41ec-ac04-979dc404b783
langcode: en
status: true
dependencies:
module:
- helfi_kasko_content
- system
theme:
- hdbt_subtheme
id: hdbt_subtheme_crossinstitutionalstudiesheroblock
theme: hdbt_subtheme
region: before_content
weight: 0
provider: null
plugin: cross_institutional_studies_hero_block
settings:
id: cross_institutional_studies_hero_block
label: 'Cross Institutional Studies Hero Block'
label_display: '0'
provider: helfi_kasko_content
visibility:
request_path:
id: request_path
negate: false
pages: "/cross-institutional-studies-search\r\n/ristiinopiskeluhaku\r\n/korsstudiersök"
4 changes: 2 additions & 2 deletions conf/cmi/block.block.helfirecommendationsblock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ dependencies:
module:
- helfi_recommendations
- language
- node
- system
theme:
- hdbt_subtheme
id: helfirecommendationsblock
theme: hdbt_subtheme
region: content
weight: 1
weight: 10
provider: helfi_recommendations
plugin: helfi_recommendations
settings:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading