forked from Azure/azure-functions-durable-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] dev from Azure:dev #3
Open
pull
wants to merge
876
commits into
antonyggvzvmnxxcx:dev
Choose a base branch
from
Azure:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+79,625
−9,739
Conversation
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
…ng query (#2302) This PR adds a new RuntimeStatus field to track function state changes. This helps us improve our monitoring query in the portal (Functions -> OrchestratorFunction -> Monitor tab -> App Insights query).
Unblock build by removing extra nuget.config and pointing ADO yml to the one at repo root.
* Expose OOP invocation errors * Add EntityFailureException * EnsureSuccess -> ThrowIfFailed
* Fix unintentional input unwrapping for OOP workers * Update release notes * Refine fix to only apply to dotnet-isolated and java
This PR adds HTTP API parity (CallHttpAsync()) for .NET Isolated. Changes include: New DurableHttpRequest and DurableHttpResponse types in the Worker project New TaskOrchestrationContext extension method for CallHttpAsync() Additional changes in OutOfProcMiddleware to execute the BuiltIn::HttpActivity activity function by using the existing TaskHttpActivityShim (BuiltIn::HttpActivity is the reserved name to know when a TaskActivity should be an HTTP activity).
Updated dependencies for v2.13.0 release
Merge dev into main for v2.13.0 release
Merge dev into main for worker extension v1.1.0 release
* pass missing argument when running an entity batch request * add release notes
* initial commit * update pr template
* Add GitHub Action for E2E tests * Many bugfixes in build script for compatibility with GH action workers
* Fix build issue for test on ado * Updated nuget.config to remove extra sources * Updated test project dependencies to stable versions * Run isolated smoketest on older ubuntu due to github actions runner image bug * Revert to HelloCitiesUntyped for .NET isolated due to class-as-a-function bug * Fixed bug relating to OOME retry logic in dotnet-isolated
* Add test for orchestrator termination * Use async/await for async operations in E2E tests
…itor and DurableTaskTargetScaler (#3026)
* Fix the e2e app sln file
* Add orchestration query tests
- Add a test for PurgeOrchestrationHistory - Fix bug with PurgeOrchestrationHistory relating to null start date
* Add suspend/resume tests
…ributed Tracing (#2998)
Co-authored-by: Varshitha Bachu <vabachu@microsoft.com>
…h-spaces Fixing URLs containing Orchestration Instances IDs with Spaces
* Add error handling and timeout tests * Improve error handling in dotnet-isolated - Serialize exception details in worker middleware - Attempt to deserialize in host middleware - Ensure inner exceptions + complex messages are preserved
* Add SQL backend for E2E Tests
* Improve test reliability with thread.sleep * Improve test reliability with thread.sleep
- Also, fail script if dotnet build fails
* initial commit * Update DurableTask package versions to 1.8.0 --------- Co-authored-by: Naiyuan Tian <110135109+nytian@users.noreply.github.com>
* Build script + workflow for DTS emulator * minor change * update dts settings * fix typo * udpate by comment * udpate typio * add checking * add logs to check use dts backend * remove testrunning * update test settings * comment out tests that couldn't pass * Add encryption to SQLDB_Connection string * add creating db database * Update SQL database creation * Update sqlconnection string * update sql db a strong password to make it satisfy requirement * Update .github/workflows/E2ETest.yml Co-authored-by: Chris Gillum <cgillum@microsoft.com> * update image * udpate with suggestions * Update EntityErrorHandling.cs * Update DTS bug reference links in tests * Fix MSSQL env var * Container output settings --------- Co-authored-by: Andy Staples <andystaples@microsoft.com> Co-authored-by: andystaples <77818326+andystaples@users.noreply.github.com> Co-authored-by: Chris Gillum <cgillum@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )