-
Notifications
You must be signed in to change notification settings - Fork 205
Updated Client Side Cron Regex #553
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
Updated Client Side Cron Regex #553
Conversation
|
@KanniShashankh is attempting to deploy a commit to the appwrite Team on Vercel. A member of the Team first needs to authorize it. |
navneetbz
left a comment
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.
LGTM
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
stnguyen90
left a comment
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.
Great work! Please make sure the linter and tests pass.
Done with the linter test, Investigating the problem in Unit testing which incorrectly validates the tests. Will push a commit soon |
|
@KanniShashankh there still seems to be a problem with the linter 🧐 |
5f7eda3 to
c3faa36
Compare
|
@stnguyen90 To keep the regex simple, since this is just a frontend check, i have very much simplified the expression to match 5 segments of cron. Please let me know if i need to add something :) |
What does this PR do?
Updated the Regex Pattern to correctly validate the cron syntax.
Mentioned the allowed values in a comment.
Test Plan
I tried a few statements and they validated correctly.
Related PRs and Issues
Have you read the Contributing Guidelines on issues?
Yes