fix: rook 583 apply#606
Conversation
- Remove unused sqlx features (macros, migrate) - Add FK on fallback_route_id and index on pool_members(account_id) - Add migration tracking with schema_migrations table - Fix fallible weight/priority conversions - Fix ProviderVendor serialization - Fix SelectionStrategy serialization - Propagate JSON parse errors - Add duplicate checks in services - Log poisoned locks in health service
✅ Contributor ReportUser: @yacosta738
Contributor Report evaluates based on public GitHub activity. Analysis period: 2025-04-20 to 2026-04-20 |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Deploying corvus with
|
| Latest commit: |
5c43c91
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c780fdee.corvus-42x.pages.dev |
| Branch Preview URL: | https://fix-rook-583-apply.corvus-42x.pages.dev |
This pull request introduces several improvements across CI/CD, branch protection, documentation, Docker configuration, and agent memory handling. The most significant changes include enhancing branch protection rulesets with merge queues, updating workflow actions to use the latest shared workflows, improving documentation deployment and preview processes, and refining session context handling in the agent runtime. Below are the key changes grouped by theme:
Branch Protection and Dependency Management
.github/dependabot.ymlto enable and configure automated dependency updates for GitHub Actions, npm, Gradle, Cargo, and Docker, including grouping strategies and labeling for better management..github/rulesets/main-protection.jsonand.github/rulesets/minor-protection.jsonto add merge queue support, stricter integration bypass controls, and include thedevelopbranch under minor protections. [1] [2] [3] [4].github/rulesets/README.mdto English, providing clearer instructions and explanations for importing and understanding rulesets. [1] [2]CI/CD Workflow Updates
v2.0.0) of shared actions fromdallay/common-actions, ensuring improved stability and features. [1] [2] [3] [4] [5] [6]deploy-docs.ymlworkflow to allow publishing documentation from any branch, tag, or commit via a workflow dispatch input, and ensured the correct ref is checked out during deployment. [1] [2]docs-quality.ymlworkflow to upload a preview artifact of the built documentation site for safe inspection before release, and summarize the artifact in the workflow summary.Agent Runtime & Docker Improvements
0.0.0.0) instead of just localhost, improving container accessibility. [1] [2] [3]Agent Memory Handling
memory_loader.rsto ensure recall is attempted before consuming one-shot resume context, added robust error handling, and improved the logic for appending pending resume context. [1] [2] [3] [4] [5]These changes collectively improve automation, security, documentation workflow, and runtime reliability.