Skip to content

refactor(persistence): split event store and consolidate CI updates#135

Merged
ayagmar merged 4 commits into
masterfrom
refactor/split-event-store
Jul 17, 2026
Merged

refactor(persistence): split event store and consolidate CI updates#135
ayagmar merged 4 commits into
masterfrom
refactor/split-event-store

Conversation

@ayagmar

@ayagmar ayagmar commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • split the event-store facade, database boundary, codecs, schema/migrations, and administration operations without changing the public API
  • consolidate the pending Dependabot action and dependency updates into one compatible change
  • update setup-node and CodeQL action pins, regenerate the pnpm lockfile, and skip coverage comments for Dependabot PR tokens
  • remove redundant TypeScript assertions and format the files required by the newer tooling

Validation

  • pnpm run verify:ci
  • pnpm audit --audit-level=moderate
  • actionlint
  • uvx zizmor --pedantic .github/workflows

@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@ayagmar, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4eb0f960-6126-436c-b5d4-63db45e62583

📥 Commits

Reviewing files that changed from the base of the PR and between eb88704 and 6f7c507.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (30)
  • .github/workflows/ci.yml
  • .github/workflows/pages.yml
  • .github/workflows/performance-baseline.yml
  • .github/workflows/release.yml
  • .github/workflows/security.yml
  • codecov.yml
  • package.json
  • site/package.json
  • src/cli/report-definitions/report-definition-types.ts
  • src/cli/terminal-overflow-warning.ts
  • src/cli/usage-data-contracts.ts
  • src/config/user-config.ts
  • src/persistence/event-store-administration.ts
  • src/persistence/event-store-codec.ts
  • src/persistence/event-store-database.ts
  • src/persistence/event-store-history.ts
  • src/persistence/event-store-schema.ts
  • src/persistence/event-store.ts
  • src/render/render-efficiency-report.ts
  • src/render/render-trends-report.ts
  • src/render/terminal-table.ts
  • src/sources/antigravity/antigravity-proto-reader.ts
  • src/sources/antigravity/antigravity-row-parser.ts
  • src/sources/antigravity/antigravity-source-adapter.ts
  • src/sources/read-json-file.ts
  • tests/cli/build-efficiency-data.test.ts
  • tests/cli/build-trends-data.test.ts
  • tests/cli/build-usage-data-parsing.test.ts
  • tests/cli/build-usage-data.test.ts
  • tests/render/render-trends-share-svg.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/split-event-store

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.28571% with 39 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/persistence/event-store-administration.ts 86.18% 11 Missing and 14 partials ⚠️
src/persistence/event-store-codec.ts 91.56% 1 Missing and 6 partials ⚠️
src/persistence/event-store-schema.ts 90.78% 3 Missing and 4 partials ⚠️

📢 Thoughts on this report? Let us know!

@ayagmar
ayagmar merged commit cbfe83a into master Jul 17, 2026
16 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