Farshad Davoudi
08939fc627
Update multi-app-template.md ( #3943 )
...
Fix some mistakes in the doc and try to make it better and more clear
Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
2024-01-05 08:48:00 -08:00
Mark Fussell
06ac5ac4c9
Merge branch 'v1.12' into v1.12
2024-01-04 12:53:56 -08:00
Hannah Hunter
4822030d6a
Submodules into 1.13 ( #3927 )
...
* javascript submodule for 1.13
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* go submodules into 1.13
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* java submodules into 1.13
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* dotnet submodules for 1.13
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* python submodule
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-04 12:44:51 -08:00
Hannah Hunter
9eda080d0c
Merge branch 'v1.13' into issue_3869
2024-01-03 12:05:19 -05:00
Hannah Hunter
3c9c255f88
add early js code examples
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-03 12:04:59 -05:00
Hannah Hunter
6bcddf95a6
add latest version ( #3936 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-03 07:36:37 -08:00
Hannah Hunter
5d3f8688cf
cross link
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-03 09:59:49 -05:00
Hannah Hunter
4af96d3c24
Merge pull request #3926 from hhunter-ms/upmerge_12-22
...
Upmerge 12/22: 1.12 --> 1.13
2023-12-22 13:15:18 -05:00
Hannah Hunter
a6f8ce3c8c
last upmerge of 2023
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-22 10:33:37 -05:00
Hannah Hunter
710933b689
Merge branch 'v1.12' into v1.12
2023-12-21 16:31:18 -05:00
Hannah Hunter
10071922d9
Merge pull request #3861 from baransonmez/update-multi-app-run-steps
...
Deficiencies in the steps updated with the multi-app run feature that comes with v12
2023-12-21 16:00:38 -05:00
Hannah Hunter
a4879190d1
Merge branch 'v1.12' into update-multi-app-run-steps
2023-12-21 15:55:33 -05:00
Hannah Hunter
e959735688
Merge pull request #3919 from hhunter-ms/issue_1614
...
Cross link for debugging and viewing logs
2023-12-21 15:43:04 -05:00
Hannah Hunter
3cac886e6b
add debug commands
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-21 14:53:45 -05:00
Hannah Hunter
00593a517c
cross link for debugging and viewing logs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-21 12:33:47 -05:00
Hannah Hunter
149325b0d4
Update `dapr init` CLI reference with Docker network examples ( #3901 )
...
* update dapr init doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/reference/cli/dapr-init.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-12-20 08:03:29 -08:00
joshvanl
3dd8edee51
Component Hot Reloading
...
Adds documentation for Component Hot Reloading
Part of https://github.com/dapr/dapr/issues/1172
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-12-19 16:40:55 +00:00
Elena Kolevska
992cd5be99
Adds a note about not all errors being enriched
...
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2023-12-19 00:42:08 +00:00
Elena Kolevska
6998990686
Adds a general docs/reference page for the richer error model
...
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2023-12-19 00:32:03 +00:00
Luigi Rende
910e69bfcc
Add new operations in the query request for state component
...
Signed-off-by: Luigi Rende <luigirende@gmail.com>
2023-12-16 12:55:44 +01:00
Hannah Hunter
d3f04bac75
set up for javascript
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-08 15:09:20 -05:00
İhsan Baran Sönmez
703e3f93e6
Merge branch 'v1.12' into update-multi-app-run-steps
2023-12-08 21:45:25 +03:00
Hannah Hunter
477451efc3
Merge pull request #3893 from JoshVanL/block-shutdown-seconds
...
Adds Daprd `--dapr-block-shutdown-duration` reference
2023-12-08 13:03:00 -05:00
Josh van Leeuwen
2db304e62a
Update arguments-annotations-overview.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-12-08 17:53:36 +00:00
Hannah Hunter
8c249b0e99
Merge branch 'v1.13' into block-shutdown-seconds
2023-12-08 12:47:18 -05:00
Hannah Hunter
28a97e1dbd
Merge pull request #3894 from stuartleeks/patch-3
...
Fix method name
2023-12-08 12:41:29 -05:00
Stuart Leeks
2bbff4b3ea
Fix method name
...
`startServer` method doesn't exist on JavaScript `DaprServer` (method name is `start` - see https://docs.dapr.io/developing-applications/sdks/js/js-server/#bindings-api )
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
2023-12-07 09:05:14 +00:00
Yaron Schneider
276cc169ce
Merge branch 'v1.12' into update-multi-app-run-steps
2023-12-06 18:07:59 -08:00
joshvanl
22b7057aed
Updates block-shutdown-seconds to block-shutdown-duration
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-12-05 14:08:08 +00:00
joshvanl
3114f4d357
Adds Daprd `--block-shutdown-seconds` reference
...
Part of https://github.com/dapr/dapr/issues/4313
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-12-04 23:39:25 +00:00
Guillermo Caracuel
6460169263
Fix Subscription docs to match Kubernetes CRDs ( #3888 )
...
Signed-off-by: gcaracuel <633810+gcaracuel@users.noreply.github.com>
2023-12-01 21:53:04 -08:00
İhsan Baran Sönmez
b989988e38
Merge branch 'v1.12' into update-multi-app-run-steps
2023-11-24 18:24:15 +03:00
Yaron Schneider
02a84b0d6a
Update config.toml ( #3883 )
...
* Update config.toml
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
* Update config.toml
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
---------
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
2023-11-21 23:47:16 -08:00
Yaron Schneider
9be31d97d0
Update config.toml ( #3882 )
...
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
2023-11-21 23:14:31 -08:00
Oliver Tomlinson
3815827b13
include instructions on how to debug a local app that is part of a docker compose session ( #3881 )
2023-11-21 17:43:15 -08:00
Hannah Hunter
869e908ef3
Merge pull request #3879 from hhunter-ms/upmerge_11-21
...
Upmerge 11/21: 1.12 --> 1.13
2023-11-21 10:28:47 -05:00
Mark Fussell
0aec60c6c9
Merge branch 'v1.13' into upmerge_11-21
2023-11-21 07:25:40 -08:00
Hannah Hunter
2842655d75
Merge pull request #3863 from amimimor/v1.13
...
SNS/SQS contention
2023-11-21 10:11:58 -05:00
Hannah Hunter
81f6762d98
upmerge
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-21 09:58:16 -05:00
Hannah Hunter
81ce707ad4
Merge branch 'v1.13' of https://github.com/dapr/docs into v1.13
2023-11-21 09:57:20 -05:00
Hannah Hunter
60f4fe3e84
Merge pull request #3874 from JoshVanL/v1.11-supported-releases-1.11.6
...
1.11 update supported releases up to 1.11.6
2023-11-21 09:16:31 -05:00
Mark Fussell
b814217441
Merge branch 'v1.11' into v1.11-supported-releases-1.11.6
2023-11-20 17:02:03 -08:00
Josh van Leeuwen
0601206915
1.12 update supported releases up to 1.12 ( #3873 )
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-11-20 17:01:15 -08:00
Josh van Leeuwen
d68b3bca7e
v1.11 fix links ( #3877 )
...
* fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* try again with link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* pub-sub
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-20 16:59:05 -08:00
joshvanl
d9ee1f3e71
1.11 update supported releases up to 1.11.6
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-11-20 11:17:31 +00:00
Amit Mor
6a9ccf4729
suggested edits
...
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
Signed-off-by: Amit Mor <amitm@at-bay.com>
2023-11-14 23:45:15 +02:00
Hannah Hunter
4293cdec1b
Merge branch 'v1.12' into update-multi-app-run-steps
2023-11-13 18:25:10 -05:00
Hannah Hunter
d6acd94807
Merge pull request #3862 from paianish62/v1.12
...
The dapr run command was listed incorrectly for Powershell users. It now has two different options for both Powershell and non-Powershell environments correctly ends in resources-path ../ (done in the get-started-component.md file),
2023-11-13 18:24:47 -05:00
Hannah Hunter
98481ceaaa
Merge branch 'v1.12' into v1.12
2023-11-13 18:17:03 -05:00
Hannah Hunter
4f0c2d1b76
Merge pull request #3865 from kaibocai/kaibocai/update-workflow
...
Fix worflow examples for java
2023-11-13 18:16:41 -05:00