Whit Waldo
40f9069102
Added .NET examples for string encryption and decryption to Cryptography how-to. ( #3947 )
...
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-14 14:32:25 -08:00
Hannah Hunter
912e3ace5a
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-09 11:51:40 -05:00
Hannah Hunter
b6fcabeb07
edits per Chris and Mark review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-09 11:23:43 -05:00
Hannah Hunter
90af1972f7
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md
...
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-09 11:10:15 -05:00
Hannah Hunter
59d0101c67
add purge to workflow docs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-06 16:45:15 -05:00
Hannah Hunter
11730336ea
Fix incorrect statement regarding actor timers ( #3977 )
...
* update incorrect sentence
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* mark edit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-31 15:07:53 -08:00
kaibocai
9ff3dfd63c
Fix incorrect doc for java sdk
...
Java SDK already support creating timer.
Signed-off-by: kaibocai <89094811+kaibocai@users.noreply.github.com>
2024-01-27 07:04:19 -06:00
Whit Waldo
3dc5218b79
Added Crypto API reference documentation ( #3952 )
...
* Added Crypto API reference documentation. Updated error codes weight so it's last in list.
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Added Crypto API reference documentation. Updated error codes weight so it's last in list.
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/reference/api/cryptography_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/reference/api/cryptography_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Minor text update
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/reference/api/cryptography_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/reference/api/cryptography_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/reference/api/cryptography_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Update daprdocs/content/en/reference/api/cryptography_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
* Added related link to API reference on Crypto overview page.
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
---------
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-22 21:42:35 -08:00
Mark Fussell
dca48016a8
Merge branch 'v1.12' into v1.12
2024-01-08 22:08:22 -08:00
Farshad Davoudi
08939fc627
Update multi-app-template.md ( #3943 )
...
Fix some mistakes in the doc and try to make it better and more clear
Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
2024-01-05 08:48:00 -08:00
Hannah Hunter
710933b689
Merge branch 'v1.12' into v1.12
2023-12-21 16:31:18 -05:00
Hannah Hunter
3cac886e6b
add debug commands
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-21 14:53:45 -05:00
Hannah Hunter
00593a517c
cross link for debugging and viewing logs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-21 12:33:47 -05:00
Luigi Rende
910e69bfcc
Add new operations in the query request for state component
...
Signed-off-by: Luigi Rende <luigirende@gmail.com>
2023-12-16 12:55:44 +01:00
Stuart Leeks
2bbff4b3ea
Fix method name
...
`startServer` method doesn't exist on JavaScript `DaprServer` (method name is `start` - see https://docs.dapr.io/developing-applications/sdks/js/js-server/#bindings-api )
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
2023-12-07 09:05:14 +00:00
Oliver Tomlinson
3815827b13
include instructions on how to debug a local app that is part of a docker compose session ( #3881 )
2023-11-21 17:43:15 -08:00
Hannah Hunter
4643fdc0b9
Merge branch 'v1.12' into kaibocai/update-workflow
2023-11-13 17:38:12 -05:00
kaibocai
866e2498a3
minor updates
...
Signed-off-by: kaibocai <kaibocai@microsoft.com>
2023-11-13 16:43:34 +00:00
kaibocai
96f5841b61
fix worflow examples for java
...
Signed-off-by: kaibocai <kaibocai@microsoft.com>
2023-11-13 01:33:09 +00:00
Stuart Leeks
976beeed4d
Add missing arg value in multi-app-template.md
...
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
2023-11-09 09:32:06 +00:00
Hannah Hunter
c445eda8eb
update aad to entra
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-24 17:52:53 -04:00
Susheel Thapa
1abd41b428
Fix typos in multiple files in dapr-docs ( #3839 )
...
* Chore: Typo fixed in multiple files
* Typo fixed
* Typo fixed(Telementry)
* Update pubsub-cloudevents.md
Signed-off-by: Susheel Thapa <sushilthapa9844242743@gmail.com>
---------
Signed-off-by: Susheel Thapa <sushilthapa9844242743@gmail.com>
2023-10-20 08:20:37 -07:00
Francesco Belacca
501867e82e
Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Francesco Belacca <francesco.belacca@hotmail.it>
2023-10-18 16:17:46 +02:00
Francesco Belacca
ed12d04a87
Fix embed youtube URL in howto-outbox.md
...
Signed-off-by: Francesco Belacca <francesco.belacca@hotmail.it>
2023-10-18 09:41:11 +02:00
Hannah Hunter
2a4f591a24
Merge branch 'v1.12' into bindings-dir
2023-10-17 10:40:31 -04:00
Hannah Hunter
8ab0736a2c
Merge branch 'v1.12' into workflow_update
2023-10-17 09:25:09 -04:00
Hannah Hunter
718ea0a269
remove section ( #3832 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-16 16:54:25 -07:00
Hannah Hunter
c6ceb6122f
clarify limitations
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-12 14:36:25 -04:00
Hannah Hunter
43937c435a
Merge branch 'v1.12' into bindings-dir
2023-10-12 11:13:59 -04:00
Mukundan Sundararajan
7045520e57
fix phrasing issues
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-12 08:46:42 +05:30
Hannah Hunter
04b2e8068b
resolve conflicts
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-11 18:57:19 -04:00
ItalyPaleAle
84e9dc1595
Remove direction metadata from output-only bindings
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-11 22:52:56 +00:00
Hannah Hunter
c47d29df08
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-11 18:08:53 -04:00
Hannah Hunter
5146413dda
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
...
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-11 18:08:34 -04:00
Hannah Hunter
1a2f5673b7
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
...
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-11 18:07:56 -04:00
Hannah Hunter
b5eca24317
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
...
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-11 18:07:48 -04:00
Hannah Hunter
34f0989a10
Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md
...
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-11 18:07:38 -04:00
Mark Fussell
67e2befc49
Merge branch 'v1.12' into bulk_pubsub_optimization_paths
2023-10-11 11:05:26 -07:00
Pravin Pushkar
f2a25fc315
Adding pluggable secret store doc ( #3792 )
...
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-11 10:56:40 -07:00
Deepanshu Agarwal
f572f8d74a
Optimization Opportunities
...
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2023-10-11 20:44:56 +05:30
Mark Fussell
1c889dde9a
Merge branch 'v1.12' into mikeee-remove-deprecated-flag
2023-10-09 21:02:24 -07:00
Hannah Hunter
7f238edb5f
[Azure Functions] Update links to the MSFT docs for Dapr extension ( #3802 )
...
* fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* update link for when Dapr Functions ext docs are merged
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* remove extra line
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-09 15:17:09 -07:00
Mukundan Sundararajan
dafd3f379c
fix typo in multi-app run env var def ( #3800 )
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-09 11:04:25 -07:00
mikeee
a64c7d8a1b
fix: replace --app-ssl flag with --app-protocol
...
Signed-off-by: mikeee <hey@mike.ee>
2023-10-09 10:46:09 +01:00
Hannah Hunter
9f9deb7349
update dotnet to DaprWorkflowClient ( #3789 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-10-08 22:48:20 -07:00
Hannah Hunter
025cdbd987
move http streaming out of preview ( #3790 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-05 16:18:04 -07:00
Thomas Klinger
8db1846314
fix invalid python syntax for pubsub cloud events ( #3786 )
...
make the publish_metadata fields valid python
Signed-off-by: Thomas Klinger <39558817+thomasklinger1234@users.noreply.github.com>
2023-10-05 13:10:52 -07:00
Hannah Hunter
e93b6546c4
Merge branch 'v1.12' into java_features
2023-10-05 12:45:38 -04:00
Hannah Hunter
88a109b3d2
add java monitor pattern example ( #3774 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-10-04 15:59:29 -07:00
Mark Fussell
046b563550
Merge branch 'v1.12' into java_features
2023-10-04 15:58:41 -07:00