Commit 3642ec0
committed
# This is a combination of 37 commits.
# This is the 1st commit message:
separate DF SDK classes from DF worker classes
# This is the commit message #2:
fix typo
# This is the commit message #3:
DurableSDK now compiles by itself
# This is the commit message #4:
Allow ExternalSDK to handle orchestration
# This is the commit message #5:
document next steps
# This is the commit message #6:
allow external SDK to set the user-code's input. Still need to refactor this logic for the worker to continue working with old SDK
# This is the commit message #7:
add import module
# This is the commit message #8:
supress traces
# This is the commit message #9:
avoid nullptr
# This is the commit message #10:
pass tests
# This is the commit message #11:
fix E2E tests
# This is the commit message #12:
develop E2E tests
# This is the commit message #13:
Enabled external durable client (#765)
Co-authored-by: Michael Peng <michaelpeng@microsoft.com>
# This is the commit message #14:
bindings work
# This is the commit message #15:
conditional binding intialization
# This is the commit message #16:
conditional import
# This is the commit message #17:
Added exception handling logic
# This is the commit message #18:
Revert durableController name to durableFunctionsUtils
# This is the commit message #19:
Ensure unit tests are functioning properly
# This is the commit message #20:
Corrected unit test names
# This is the commit message #21:
Turned repeated variables in unit tests into static members
# This is the commit message #22:
Fixed issue with building the worker
# This is the commit message #23:
Fix E2E test
# This is the commit message #24:
Fixed unit test setup
# This is the commit message #25:
Fixed another unit test setup
# This is the commit message #26:
Remove string representation of booleans
# This is the commit message #27:
patch e2e test
# This is the commit message #28:
remove typo in toString
# This is the commit message #29:
Update PowerShell language worker pipelines (#750)
* Install .Net to a global location
* Remove .Net installation tasks
* Update install .Net 6 task
* Update Windows image to use windows-latest
# This is the commit message #30:
Make throughput warning message visible for tooling diagnosis (#757)
# This is the commit message #31:
Update grpc.tools to version 2.43.0
# This is the commit message #32:
Update Google.Protobuf.Tools to version 3.19.4
# This is the commit message #33:
Revert "Update Google.Protobuf.Tools to version 3.19.4"
This reverts commit bcbd022.
# This is the commit message #34:
Revert "Update grpc.tools to version 2.43.0"
This reverts commit ccb323a.
# This is the commit message #35:
Update Google.Protobuf to 3.19.4 and grpc.tools to 2.43.0 (#762)
* Update grpc.tools to version 2.43.0
* Update Google.Protobuf.Tools to version 3.19.4
# This is the commit message #36:
Switch from Grpc.Core to Grpc.Net.Client (#758)
* Upgraded protobuf versions and removed Grpc.Core dependency
* Updated channel and option types used
* Change channel credentials
* Added http prefix to url
* Add valid URL check and explicitly include credentials
# This is the commit message #37:
Update pipeline logic to generate the SBOM for release builds (#767)1 parent 67c81cc commit 3642ec0
File tree
66 files changed
+626
-327
lines changed- src
- DurableSDK
- Actions
- Commands
- Tasks
- DurableWorker
- Durable
- Messaging
- Modules/Microsoft.Azure.Functions.PowerShellWorker
- PowerShell
- Utility
- test
- E2E
- Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E
- TestFunctionApp
- DurableClientOrchContextProperties
- DurableOrchestratorAccessContextProps
- DurableOrchestratorRaiseEvent
- Unit
- Durable
- PowerShell
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+626
-327
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
30 | 24 | | |
31 | 25 | | |
32 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
54 | 49 | | |
55 | | - | |
56 | | - | |
57 | 50 | | |
58 | 51 | | |
59 | 52 | | |
60 | 53 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 54 | | |
73 | 55 | | |
74 | 56 | | |
| |||
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments