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

Dev to main #736

Merged
merged 21 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e222ce4
UHF-9354: Updated node version to 20.10.0, updated node modules and w…
khalima Nov 23, 2023
cc28297
UHF-9354: Background color of block--of-interest was changed from #e5…
khalima Nov 23, 2023
598d599
UHF-9354: Fixed globbing problem in webpack config.
khalima Nov 23, 2023
cc5bde7
UHF-9354: Updated package.json.
khalima Nov 24, 2023
fd7ee86
Merge pull request #735 from City-of-Helsinki/UHF-9354_node_packages
khalima Nov 24, 2023
a4ea479
Update configuration
actions-bot Nov 28, 2023
bf096be
Merge pull request #731 from City-of-Helsinki/update-configuration
Jussiles Nov 28, 2023
dffd277
UHF-8943: Deployment fixes
tuutti Nov 29, 2023
5cf375b
UHF-8943: Exit cron pod if deployment is in progress
tuutti Nov 29, 2023
fc0ce11
UHF-8943: Wait for deployment to finish
tuutti Nov 29, 2023
452e807
UHF-8943: Added init.sh
tuutti Nov 29, 2023
49829c3
Merge pull request #738 from City-of-Helsinki/UHF-8943
tuutti Nov 29, 2023
f874cb3
UHF-8943: Fixes to mkdir
tuutti Nov 29, 2023
16107ef
Merge pull request #739 from City-of-Helsinki/UHF-8943
tuutti Nov 29, 2023
a0299da
UHF-8943: Fixed typo
tuutti Nov 29, 2023
1858e83
Merge pull request #740 from City-of-Helsinki/UHF-8943
tuutti Nov 29, 2023
c1d9e9f
UHF-8943: Fixed while loop
tuutti Nov 29, 2023
30a009e
Merge pull request #741 from City-of-Helsinki/UHF-8943
tuutti Nov 29, 2023
2737c0f
Update configuration
actions-bot Nov 29, 2023
0a23fb5
Merge pull request #743 from City-of-Helsinki/update-configuration
khalima Nov 29, 2023
dd03483
Reverted deployment changes commit on base.sh
khalima Nov 29, 2023
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
120 changes: 61 additions & 59 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- path
- readonly_field_widget
_core:
default_config_hash: C2Xc2BwYmiIL9SayNQLxaufcoqA5SLusFthQgnmb10A
default_config_hash: iGJgv-B14-RUdc8dyC_MKfM3icDg5Cae4kFwC0MjyGQ
id: tpr_unit.tpr_unit.default
targetEntityType: tpr_unit
bundle: tpr_unit
Expand Down Expand Up @@ -408,3 +408,4 @@ hidden:
hide_description: true
ontologyword_ids: true
show_www: true
subgroup: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- telephone
- text
_core:
default_config_hash: tfkOTFeDgVhyd9NcyUP7yambOlzTfsjNcKwlLHPsbhw
default_config_hash: 7xcZTrrfS31z_AAdwrXSDrgd2PAqTWFPgY-XoAEjXQ0
id: tpr_unit.tpr_unit.default
targetEntityType: tpr_unit
bundle: tpr_unit
Expand Down Expand Up @@ -291,3 +291,4 @@ hidden:
search_api_excerpt: true
show_www: true
streetview_entrance_url: true
subgroup: true
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- address
- helfi_tpr
_core:
default_config_hash: PouCEjXDV9qruMvBHQAwEjr84IOJOn77scrXQSzvxds
default_config_hash: wvPWnthIC7o8oa1gJ6jI0ex6xi12GVsZEN5zyrlCLoU
id: tpr_unit.tpr_unit.minimal
targetEntityType: tpr_unit
bundle: tpr_unit
Expand Down Expand Up @@ -74,6 +74,7 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
topical: true
unit_picture_caption: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- helfi_tpr
- imagecache_external
_core:
default_config_hash: 38N-rHkqJOOsX8_Ww-SmyCqRGIxVHf-0OngooKeYAVI
default_config_hash: 8hru5uh55ouZ9y4kV_EEJ6PEjb2rGY_tFUc_3Sn12M0
id: tpr_unit.tpr_unit.teaser
targetEntityType: tpr_unit
bundle: tpr_unit
Expand Down Expand Up @@ -92,6 +92,7 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
topical: true
unit_picture_caption: true
Expand Down
Loading