-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fix various DF bugs #783
Merged
Merged
Fix various DF bugs #783
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
davidmrdavid
force-pushed
the
dajusto/df-patches
branch
from
April 4, 2022 23:58
1d82bb4
to
5fee443
Compare
patch test patch test fix IsReplaying flag
add InstanceId to Start-DurableOrchestration
davidmrdavid
force-pushed
the
dajusto/df-patches
branch
from
April 5, 2022 00:50
5f94c4f
to
76ea57e
Compare
patch e2e test setup encode as app/json remove typo in test-script patch httpContent's content
davidmrdavid
force-pushed
the
dajusto/df-patches
branch
from
April 5, 2022 05:15
7124b9e
to
6f2dbe8
Compare
davidmrdavid
requested review from
Francisco-Gamino,
AnatoliB and
michaelpeng36
and removed request for
Francisco-Gamino and
AnatoliB
April 7, 2022 22:57
AnatoliB
approved these changes
Apr 15, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
davidmrdavid
added a commit
that referenced
this pull request
Apr 18, 2022
davidmrdavid
added a commit
that referenced
this pull request
Apr 18, 2022
davidmrdavid
added a commit
that referenced
this pull request
May 24, 2022
* Fix various DF bugs (#783) * remove release_notes.md
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.
Issue describing the changes in this PR
This PR contains some of the changes originally proposed in #746
resolves #727, #685
This PR contains a few small DF bug patches. The behavioral changes are listed below.
.InstanceId
field, as is the case in other PLsIsReplaying
flagStart-DurableOrchestration
CmdLetnow accepts an
InstanceId` parameter, as is the case in other PLsPull request checklist
release_notes.md
Additional information
This should be backported to all DF-supported branches. Can someone help me list them?