-
Notifications
You must be signed in to change notification settings - Fork 12
feat(durable-functions): restore worker-side callHttp (#318) #333
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
21 commits
Select commit
Hold shift + click to select a range
6267ba7
feat(durable-functions): restore worker-side callHttp (#318)
YunchuWang 81c6000
test(e2e-functions): add callHttp host e2e (sync/polling/no-poll)
YunchuWang ad3ae85
fix(azure-functions-durable): harden callHttp 202 poll (cross-origin …
YunchuWang 5015da6
test(azure-functions-durable): add direct-invocation e2e for callHttp…
YunchuWang e409567
fix(azure-functions-durable): use the original request URI as the cal…
YunchuWang dbc5f47
Fix default sub-orchestration instance ID collision across continue-a…
YunchuWang 5961a40
test(e2e-azuremanaged): DTS regression for sub-orch ID collision acro…
YunchuWang 2a71dc6
chore: revert CHANGELOG.md entry per maintainer preference
YunchuWang 074d419
fix(core): key default sub-orchestration instance ID on executionId o…
YunchuWang 81d51ac
test: assert the exact `${executionId}:${hex4}` shape for default sub…
YunchuWang fb5ad66
fix(azure-functions-durable): rethrow non-MODULE_NOT_FOUND errors fro…
YunchuWang b8132e8
fix(azure-functions-durable): guard malformed poll Location and make …
YunchuWang 6f9ced9
fix(azure-functions-durable): cache identity credential + harden test…
YunchuWang 29ddc34
docs(azure-functions-durable): sharpen credential-cache rationale in …
YunchuWang e1c6226
docs(azure-functions-durable): align credential-cache test comment wi…
YunchuWang 4d2709c
fix(azure-functions-durable): stop polling on a non-http(s) 202 Location
YunchuWang c79b77a
Align callHttp non-http(s) Location fix to reviewer spec
YunchuWang 71e0205
Fix test-fixture typo (drop circular PR ref) and second u.port invali…
YunchuWang 1d1d635
Correct sub-orch ID test comment: scheduler's executionId, not child's
YunchuWang e6f2861
Remove test-only credential-cache reset hook from production source
YunchuWang fde1b78
Guard callHttp Retry-After against Date overflow; correct v3-compat docs
YunchuWang 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 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.
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.