Skip to content

Release Bloom 8.0.0 to main#245

Merged
iamh2o merged 48 commits into
mainfrom
jem-dev
Jul 2, 2026
Merged

Release Bloom 8.0.0 to main#245
iamh2o merged 48 commits into
mainfrom
jem-dev

Conversation

@iamh2o

@iamh2o iamh2o commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • release Bloom 8.0.0 from jem-dev to main
  • pin Bloom to daylily-tapdb 9.0.10 and add defusedxml for safe spreadsheet XML parsing
  • repair TapDB semantic template handling for beta actions, execution queue subjects, and Bloom prefix ownership seeding
  • keep Dayhoff-facing README pin aligned to 8.0.0

Validation

  • ruff check changed Python files
  • ruff format --check changed Python files
  • bandit -c pyproject.toml changed Python files
  • uv lock --check
  • python -m compileall -q bloom_lims tests container_tests
  • uv build
  • pytest --no-cov tests/test_config_runtime.py tests/test_route_coverage_gaps_api.py tests/test_route_coverage_gaps_gui.py tests/test_api_v1.py tests/test_gui_endpoints.py tests/test_api_atlas_bridge.py tests/test_atlas_lookup_resilience.py tests/test_queue_flow.py tests/test_run_resolver.py -> 449 passed, 35 skipped

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e9961c942a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread bloom_lims/cli/db.py Outdated
Comment on lines +415 to +418
if semantic_category and actual_category != semantic_category:
row.is_deleted = True
row.bstatus = "retired"
retired += 1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Don't retire material templates after seeding

When bloom db build --overwrite reaches this cleanup, it now retires any row whose physical category differs from its semantic_category. The current template pack intentionally uses that split for active templates, e.g. config/tapdb_templates/bloom/templates.json:5911-5943 has category: "material" with semantic_category: "content"; this branch marks the just-seeded active row deleted, and the later expected-category check also deletes the old content-category variant. After an overwrite seed, lab/specimen flows that create material/... content templates will have no active template to resolve.

Useful? React with 👍 / 👎.

@iamh2o iamh2o changed the title [jemdev5] Merge Bloom jem-dev to main for Dayhoff 7.1.44 review train Release Bloom 8.0.0 to main Jul 2, 2026
@iamh2o iamh2o merged commit 948bc48 into main Jul 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant