feat: use juspay diesel - #360
Conversation
Changed Files
|
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughAdds a local ChangesDiesel Shim Migration
Estimated code review effort: 2 (Simple) | ~12 minutes Sequence Diagram(s)sequenceDiagram
participant Build as Cargo Build
participant Workspace as Workspace Cargo.toml
participant Shim as diesel-shim crate
participant Fork as juspay_diesel crate
participant Server as airborne_server
Build->>Workspace: Resolve diesel dependency
Workspace->>Shim: patch.crates-io redirects diesel
Shim->>Fork: pub use juspay_diesel::*
Server->>Shim: use diesel::dsl::count_distinct(...)
Shim->>Fork: forwards to juspay_diesel implementation
Fork-->>Server: returns query results
Estimated code review effort: 2 (Simple) | ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Summary by CodeRabbit
New Features
Bug Fixes
Documentation