Skip to content
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
wants to merge 876 commits into
base: dev
Choose a base branch
from
Open

[pull] dev from Azure:dev #3

wants to merge 876 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Nov 22, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

davidmrdavid and others added 27 commits October 26, 2023 15:53
…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
nytian and others added 30 commits January 17, 2025 15:50
* 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
* 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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.