Skip to content

Commit

Permalink
UHF-9088: Merge branch 'main' of https://github.com/City-of-Helsinki/…
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Mar 21, 2024
2 parents 1276076 + bab62d1 commit 39b3d84
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 12 deletions.
20 changes: 10 additions & 10 deletions fixtures/environments.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-asuminen.docker.so",
"domain": "helfi-asuminen",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -96,7 +96,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-etusivu.docker.so",
"domain": "helfi-etusivu",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -175,7 +175,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-kasko.docker.so",
"domain": "helfi-kasko",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -254,7 +254,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-kuva.docker.so",
"domain": "helfi-kuva",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -328,12 +328,12 @@
"en": "/en/urban-environment-and-traffic"
},
"address": {
"protocol": "http",
"protocol": "https",
"domain": "helfi-kymp.docker.so"
},
"internal_address": {
"protocol": "http",
"domain": "helfi-kymp.docker.so",
"domain": "helfi-kymp",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -412,7 +412,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-rekry.docker.so",
"domain": "helfi-rekry",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -491,7 +491,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "strategia.docker.so",
"domain": "strategia",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -570,7 +570,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-sote.docker.so",
"domain": "helfi-sote",
"port": 8080
},
"meta": {}
Expand Down Expand Up @@ -649,7 +649,7 @@
},
"internal_address": {
"protocol": "http",
"domain": "helfi-elo.docker.so",
"domain": "helfi-elo",
"port": 8080
},
"meta": {}
Expand Down
6 changes: 6 additions & 0 deletions helfi_api_base.links.menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ helfi_api_base.integrations:
route_name: helfi_api_base.integrations
parent: system.admin_content

helfi_api_base.entity_settings:
title: 'HELfi: Entity settings'
description: List of HELfi entity settings
route_name: helfi_api_base.entity_settings
parent: system.admin_structure

helfi_api_base.debug_settings:
title: Debug
description: Shows gathered debug data
Expand Down
12 changes: 10 additions & 2 deletions helfi_api_base.routing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
helfi_api_base.integrations:
path: '/admin/content/integrations'
path: '/admin/content/helfi-integrations'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'Integrations'
_title: 'HELfi: Integrations'
requirements:
_permission: 'access remote entities overview'

helfi_api_base.entity_settings:
path: '/admin/structure/helfi-entities'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'HELfi: Entity settings'
requirements:
_permission: 'access remote entities overview'

Expand Down

0 comments on commit 39b3d84

Please sign in to comment.