-
Notifications
You must be signed in to change notification settings - Fork 365
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
feat: add local dev experience for scheduled functions #3689
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
e567731
feat: add local dev experience for scheduled functions
netlify-team-account-1 0f3dd2d
feat: use synchronous function's timeout
netlify-team-account-1 304239c
chore: rename to scheduled.js
netlify-team-account-1 362159b
feat: return 400 when trying to invoke scheduled function via http
netlify-team-account-1 bbc9675
chore: use testMatrix pattern
netlify-team-account-1 cc8800c
fix: config-based schedule without esbuild
netlify-team-account-1 9ba29de
feat: add support for ISC-declared flags
netlify-team-account-1 db5c942
fix: node v12 doesn't understand optional chaining
netlify-team-account-1 2f4e100
fix: allow esbuild to read mock files by writing them to disk
netlify-team-account-1 c14699b
fix: wrong import
netlify-team-account-1 77ef972
feat: use listFunction to detect ISC schedule
netlify-team-account-1 304fba9
feat: remove unused feature flag
netlify-team-account-1 0c1eac8
Merge branch 'main' into scheduled-jobs-endpoint
netlify-team-account-1 11cbe9f
chore: update zisi
netlify-team-account-1 819ebc1
Merge branch 'main' into scheduled-jobs-endpoint
netlify-team-account-1 7481c2a
fix: enable parseISC hook
netlify-team-account-1 227fe7a
feat: give full command
netlify-team-account-1 c61a214
refactor: move clockwork simulation to calling side
netlify-team-account-1 3f40a89
chore: remove one changed line
netlify-team-account-1 1779803
refactor: extract clockwork useragent into constants
netlify-team-account-1 01c986a
feat: improve error message
netlify-team-account-1 162604a
Merge branch 'main' into scheduled-jobs-endpoint
netlify-team-account-1 6879da4
feat: print friendly error screen
netlify-team-account-1 b1d09aa
Merge branch 'main' into scheduled-jobs-endpoint
netlify-team-account-1 b207f5a
chore: trim down diff to npm-shrinkwrap
netlify-team-account-1 6abbf39
chore: remove mock-require (not used anymore)
netlify-team-account-1 30e7ba4
fix: optional chaining doesnt exist
netlify-team-account-1 9f8de55
chore: add test for helpful tips and tricks
netlify-team-account-1 07add5b
fix: correct tests
netlify-team-account-1 fa6f2d5
fix: add missing property to test
netlify-team-account-1 b8d06e1
Update src/lib/functions/runtimes/js/builders/zisi.js
netlify-team-account-1 c266016
refactor: extract help response into its own testable function
netlify-team-account-1 6015fd6
chore: add some unit tests
netlify-team-account-1 a866d96
Merge branch 'main' into scheduled-jobs-endpoint
netlify-team-account-1 603d146
fix: replaceAll not available on node v12
netlify-team-account-1 acb4504
fix: remove unneeded level field
netlify-team-account-1 9e5fd20
refactor: remove unused test matrix
netlify-team-account-1 fea14a8
fix: increase file change delay for macOS and windows
netlify-team-account-1 17285f4
Merge branch 'main' into scheduled-jobs-endpoint
Skn0tt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
do we document that somewhere that we rely here un UTC and not on the users timezone?
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.
yes, will be document in the Labs docs.