Skip to content

Cleaning - #41

Merged
kieronlanning merged 51 commits into
mainfrom
cleaning
Aug 2, 2026
Merged

Cleaning#41
kieronlanning merged 51 commits into
mainfrom
cleaning

Conversation

@kieronlanning

Copy link
Copy Markdown
Contributor

No description provided.

kieronlanning and others added 19 commits July 30, 2026 08:45
- Implement SqlServerAdminProjectionService for versioned and timestamp-based projections
- Add projection endpoints: GET /admin/api/aggregates/{type}/{id}/projection?version=N and /projection/time?asOfUtc=ISO
- Wire ProjectPointInTime feature flag to control projection endpoint availability
- Add unit tests for projection service registration and interface compliance
- Add Microsoft.EntityFrameworkCore.InMemory to support test infrastructure
- Update Admin.Api to include FromQuery binding for projection query parameters

The projection service queries event streams to reconstruct aggregate state at:
1. Specific version numbers
2. Specific UTC timestamps
And returns provenance information (applied/skipped event counts).

Tests: 10 Admin.UnitTests + 4 Admin.SqlServer.UnitTests passing

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Reformat entire src directory with CSharpier to ensure consistent code style.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Include Admin.MongoDB adapter package in the solution file for build and project organization.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add comprehensive documentation for Admin.Site Razor Pages UI including:
- README.md with features, pages, integration, and troubleshooting
- appsettings.example.json with configuration options
- STARTUP_EXAMPLE.cs with full Program.cs setup example

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add comprehensive integration guide with:
- Basic Program.cs setup examples
- MongoDB adapter configuration
- appsettings.json examples
- Permission provider implementations (allow-all and role-based)
- UI access paths
- Docker deployment example
- Troubleshooting guide

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add Purview.EventSourcing.Postgres provider with EF Core 10 Complex
Types JSONB mapping, append-only event store, queryable snapshot store,
and GIN indexing support.

Implement Admin.Postgres and Admin.AzureStorage adapter projects for
admin API integration with Postgres and Azure Table Storage event stores.

Update sample application to support multiple event store types (SQL
Server, Postgres, MongoDB, Azure Storage) with provider selection UI,
data isolation warnings, and optional query-store variants for Azure
Storage.

Wire admin API and security services throughout sample host and web
projects for all provider variants.

Update provider feature matrix documentation to reflect Postgres
capabilities.

Fix Azure Storage admin adapter compilation issues (ambiguous QueryAsync
call, culture-invariant formatting).

Build validates with no compilation errors.
@kieronlanning
kieronlanning enabled auto-merge August 2, 2026 13:36
@kieronlanning
kieronlanning merged commit 910d7ec into main Aug 2, 2026
2 checks passed
@kieronlanning
kieronlanning deleted the cleaning branch August 2, 2026 21:17
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