Skip to content

feat: add delta application refresh - #67

Merged
CryptoJones merged 1 commit into
mainfrom
feat/54-app-list-etag
Jul 29, 2026
Merged

feat: add delta application refresh#67
CryptoJones merged 1 commit into
mainfrom
feat/54-app-list-etag

Conversation

@CryptoJones

Copy link
Copy Markdown
Owner

Summary

  • maintain a cheap tenant-scoped application-list revision from every database writer
  • add private ETag and If-None-Match support to GET /api/apps while preserving the original bare-array response for existing clients
  • avoid fetching stats or rerendering the SPA pipeline/sidebar when the list is unchanged
  • isolate validators across tenants and vary cached responses by session cookie
  • bump both runtime versions and the production image pin example to 1.13.0

Validation

  • 63 Python tests passed; Ruff, strict mypy, and Bandit clean
  • 192 .NET tests passed, including migration, backward-compatibility, 304, mutation, cascade, and tenant-isolation coverage
  • 14 Playwright tests passed; 2 expected skips, including unchanged-DOM ETag refresh coverage
  • production compose validation passed
  • npm, NuGet, and pip-audit report no known vulnerabilities
  • uv lock check clean

Closes #54

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 7 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 5d6e512a-b676-4bec-9de9-c4f5cafff7e1

📥 Commits

Reviewing files that changed from the base of the PR and between 6992bd1 and 2b8fb2b.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (12)
  • .env.production.example
  • BACKLOG.md
  • README.md
  • api/ApplyTrack.Api.Tests/EndpointContractTests.cs
  • api/ApplyTrack.Api/ApplyTrack.Api.csproj
  • api/ApplyTrack.Api/Data/ApplicationRepo.cs
  • api/ApplyTrack.Api/Endpoints/AppsEndpoints.cs
  • api/ApplyTrack.Api/Migrations/0015_application_list_revision.sql
  • api/ApplyTrack.Api/wwwroot/api-client.js
  • api/ApplyTrack.Api/wwwroot/app.js
  • pyproject.toml
  • tests/web/accessibility.spec.js

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

@CryptoJones
CryptoJones merged commit 3912ac1 into main Jul 29, 2026
4 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.

Scalability: paginate or delta-refresh the applications list

1 participant