Commit Graph

1381 Commits

Author SHA1 Message Date
Ekin Tiras 1abf22bf60
Update Method names for Python SDK example
The function names for saving, getting and executing transactions with multiple state items were incorrect for v1-rc3 in the current documentation.
I have updated them "save_bulk_state",  "get_bulk_state" and "execute_state_transaction".
2021-02-03 12:47:34 +01:00
Yaron Schneider df05ea3596
Add pub/sub content-type info (#1158)
* add pub/sub content-type info

* datacontenttype clarification

* Update pubsub_api.md

* add custom cloudevent info

* reorder

* Update howto-publish-subscribe.md

* Update howto-publish-subscribe.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-02 21:46:23 -08:00
Mark Fussell 08d86488bf
Updated all the pubsub topics + a few others (#1140)
* Updated all the pubsub topics + otherss

* Changes for Issue #1093

* Pushing updates from review feedback

* Fixing up the Publish CLI example

* Fixing reference

* Fixing having a single place for the Dapr side car

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-02 21:40:06 -08:00
Aaron Crawfis 706487a474
Merge pull request #1157 from yaron2/k8s-1
streamline kubernetes getting started
2021-02-02 15:25:07 -08:00
yaron2 d216f07f36 fix typo 2021-02-02 15:14:39 -08:00
Aaron Crawfis 8933b95777
TOML update 2021-02-02 15:11:05 -08:00
Aaron Crawfis d740e08bde
Update toml 2021-02-02 15:09:34 -08:00
Aaron Crawfis 00d753d5cb
Add alias to old path 2021-02-02 15:08:25 -08:00
yaron2 ac7af179e2 remove kubernetes from getting started 2021-02-02 15:01:31 -08:00
yaron2 5cab4f5b3a streamline kubernetes getting started 2021-02-02 14:42:10 -08:00
Ori Zohar c88e0259b7
Merge pull request #1156 from yaron2/kfix-2
fix kubernetes related texts
2021-02-02 12:32:22 -08:00
Ori Zohar 65405ed59a Redoing cosmetic changes, fixing broken link 2021-02-02 12:29:40 -08:00
Yaron Schneider 37d4d87818
Merge branch 'v1.0-rc3' into kfix-2 2021-02-02 11:51:33 -08:00
yaron2 5a0f918b69 fix kubernetes related texts 2021-02-02 11:49:54 -08:00
Aaron Crawfis de85ce4643
Merge pull request #1154 from dapr/homepage-refresh
Add homepage refresh
2021-02-02 11:47:14 -08:00
Aaron Crawfis 6bcb9eaab9 Enable algolia 2021-02-02 11:44:28 -08:00
Ori Zohar 3de98001dd
Merge branch 'v1.0-rc3' into homepage-refresh 2021-02-02 11:40:17 -08:00
Aaron Crawfis a5de6585c0
Merge pull request #1155 from msfussell/k8upgrade
Update the K8s upgrade docs
2021-02-02 09:46:06 -08:00
Mark Fussell 0ba36b174b minor changes 2021-02-02 09:38:31 -08:00
Mark Fussell cdc4a67ca2 Update the K8s upgrade docs 2021-02-02 09:35:04 -08:00
Aaron Crawfis 35d2a6827f Add php 2021-02-02 08:52:50 -08:00
Aaron Crawfis f27415db9e Merge branch 'homepage-refresh' of https://github.com/dapr/docs into homepage-refresh 2021-02-02 08:50:54 -08:00
Aaron Crawfis 26fd15b4c2 Add go 2021-02-02 08:50:50 -08:00
Ori Zohar 9305721c31
Merge branch 'v1.0-rc3' into homepage-refresh 2021-02-02 08:38:01 -08:00
Aaron Crawfis 66ca71cb09 Add homepage refresh 2021-02-02 08:15:33 -08:00
Aaron Crawfis e256f47b9a
Merge pull request #1148 from msfussell/azure-keyvault
Azure Key Vault - Fix issue 1128- pfx file path guidance for the az kv secret store
2021-02-01 17:33:20 -08:00
Mark Fussell b26c183c8c
Update azure-keyvault.md 2021-02-01 17:31:05 -08:00
Mark Fussell af3f3e41f4
Merge branch 'v1.0-rc3' into azure-keyvault 2021-02-01 16:45:33 -08:00
Yaron Schneider d9cb74c546
Add dapr to app authentication section (#1151)
* add dapr to app authentication section

* Update kubernetes-production.md

* Update api-token.md

* Update app-api-token.md

* Update api-token.md

* Update api-token.md

* Update app-api-token.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-01 14:25:51 -08:00
Aaron Crawfis 8252f29792
Merge pull request #1131 from trondhindenes/helm-updates
Helm updates
2021-02-01 08:09:48 -08:00
Yaron Schneider f3d2b5b6b6
Merge branch 'v1.0-rc3' into helm-updates 2021-01-31 22:16:25 -08:00
Mark Fussell 3ad0b6d052 Fix for 1128 2021-01-31 19:30:04 -08:00
Artur Souza f70c9645be
Document on Component metadata. (#1141)
* Document  on Component metadata.

* Update component-schema.md

* Update setup-mqtt.md

* Update component-schema.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-31 17:46:47 -08:00
Stepan 25be2fd366
adding description of forceHTTPS key in oauth2 middleware (#1142)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-31 17:19:39 -08:00
Karol Deland 7d7855b004
Update get-started-component.md (#1139)
Since it's proposed to create a file name mysecrets.json in the instructions, I think it would be better to have the same filename in the json sample.
2021-01-30 15:40:15 -08:00
Trond Hindenes ad2fe8e4f0 Merge branch 'helm-updates' of github.com:trondhindenes/docs into helm-updates 2021-01-30 10:54:17 +01:00
Trond Hindenes fa73579575 Merge branch 'v1.0-rc3' into helm-updates 2021-01-30 10:54:06 +01:00
Mukundan Sundararajan ac20cf5aab
Refactor supported component pages, refactor secret store docs (#1129)
* Fix supported pub/sub, secret stores page.

* add alias

* Update _index.md

* Update kubernetes-secret-store.md

* Update _index.md

* Update setup-nats-streaming.md

* refactor secret store docs

* Update azure-keyvault.md

* Update azure-keyvault-managed-identity.md

* Update aws-secret-manager.md

* Update file-secret-store.md

* Update gcp-secret-manager.md

* Update hashicorp-vault.md

* Update kubernetes-secret-store.md

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-29 14:59:45 -08:00
Ori Zohar aa45430c93
Merge branch 'v1.0-rc3' into helm-updates 2021-01-29 14:49:43 -08:00
Ori Zohar 03a92db1c2
Merge pull request #1135 from dapr/periodic-rc.3
Periodic rc.3
2021-01-29 14:48:40 -08:00
Yaron Schneider c328c77f78
Merge branch 'v1.0-rc3' into helm-updates 2021-01-29 14:41:57 -08:00
Trond Hindenes 412ec912b3 Use helm install instead of helm upgrade --install 2021-01-29 20:41:29 +01:00
Trond Hindenes 4055d2f745 Fixed version 2021-01-29 20:36:47 +01:00
Trond Hindenes 474f8dd823 re-added steps for upgrading to pre-rc3 2021-01-29 20:35:13 +01:00
Aaron Crawfis 66a1cf767c Merge branch 'v1.0-rc2' into periodic-rc.3 2021-01-29 11:34:56 -08:00
Aaron Crawfis c427f40feb
Merge pull request #1134 from dapr/periodic-rc2
Periodic rc2
2021-01-29 11:19:38 -08:00
Aaron Crawfis 4579d1e16c Merge branch 'v0.11' into periodic-rc2 2021-01-29 11:09:01 -08:00
Mukundan Sundararajan 11a1d27af2
update state store to capture all metadata fields (#1127)
* update state store to capture all metadata fields

* Fix state store docs

* alphabetical order

* Update setup-aerospike.md

* Update setup-azure-blobstorage.md

* Update setup-azure-cosmosdb.md

* Update setup-azure-tablestorage.md

* Update setup-cassandra.md

* Update setup-cloudstate.md

* Update setup-consul.md

* Update setup-couchbase.md

* Update setup-firestore.md

* Update setup-hazelcast.md

* Update setup-memcached.md

* Update setup-mongodb.md

* Update setup-mysql.md

* Update setup-postgresql.md

* Update setup-redis.md

* Update setup-rethinkdb.md

* Update setup-sqlserver.md

* Update setup-zookeeper.md

* Update setup-aerospike.md

* Update setup-azure-blobstorage.md

* Update setup-azure-cosmosdb.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-29 10:26:44 -08:00
Trond Hindenes 2a3473df8e Merge branch 'v1.0-rc3' into helm-updates 2021-01-29 11:59:02 +01:00
Trond Hindenes 9220d2cbd2 Some fixes 2021-01-29 11:54:18 +01:00