You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Define an interface for FailurePolicy
* Extract functions config to avoid dependency cycles, assign failure policy to triggers
* Add a changelog entry
* Update dependencies, minor version bump
* Reformat
* Fix a typo: allows -> allow
* Avoid abbreviations to improve readability
* Rename remaining Opts to Options
* Add tests for specifying failure policy
* Reformat
* Change format of an entry in the changelog
* Revert version bump
* Extract configuration to break dependency cycle
* Add comments to Schedule and ScheduleRetryConfig
* Stricten regions definition
* Fix tests broken due to strict typings
* More strict types for regions - reverse order
* Reformat
* Remove unused import
* Conform with npm formatting
* Reintroduce unused variable to minimize diff size
* Import lodash using _ exclusively
* Kepp @hidden tags in one line if no other JSDoc is present
* Fix a typo - sentence ending with a comma
* Wrap JSDoc as specified in Google JavaScript Style Guide
* Move memory lookup table to functions-configuration and stricten type definition
* Move default failure policy to functions-configuration
* Separate standarization of options from construction of the options object
* Rephrase failure policy description
* Rephrase description of memory and timeoutSeconds options
* Simplify tests for invalid failure policies
* Align public description of failure policies with a documentation of its interface
* Add a missing dot in the Changelog
* Minor stylistic changes to the documentation
* Make a test case more understandable
* Reformat
0 commit comments