Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAdds an AuditService and integrates non-blocking audit logs across hosting API routes and payment processing; introduces a HostingSignup React flow with Hive Keychain payment and route; adds Vitest configs and multiple unit tests; switches docker-compose to image-based deploys and adds a multi-stage GitHub Actions workflow and deployment docs updates. Changes
Sequence Diagram(s)sequenceDiagram
participant User as User/Browser
participant HSC as HostingSignup (UI)
participant API as Hosting API
participant HK as Hive Keychain
User->>HSC: Enter username
HSC->>API: GET /v1/tenants/{username}/status
API-->>HSC: availability / status
User->>HSC: Submit config
HSC->>API: POST /v1/tenants (username, config)
API-->>HSC: Created + PaymentInstructions
User->>HSC: Click "Pay with Keychain"
HSC->>HK: Initiate transfer (to, amount, memo)
HK-->>HSC: Transfer success
HSC->>API: Poll GET /v1/tenants/{username}/status
API-->>HSC: subscriptionStatus = "active"
HSC->>User: Show success (onSuccess)
Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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
Documentation
Backend
Tests
Chores