Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Dec 12, 2024
1 parent 21f1fbd commit 2d90ff0
Show file tree
Hide file tree
Showing 20 changed files with 680 additions and 44 deletions.
16 changes: 12 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
depends_on:
- db
environment:
WEBROOT: /app/public
STAGE_FILE_PROXY_ORIGIN: "${STAGE_FILE_PROXY_ORIGIN}"
STAGE_FILE_PROXY_ORIGIN_DIR: "${STAGE_FILE_PROXY_ORIGIN_DIR}"
APP_ENV: "${APP_ENV:-local}"
Expand All @@ -24,7 +25,6 @@ services:
# DOCKERHOST: host.docker.internal
# Use drush server to run functional tests, so we don't have to care about
# permission or SSL issues.
SIMPLETEST_BASE_URL: "http://app:8888"
BROWSERTEST_OUTPUT_BASE_URL: "https://${DRUPAL_HOSTNAME}"
BROWSERTEST_OUTPUT_DIRECTORY: "/app/public/sites/default/files/simpletest"
DRUPAL_VARNISH_HOST: "${COMPOSE_PROJECT_NAME}-varnish"
Expand Down Expand Up @@ -160,13 +160,21 @@ services:
profiles:
- queue
chromium:
# @todo Update this to newer version once minkphp supports Selenium 4.
# @see https://github.com/minkphp/MinkSelenium2Driver/pull/372
image: seleniarm/standalone-chromium:106.0
image: selenium/standalone-chromium
environment:
SE_NODE_OVERRIDE_MAX_SESSIONS: "true"
SE_NODE_MAX_SESSIONS: "16"
SE_START_XVFB: "false"
SE_START_VNC: "false"
SE_SESSION_RETRY_INTERVAL: "1"
SE_SESSION_REQUEST_TIMEOUT: "10"
depends_on:
- app
networks:
- internal
profiles:
- testing

networks:
internal:
external: false
Expand Down
52 changes: 26 additions & 26 deletions composer.lock

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

4 changes: 4 additions & 0 deletions conf/cmi/core.entity_form_display.node.news_item.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ third_party_settings:
group_updating_news:
children:
- field_news_item_updating_news
- field_news_item_updating_news
label: 'Updating news'
region: content
parent_name: ''
Expand All @@ -96,6 +97,9 @@ third_party_settings:
- in_recommendations
- show_annif_block
- annif_suggested_topics
- in_recommendations
- show_annif_block
- annif_suggested_topics
label: 'Automatically recommended content'
region: content
parent_name: ''
Expand Down
42 changes: 42 additions & 0 deletions conf/cmi/language/ar/views.view.helfi_redirect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
display:
default:
display_title: الرئيسي
display_options:
fields:
redirect_source__path:
label: من
separator: ', '
is_custom:
label: مخصص
separator: ', '
created:
label: الإنشاء
pager:
options:
tags:
next: 'التالية ›'
previous: '‹ السابقة'
first: '« الأولى'
last: 'الأخيرة »'
expose:
items_per_page_options_all_label: '- الكل -'
offset_label: الإزاحة
exposed_form:
options:
submit_button: انتقاء
reset_button_label: 'إعادة الضبط'
exposed_sorts_label: 'الترتيب حسب'
sort_asc_label: تصاعدي
sort_desc_label: تنازلي
filters:
redirect_source__path:
expose:
label: من
redirect_redirect__uri:
expose:
label: إلى
is_custom:
expose:
label: مخصص
page_1:
display_title: الصفحة
77 changes: 77 additions & 0 deletions conf/cmi/language/de/views.view.helfi_redirect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
label: Umleiten
description: 'Liste der Umleitungen'
display:
default:
display_title: Master
display_options:
title: Umleiten
fields:
redirect_bulk_form:
action_title: 'Mit Auswahl'
redirect_source__path:
label: Von
separator: ', '
is_custom:
label: Benutzerdefiniert
separator: ', '
created:
label: Erstellt
pager:
options:
tags:
next: 'nächste Seite ›'
previous: '‹ vorherige Seite'
first: '« erste Seite'
last: 'letzte Seite »'
expose:
items_per_page_label: 'Elemente pro Seite'
items_per_page_options_all_label: '- Alle -'
offset_label: Versatz
exposed_form:
options:
submit_button: Filter
reset_button_label: Zurücksetzen
exposed_sorts_label: Sortierung
sort_asc_label: Aufsteigend
sort_desc_label: Absteigend
empty:
area_text_custom:
content: 'Es wurde noch keine Umleitung eingerichtet.'
filters:
redirect_source__path:
expose:
label: Von
redirect_redirect__uri:
expose:
label: An
status_code:
expose:
label: Statuscode
group_info:
label: Statuscode
group_items:
1:
title: '300 Mehrere Auswahlmöglichkeiten'
2:
title: '301 Dauerhaft verschoben'
3:
title: '302 Gefunden'
4:
title: '303 Siehe andere'
5:
title: '304 Nicht modifiziert'
6:
title: '305 Proxy verwenden'
7:
title: '307 Temporäre Weiterleitung'
language:
expose:
label: Originalsprache
is_custom:
expose:
label: Benutzerdefiniert
page_1:
display_title: Seite
display_options:
menu:
title: Umleiten
Loading

0 comments on commit 2d90ff0

Please sign in to comment.