chore: update prod from main#1287
Open
github-actions[bot] wants to merge 3 commits into
Open
Conversation
…1270) feat(collections): gridJS table with pagination and column sorting
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…r defaults (#1288) ## Summary - RSV-A `filterDefaults.variant.collectionId` was `undefined` in production — set to 5000 (A.D.1 lineage) - RSV-B `filterDefaults.variant.collectionId` was `undefined` in production — set to 5053 (B.D.E.1 lineage) I forgot to set these earlier 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
… collection IDs (#1278) ## Summary - Introduces `DB_ID_SPACE` env var (`prod` | `staging` | `local`) to control which collection IDs the wastewater dashboard uses, replacing the existing `isStaging` boolean ternaries - `DB_ID_SPACE` is optional — when unset, it is derived from `DASHBOARDS_ENVIRONMENT` (`dashboards-staging` → `staging`, otherwise `prod`). `local` always requires an explicit override. - Adds a `byEnv(env, { prod, staging, local })` helper for readable three-way ID mapping - Fixes the local COVID variant filter default collection ID (XFG, not XEC.35.1) - Sets `DB_ID_SPACE=local` in the website Docker container in `docker-compose.yml` so E2E tests use the correct local collection IDs This should fix the CI issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
prodbranch with the latest changes from themainbranch.Make sure to merge this creating a merge commit.