-
Notifications
You must be signed in to change notification settings - Fork 212
Allow specifying failure policies #482
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
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
6a8e381
Define an interface for FailurePolicy
merlinnot 282da1b
Extract functions config to avoid dependency cycles, assign failure p…
merlinnot 33137a6
Add a changelog entry
merlinnot facd69c
Update dependencies, minor version bump
merlinnot 819a564
Reformat
merlinnot f42584c
Fix a typo: allows -> allow
merlinnot 0c554db
Avoid abbreviations to improve readability
merlinnot c633a78
Rename remaining Opts to Options
merlinnot 568113c
Add tests for specifying failure policy
merlinnot 993907f
Reformat
merlinnot acb761d
Merge branch 'master' into fix-issue-425
merlinnot b1344df
Merge branch 'master' into fix-issue-425
merlinnot a23beff
Merge branch 'master' into fix-issue-425
merlinnot 3e46d65
Change format of an entry in the changelog
merlinnot b0ad579
Revert version bump
merlinnot 6893b35
Extract configuration to break dependency cycle
merlinnot ae767a6
Merge branch 'master' into extract-config
merlinnot 3fc81ff
Merge branch 'master' into extract-config
merlinnot f28e5bf
Add comments to Schedule and ScheduleRetryConfig
merlinnot 22b6d0b
Stricten regions definition
merlinnot 85d1329
Fix tests broken due to strict typings
merlinnot 3ee8a0a
More strict types for regions - reverse order
merlinnot 0cbe15a
Reformat
merlinnot a9b0929
Merge branch 'extract-config' into fix-issue-425
merlinnot 61ebd4a
Merge branch 'master' into fix-issue-425
merlinnot a95e7de
Remove unused import
merlinnot 2fced88
Merge branch 'master' into fix-issue-425
merlinnot 3695897
Merge branch 'master' into fix-issue-425
merlinnot b1c6737
Conform with npm formatting
merlinnot b2c9b7f
Reintroduce unused variable to minimize diff size
merlinnot 3a0dd5a
Import lodash using _ exclusively
merlinnot 85eb8a0
Kepp @hidden tags in one line if no other JSDoc is present
merlinnot 1c42e0e
Fix a typo - sentence ending with a comma
merlinnot 8873af6
Merge branch 'master' into fix-issue-425
merlinnot 6809ae5
Merge branch 'master' into fix-issue-425
merlinnot 540fb95
Merge branch 'master' into fix-issue-425
merlinnot dbed779
Merge branch 'master' into fix-issue-425
merlinnot d741c04
Merge branch 'master' into fix-issue-425
merlinnot 4cb2f28
Wrap JSDoc as specified in Google JavaScript Style Guide
merlinnot cd6b147
Move memory lookup table to functions-configuration and stricten type…
merlinnot 06002e1
Move default failure policy to functions-configuration
merlinnot 7b56f21
Separate standarization of options from construction of the options o…
merlinnot 3a7c851
Rephrase failure policy description
merlinnot 2e35c26
Rephrase description of memory and timeoutSeconds options
merlinnot 4059b00
Simplify tests for invalid failure policies
merlinnot 86b08cf
Merge branch 'master' into fix-issue-425
merlinnot 2b95df9
Align public description of failure policies with a documentation of …
merlinnot d0e1a13
Merge branch 'fix-issue-425' of github.com:merlinnot/firebase-functio…
merlinnot 006e11c
Merge branch 'master' into fix-issue-425
merlinnot 31952e2
Add a missing dot in the Changelog
merlinnot 668c02f
Minor stylistic changes to the documentation
merlinnot a89656c
Merge branch 'master' into fix-issue-425
merlinnot ac09c18
Make a test case more understandable
merlinnot 7d3b4de
Merge branch 'master' into fix-issue-425
merlinnot f352933
Merge branch 'master' into fix-issue-425
samtstern 1b6281f
Reformat
merlinnot 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
feature - Allow specifying retry policies for event triggered functions. |
This file contains hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.