-
Notifications
You must be signed in to change notification settings - Fork 17
feat(shutdown): add shutdown plugin, add more test helpers #8
base: main
Are you sure you want to change the base?
Conversation
|
|
@fcannizzaro is attempting to deploy a commit to the ping-maxwell's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
This is really good!! |
|
I had some issues with prettier forcing the format over biome... |
Hi! I worked on the shutdown plugin.
The main features of the current plugin are:
role/timebased conditions (from,to,rolefields) for each ruleallowedRolesin the plugin options)cache, I also showed an example using Redis in the documentation)I've already added both tests and documentation too.
LMK if this can be a valid solution for this plugin or it's out of scope.