Commit Graph

3629 Commits

Author SHA1 Message Date
Jack Liu shurui d8c31fd8b1 correct configuration.program in launch.json
Signed-off-by: Jack Liu shurui <jackliusr@gmail.com>
2022-05-18 22:57:28 +08:00
Jack Liu Shurui 498cf71416 Update vscode-how-to-debug-multiple-dapr-apps.md
Signed-off-by: Jack Liu shurui <jackliusr@gmail.com>
2022-05-18 22:27:47 +08:00
Nick Greenfield 3d53cdae48 Update runtime version to 1.7.3
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-05-17 17:52:53 -07:00
Mark Fussell ffe2429827
Fixing URL bug in AWS name (#2439)
Signed-off-by: msfussell <markfussell@gmail.com>
2022-05-16 12:39:13 -07:00
Mark Fussell 69375972cb
Merge branch 'v1.7' into run_own_daprdexe_images 2022-05-12 15:25:23 -07:00
Fabian Steinbach a81556c697
update otel collector version to 0.50.0 (#2434)
Signed-off-by: fabistb <fabian0401@online.de>
2022-05-12 15:23:03 -07:00
Taction cfa2100598
fix kafka pubsub example config (#2429)
Signed-off-by: zhangchao <zchao9100@gmail.com>
2022-05-10 11:41:30 -07:00
Mark Fussell fbf051db52
Merge branch 'v1.7' into run_own_daprdexe_images 2022-05-09 18:11:19 -07:00
Pravin Pushkar 3daab8ad98
message for restarting the dapr-enabled pods (#2399)
* message for restarting the dapr-enabled pods

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Addressed review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-05-05 18:10:26 -07:00
Alessandro (Ale) Segala 0ce74a16c2
API tokens do not need to be JWT's (#2332)
* API tokens do not need to be JWT's

Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Updated app-api-token

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-05-05 18:02:02 -07:00
Alessandro (Ale) Segala a221cfdcf8
Fixes in howto-bindings: (#2416)
- JS and curl samples were sending data as objects but sample apps expected ints
- Improved JS sample to correctly handle async code and make it more readable
- Fixed indentation in .NET code
- JavaScript has uppercased S

Signed-off-by: Alessandro Segala (ItalyPaleAle) <43508+ItalyPaleAle@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-05-05 17:50:18 -07:00
greenie-msft 1695a3e985
Merge pull request #2425 from msfussell/deckpatch2
Deckpatch2
2022-05-05 16:53:52 -07:00
msfussell c79175d9cf new deck
Signed-off-by: msfussell <markfussell@gmail.com>
2022-05-05 16:48:41 -07:00
msfussell 38aab19159 Merge branch 'v1.7' of https://github.com/msfussell/docs into deckpatch 2022-05-05 16:32:38 -07:00
Mark Fussell 472fe5a982
update presentation (#2415)
Signed-off-by: msfussell <markfussell@gmail.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-05-05 16:04:26 -07:00
Yaron Schneider e0a2d6a12d
add missing upgrade step for 1.7 (#2423)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-05-05 08:46:49 -07:00
Hannah Hunter c318491d21 add note to table
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-05-04 16:56:23 -05:00
msfussell 4f1f5c8371 update presentation
Signed-off-by: msfussell <markfussell@gmail.com>
2022-05-03 20:30:03 -07:00
Hannah Hunter af0e66ac94
[secrets and actors api reference docs] error code fixes (#2356)
* error code fixes

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

* reverting changes to secrets api

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-05-02 10:15:05 -07:00
Hannah Hunter 2b77eb52db
Add profile-port to env variables table (#2402)
* add profile-port to env variables table

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

* fix link

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-29 15:51:04 -07:00
Thorsten Hans 76be5e38a9
update kubernetes overview to explain where annotations should actually go to (#2400)
Signed-off-by: Thorsten Hans <thorsten.hans@gmail.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-04-29 15:17:14 -07:00
Hannah Hunter 817ace677f
[quickstarts] fix port typo in pubsub and service invo (#2369)
* fix typo in js command

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

* check commands in other quickstarts

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-27 15:03:50 -07:00
Doug Davis 3d72cc39c0
Fix config yaml w.r.t. name and namespace (#2397)
The config sample yaml used the wrong namespace and while in there I decided to
mention the name of the config instead of just its namespace since the two
are so similar, I didn't want people to think one was a typo.

And the monitoring sample had a typo.

Signed-off-by: Doug Davis <dug@microsoft.com>
2022-04-27 14:49:05 -07:00
Bernd Verst 2d4fb5dfa5
Fix TTL example for Python (#2394)
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-25 22:30:30 -07:00
Hannah Hunter 327830a35f
[Dapr API] Extend example to include delete state (#2377)
* extend dapr api example

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

* remove extra #

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

* quote urls

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

* ignore links

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

* remove transactional and bulk get

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

* update intro to only one object

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

* Update daprdocs/content/en/getting-started/get-started-api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/getting-started/get-started-api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/getting-started/get-started-api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/getting-started/get-started-api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/getting-started/get-started-api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/getting-started/get-started-api.md

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-25 18:08:22 -07:00
greenie-msft fc27f0ca4f
Merge pull request #2390 from greenie-msft/v1.7.2_hotfix
Update dapr runtime version to 1.7.2
2022-04-25 12:04:55 -07:00
greenie-msft 76608d2a3f
Merge branch 'v1.7' into v1.7.2_hotfix 2022-04-25 11:57:59 -07:00
greenie-msft da4b7478a1
Merge pull request #2391 from greenie-msft/update_js_submodule
update JS submodule
2022-04-25 11:57:52 -07:00
greenie-msft 5b9deea93f
Merge branch 'v1.7' into v1.7.2_hotfix 2022-04-25 11:56:25 -07:00
Nick Greenfield 358287dec8 update JS submodule
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-04-22 15:01:50 -07:00
dependabot[bot] 33a524303c
Bump nanoid from 3.1.23 to 3.3.2 in /daprdocs (#2348)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.3.2)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-22 14:39:56 -07:00
Doug Davis 423f95963f
sentry isn't installed by default in self-hosted mode (#2366)
* sentry isn't installed by default in self-hosted mode

Fixes: #2365

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

* Update daprdocs/content/en/concepts/dapr-services/sentry.md

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-22 14:06:43 -07:00
Yaron Schneider 6d0317ce19
Merge branch 'v1.7' into v1.7.2_hotfix 2022-04-22 14:01:17 -07:00
Hannah Hunter a077ff6ab4
Remove "quickstart" references from tutorial (#2383)
* remove quickstart references

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

* Update daprdocs/content/en/getting-started/tutorials/get-started-component.md

* Update daprdocs/content/en/getting-started/tutorials/get-started-component.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-22 13:56:15 -07:00
Nick Greenfield 56ee7a9179 Update dapr runtime version to 1.7.2
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-04-22 13:37:39 -07:00
Hannah Hunter b4ba8ee930
update building_blocks.png (#2387)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-22 12:40:29 -07:00
Hannah Hunter ea1d640821
typo fix (#2384)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-22 11:37:45 -07:00
greenie-msft 890dc2076a
Update to version to 1.7.1 (#2388)
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-04-22 11:17:23 -07:00
Hannah Hunter 970ffc932b
replace zip file; update url (#2386)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-21 15:59:08 -07:00
greenie-msft ed41ed4666
Merge pull request #2349 from hhunter-ms/typo_codesnippet
[metrics] fix code snippet typo
2022-04-20 14:51:19 -07:00
greenie-msft 73f1938018
Update metrics-overview.md 2022-04-20 14:34:15 -07:00
greenie-msft a5eeb768c6
Merge branch 'v1.7' into typo_codesnippet 2022-04-20 14:27:43 -07:00
greenie-msft 791d11749e
Merge pull request #2350 from hhunter-ms/typo_parameterconsistency
[nats streaming pub/sub] fix parameter typo
2022-04-20 14:27:26 -07:00
greenie-msft 7b9f468aad
Merge branch 'v1.7' into typo_codesnippet 2022-04-20 14:24:44 -07:00
greenie-msft df856c76c8
Merge branch 'v1.7' into typo_parameterconsistency 2022-04-20 14:22:49 -07:00
greenie-msft 0d3cdabcfb
Merge pull request #2361 from Taction/patch-1
Fix curl example
2022-04-20 14:21:14 -07:00
greenie-msft b99c57ae40
Merge branch 'v1.7' into patch-1 2022-04-20 14:15:11 -07:00
greenie-msft 92253affcb
Merge pull request #2367 from hhunter-ms/daprinit_flags
[dapr init] add new flags and examples to docs
2022-04-20 14:12:34 -07:00
Hannah Hunter 53c41c07a8
Merge branch 'v1.7' into typo_codesnippet 2022-04-20 12:51:13 -05:00
Hannah Hunter b9e1f07c2a
Merge branch 'v1.7' into daprinit_flags 2022-04-20 12:50:43 -05:00