Skip to content

Dev#35

Merged
lbotinelly merged 77 commits intomainfrom
dev
Sep 5, 2025
Merged

Dev#35
lbotinelly merged 77 commits intomainfrom
dev

Conversation

@lbotinelly
Copy link
Copy Markdown
Contributor

@lbotinelly lbotinelly commented Aug 30, 2025

Title:

Why

  • What problem does this change solve? Link issues/ADRs if applicable.

What changed

  • Short bullet list of key changes.

Checklist (required)

  • Per-project docs updated per ARCH-0042 (README.md + TECHNICAL.md) for affected modules
  • Docs build passes in strict mode (Task: docs:build (clean)) and new links resolve
  • No inline endpoints; routes exposed via controllers only (WEB-0035)
  • Data samples use first-class model statics (All/Query/FirstPage/Page/Stream), not generic facades (DATA-0061)
  • No magic values: constants/options centralized (ARCH-0040)
  • Build/tests pass locally; new public behavior has minimal tests

Docs touchpoints (if applicable)

  • Updated or linked relevant guides/refs under docs/reference or docs/guides
  • Added/updated ADR entry and registered it in docs/decisions/toc.yml
  • Verified Modules index lists or links to new/changed module docs

Validation notes

  • Build: dotnet build
  • Docs: docs:build (clean)
  • Tests: scripts/test-*.ps1 or test tasks

References

  • Engineering: docs/engineering/index.md
  • Architecture principles: docs/architecture/principles.md
  • Decision: docs/decisions/ARCH-0042-per-project-companion-docs.md

Summary by CodeRabbit

  • New Features
    • Introduced a model-typed Flow pipeline (Core + Web): intake → key → associate → project, materialization, monitors, actions, and admin replay/reproject endpoints; fluent Flow messaging/send APIs and auto-registration.
    • Messaging provisioning and topology tooling with per-bus defaults and health diagnostics.
  • Bug Fixes
    • TestProvider container callback and double-prefix authorize path corrected.
  • Documentation
    • Extensive Flow, messaging, materialization, and TestProvider docs and ADRs added.
  • Samples / Chores
    • New S8 Flow sample stack (API, adapters, dashboard, docker-compose) and updated start scripts.

Loading
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