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 #611

Merged
merged 36 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f3a584b
Removed eu_cookie_compliance library from dependencies as the module …
khalima Nov 12, 2024
23b1c1e
Updated the siteimprove_analytics.js to use Drupal.cookieConsent func…
khalima Nov 12, 2024
536e64a
Added dist.
khalima Nov 12, 2024
511ef7b
Update configuration
hel-platta-automation Nov 21, 2024
eb7de65
Merge pull request #610 from City-of-Helsinki/update-configuration
khalima Nov 21, 2024
e8a4f6c
Updated node modules based on npm audit fix
actions-bot Nov 24, 2024
aec728c
Merge pull request #613 from City-of-Helsinki/automation/npm-audit
rpnykanen Nov 25, 2024
cedb04a
Update configuration
tuutti Nov 26, 2024
b4afbf7
Removed compose profile
tuutti Nov 26, 2024
3dc6f4f
Merge pull request #612 from City-of-Helsinki/update-configuration
tuutti Nov 26, 2024
5f251f6
UHF-9452: Updated required env variables
tuutti Nov 26, 2024
c0a61e9
Merge pull request #614 from City-of-Helsinki/UHF-9452-env-variables
tuutti Nov 26, 2024
6c2843a
Update configuration
hel-platta-automation Nov 26, 2024
bf85986
Merge pull request #615 from City-of-Helsinki/update-configuration
teroelonen Nov 26, 2024
6281d19
Update configuration
hel-platta-automation Nov 29, 2024
7ab0445
UHF-9937: Make sure removed job listings are not published
hyrsky Dec 2, 2024
3a2574a
Merge pull request #616 from City-of-Helsinki/update-configuration
khalima Dec 2, 2024
5a7c87a
UHF-10549: Rename config
hyrsky Dec 2, 2024
ac52e5a
UHF-10549: Move elasticsearch settings to settings.php
hyrsky Dec 2, 2024
d21ce7e
UHF-9937: Rename scripts
hyrsky Dec 2, 2024
693b3ca
UHF-9937: Remove changed migration
hyrsky Dec 2, 2024
598cd03
UHF-9937: Update documentation
hyrsky Dec 2, 2024
3146b86
UHF-9937: Remove deriver
hyrsky Dec 2, 2024
6e6cf50
UHF-9452: Disable AMQ until prod setup is done
tuutti Dec 3, 2024
15ad8d3
Merge pull request #620 from City-of-Helsinki/UHF-9452-remove-amq
tuutti Dec 3, 2024
f712991
Merge pull request #617 from City-of-Helsinki/UHF-9937-removed-job-li…
hyrsky Dec 3, 2024
b56e6ef
Update configuration
tuutti Dec 3, 2024
f4fcdcd
UHF-9937: Run migrate with --update
hyrsky Dec 3, 2024
b5b1466
Merge pull request #619 from City-of-Helsinki/update-configuration
tuutti Dec 3, 2024
34f0ae7
Merge pull request #621 from City-of-Helsinki/UHF-9937
hyrsky Dec 3, 2024
4ae1986
Update configuration
hel-platta-automation Dec 3, 2024
bc1ccb1
Merge pull request #618 from City-of-Helsinki/UHF-10549
hyrsky Dec 3, 2024
cf4a18d
Merge pull request #622 from City-of-Helsinki/update-configuration
annadruid Dec 3, 2024
bd7b8c3
Merge pull request #600 from City-of-Helsinki/UHF-8678
khalima Dec 4, 2024
cf372e1
Update configuration
hel-platta-automation Dec 4, 2024
83b35b6
Merge pull request #623 from City-of-Helsinki/update-configuration
annadruid Dec 4, 2024
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
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DRUPAL_HOSTNAME=helfi-rekry.docker.so
# Docker image
DRUPAL_IMAGE=ghcr.io/city-of-helsinki/drupal-web:8.3

COMPOSE_PROFILES=search,queue
COMPOSE_PROFILES=search

