fix: close infrastructure reliability gaps#497
Draft
tiankaima wants to merge 1 commit into
Draft
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
life-ustc | 44fe108 | Commit Preview URL Branch Preview URL |
Jul 18 2026, 01:00 PM |
|
E2E HTML report is ready: https://life-ustc.github.io/e2e-snapshot-artifacts/reports/29645330738/index.html |
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.
Summary
STATIC_LOADER_DRY_RUN=falsewhile preserving explicit workflow-dispatch input/api/healthliveness endpointexamples/Closes #479
Closes #480
Closes #481
Closes #482
Closes #483
Docs / contracts
Verification
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/life_ustc_dev bun run app:preparebunx biome checkbunx svelte-check --tsconfig ./tsconfig.jsonbunx tsc --noEmit -p tsconfig.typecheck.jsonbunx tsc --noEmit -p tsconfig.typecheck.tests.jsonbunx tsc --noEmit -p tsconfig.typecheck.operational.jsonbunx vitest run(192 files, 1,146 tests)actionlint .github/workflows/ci.yml .github/workflows/db-backed-bun-job.ymlbunx playwright test --listplus--shard=1/4through4/4: all 681 configured project tests appeared exactly once across shards (176/171/164/170)Notes
Whole-repository
actionlintstill flags the pre-existingconcurrency.queueextension instatic-sync.ymlanddb-migrate-deploy.yml; the two changed sharding workflows pass actionlint. The repository-wide Biome run reports one pre-existing warning for an unused destructuredbuildparameter insrc/static-loader/import.ts; it exits successfully.