Commit Graph

1417 Commits

Author SHA1 Message Date
Phil Ngan 3b85c0e160 Converted all projects to net8.0
Exception is batch because Swashbuckle does not support net8

Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:16:58 +13:00
Paul Yuknewicz 0bd379026f Updated batch project for .net8, removing dead swashbuckle references
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-18 16:14:24 +13:00
Paul Yuknewicz 54473eaa86 Updating Actors readme test to pass with new healthz output string
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-18 16:14:24 +13:00
Paul Yuknewicz 35c27991ee Updated healthz output match in test, and fixed up test paths
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-18 16:14:24 +13:00
Phil Ngan e179b3ecb8 Install sdk net8
With special net6 install for batch project

Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:14:14 +13:00
Phil Ngan d60e5bac8e gitignore Debug/ folders
Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:14:03 +13:00
Phil Ngan 25d881526c Reverted batch project to net6.0
Batch uses Swashbuckle net6 dlls

Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:13:55 +13:00
Phil Ngan 741a8f7ad9 Converted all projects to net8.0
Exception is batch because Swashbuckle does not support net8

Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:12:57 +13:00
kaibocai 2d7b401e83 add quickstart for JS
Signed-off-by: kaibocai <kaibocai@microsoft.com>

clean up

Signed-off-by: kaibocai <kaibocai@microsoft.com>

update .gitignore

fix .gitignore

Signed-off-by: kaibocai <kaibocai@microsoft.com>
2024-02-15 21:39:55 -06:00
Paul Yuknewicz eb4c5c7b6e
Merge pull request #988 from paulyuk/release-1.13
updating globals to release-1.13 RC4
2024-02-14 15:56:21 -08:00
Paul Yuknewicz 3341368ba5 updating globals to release-1.13 RC4
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.guest.corp.microsoft.com>
2024-02-14 13:49:52 -08:00
Farshad Davoudi 6037c4d928
Update README.md
Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
2024-02-14 21:00:25 +03:30
Paul Yuknewicz b6a3874f08
Merge pull request #973 from mikeee/mikeee-go-workflow
go-sdk workflow quickstart
2024-02-14 08:02:47 -08:00
Paul Yuknewicz 574841045f
Merge pull request #986 from mikeee/bump-go-validation
bump go validation workflow to 1.21

