greenie-msft
38a74c84ee
Merge branch 'v1.5' into patch-1
2021-12-06 14:21:47 -08:00
emctl
5155e08b65
Bumping tags to v1.5.0
2021-12-06 21:50:19 +00:00
Nick Greenfield
23a51c1441
Wrap oauth links in ignore comment
2021-12-06 11:27:38 -08:00
David Millman
6b6baa1afc
Fix publish a topic examples
...
Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"
2021-12-05 10:14:45 -07:00
Amulya Varote
9d120e5108
Modified based on the review comments - 3
2021-12-03 11:32:21 -08:00
Amulya Varote
1476b223a0
Changed python commands
2021-12-03 08:34:09 -08:00
Amulya Varote
08a182608c
Changed python commands
2021-12-03 08:30:56 -08:00
Amulya Varote
18638ee93f
Modified based on the review comments - 2
2021-12-02 21:26:37 -08:00
Amulya Varote
01f21391b8
Merge branch 'v1.5' into feature/pub_sub
2021-12-02 21:23:34 -08:00
greenie-msft
58ea96bc10
Merge branch 'v1.5' into patch-8
2021-12-02 14:10:35 -08:00
greenie-msft
28f7e6274b
Merge branch 'v1.5' into patch-8
2021-12-02 13:57:04 -08:00
greenie-msft
b9ef0753e9
Merge branch 'v1.5' into patch-7
2021-12-02 13:56:27 -08:00
greenie-msft
bc4a77054c
Merge branch 'v1.5' into feature/secrets_management
2021-12-02 13:45:07 -08:00
greenie-msft
3f66120d63
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
2021-12-02 13:43:12 -08:00
greenie-msft
3488c63a92
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
2021-12-02 13:41:40 -08:00
greenie-msft
0b29c8fb3b
Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md
2021-12-02 13:39:46 -08:00
Amulya Varote
fe5d1aeed6
Modified based on the review comments - 1
2021-12-02 10:52:46 -08:00
Amulya Varote
6506dbf6a7
Modified based on the review comments - 2
2021-12-02 10:35:59 -08:00
Amulya Varote
4242a48732
Changed port number in the command
2021-12-02 10:31:20 -08:00
Amulya Varote
830015d3eb
Added pub sub documentation
2021-12-02 02:45:19 -08:00
Amulya Varote
4f08464dae
Added comment
2021-12-02 01:10:26 -08:00
Amulya Varote
dde92676b6
Modified based on the review comments - 1
2021-12-02 01:07:23 -08:00
Amulya Varote
22104085f9
Modified based on the review comments - 1
2021-12-02 00:58:46 -08:00
Amulya Varote
a645f66b12
Added secrets store documentation
2021-12-01 11:19:08 -08:00
greenie-msft
b9ac9727a3
Merge branch 'v1.5' into patch-1
2021-12-01 09:13:54 -08:00
greenie-msft
95586236fd
Merge branch 'v1.5' into feature/state_management
2021-12-01 08:46:50 -08:00
greenie-msft
5b7b4ff616
Update state-store-ttl.md ( #2016 )
...
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-11-30 19:44:11 -08:00
Amulya Varote
5bc88ab6d0
Changed image name in the docs
2021-11-30 19:28:00 -08:00
greenie-msft
0ea7939195
Update howto-invoke-discover-services.md
2021-11-30 18:06:30 -08:00
Bernd Verst
ea8d9ef06f
Add initTimeout example for cosmosdb state
2021-11-30 17:44:59 -08:00
Bernd Verst
873bcb27c1
minor wording
2021-11-30 17:40:45 -08:00
Bernd Verst
b53373c10e
Grammar change
2021-11-30 17:32:02 -08:00
Bernd Verst
4dd9ea88b0
Fix link
2021-11-30 17:24:14 -08:00
Bernd Verst
dc878f6ca9
Cosmos DB components production guidance
2021-11-30 17:08:11 -08:00
greenie-msft
ee5e38f62d
Merge branch 'v1.5' into feature/state_management
2021-11-30 14:46:05 -08:00
greenie-msft
8c4cde8210
Merge branch 'v1.5' into patch-2
2021-11-30 11:38:22 -08:00
Will Tsai
dc460db372
fix Jetstream broken link
2021-11-30 11:21:25 -08:00
Will Tsai
e4af246e04
Deleting redundant page app-configuration-overview.md
2021-11-30 09:30:11 -08:00
Amulya Varote
bdba7a6800
Changes based on review comments - 2
2021-11-29 12:39:52 -08:00
Massimo Crippa
3f30729457
fix: small typo replace semicolons with colons
...
there are a couple of semicolons that should be colons
2021-11-26 16:43:45 +01:00
greenie-msft
2367621c85
Update setup-nats-streaming.md
2021-11-24 15:41:43 -08:00
Majid Ramezanpour
fa5ab82209
Update faq.md to include Go SDK actor availability
...
From version v1.5.0, virtual actors are now available in the Dapr Go SDK. See go-sdk/21 for details
2021-11-24 21:05:01 +02:00
Amulya Varote
1085372325
Fixed external validation checks
2021-11-24 07:21:07 -08:00
Amulya Varote
b1e0921761
Modification based on the review comment - 1
2021-11-24 07:14:06 -08:00
Bernd Verst
5c50a4eec3
Correct the default component init timeout
2021-11-23 20:28:30 -08:00
Bernd Verst
d4acb556af
Fix incorrect warning log-level
2021-11-23 20:26:45 -08:00
Amulya Varote
d635712989
Added complete code snippets
2021-11-23 11:35:59 -08:00
Amulya Varote
ad20a76b32
Modified TTL page under state management
2021-11-23 03:09:03 -08:00
Amulya Varote
8901c9d6fe
State Management documentation
2021-11-23 02:52:27 -08:00
Mark Fussell
96cf36ba90
Merge branch 'v1.5' into v1.5
2021-11-22 13:02:44 -08:00