From 49caad5085d5c12ae9315e5d4c9aff8bd3e40d05 Mon Sep 17 00:00:00 2001 From: CEdwardsBlasikiewicz Date: Tue, 3 Dec 2024 08:53:04 +1100 Subject: [PATCH 1/3] Update env GLOBAL_MESSAGE_URL --- .env.development | 2 +- .env.staging | 2 +- .env.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 410bd6e5..af0f3e27 100644 --- a/.env.development +++ b/.env.development @@ -53,7 +53,7 @@ EDS_CACHE_DIR=tmp/cache EBSCO_SEARCH_URL="define EBSCO_SEARCH_URL" FINDING_AIDS_SEARCH_URL="define FINDING_AIDS_SEARCH_URL" -GLOBAL_MESSAGE_URL="define GLOBAL_MESSAGE_URL" +GLOBAL_MESSAGE_URL=https://www.library.gov.au/catalogue-message NATIONAL_LIBRARY_CARD_URL="https://www.nla.gov.au/getting-started/join-us" ASK_LIBRARIAN_URL=https://www.nla.gov.au/using-library/getting-started/ask-librarian diff --git a/.env.staging b/.env.staging index b1c3b561..f562776e 100644 --- a/.env.staging +++ b/.env.staging @@ -50,7 +50,7 @@ EDS_CACHE_DIR=tmp/cache EBSCO_SEARCH_URL="define EBSCO_SEARCH_URL" FINDING_AIDS_SEARCH_URL="define FINDING_AIDS_SEARCH_URL" -GLOBAL_MESSAGE_URL="define GLOBAL_MESSAGE_URL" +GLOBAL_MESSAGE_URL=https://www.library.gov.au/catalogue-message NATIONAL_LIBRARY_CARD_URL="https://www.nla.gov.au/getting-started/join-us" ASK_LIBRARIAN_URL=https://www.nla.gov.au/using-library/getting-started/ask-librarian diff --git a/.env.test b/.env.test index 14cfac4a..53ecd537 100644 --- a/.env.test +++ b/.env.test @@ -29,7 +29,7 @@ CATALOGUE_SEARCH_URL=http://test.host/catalog.json FINDING_AIDS_SEARCH_URL=http://test.host/finding-aids/catalog.json EBSCO_SEARCH_URL=https://search.ebscohost.com/login.aspx?authtype=ip,guest&groupid=main&profile=eds&direct=true -GLOBAL_MESSAGE_URL=http://test.nla.gov.au/catalogue-message/1234 +GLOBAL_MESSAGE_URL=https://www.library.gov.au/catalogue-message NATIONAL_LIBRARY_CARD_URL="https://www.nla.gov.au/getting-started/join-us" ASK_LIBRARIAN_URL=https://www.nla.gov.au/using-library/getting-started/ask-librarian From 1623107347d4a7181a3c6eddb64ea54ded179661 Mon Sep 17 00:00:00 2001 From: CEdwardsBlasikiewicz Date: Tue, 10 Dec 2024 15:03:54 +1100 Subject: [PATCH 2/3] chore: hotfix release --- Gemfile | 2 +- Gemfile.lock | 4 ++-- config/application.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 423a9a64..188db0e4 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ gem "ebsco-eds", "~> 1.1", ">= 1.1.5" gem "email_validator", "~> 2.2" gem "phonelib", "~> 0.9.3" -gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main" +gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", tag: "0.2.8" gem "bento_search", git: "https://github.com/nla/bento_search.git", tag: "0.0.1" gem "blacklight_range_limit", "~> 8.0", "< 9" # For local development, comment out above ⤴️ and uncomment below ⤵️ diff --git a/Gemfile.lock b/Gemfile.lock index 7955804e..1e959fc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,8 +17,8 @@ GIT GIT remote: https://github.com/nla/nla-blacklight_common - revision: a4e018291f54a4262a94a8b1fa62a612c21bb06a - branch: main + revision: 97b5266c1671770f4a0d058bd696693f63097fce + tag: 0.2.8 specs: nla-blacklight_common (0.2.8) activerecord-session_store (~> 2.0) diff --git a/config/application.rb b/config/application.rb index 9a5fcaa4..ff2afe21 100644 --- a/config/application.rb +++ b/config/application.rb @@ -24,7 +24,7 @@ end module NlaBlacklight - VERSION = "3.6.0" + VERSION = "3.6.1" class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. From 3215f895c678f996f383bc9f5018a06ed651dfca Mon Sep 17 00:00:00 2001 From: CEdwardsBlasikiewicz Date: Tue, 10 Dec 2024 15:13:15 +1100 Subject: [PATCH 3/3] chore: post hotfix --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 188db0e4..423a9a64 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ gem "ebsco-eds", "~> 1.1", ">= 1.1.5" gem "email_validator", "~> 2.2" gem "phonelib", "~> 0.9.3" -gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", tag: "0.2.8" +gem "nla-blacklight_common", git: "https://github.com/nla/nla-blacklight_common", branch: "main" gem "bento_search", git: "https://github.com/nla/bento_search.git", tag: "0.0.1" gem "blacklight_range_limit", "~> 8.0", "< 9" # For local development, comment out above ⤴️ and uncomment below ⤵️ diff --git a/Gemfile.lock b/Gemfile.lock index 1e959fc2..7955804e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,8 +17,8 @@ GIT GIT remote: https://github.com/nla/nla-blacklight_common - revision: 97b5266c1671770f4a0d058bd696693f63097fce - tag: 0.2.8 + revision: a4e018291f54a4262a94a8b1fa62a612c21bb06a + branch: main specs: nla-blacklight_common (0.2.8) activerecord-session_store (~> 2.0)