-
Notifications
You must be signed in to change notification settings - Fork 133
fix(namespace): bring namespace_list api calls up to date #3444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(namespace): bring namespace_list api calls up to date #3444
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: fix(namespace): bring namespace_list api calls up to dateThank you for fixing this synchronization issue between the API endpoint and the operation! The changes correctly align the query parameter serialization format. Here's my detailed review: ✅ Positive Aspects
🔍 Observations & Suggestions1. Minor: Visibility Change (
|
More templates
@rivetkit/actor
@rivetkit/cloudflare-workers
@rivetkit/core
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
71387a9 to
24328e7
Compare
PR Review: Fix namespace_list API callsSummaryThis PR updates two namespace operations ( ✅ Strengths
🐛 Potential IssueVariable Name Bug in Line 40 uses name: Some(input.name), // ❌ Using input.nameThis should likely be: name: Some(key), // ✅ Using the closure parameterThe closure receives 📝 Minor Observations
🎯 Recommendations
Security & Performance
Overall, this is a solid improvement that adds type safety. The main issue to address is the variable name inconsistency in the closure. |
24328e7 to
d319a4d
Compare
Code ReviewSummaryThis PR updates namespace API calls to use the structured Positive Aspects ✅
Issues & Suggestions 🔍Critical Issue: Variable Shadowing Bug in
|
d319a4d to
db0d75d
Compare

Fixes rivet-engine on multiple datacenters