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
Hannah Hunter
0efc59f379
Merge branch 'v1.7' into typo_parameterconsistency
2022-04-18 10:58:08 -05:00
zhangchao
e2b8a32b79
Merge branch 'v1.7' into patch-1
...
* v1.7:
Fixed typo in security concept doc (#2374 )
[state management] Update docs around transactional operations (#2372 )
Fixes wrong working directory for dotnet state management sample (#2359 )
Signed-off-by: zhangchao <zchao9100@gmail.com>
2022-04-16 12:05:06 +08:00
Taction
3cbcf52e06
Fix curl example
...
`\` is missing for some curl examples.
Signed-off-by: zhangchao <zchao9100@gmail.com>
2022-04-16 12:02:54 +08:00
moreyhat
381ede8146
Fixed typo in security concept doc ( #2374 )
...
Signed-off-by: moreyhat <moreyhat@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-04-15 17:44:41 -07:00
Hannah Hunter
89eb035461
[state management] Update docs around transactional operations ( #2372 )
...
* clarify transactional operations in docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Added some more details for clarity
* updates per Mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* remove en from link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* ignore links attempt
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-15 16:38:23 -07:00
Hannah Hunter
5028f43f55
Merge branch 'v1.7' into daprinit_flags
2022-04-14 11:49:14 -05:00
Hannah Hunter
01dcb96301
quick save
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-14 11:26:16 -05:00
Hannah Hunter
e6828cec48
add new dapr init flags and examples to docs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-14 11:24:54 -05:00
Stephane Lapointe
cc8a2770ed
Fixes wrong working directory for dotnet state management sample ( #2359 )
...
* Wrong working directory for .Net state management sample
The working directory for .NET is pointing to `pub_sub` but it should be `state_management`.
Signed-off-by: Stephane Lapointe <stephane.lap@outlook.com>
* Removing the word "publisher" which was also unneed
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-13 13:52:59 -07:00
Yaron Schneider
750231fca5
Fix go quickstart port ( #2360 )
...
* fix go quickstart port
Signed-off-by: yaron2 <schneider.yaron@live.com>
* fix pub/sub port also
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-04-12 15:20:28 -07:00
Mark Fussell
d1c7fbfb45
Merge branch 'v1.7' into typo_codesnippet
2022-04-11 15:14:10 -07:00
Mark Fussell
7fd06dec46
Merge branch 'v1.7' into typo_parameterconsistency
2022-04-11 15:13:34 -07:00
Bernd Verst
4bc7495530
Fixes state-store-ttl Python example ( #2352 )
...
* Update state-store-ttl.md
Add comma so the metadata value is a tuple of tuple, otherwise Python collapses it to just being an ordinary tuple.
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update pubsub-raw.md
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-04-11 15:12:04 -07:00
Mark Fussell
77acf51929
Merge branch 'v1.7' into typo_codesnippet
2022-04-11 15:10:53 -07:00
Mark Fussell
eb38da66a3
Merge branch 'v1.7' into typo_parameterconsistency
2022-04-11 14:25:12 -07:00
greenie-msft
158a86a08f
Merge pull request #2357 from berndverst/patch-11
...
Fix CLI command typo
2022-04-11 10:35:05 -07:00
Bernd Verst
3e76bff1f2
Fix CLI command typo
...
Fix CLI certificate renewal command typo
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-11 10:31:13 -07:00
Hannah Hunter
0a6670f65e
fix parameter typo and grammar pass
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-08 12:50:04 -05:00
Hannah Hunter
a92055913a
fix code snippet typo and grammar pass
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-04-08 12:29:56 -05:00