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

New FBI API changes #1501

Merged
merged 11 commits into from
Oct 22, 2024
2 changes: 1 addition & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ environments:
schedule: "M/30 * * * *"
command: drush dpl_po:import-remote-config-po da https://danskernesdigitalebibliotek.github.io/dpl-cms/translations/da.config.po
service: cli
pr-1219:
pr-1501:
cronjobs:
- name: drush cron
schedule: "M/15 * * * *"
Expand Down
6 changes: 4 additions & 2 deletions assets/all.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
// Set service base urls for the react apps.
$config['dpl_react_apps.settings']['services'] = [
'cover' => ['base_url' => 'https://cover.dandigbib.org'],
'fbi' => ['base_url' => 'https://fbi-api.dbc.dk/[profile]/graphql'],
// @todo This should be updated to use the correct URL when available.
'fbi' => ['base_url' => 'https://temp.fbi-api.dbc.dk/[profile]/graphql'],
'material-list' => ['base_url' => 'https://prod.materiallist.dandigbib.org'],
];

Expand Down Expand Up @@ -95,7 +96,8 @@
// We need http domains for testing in CI context.
$config['dpl_react_apps.settings']['services'] = [
'cover' => ['base_url' => 'http://cover.dandigbib.org'],
'fbi' => ['base_url' => 'http://fbi-api.dbc.dk/[profile]/graphql'],
// @todo This should be updated to use the correct URL when available.
'fbi' => ['base_url' => 'http://temp.fbi-api.dbc.dk/[profile]/graphql'],
'material-list' => ['base_url' => 'http://prod.materiallist.dandigbib.org'],
];

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"version": "2024.41.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/2024.41.0/dist-2024-41-0-52df86a22125c52c6de84e6c5e237d608e279b00.zip",
"url": "https://github.com/danskernesdigitalebibliotek/dpl-react/releases/download/branch-DDFBRA-100-filtrering-sker-ikke/dist-ddfbra-100-filtrering-sker-ikke.zip",
"type": "zip"
},
"require": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

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

Loading
Loading