Cleaning - #41
Merged
Merged
Conversation
- 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
enabled auto-merge
August 2, 2026 13:36
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.
No description provided.