# Public webroot
DRUPAL_WEBROOT=public
Expand Down
2 changes: 1 addition & 1 deletion .platform/schema
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
12
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ search found on the site and provides other recruitment information for the city
Env | Branch | Drush alias | URL
--- | ------ | ----------- | ---
development | * | - | http://helfi-rekry.docker.so/
production | main | @main | TBD
production | main | @main | https://www.hel.fi/fi/avoimet-tyopaikat

## Requirements

Expand Down Expand Up @@ -110,7 +110,7 @@ listings are published for indexing.

- The `helfi_rekry_content` module code can be found from [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/tree/dev/public/modules/custom/helfi_rekry_content).
- The migration interval for the new job listings can be checked from the cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/migrate-job-listings.sh).
- The migration interval for changed job listings poll is written on this cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/migrate-changed-job-listings.sh).
- The migration interval for images, taxonomy terms, etc. is written on this cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/migrate-helbit-data.sh).
- The scheduled publishing interval can be checked from this cron configuration [here](https://github.com/City-of-Helsinki/drupal-helfi-rekry/blob/dev/docker/openshift/crons/content-scheduler.sh).

### Testing on local
Expand Down
5 changes: 2 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,12 @@ services:
- search
artemis:
container_name: "${COMPOSE_PROJECT_NAME}-artemis"
image: quay.io/artemiscloud/activemq-artemis-broker
environment:
AMQ_EXTRA_ARGS: "--user admin --password admin"
image: apache/activemq-artemis
depends_on:
- app
networks:
- internal
- stonehenge-network
profiles:
- queue
chromium:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"google/apiclient": "^2.17"
},
"require-dev": {
"dg/bypass-finals": "^1.5",
"donatj/mock-webserver": "^2.4",
"drupal/coder": "^8.3",
"drupal/core-dev": "^10.0",
Expand Down
490 changes: 270 additions & 220 deletions composer.lock

Large diffs are not rendered by default.

31 changes: 0 additions & 31 deletions conf/cmi/block.block.eucookiecomplianceblock.yml

This file was deleted.

31 changes: 0 additions & 31 deletions conf/cmi/block.block.hdbt_subtheme_eucookiecomplianceblock.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ settings:
contact_card_listing: contact_card_listing
content_cards: content_cards
image: image
image_gallery: image_gallery
liftup_with_image: liftup_with_image
list_of_links: list_of_links
map: map
sidebar_text: sidebar_text
text: text
image_gallery: image_gallery
negate: 0
target_bundles_drag_drop:
accordion:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ content:
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
region: content
status:
type: boolean_checkbox
weight: 12
Expand Down
3 changes: 1 addition & 2 deletions conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ module:
focal_point: 0
gin_toolbar: 0
hdbt_admin_tools: 0
hdbt_cookie_banner: 0
health_check: 0
helfi_api_base: 0
helfi_azure_fs: 0
helfi_base_content: 0
helfi_ckeditor: 0
helfi_etusivu_entities: 0
helfi_eu_cookie_compliance: 0
helfi_google_api: 0
helfi_hakuvahti: 0
helfi_image_styles: 0
Expand Down Expand Up @@ -169,7 +169,6 @@ module:
paragraphs: 11
publication_date: 99
minimal: 1000
eu_cookie_compliance: 1001
theme:
claro: 0
stable9: 0
Expand Down
13 changes: 0 additions & 13 deletions conf/cmi/eu_cookie_compliance.cookie_category.chat.yml

This file was deleted.

13 changes: 0 additions & 13 deletions conf/cmi/eu_cookie_compliance.cookie_category.essential.yml

This file was deleted.

13 changes: 0 additions & 13 deletions conf/cmi/eu_cookie_compliance.cookie_category.preference.yml

This file was deleted.

13 changes: 0 additions & 13 deletions conf/cmi/eu_cookie_compliance.cookie_category.statistics.yml

This file was deleted.

Loading
Loading