Commit Graph

3407 Commits

Author SHA1 Message Date
Paul Yuknewicz d07ecfe3bb
Adding manual trigger
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-06-01 01:25:28 -07:00
Patrice Chalin 9231f27f25
Use Google Analytics 4 ID for v1.6 via head-end hook (#2963)
* Use Google Analytics 4 ID for v1.6

Signed-off-by: Patrice Chalin <chalin@cncf.io>

* Add GA4 ID via head-end

Signed-off-by: Patrice Chalin <chalin@cncf.io>

* Fix PR template link

Signed-off-by: Patrice Chalin <chalin@cncf.io>

* validate-links: ontinue-on-error

Signed-off-by: Patrice Chalin <chalin@cncf.io>

Signed-off-by: Patrice Chalin <chalin@cncf.io>
2022-11-30 15:46:07 -08:00
Newbe36524 e18b8c6b03
Update translations for v1.6 (#2665)
* update translations fro v1.6

Signed-off-by: Newbe36524 <newbe36524@qq.com>

* add sdk translation for go/java/js

Signed-off-by: Newbe36524 <newbe36524@qq.com>
2022-07-25 17:57:45 -07:00
Hannah Hunter 681b29fcc8
updates to nav bar for v1.6 (#2644)
* updates to nav bar and links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* config.toml

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* links

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove #

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-12 14:12:16 -07:00
yellow chicks 97670ff708
feature: add routerchecker in middleware (#2286)
* feature: add routerchecker in middleware

Signed-off-by: 1046102779 <seachen@tencent.com>

* feature: add routerchecker in middleware

Signed-off-by: 1046102779 <seachen@tencent.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-05-12 15:35:57 -07:00
Hannah Hunter 0aa13e6e8e
update to 1.6 for 1.7 release (#2345)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-07 17:23:40 -07:00
nirmash c820d06c6c
Add state management quickstart (#2320)
* Add state management quickstart

* Address feedback on state-management quickstart

* Add link to sample GitHub repo
Signed-off-by: Nir Mashkowski <nimashkowski@microsoft.com>

* Add changes from the Python section to the rest of the languages for consistency.
Signed-off-by: Nir Mashkowski <nimashkowski@microsoft.com>

* Update state management image, capitlize Quickstart and add client initiation code to Javascript, go, Python and C#.
Signed-off-by: Nir Mashkowski <nimashkowski@microsoft.com>

* Update statemanagement-quickstart.md

Updated the overview paragraph

* Update daprdocs/content/en/getting-started/quickstarts/_index.md

* Update daprdocs/content/en/getting-started/quickstarts/_index.md

* Update daprdocs/content/en/getting-started/quickstarts/_index.md

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-07 16:58:50 -07:00
Doug Davis e31847627a
Minor tweaks to the service invocation quickstart (#2284)
* Minor tweaks to the service invocation quickstart

Minor tweaks to the service invocation quickstart
- run the consumer before the sender, otherwise things will fail
- be clear about where to run the 'cd' cmd from
- in the golang sender sample code I removed the extra "if" statement
  because it wasn't relevant to the point being made... adding a header
- remove quotes from sender's json output to go along with
  https://github.com/dapr/quickstarts/pull/621

Signed-off-by: Doug Davis <dug@microsoft.com>

* reorder pub-sub too

Signed-off-by: Doug Davis <dug@microsoft.com>

* add steps and uppercase Quickstart

Signed-off-by: Doug Davis <dug@microsoft.com>
2022-04-07 16:53:12 -07:00
Hannah Hunter d518e0e5d1
[quickstarts] Make code snippets consistent; link to repo (#2340)
* link to repo; edit code snippet

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove first person; capitalize Quickstarts

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* capitalize quickstarts

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove first person

Signed-off-by: Hannah Hunter <hannahunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-07 14:42:14 -07:00
greenie-msft 95b30ffd88
Merge pull request #2335 from duglin/linkDev
Add link to the dev docs
2022-04-07 12:44:51 -07:00
Doug Davis d28970700a Add link to the dev docs
I may have missed it but I couldn't find a way to go from the main README
(https://github.com/dapr/dapr) to the dev docs.

Signed-off-by: Doug Davis <dug@microsoft.com>
2022-04-07 12:32:18 +00:00
greenie-msft 4c24145035
Merge pull request #2331 from hhunter-ms/state_stores
Remove list of state stores & link to spec
2022-04-06 15:45:45 -07:00
greenie-msft d2741ac5fd
Merge branch 'v1.6' into state_stores 2022-04-06 15:39:35 -07:00
greenie-msft 8b3fd631cd
Merge pull request #2319 from hhunter-ms/typoincommand-quickstart
fix typo in command for python and js
2022-04-06 14:31:20 -07:00
Hannah Hunter f7a95dc33b update per Mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-06 16:27:13 -05:00
greenie-msft 2993cfe185
Merge branch 'v1.6' into typoincommand-quickstart 2022-04-06 14:25:45 -07:00
greenie-msft 7ce5e2cf9a
Merge pull request #2330 from hhunter-ms/remove_contradicting_info
Remove contradicting info
2022-04-06 14:25:27 -07:00
Hannah Hunter 5ad8650064 link to state store spec; grammar pass
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-05 12:26:05 -05:00
Hannah Hunter 28f8ef4631 remove info; clarify in other doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-05 10:33:39 -05:00
Mark Fussell 221c72d97e
Merge branch 'v1.6' into typoincommand-quickstart 2022-04-04 21:52:47 -07:00
Hannah Hunter b423042c44 fix typo in command for python and js
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-01 09:16:24 -05:00
loopFY 33d756f8f8
adding Read buffer size argument to fasthttp server and grpc server (#2263)
* adding Read buffer size argument to fasthttp server and grpc server dapr/dapr#3346

By making a contribution to this project, I certify that:
    (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
    (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
    (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
    (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.

This is my commit message
Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* added introduction to dapr-http-read-buffer-size

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify the note description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Adding read buffer size argument to fasthttp server and grpc server

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Added introduction to dapr-http-read-buffer-size

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify the note description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modify this description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Add a detailed description

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Make the appropriate title changes

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

* Modification introduction and corresponding instructions

Signed-off-by: Fang Yuan <wojiushifangyuanlove@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-31 21:51:56 -07:00
Hannah Hunter b601f4d99d
typo fixes and quick grammar pass (#2317)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-31 20:03:06 -07:00
greenie-msft a6c0e21430
Merge pull request #2310 from grepme/v1.6
Fix typo: microservices
2022-03-31 16:27:54 -07:00
greenie-msft 6f30d2a7d5
Merge branch 'v1.6' into v1.6 2022-03-31 16:19:21 -07:00
greenie-msft 54a39f04cd
Merge pull request #2315 from hhunter-ms/capitalize_quickstart_terminology
Typo fix in quickstarts
2022-03-31 16:18:31 -07:00
Mark Fussell 4a37ceeb9c
Merge branch 'v1.6' into v1.6 2022-03-31 14:46:47 -07:00
Mark Fussell 55f9365ff4
Merge branch 'v1.6' into capitalize_quickstart_terminology 2022-03-31 14:45:22 -07:00
Hannah Hunter bc5407b55d
typo fix; quick grammar pass (#2316)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-31 14:41:59 -07:00
Hannah Hunter b36c36186a capitalize 'quickstart'; add comma
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-03-31 16:26:50 -05:00
Mark Fussell a6c2e31132
Merge branch 'v1.6' into v1.6 2022-03-30 16:56:22 -07:00
Robin-Manuel Thiel 0dcbbf3be4
Add mandatory `dapr init` step to Self-Hosted Mode in Container Docs (#2303)
I followed the docs to ship Dapr together with an app inside the same container and came across the issue that `daprd` in the `ENTRYPOINT` was not available until i initialized dapr in slim mode.

Signed-off-by: Robin-Manuel Thiel <robin-manuel@thiel1.de>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-30 14:17:26 -07:00
Kyle Richelhoff 31e5ad1998 Fix typo: microservices
Signed-off-by: Kyle Richelhoff <1271617+grepme@users.noreply.github.com>
2022-03-30 13:41:04 -06:00
Looong Dai d11caff869
doc: update arguments-annotations (#2306)
Signed-off-by: Loong Dai <loong.dai@intel.com>
2022-03-29 19:56:06 -07:00
greenie-msft 0ac9be5368
Merge pull request #2302 from greenie-msft/hotfix_1.5.2_and_1.6.1
Hotfix 1.5.2 and 1.6.1
2022-03-28 10:11:54 -07:00
Nick Greenfield 70e20f9106 update shortcode to latest dapr version
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-25 16:40:33 -07:00
Nick Greenfield 35e44f2e96 Update docs for hotfix
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-25 16:38:24 -07:00
greenie-msft 167cfaf5a7
Merge pull request #2300 from hmz777/patch-1
Fix typo
2022-03-25 12:26:50 -07:00
HMZ 2aaaf181fe
Fix typo 2022-03-25 16:05:25 +03:00
greenie-msft a6fe26f774
Merge pull request #2292 from greenie-msft/fix_redis_sentinel_links
Fix Redis Sentinel links
2022-03-23 20:28:51 -07:00
Mark Fussell 6dd71c6b93
Merge branch 'v1.6' into fix_redis_sentinel_links 2022-03-23 20:22:28 -07:00
yauri-io a4226b9279
fix: Getting started / Init Dapr locally has wrong quickstarts link (#2287)
* fix: Getting started / Init Dapr locally has wrong quickstarts link

Signed-off-by: Yauri<me@yauri-io>
Signed-off-by: y-io <me@yauri.one>

* Change Next Steps to "Use the Dapr API"

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Update install-dapr-selfhost.md

Co-authored-by: y-io <me@yauri.one>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-23 20:21:25 -07:00
Nick Greenfield 6d6e063946 Fix Redis Sentinel links
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-23 20:11:46 -07:00
Doug Davis 8bbf0e3b7c
Minor updates to the golang pub-sub quickstart (#2283)
Minor updates to the golang pub-sub quickstart
- make the 'cd' command more clear by telling them to start from the clone
- add the sample output from the publisher

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-23 17:50:40 -07:00
Doug Davis d5c6c4ca6d
Remove dash in "dapr-init" (#2282)
I'm guessing it's a typo because the md file has the dash. But the command
itself doesn't

Signed-off-by: Doug Davis <dug@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-23 14:09:13 -07:00
Andrea Spadaccini a1823044df
doc: fix typo premisis → premises (#2288)
Signed-off-by: Andrea Spadaccini <andrea.spadaccini@gmail.com>
2022-03-23 13:37:39 -07:00
SergioVelmay d10486666e
Azure Key Vault RBAC role to get secrets updated (#2256)
* Azure Key Vault RBAC role to get secrets updated
Signed-off-by: Sergio Velmay <sergiovelmay@gmail.com>

* Remove pin to localized version in MS link
Signed-off-by: Sergio Velmay <sergiovelmay@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-22 17:12:23 -07:00
Will Velida 938b29005b
Adding dotnet code snippet for saving and retrieving mulitple states (#2280)
Signed-off-by: Will Velida <willvelida@microsoft.com>
2022-03-21 20:04:59 -07:00
greenie-msft fa1d0a8eac
Merge pull request #2275 from uy-andrew/issue/2274
Typo fix for https://github.com/dapr/docs/issues/2274
2022-03-20 08:50:08 -07:00
Andrew 24e4b2929c Typo fix for https://github.com/dapr/docs/issues/2274
Signed-off-by: Andrew <37019607+uy-andrew@users.noreply.github.com>
2022-03-19 23:09:11 +11:00