Hannah Hunter
2d973d680d
Merge branch 'v1.14' into endgame_v1.14-updates
2025-02-20 09:13:21 -05:00
Vladimir Damov
27683a62ba
Update deprecated exporter ( #4543 )
...
Co-authored-by: Uncensored <Uncensored@DESKTOP-SVLGO47>
2025-02-15 07:39:03 -08:00
Hannah Hunter
dea27c7252
Merge pull request #4518 from fvanzee/self-hosted-scheduler-docs
...
update self-hosted-with-docker docs
2025-02-12 15:44:19 -05:00
fvanzee
2cfc002976
update self-hosted-with-docker docs
...
Increase tmpfs size to prevent "no space left on device" error
Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com>
2025-02-11 11:44:58 +01:00
Hannah Hunter
46be695646
Merge pull request #4505 from rochabr/pubsub-raw-message
...
Including .NET sample for raw message subscriber
2025-02-06 14:37:00 -05:00
Mark Fussell
1154cc6855
Merge branch 'v1.14' into pubsub-raw-message
2025-02-06 10:42:14 -08:00
Hannah Hunter
66b684a68b
Merge pull request #4515 from jcastillopino/patch-1
...
Update serviceinvocation-quickstart.md csharp code example updated
2025-02-06 11:13:59 -05:00
Fernando Rocha
9ad76c3c05
removing unecessary lines of code and moddifying verbiage around raw message subscriptions
...
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-02-05 12:31:19 -08:00
Jorge Castillo
3175f1735f
Removed `quickstarts`
...
Signed-off-by: Jorge Castillo <jcastillopino@users.noreply.github.com>
2025-02-05 11:47:22 +01:00
Hannah Hunter
7a5c3eb982
Merge branch 'endgame_v1.14-updates' of https://github.com/hhunter-ms/docs into endgame_v1.14-updates
2025-02-04 16:23:11 -05:00
Hannah Hunter
a0b76f814d
resolve conflict
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-04 16:22:46 -05:00
Mark Fussell
e98d40fd23
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
...
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2025-02-04 11:57:17 -08:00
Mark Fussell
f6bd098365
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-raw.md
...
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2025-02-04 11:54:13 -08:00
Jorge Castillo
345a491977
Update serviceinvocation-quickstart.md
...
Updated csharp checkout code and the path for the apps, quickstart was missing
Signed-off-by: Jorge Castillo <jcastillopino@users.noreply.github.com>
2025-02-04 16:37:37 +01:00
Hannah Hunter
d4ef81864a
Merge branch 'v1.14' into pubsub-raw-message
2025-02-04 08:35:53 -05:00
Hannah Hunter
50bd023ea9
Merge pull request #4512 from salaboy/v1.14
...
Removing out-dated testcontainers integration
2025-02-04 08:35:36 -05:00
Mark Fussell
e949c39a27
Merge branch 'v1.14' into v1.14
2025-02-03 21:18:06 -08:00
Hannah Hunter
ab30b78037
update website root ( #4513 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2025-02-03 16:19:50 -08:00
salaboy
1bdeedca49
removing only testcontainers
...
Signed-off-by: salaboy <Salaboy@gmail.com>
2025-02-03 17:29:40 +00:00
salaboy
b963ec0471
Revert "removing out-dated testcontainers integration"
...
This reverts commit e33d6cc75e26218ec71a199c2a869ec3ff3aa2c2.
Signed-off-by: salaboy <Salaboy@gmail.com>
2025-02-03 17:29:40 +00:00
salaboy
957d070225
removing out-dated testcontainers integration
...
Signed-off-by: salaboy <Salaboy@gmail.com>
2025-02-03 17:29:40 +00:00
Hannah Hunter
e2b10c7c19
Merge branch 'v1.14' into pubsub-raw-message
2025-02-03 11:08:33 -05:00
Hannah Hunter
3e6b32931c
Merge branch 'v1.14' into endgame_v1.14-updates
2025-02-03 11:02:53 -05:00
Fernando Rocha
bd9eb23110
including .NET publisher example
...
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-01-30 18:13:44 -08:00
Fernando Rocha
828c96b127
Including .NET sample for subscriber, fixing parameter name on declarative subscription
...
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-01-27 10:32:51 -08:00
Hannah Hunter
9c523cf9d4
Merge pull request #4495 from elKei24/patch-1
...
Add section about custom properties to setup-azure-eventhub.md
2025-01-23 15:05:18 -05:00
Elias Keis
ab94590ea9
remove url localization (suggestion from code review)
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Elias Keis <13063245+elKei24@users.noreply.github.com>
2025-01-23 10:00:58 +01:00
Elias Keis
257c47d113
Add section about custom properties
...
Signed-off-by: Elias Keis <13063245+elKei24@users.noreply.github.com>
2025-01-23 10:00:58 +01:00
Hannah Hunter
82e175caaa
Merge pull request #4496 from rochabr/eks-podidentity
...
Including EKS Pod Identity documentation
2025-01-22 11:37:33 -05:00
Fernando Rocha
c7fab15959
Update daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Fernando Rocha <fernandorsl@gmail.com>
2025-01-21 10:17:42 -08:00
Fernando Rocha
4508e63a54
Including EKS Pod Identity Changes and fixing typo in EKS sample
...
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-01-20 20:23:55 -08:00
Fernando Rocha
2ac4e27094
Including EKS Pod Identity information
...
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
2025-01-14 09:12:28 -08:00
Hannah Hunter
423d48a3b5
Merge branch 'v1.14' into endgame_v1.14-updates
2025-01-14 09:08:53 -05:00
Hannah Hunter
efcd9fb138
Merge pull request #4488 from Gallardot/Gallardot-patch-1
...
fix rust-sdk menu link
2025-01-10 14:39:27 -05:00
Gallardot
197c053756
fix rust-sdk menu link
...
Signed-off-by: Gallardot <gallardot@apache.org>
2025-01-10 23:06:48 +08:00
Hannah Hunter
46f78a7a87
Merge pull request #4477 from scott-brady/feature/3639-zeebe-command-throw-error-variables
...
feat(bindings-zeebe-command): Add support for passing variables to throw-error operation. (#3639 )
2025-01-06 13:14:40 -05:00
Hannah Hunter
03be3d5d7b
Merge branch 'v1.14' into feature/3639-zeebe-command-throw-error-variables
2025-01-06 11:02:57 -05:00
Hannah Hunter
7ed0652407
Merge pull request #4479 from yossisp/patch-2
...
Update setup-postgresql-v2.md
2025-01-06 11:02:33 -05:00
Hannah Hunter
e20778f440
Merge branch 'v1.14' into patch-2
2025-01-06 10:44:42 -05:00
Hannah Hunter
1313390fa6
Merge pull request #4480 from yossisp/patch-3
...
Update setup-postgresql-v1.md
2025-01-06 10:44:21 -05:00
Hannah Hunter
aa7110c959
Merge branch 'v1.14' into patch-3
2025-01-06 10:36:17 -05:00
Hannah Hunter
e4f9a6fe80
Merge branch 'v1.14' into patch-2
2025-01-06 10:35:37 -05:00
Hannah Hunter
41ae3e1fb9
Merge pull request #4478 from yossisp/patch-1
...
Update workflow-features-concepts.md
2025-01-06 10:22:39 -05:00
Yossi Spektor
caebe93ae0
Update setup-postgresql-v1.md
...
Mention that `actorStateStore` needs to be `true` if the state store is used for workflows as well (since workflows use actors under the hood).
Signed-off-by: Yossi Spektor <easpex@gmail.com>
2024-12-31 13:20:12 +01:00
Yossi Spektor
f711af9921
Update setup-postgresql-v2.md
...
Mention that `actorStateStore` needs to be `true` if the state store is used for workflows as well (since workflows use actors under the hood).
Signed-off-by: Yossi Spektor <easpex@gmail.com>
2024-12-31 13:19:08 +01:00
Yossi Spektor
177a6ca150
Update workflow-features-concepts.md
...
Fix typos, use more Java-idiomatic code names (methods in Java usually don't begin with uppercase letters).
Signed-off-by: Yossi Spektor <easpex@gmail.com>
2024-12-30 17:43:15 +01:00
Scott Brady
4d02b2e26e
feat(bindings-zeebe-command): Add support for passing variables to throw-error operation. ( #3639 )
...
Signed-off-by: Scott Brady <realscottbrady@gmail.com>
2024-12-25 09:20:14 +00:00
Mark Fussell
9f8d83a472
Merge branch 'v1.14' into endgame_v1.14-updates
2024-12-18 21:18:19 -08:00
Hannah Hunter
5660a64b0e
Merge pull request #4461 from dapr/dependabot/npm_and_yarn/daprdocs/nanoid-3.3.8
...
Bump nanoid from 3.3.2 to 3.3.8 in /daprdocs
2024-12-18 12:24:09 -05:00
Hannah Hunter
b489c7fee7
Merge branch 'v1.14' into dependabot/npm_and_yarn/daprdocs/nanoid-3.3.8
2024-12-18 12:18:23 -05:00