Commit Graph

1400 Commits

Author SHA1 Message Date
Paul Yuknewicz 97dc871d46
Merge pull request #996 from paulyuk/release-1.13
Updates for 1.13.0 final release
2024-03-06 11:01:46 -08:00
Paul Yuknewicz 3ed0e23208 Upgrades test baseline to full release 1.13.0
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-06 09:41:30 -08:00
Paul Yuknewicz 9f013bfe7e fixes #997 C# test timing issue
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-06 09:40:01 -08:00
Paul Yuknewicz c85317e794 hotfixing python dapr references to include RC (as we wait for release) with `dapr>=1.13.0a,<1.14.0` expression
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-06 09:08:27 -08:00
Paul Yuknewicz 7f8ca23a44 js-sdk update to 3.3.0 for 1.13.0 final release.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-06 08:58:50 -08:00
Paul Yuknewicz 77e421e276 python-sdk update to 1.13.0 for 1.13.0 final release.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-06 08:50:22 -08:00
Paul Yuknewicz ec32345791 java-sdk update to 1.11.0 for 1.13.0 final release.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-06 08:00:38 -08:00
Paul Yuknewicz afa57ca566 go-sdk update to 1.10.0 for 1.13.0 final release.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-03-05 23:38:35 -08:00
Paul Yuknewicz 9897c5c2e2
Merge pull request #963 from farshaddavoudi/patch-1
Update README.md
2024-02-29 01:35:57 -08:00
Paul Yuknewicz 3da3a1d3b3
Update README.md
Making some tweaks to STEPs so project can build and tests pass.

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-29 01:00:04 -08:00
Paul Yuknewicz c87bbb0254
Merge pull request #994 from paulyuk/release-1.13
Test fix: Removing `toolchain go*` lines that cause midstream downloads
2024-02-28 22:50:15 -08:00
Paul Yuknewicz e817e155a7 Removing `toolchain go*` lines that cause midstream downloads; breaking tests.
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 21:33:05 -08:00
Paul Yuknewicz b41fb1f8fa
Merge pull request #992 from paulyuk/release-1.13
Updating SDKs to RC release packages synced with Dapr 1.13 RC
2024-02-28 17:41:43 -08:00
Paul Yuknewicz d9df44d2c9 Updating to 1.13-rc.8
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 14:15:46 -08:00
Paul Yuknewicz 143e577200 Updating python-sdk versions to align with 1.13 RC
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 14:10:35 -08:00
Paul Yuknewicz c7fa1278eb Updating Java Workflow with correct snapshot of dapr-workflow sdk
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 14:05:41 -08:00
Paul Yuknewicz 9bba4d8e08 Updating C# quickstarts to align with Dapr 1.13 RC aligned SDKs (1.13.*-*)
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 07:26:00 -08:00
Paul Yuknewicz f69396038a Bringing Java projects up to Java17 and Dapr 1.13 RC aligned SDKs
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-28 07:16:54 -08:00
Paul Yuknewicz a35571fc9a Merge branch 'release-1.13' of github.com:dapr/quickstarts into release-1.13 2024-02-27 11:36:23 -08:00
Paul Yuknewicz b31a36282f Updated to dapr 1.13 RC7 and go-sdk 1.10 RC
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-27 11:33:34 -08:00
Paul Yuknewicz 7429289186
Merge pull request #989 from kaibocai/kaibocai/add-js-quickstart
Add workflow quickstart for JS
2024-02-27 11:18:15 -08:00
Paul Yuknewicz 1b8a451a40
Merge branch 'release-1.13' into kaibocai/add-js-quickstart
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-27 10:14:16 -08:00
kaibocai 9aecc356c7 minor refactory
Signed-off-by: kaibocai <kaibocai@microsoft.com>
2024-02-27 09:14:19 -06:00
Paul Yuknewicz 7991a257f0 Updating CLI to 1.13.0-rc.1 for testing
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-02-21 09:42:16 -08:00
kaibocai 5cfcd0e030 fix readme check
Signed-off-by: kaibocai <kaibocai@microsoft.com>
2024-02-20 08:23:00 -06:00
Paul Yuknewicz 6a1984a375
Merge pull request #958 from mathieu-benoit/patch-1
Update app.js - `process.env.STATE_STORE_NAME`
2024-02-19 14:19:56 -08:00
Paul Yuknewicz 0d128bfa83
Merge pull request #975 from DeepanshuA/crct_wf_rm
correct readme
2024-02-19 14:17:12 -08:00
Deepanshu Agarwal 56d00e48db Correct
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2024-02-19 20:59:57 +05:30
Deepanshu Agarwal a14daaec1e Merge branch 'release-1.13' of github.com:dapr/quickstarts into crct_wf_rm 2024-02-19 20:59:17 +05:30
Paul Yuknewicz 477299f10b
Merge pull request #990 from paulyuk/release-1.13 2024-02-18 08:39:08 -08:00
Paul Yuknewicz 006c871e35 Updating to RC6 which has fix to #982
Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MacBook-Pro-2.local>
2024-02-17 22:42:20 -08:00
Paul Yuknewicz b6d77894fa
Merge pull request #987 from pngan/ConvertToNet8-on-release-1.13
Convert to net8 on release 1.13
2024-02-17 21:44:38 -08:00
Phil Ngan 37a6afc65f gitignore Debug/ folders
Signed-off-by: Phil Ngan <phillip.ngan@gmail.com>
2024-02-18 16:21:14 +13:00
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