feat(admin): expose paidSince on the bearer workspace GET - #959
Conversation
The cookie-authed admin panel plan view returns paidSince (#958) but the bearer-token GET /admin/workspaces/:name did not, so ops scripts and CI saw null for a field the panel renders. Add it next to plan.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-api | 239d494 | Commit Preview URL Branch Preview URL |
Sep 11 2026, 09:49 PM |
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (2)
🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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
Why
Ops scripts and CI use the bearer route and saw `null` for a field the panel renders, which reads as drift.
Tests