Skip to content

A collection of fixes for nightly - #1322

Merged
aaronleopold merged 6 commits into
nightlyfrom
yoinked-fixes
Aug 12, 2026
Merged

A collection of fixes for nightly#1322
aaronleopold merged 6 commits into
nightlyfrom
yoinked-fixes

Conversation

@aaronleopold

Copy link
Copy Markdown
Collaborator

Description

This PR is a mix of a few different bug fixes. Originally it only contained items I reviewed from snooping on a few heavily vibe-coded forks, that I figure would never be reported or otherwise flow back to here, but tacked on a few unrelated-to-that mobile app fixes here as well:

  • Fix immediate drop of job scheduler
  • Fix edge-case string filters with wildcards (e.g., searching for 50%)
  • Scope author queries to user-visible books, not all books
  • Add explicit Cache-Control: no-store response header for error responses
  • Fix style regression for the checkmark in grid items (expo)
    • This code hasn't changed in ~4 months, so I think it was a regression from upgrading expo or nativewind
  • Cast wider net for cache invalidation when mutating a book's progression (expo)

If any other small items crop up in the next day or so, I'll add them here and just rebase merge

Stump Contributor License Agreement

By contributing to Stump, you agree that your contributions will be licensed under the following licenses (where applicable):

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.23404% with 12 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
crates/graphql/src/query/author.rs 0.00% 8 Missing ⚠️
apps/server/src/http_server.rs 0.00% 2 Missing ⚠️
core/src/lib.rs 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
apps/server/src/errors.rs 22.90% <100.00%> (+0.59%) ⬆️
core/src/job/scheduler.rs 0.00% <ø> (ø)
crates/graphql/src/filter/keyword.rs 100.00% <100.00%> (ø)
crates/graphql/src/filter/mod.rs 75.86% <100.00%> (+29.26%) ⬆️
apps/server/src/http_server.rs 0.00% <0.00%> (ø)
core/src/lib.rs 23.23% <0.00%> (ø)
crates/graphql/src/query/author.rs 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aaronleopold
aaronleopold marked this pull request as ready for review August 12, 2026 14:31
@aaronleopold
aaronleopold enabled auto-merge (rebase) August 12, 2026 14:31
@aaronleopold
aaronleopold disabled auto-merge August 12, 2026 14:31
@aaronleopold
aaronleopold merged commit 4053276 into nightly Aug 12, 2026
9 checks passed
@aaronleopold
aaronleopold deleted the yoinked-fixes branch August 12, 2026 14:32
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