-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding refill to remaining keys (#682)
* updated schema for db, updated update key * Changed to Enum for refillIncrement * Converted to Enum values * Working Web App and API * Started on replenish docs * update ignore * pre commit to merge pull main * Merge origin main * Fixed type errors in keys api * Prep for Trigger * Finished Replenisment Cron Imp * feat(key replenish): added key replenishment daily and monthly Key replenishment added with changes to db schema, docs, api routes, and cron added key-299, key-300, key-301, key-302, key-303, key-304 * changed refill names and fixed wording in openAPI * Fixed refill on web app * wip * work in progress PR changes * Wording and trpc integration with replenish * chore: merge main * fix: issues * fix: issues * chore: remove log * Requested changes made * format --------- Co-authored-by: chronark <[email protected]>
- Loading branch information
1 parent
96086c1
commit b3de29d
Showing
27 changed files
with
745 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"workspaceId": "6532bc32a4732d50aa605d13", | ||
"defaultEnvironment": "", | ||
"gitBranchToEnvironmentMapping": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"workspaceId": "6532bc32a4732d50aa605d13", | ||
"defaultEnvironment": "", | ||
"defaultEnvironment": "dev", | ||
"gitBranchToEnvironmentMapping": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b3de29d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
web – ./apps/web
unkey-web-lac.vercel.app
unkey.dev
web-git-main-unkey.vercel.app
www.unkey.dev
web-unkey.vercel.app