Skip to content

feat: Add index management - #69

Merged
isaacvando merged 9 commits into
mainfrom
indexing
May 29, 2026
Merged

feat: Add index management#69
isaacvando merged 9 commits into
mainfrom
indexing

Conversation

@isaacvando

Copy link
Copy Markdown
Collaborator

Ticket(s) Closed

Adds support for index management using a custom migration SQL generator. Uses a fluent API similar to the normal way indexes are configured.

What

Why

How

Tests

@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.52381% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.82%. Comparing base (4990df9) to head (1203592).

Files with missing lines Patch % Lines
...rc/Internal/Metadata/ParadeDbAnnotationProvider.cs 84.41% 8 Missing and 4 partials ⚠️
src/Tokenizer.cs 66.66% 4 Missing and 2 partials ⚠️
src/Extensions/ParadeDbIndexBuilderExtensions.cs 97.36% 0 Missing and 2 partials ⚠️
...ernal/Migrations/ParadeDbMigrationsSqlGenerator.cs 94.59% 0 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   91.95%   91.82%   -0.13%     
==========================================
  Files          25       28       +3     
  Lines         671      881     +210     
  Branches       69       95      +26     
==========================================
+ Hits          617      809     +192     
- Misses         23       32       +9     
- Partials       31       40       +9     
Flag Coverage Δ
net10.0 91.82% <89.52%> (-0.13%) ⬇️
net8.0 91.82% <89.52%> (-0.13%) ⬇️
net9.0 91.82% <89.52%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/Internal/ParadeDbOptionsExtension.cs 95.45% <100.00%> (+5.45%) ⬆️
src/Extensions/ParadeDbIndexBuilderExtensions.cs 97.36% <97.36%> (ø)
...ernal/Migrations/ParadeDbMigrationsSqlGenerator.cs 94.59% <94.59%> (ø)
src/Tokenizer.cs 89.23% <66.66%> (-2.26%) ⬇️
...rc/Internal/Metadata/ParadeDbAnnotationProvider.cs 84.41% <84.41%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@isaacvando
isaacvando merged commit 9774483 into main May 29, 2026
13 checks passed
@isaacvando
isaacvando deleted the indexing branch May 29, 2026 18:55
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