From 6f8f64ba82cb9f3e6201c726ab5d5ed464c49966 Mon Sep 17 00:00:00 2001 From: hrodmn Date: Thu, 11 Jun 2026 05:28:47 -0500 Subject: [PATCH] fix: make name consistent across logo, text elements --- CHANGELOG.md | 16 ++++++++-------- README.md | 4 ++-- dev-docs/specs/surface-upstream-api-failures.md | 2 +- docker-compose.yaml | 2 +- index.html | 2 +- package.json | 2 +- release-please-config.json | 2 +- src/App.tsx | 2 +- src/config.ts | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e539278..6c4433f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -125,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Fixed - Display all bounding boxes from a collection's spatial extent in the details - map [#27](https://github.com/developmentseed/federated-collection-discovery/pull/27). + map [#27](https://github.com/developmentseed/stac-collection-discovery/pull/27). - Improve the format of temporal range in collection details. ## 0.1.5 @@ -134,9 +134,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Replace STAC collection filter code with `pystac_client.Client.collection_search` - [#26](https://github.com/developmentseed/federated-collection-discovery/pull/26). + [#26](https://github.com/developmentseed/stac-collection-discovery/pull/26). - Migrate from Poetry to uv - [#26](https://github.com/developmentseed/federated-collection-discovery/pull/26). + [#26](https://github.com/developmentseed/stac-collection-discovery/pull/26). - Upgrade to `httpx==0.27.2`. ## 0.1.4 @@ -168,7 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Make the client application responsive to window size. - Implement free-text search as defined by the [Free-Text STAC API extension](https://github.com/stac-api-extensions/freetext-search) - ([#14](https://github.com/developmentseed/federated-collection-discovery/pull/1)). + ([#14](https://github.com/developmentseed/stac-collection-discovery/pull/1)). - Run `check_health` asynchronously. ## 0.1.0 @@ -176,10 +176,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Added - Ability to crawl through the STAC API `/collections` endpoint - [#1](https://github.com/developmentseed/federated-collection-discovery/pull/1). + [#1](https://github.com/developmentseed/stac-collection-discovery/pull/1). - Ability to search the CMR API - [#1](https://github.com/developmentseed/federated-collection-discovery/pull/1). + [#1](https://github.com/developmentseed/stac-collection-discovery/pull/1). - Rudimentary client application - [#3](https://github.com/developmentseed/federated-collection-discovery/pull/3). + [#3](https://github.com/developmentseed/stac-collection-discovery/pull/3). - Concurrent API queries - [#9](https://github.com/developmentseed/federated-collection-discovery/pull/9). + [#9](https://github.com/developmentseed/stac-collection-discovery/pull/9). diff --git a/README.md b/README.md index 1ad7013..39cb6d0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Federated Collection Discovery +# STAC Collection Discovery Federated Collection Discovery logo diff --git a/dev-docs/specs/surface-upstream-api-failures.md b/dev-docs/specs/surface-upstream-api-failures.md index 98468f3..d5968b1 100644 --- a/dev-docs/specs/surface-upstream-api-failures.md +++ b/dev-docs/specs/surface-upstream-api-failures.md @@ -14,7 +14,7 @@ backend no longer aborts the entire request. Instead it: - Adds a `X-Failed-Upstream-Apis` response header containing a comma-separated list of failed API URLs -This federated collection discovery frontend currently has no knowledge of this +This STAC collection discovery frontend currently has no knowledge of this header. Users may see fewer results than expected with no explanation when an upstream API is down. This spec describes the minimal frontend changes needed to read the new header and inform users when partial failures occur. diff --git a/docker-compose.yaml b/docker-compose.yaml index 7d74f72..da47dee 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,7 +3,7 @@ services: build: context: . dockerfile: ./Dockerfile - container_name: federated-collection-discovery-client + container_name: stac-collection-discovery-client ports: - "3000:3000" volumes: diff --git a/index.html b/index.html index a38d901..c5a6857 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ content="Search multiple STAC APIs simultaneously. Discover geospatial collections across multiple STAC API endpoints with unified federated search." /> - Federated Collection Discovery + STAC Collection Discovery diff --git a/package.json b/package.json index e6619a1..1a49977 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "federated-collection-discovery", + "name": "stac-collection-discovery", "version": "2.2.0", "private": true, "engines": { diff --git a/release-please-config.json b/release-please-config.json index b678fe8..faa393c 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,7 +3,7 @@ "packages": { ".": { "release-type": "node", - "package-name": "federated-collection-discovery", + "package-name": "stac-collection-discovery", "changelog-path": "CHANGELOG.md", "include-component-in-tag": false, "include-v-in-tag": true diff --git a/src/App.tsx b/src/App.tsx index f422cce..05da0e2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -455,7 +455,7 @@ export const App = () => { className={cn(touchTarget(), "flex-1 sm:flex-initial")} >