greenie-msft
962d24170c
Merge branch 'v1.9' into resiliency_concepts
2022-10-14 16:05:36 -07:00
Nick Greenfield
8fb7d502fa
Add Resiliency to the concepts page
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-10-14 16:03:57 -07:00
greenie-msft
b4eb9da822
Merge pull request #2898 from tmacam/patch-2
...
Fix broken link in components-concept page
2022-10-14 14:31:40 -07:00
greenie-msft
b4bdbea820
Merge branch 'v1.9' into patch-2
2022-10-14 10:44:39 -07:00
greenie-msft
dc8f225f52
Merge pull request #2891 from tmacam/patch-1
...
Fix: codeblock wasn't properly closed
2022-10-14 10:44:28 -07:00
Tiago Alves Macambira
490f437150
Fix broken link in components-concept page
...
Commit 043a39d3d1
shuffled content around and removed a section called "Pluggable Components", breaking an existing link to this section. This PR fixes the link to point to the section now hosting the appropriate content.
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-10-14 10:25:16 -07:00
Hannah Hunter
e56b4a0f32
update code examples
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-10-14 09:32:15 -05:00
Hannah Hunter
8c85c89393
Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9
2022-10-14 07:27:48 -05:00
Hannah Hunter
13101e5a9d
Merge branch 'v1.9' into patch-1
2022-10-14 07:26:32 -05:00
Bernd Verst
239cfdbdae
Updated supported versions ( #2892 )
...
Updates for releases 1.9.0 and 1.8.5. 1.6.X no longer supported.
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-13 17:36:50 -07:00
Tiago Alves Macambira
eec904d34e
Fix: codeblock wasn't properly closed
...
Minor formatting fix.
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-10-13 16:28:52 -07:00
greenie-msft
15dc49c9ee
Merge pull request #2882 from hhunter-ms/endgame_v1.9_prep
...
[Endgame] prep v1.9 branch for release
2022-10-13 15:37:05 -07:00
Hannah Hunter
64204e1fd0
Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9
2022-10-13 16:57:33 -05:00
Hannah Hunter
fa209236dc
Merge branch 'v1.9' into endgame_v1.9_prep
2022-10-13 15:58:50 -05:00
greenie-msft
5ba9278aa5
Merge pull request #2887 from hhunter-ms/upmerge_10-12
...
Upmerge 1.8 -> 1.9
2022-10-13 13:28:04 -07:00
Hannah Hunter
5d25056c46
Merge branch 'v1.9' into endgame_v1.9_prep
2022-10-13 12:50:27 -05:00
greenie-msft
71249b4445
Merge branch 'v1.9' into upmerge_10-12
2022-10-13 10:49:51 -07:00
Hannah Hunter
11dee1933e
Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9
2022-10-13 12:29:55 -05:00
Hannah Hunter
cfede6bf26
update discord link in quickstarts ( #2888 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-10-13 09:26:54 -07:00
Hannah Hunter
c1da92e305
Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9
2022-10-13 10:06:31 -05:00
Hannah Hunter
4d5d22f7e6
Merge branch 'v1.9' into endgame_v1.9_prep
2022-10-13 08:46:44 -05:00
greenie-msft
21e9601ced
Merge branch 'v1.9' into upmerge_10-12
2022-10-12 16:58:11 -07:00
greenie-msft
0664bce123
Merge pull request #2886 from dapr/greenie-msft-patch-6
...
Update generic.yaml
2022-10-12 16:47:15 -07:00
Hannah Hunter
5d02670f89
Merge branch 'v1.8' into upmerge_10-12
2022-10-12 18:39:53 -05:00
greenie-msft
f8ea8472e1
Merge branch 'v1.9' into greenie-msft-patch-6
2022-10-12 16:38:41 -07:00
Hannah Hunter
580609d67a
Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9
2022-10-12 18:33:28 -05:00
greenie-msft
e038033db0
Merge pull request #2885 from tmacam/patch-1
...
SecretStores: Fix column ordering in supported components table
2022-10-12 16:28:17 -07:00
greenie-msft
5c50f573f3
Merge branch 'v1.9' into greenie-msft-patch-6
2022-10-12 16:16:07 -07:00
greenie-msft
8320d44a7e
Merge branch 'v1.9' into patch-1
2022-10-12 16:15:58 -07:00
greenie-msft
0f26487f70
Merge pull request #2883 from greenie-msft/submodule_updates
...
Update SDK submodules
2022-10-12 16:15:50 -07:00
greenie-msft
f39f46194f
Update generic.yaml
...
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-10-12 16:14:03 -07:00
Tiago Alves Macambira
0817bb8b10
Fix column ordering in supported components table
...
PR https://github.com/dapr/docs/pull/2863 added a new column for feature multipleKeyValuesPerSecret. But the while the ordering of this new column is OK in the header, it is wrong in the actual table data.
This PR fixes that.
Closes #2787
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-10-12 16:13:23 -07:00
Hannah Hunter
4edfabbb30
Merge branch 'endgame_v1.9_prep' of https://github.com/hhunter-ms/docs into endgame_v1.9_prep
2022-10-12 18:10:34 -05:00
Hannah Hunter
d01757100a
update upgrade path table
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-10-12 18:10:10 -05:00
Hannah Hunter
e7892a04af
Merge branch 'v1.9' into endgame_v1.9_prep
2022-10-12 18:02:01 -05:00
Nick Greenfield
3217382bb6
Fix broken links to dotnet sdk
2022-10-12 15:59:14 -07:00
Mark Fussell
e333daae21
Merge branch 'v1.9' into submodule_updates
2022-10-12 15:37:26 -07:00
Hannah Hunter
ab828079fc
Merge branch 'endgame_v1.9_prep' of https://github.com/hhunter-ms/docs into endgame_v1.9_prep
2022-10-12 17:37:07 -05:00
Hannah Hunter
827b144d7c
add sdk versions
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-10-12 17:36:40 -05:00
Nick Greenfield
1a087127ca
Update SDK submodules
...
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-10-12 15:34:31 -07:00
greenie-msft
57a94a378d
Merge pull request #2866 from halspang/resiliency/generic_policies
...
Add documentation for default resiliency policies
2022-10-12 15:27:45 -07:00
Hannah Hunter
b222134b11
Merge branch 'v1.9' into resiliency/generic_policies
2022-10-12 17:14:04 -05:00
greenie-msft
e87fa09f6e
Update resiliency-overview.md
2022-10-12 15:13:24 -07:00
greenie-msft
d90a060b92
Update resiliency-overview.md
2022-10-12 15:12:33 -07:00
Hannah Hunter
db1e57b1a2
Merge branch 'v1.9' into endgame_v1.9_prep
2022-10-12 15:57:19 -05:00
Alessandro (Ale) Segala
5e718b4c3d
Added docs for app health checks ( #2870 )
...
* Added docs for app health checks
Fixes #2734
Also removes ServiceInvocation.NoDefaultContentType flag (fixes #2869 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* tweaks
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/concepts/observability-concept.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Added example
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Merge branch 'v1.9' of https://github.com/dapr/docs into apphealth
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Updated `dapr run` CLI ref
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Added image for app health
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2022-10-12 13:01:40 -07:00
halspang
d56d8a4d48
Apply suggestions from code review
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: halspang <70976921+halspang@users.noreply.github.com>
2022-10-12 12:57:43 -07:00
Hannah Hunter
3e213055de
prep 1.9 for release
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-10-12 13:36:26 -05:00
Hannah Hunter
4451ccfc09
Merge branch 'v1.9' of https://github.com/dapr/docs into v1.9
2022-10-12 13:22:36 -05:00
Hannah Hunter
b788f3619f
Merge branch 'v1.9' into resiliency/generic_policies
2022-10-12 13:04:26 -05:00