-
Notifications
You must be signed in to change notification settings - Fork 272
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
Merge feature/core-entities to dev #2574
Merged
Merged
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
Merge dev into main for v2.11.0 release
sebastianburckhardt
added
the
core-entities
required for entity support in isolated
label
Sep 7, 2023
* update durability provider class for new core-entities support. * add configuration setting for max entity concurrency to DurableTaskOptions * minor fixes.
* update DurableClient to take advantage of native entity queries if available * fix minor errors. * address PR feedback
* implement passthrough middleware for entities. * propagate changes to protocol * update/simplify protobuf format * address PR feedback
* implement entity queries for grpc listener * propagate changes to protocol * update/simplify protobuf format
Merge dev to main for 2.11.2 release
Merge dev to main for 2.11.3 release
* durability provider must implement and pass-through IEntityOrchestrationService since it wraps the orchestration service * simple mistake * fix misunderstanding of initializer syntax (produced null, not empty list) * fix missing failure details * fix missing compile-time switch for trigger value type * fix missing optional arguments * fix missing override
* add an entity example to the DotNetIsolated smoke test project. * remove superfluous argument. * address PR feedback
* Add worker side entity trigger and logic * update comments * Address PR comments
* assign the necessary AzureStorageOrchestrationServiceSettings * propagate changes to query name and metadata parameters * add missing override for TaskOrchestrationEntityFeature
* add configuration for EnableEntitySupport * rename includeStateless to includeTransient
…ions are called on a backend that does not support entities (#2630)
# Conflicts: # release_notes.md # src/WebJobs.Extensions.DurableTask/WebJobs.Extensions.DurableTask.csproj # src/Worker.Extensions.DurableTask/AssemblyInfo.cs # src/Worker.Extensions.DurableTask/Worker.Extensions.DurableTask.csproj # test/SmokeTests/OOProcSmokeTests/DotNetIsolated/DotNetIsolated.csproj
* fix translation of legacy query to new entity query support * comment out CleanEntityStorage_Many * try to enable CI on feature branch * Revert "comment out CleanEntityStorage_Many" This reverts commit aeaa4b8. * update to preview.2 packages
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.
This is the feature branch for the new support of entities in DT.Core and in Isolated.
Pull request checklist
pending_docs.md
release_notes.md
/src/Worker.Extensions.DurableTask/AssemblyInfo.cs