(cherry picked from commit ec1e515512)
Signed-off-by: mikeee <hey@mike.ee>
2024-02-14 10:13:04 +00:00
Paul Yuknewicz df8530c673
Merge pull request #985 from rabollin/release-1.13
Fix the DAPR bot script addressing this issue #966
2024-02-14 01:12:50 -08:00
Paul Yuknewicz ec1e515512
Merge pull request #986 from mikeee/bump-go-validation
bump go validation workflow to 1.21
2024-02-13 23:28:07 -08:00
mikeee 474c283168
bump short timeouts
Signed-off-by: mikeee <hey@mike.ee>
2024-02-13 13:51:55 +00:00
mikeee e0ec38b083
bump go to 1.21
Signed-off-by: mikeee <hey@mike.ee>
2024-02-13 13:18:11 +00:00
mikeee 1226ebce76
set go to 1.21 and address review comments
Signed-off-by: mikeee <hey@mike.ee>
2024-02-13 13:09:37 +00:00
mikeee 8a678009a5
add vendoring
Signed-off-by: mikeee <hey@mike.ee>
2024-02-13 12:43:27 +00:00
rabollin 674f616def bot fixes
Signed-off-by: rabollin <rabollin@microsoft.com>
2024-02-13 11:33:45 +05:30
Paul Yuknewicz a933afea1d
Merge pull request #959 from MregXN/remove-daprClient-for-workflow
use daprWorkflowClient instead of daprClient in workflow sample
2024-02-11 12:59:29 -08:00
Paul Yuknewicz d718efec20
Merge pull request #961 from WhitWaldo/updated-actor-csharp-quickstart-language
Clarified actor state persistence description
2024-02-11 12:52:13 -08:00
Paul Yuknewicz 583e9b31c1
Merge pull request #902 from MregXN/use-daprclient
modify Service Invocation sample
2024-02-11 12:26:56 -08:00
Paul Yuknewicz 155578e97e
Merge pull request #984 from paulyuk/release-1.13
Release 1.13
2024-02-10 15:40:56 -08:00
Paul Yuknewicz a7a3ba0ad7
Merge branch 'dapr:release-1.13' into release-1.13 2024-02-10 12:06:57 -08:00
Paul Yuknewicz cfc5de18b3
Merge pull request #983 from dapr/revert-979-release-1.13
Revert "Fix tests broken by timing change"
2024-02-10 12:05:08 -08:00
Paul Yuknewicz 873eecbe80
Revert "Fix tests broken by timing change" 2024-02-10 12:04:49 -08:00
Paul Yuknewicz 334b35ad34
Merge pull request #979 from paulyuk/release-1.13
Fix tests broken by timing change
2024-02-10 12:04:26 -08:00
Paul Yuknewicz 126f8a337d Updating CI/CD to use RC2
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
2024-02-10 08:48:17 -08:00
Paul Yuknewicz 55ddb3c782 Complete set of timing fixes for dapr stop issue in 1.13
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
2024-02-10 08:43:42 -08:00
Paul Yuknewicz cc28d1e2ce Workaround for dapr/dapr #7523. Revert when fixed
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
2024-02-10 08:31:08 -08:00
Paul Yuknewicz ebbbf33041 Removing dapr stop from test workflow to fix test
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
2024-02-09 08:18:43 -08:00
Paul Yuknewicz 799d55b81e
Merge pull request #976 from paulyuk/release-1.13
Updating CI/CD actions to use release-1.13 of dapr/dapr runtime
2024-02-07 18:02:57 -08:00
Paul Yuknewicz 22f33f4cdf Updating CI/CD actions to use release-1.13 of dapr/dapr runtime
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.guest.corp.microsoft.com>
2024-02-06 10:39:16 -08:00
Deepanshu Agarwal 6c53464bdc correct readme
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2024-02-05 16:49:52 +05:30
mikeee d8032bfa20
rename zipkin trace
Signed-off-by: mikeee <hey@mike.ee>
2024-02-01 13:35:28 +00:00
mikeee a6b3d5f555
bump approval time to 10 seconds in line with the python example
Signed-off-by: mikeee <hey@mike.ee>
2024-02-01 13:31:16 +00:00
mikeee d29c5a8013
cleanup and document wf example
Signed-off-by: mikeee <hey@mike.ee>
2024-02-01 13:28:52 +00:00
mikeee 4712fcc2a5
feat: add dapr.yaml
Signed-off-by: mikeee <hey@mike.ee>
2024-01-31 23:41:15 +00:00
mikeee 67cff3ab89
feat: initial go order-processor workflow quickstart
Signed-off-by: mikeee <hey@mike.ee>
2024-01-31 23:34:08 +00:00
Paul Yuknewicz f37e151842
Merge pull request #971 from artursouza/revert_saga
Revert "Add Saga pattern quickstart in Java (#957)"
Go failure is ok because has nothing to do with this.
2024-01-25 15:10:16 -08:00
Artur Souza 9e3b1128df Revert "Add Saga pattern quickstart in Java (#957)"
This reverts commit e30c06e1f4.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2024-01-25 10:44:33 -08:00
Sky Ao e30c06e1f4
Add Saga pattern quickstart in Java (#957)
* copy code example of java workflow as code base for saga

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* rename for saga

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* update workflow and activities for saga pattern support

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* add compentation log

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* rename DistributionActivity to DelieveryActivity

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* change to saga-in-workflow solution

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* improve code according to proposal

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* update saga quickstart because CompensatableWorkflowActivity is removed

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* update after saga context added

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* trigger CI

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* trigger CI

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

* update expected stdout lines for compensated inventory and payment

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>

---------

Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
2024-01-17 11:05:15 -08:00
Farshad Davoudi 9c75adcafb
Update README.md
Fix typos, problematic symbols and format, and some adjusting

Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
2024-01-05 23:09:21 +03:30
Whit Waldo b6a1a5ef4a Merge remote-tracking branch 'origin/updated-actor-csharp-quickstart-language' into updated-actor-csharp-quickstart-language 2023-12-30 14:43:13 -06:00
Whit Waldo 0f93b1d4e7 Updated comment to reflect call out on Discord by Pundil
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2023-12-30 14:42:16 -06:00
Whit Waldo cea991610f
Updated comment to reflect call out on Discord by Pundil
Signed-off-by: Whit Waldo <whitson.waldo@gmail.com>
2023-12-30 14:11:08 -06:00
Whit Waldo 48842ed422 Clarified the actor state operations performed and what subsequent activities must be performed by the user for persistance. Previous wording was confusing.
signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2023-12-29 20:01:19 -06:00
MregXN 04538247a0 use daprWorkflowClient
Signed-off-by: MregXN <mregxn@gmail.com>
2023-12-19 11:30:18 +08:00