-
Notifications
You must be signed in to change notification settings - Fork 302
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
DTFx V2 Merge #104
Merged
Merged
DTFx V2 Merge #104
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
…ent LocalOrchestrationService
Vnext reorg
Functional changes part 1
…res example to test nested orchestrations
switched all tests (except ones with no new method equivalent numerous fixes after enabling more tests
Update readme links, add Microsoft Opensource Code of Conduct
Add support for large messages and sessions using overflow to IOrchestrationServiceBlob store with AzureBlobStorage implementation.
…hancements (#54) * some logging improvements * support for FullyQualifiedMethodNames in CreateRetryableClient
* restructure solution to single sln file and more structured layout and naming * add test project, fix tests with hadrcoded type strings * fix build warning, improve logging
* improved logging * additional changes sync with master
* Fixing a few issues with stress test program. * Refactoring the stress test orchestrations into a separate assemly so that service fabric implementation can reference those and stress test executable can reference the service fabric. * Code review comments.
…h specific size (#70) * Adding a method in the client that will both create an orchestration instance and send raise the event in a batch * Ensuring an instance id is set, not sending tasks if no messages * Adding ability to set the size of service bus queues at creation time * Fixing exception when awaiting on a null Task * Resolving pull request comments. * Not validating event name when raising event as it can be null, but relying on presence of event data * Creating a batch method for sending orchestration messages * Treating warnings as errors
* siport/vnext-autonuget * no extra line
… round tripping support in future versions.
Make the data contracts implement IExtensibleDataObject interface
* Fix create orch bug, improve TaskFailureException, all tests working, cleanup some todos * logging improvements, disambiguate history table name
* Fix create orch bug, improve TaskFailureException, all tests working, cleanup some todos * logging improvements, disambiguate history table name * Allow extensibility for the NameVersionObjectManager
* Fix create orch bug, improve TaskFailureException, all tests working, cleanup some todos * logging improvements, disambiguate history table name * Allow extensibility for the NameVersionObjectManager * Cater for Storage Emulator not supporting DateTime.Min * Switch to UtcNow
Move tracing to ETW EventSource
* Switch to new csproj format * Copy json files to output, set correct assembly name * Couple tweaks * remove unneeded runtimeidentifier
* split into core and servicebus packages * Update tests * fix tests and cleanup
…l testing (#91) * Create DurableTask.Emulator using LocalOrchestrationService for local testing * Fix bad rename * Remove unused tags in csproj
* Return null from GetOrchestrationStateAsync to be on par with SB; Add support for termination * fix spaces
Add package info for creating nuget packages including documentation. Add missing XML docs on public classes. Fix bug with RaiseEvent calling create orchestration causing unneeded jumpstart entry. Always set mindatetime for storage instance store, not just for emulator.
* Add missing docs, package info and bugfixes * Add EventType to all tracing, fix trace formatting * Fix typos * cr comments * Fix the possible null ref when cancelling the orchestration * Wholesale fix of spelling of Entities
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.
No description provided.