feat: add dashboard changes for new key credits#4199
feat: add dashboard changes for new key credits#4199Flo4604 wants to merge 3 commits intofeat/identity-credits-workflowfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ 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 |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
68ae12d to
8097e24
Compare
3f165ab to
a2a31aa
Compare
8097e24 to
a5ab7f7
Compare
a2a31aa to
6b11039
Compare
6b11039 to
ae55b72
Compare
a5ab7f7 to
7ee37d0
Compare
7ee37d0 to
1e83d32
Compare
ae55b72 to
9658a61
Compare
1e83d32 to
1470c15
Compare
9658a61 to
07b1b0b
Compare
616a1d8 to
bb27dc5
Compare
4f072a6 to
5d3d6f6
Compare
bb27dc5 to
7489178
Compare
5d3d6f6 to
922ec04
Compare
922ec04 to
3856684
Compare
7489178 to
3663b1f
Compare
3663b1f to
37e4a27
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
37e4a27 to
07a5ea2
Compare
|
Thank you for following the naming conventions for pull request titles! 🙏 |
|
no, should be done in this pr |
|
must be a bug |


What does this PR do?
This adds the changes for the new credits schema into the dashboard.
When creating new keys we use the new schema, when we already have data in the new schema we will update it.
If the remaining data is in the keys table we will keep working with it.
Type of change
How should this be tested?
Make sure that new keys (credits data in credits table) and old keys (credits data in keys table) continue to work.
this means updating any of those keys updates in the correct table and does not error out.
Checklist
Required
pnpm buildpnpm fmtconsole.logsgit pull origin mainAppreciated