Commit Graph

444 Commits

Author SHA1 Message Date
Aaron Crawfis 852f43a44d Add blank search page to disable docsy search 2021-02-04 21:20:01 -08:00
Aaron Crawfis 159ed42fc7 Add copy button 2021-02-04 20:56:51 -08:00
Ori Zohar d1b3edfbc7 Peridodic merge from rc2 to rc3 2021-02-04 10:23:42 -08:00
Ori Zohar 3fedffdb36 Periodic merge from v0.11 to v1.0-rc3 2021-02-04 09:35:11 -08:00
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
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 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 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
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
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
Ori Zohar 105c643c07 Changes to publish rc.3 release in docs.dapr.io 2021-02-01 11:10:26 -08:00
soiboxauxi 233f39b1c7
Update howto-secrets.md (#1150) 2021-01-31 22:45:05 -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
georgestevens99 98213a5553
Issue 1113 fixed (#1144)
Changed the dapr run example shown in the doc so that the http port label is correct, replacing the old, out-og-date label.
2021-01-31 17:19:01 -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
xavier geerinck ab0df69645
Rework Azure Blob Storage documentation to be more clear (#1122)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-30 08:51:15 -08: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
Chan-Yub Park 10c2d21941
Update mtls.md (#1118)
mtls:
  enabled: true

params bool not string,

and dapr-placement is now statefulset

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-29 13:56:17 -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 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
Trond Hindenes 04716f0230 helm/kubernetes installation doc updates 2021-01-29 11:19:59 +01:00
Ori Zohar 93f32e96c7
Merge branch 'v0.11' into codespaces-docs 2021-01-28 09:42:17 -08:00