Uh oh!
There was an error while loading. Please reload this page.
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. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
stnguyen90
left a comment
There was a problem hiding this comment.
Great work! Please make sure the linter and tests pass.
KanniShashankh
commented
Sep 22, 2023
Done with the linter test, Investigating the problem in Unit testing which incorrectly validates the tests. Will push a commit soon |
stnguyen90
commented
Oct 6, 2023
@KanniShashankh there still seems to be a problem with the linter 🧐 |
5f7eda3 to
c3faa36CompareKanniShashankh
commented
Oct 11, 2023
@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