Ori Zohar
f0ea14b403
Renaming tracing backends directory
2021-02-13 16:35:28 -08:00
Nghia Tran
d8ea354e6a
Move operator-centric docs into Operation section
2021-02-13 21:13:07 +00:00
Phil Kedy
849d471dba
Explain how topics are created in pub/sub overview ( #1201 )
...
* First pass at explaining for topics are set
* Tweaks per PR
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-12 18:49:34 -08:00
Mukundan Sundararajan
270b7edd77
Fix doc typos ( #1205 )
...
* Fix doc typos and format.
* fix escaping quotes
2021-02-12 18:26:29 -08:00
Phil Kedy
bbc10f8b4d
Restructuring middleware docs pages ( #1190 )
...
* First pass at restructuring the middleware docs pages
* Tweaks
* Updating custom middleware instructions.
Grammatical tweak re: secrets in metadata values.
* Adding descriptions for each middleware component to the supported middleware table
* Table allignment
* Various tweaks
* its versus it's
* Making Quickstart capitalized again
* Better OAuth spec links for the two grant flows currently supported
* Fixing two sentences
* Update middleware-overview.md
* Update middleware-bearer.md
* Update middleware-oauth2.md
* Update middleware-oauth2clientcredentials.md
* Update middleware-opa.md
* Update middleware-rate-limit.md
* Update middleware-uppercase.md
* Update middleware-rate-limit.md
* Update middleware-opa.md
* Update middleware-oauth2.md
* Update middleware-bearer.md
* Update middleware-oauth2.md
* Update middleware-bearer.md
* Update middleware-oauth2clientcredentials.md
* Update middleware-opa.md
* Update middleware-rate-limit.md
* Update middleware-uppercase.md
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-oauth2clientcredentials.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-rate-limit.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-opa.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/developing-applications/middleware/middleware-overview.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Tweaks per PR
* Small tweak
* Small tweak
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-12 16:25:24 -08:00
Ori Zohar
4d3822f367
Removing 1st person
...
Removing "Let's"
2021-02-12 14:00:59 -08:00
Ori Zohar
a908b210b1
Merge branch 'v1.0' into add/php
2021-02-12 13:57:38 -08:00
Rob Landers
19e76e8b07
Fix wording
2021-02-12 22:42:22 +01:00
Ori Zohar
f4663c327a
Upmerge from v1.0-rc3 docs
2021-02-12 13:36:30 -08:00
Ori Zohar
9204113d7b
Merging latest relevant changes from v0.11
2021-02-12 12:10:38 -08:00
Mukundan Sundararajan
88f754f13b
Update intellij.md
2021-02-12 10:32:29 -08:00
Rob Landers
ee7a7d19a1
Add code samples
2021-02-12 19:31:05 +01:00
Ori Zohar
ac1475a8d4
Merge branch 'php-ref' of https://github.com/dapr/docs into php-ref
2021-02-12 08:58:08 -08:00
Ori Zohar
e8dec27b77
SDK table update version
2021-02-12 08:52:41 -08:00
Rob Landers
972c3ff3b0
Add PHP to SDK list ( #1197 )
...
* Add PHP to SDK list
* Add to overview
2021-02-12 07:41:00 -08:00
Ori Zohar
03334cb796
Merge branch 'v1.0' into php-ref
2021-02-11 18:52:17 -08:00
Mark Fussell
137681a32a
Update _index.md
2021-02-11 17:57:07 -08:00
Nghia Tran
b8c5c35da1
Address PR feedbacks
2021-02-11 17:35:42 -08:00
Nghia Tran
5c4b215248
Splitting the Tracing page into more sections
2021-02-11 17:35:42 -08:00
Nghia Tran
09956ab3df
Rename files to avoid conflicts
2021-02-11 17:35:42 -08:00
Nghia Tran
ae4e1d21a0
Reorganizing the Operation > Monitoring page
2021-02-11 17:35:42 -08:00
Ori Zohar
5331ba6c9d
Adding links to PHP SDK and more SDK page interlinking
2021-02-11 16:46:27 -08:00
Mukundan Sundararajan
79890ad565
updates
2021-02-11 15:06:51 -08:00
Mukundan Sundararajan
e5f0ded142
update bindings docs ( #1187 )
...
* update bindings docs
* fix casing
* Update howto-bindings.md
* Update apns.md
* Update blobstorage.md
* Update cosmosdb.md
* Update eventgrid.md
* Update kafka.md
* Update rabbitmq.md
* Update signalr.md
* Update cosmosdb.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-02-11 14:50:56 -08:00
Anatoliy
c37f4588c1
Create increase-request-size.md ( #1183 )
...
* Create increase-request-size.md
Add documentation for the "--dapr-http-max-request-size" argument for the CLI and "dapr.io/http-max-request-size" annotation
#1099
* Update increase-request-size.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-11 14:40:07 -08:00
halspang
5b02d7b24d
Add docs for upgrade command in cli ( #1181 )
...
* Add docs for upgrade command in cli
https://github.com/dapr/docs/issues/1163
* Update dapr-upgrade.md
* Update dapr-upgrade.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-02-11 14:39:14 -08:00
Mukundan Sundararajan
cec451a422
Fix intellij docs
2021-02-11 14:17:23 -08:00
Ori Zohar
2768f832a5
Removing notes and updating versions in commands
2021-02-10 16:58:46 -08:00
Phil Kedy
b791d5670e
Removing extra `(`
2021-02-10 12:34:10 -05:00
Aaron Crawfis
3dc9793e0d
Merge branch 'v1.0' into single_page_v1.0_env_vars_1114
2021-02-10 09:23:48 -08:00
Tom Kerkhove
a6a81d838d
fix: Broken link to Authenticate requests from Dapr using token authentication ( #1179 )
...
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2021-02-10 09:14:45 -08:00
Yaron Schneider
1009cfdcca
Add alicloud oss output binding ( #1180 )
...
* add alicloud oss output binding
* split alicloud oss to alibaba cloud section
* typo
* remove redundant text
* Update to new format
* Update yaml
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-02-10 09:13:43 -08:00
Phil Kedy
455eda19cb
Merge branch 'v1.0' into single_page_v1.0_env_vars_1114
2021-02-10 08:40:07 -05:00
Mark Fussell
65d6c4a085
Update _index.md
2021-02-09 22:16:24 -08:00
Mark Fussell
ac0365944a
Update _index.md
2021-02-09 22:14:53 -08:00
Phil Kedy
c6f708fe83
Updating the HTTP binding documentation … ( #1174 )
...
* fixed typo in Service invocation overview (#1170 )
* Updating the HTTP binding documentation per PR dapr/components-contrib/pull/661
* Adding extra status info returned by the refactored HTTP binding
* Tweaks per PR
* Update http.md
* Formatting tweaks
Co-authored-by: Patrick de Mooij <patrickdemooij@gmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-09 17:23:18 -08:00
Edwin van Wijk
dfc0555291
Add smtp output binding ( #1166 )
2021-02-09 15:18:00 -08:00
Phil Kedy
b03378cdca
Tweak per PR
2021-02-09 14:53:05 -05:00
Phil Kedy
388424438a
Added single page of all the env variables used by Dapr
2021-02-09 14:15:12 -05:00
yaron2
a242b7a16a
add kafka max message size and partition key data
2021-02-08 17:14:14 -08:00
Ori Zohar
f4a46c981a
Update _index.md
2021-02-08 15:58:00 -08:00
Patrick de Mooij
713075b5da
fixed typo in Service invocation overview ( #1170 )
2021-02-08 07:37:39 -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