Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upmerge 06/14: 1.13 --> 1.14 #4199

Merged
merged 116 commits into from
Jun 17, 2024
Merged

Upmerge 06/14: 1.13 --> 1.14 #4199

merged 116 commits into from
Jun 17, 2024

Commits on May 18, 2023

  1. add section for types and ids

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 18, 2023
    Configuration menu
    Copy the full SHA
    02b2ffa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    22a5144 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    fc21e8a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    afdb7f8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. update CRD

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4a0a9d4 View commit details
    Browse the repository at this point in the history
  2. add go examples

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 2, 2024
    Configuration menu
    Copy the full SHA
    00f8d82 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. shortcode

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 3, 2024
    Configuration menu
    Copy the full SHA
    956e204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db640f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request dapr#4126 from hhunter-ms/issue_4105

    [Kubernetes] Update CRD for troubleshooting step
    hhunter-ms authored May 6, 2024
    Configuration menu
    Copy the full SHA
    47dad55 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. add port flag

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 7, 2024
    Configuration menu
    Copy the full SHA
    557ff45 View commit details
    Browse the repository at this point in the history
  2. changes per @salaboy

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 7, 2024
    Configuration menu
    Copy the full SHA
    43428ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dba462f View commit details
    Browse the repository at this point in the history
  4. forgot one more change

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 7, 2024
    Configuration menu
    Copy the full SHA
    064744b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    060a1b7 View commit details
    Browse the repository at this point in the history
  6. add rust-sdk to daprbot doc

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2069bc6 View commit details
    Browse the repository at this point in the history
  7. add matches example

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a0bb956 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ba08df View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. add section for actor types and ids

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d1d769b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2216756 View commit details
    Browse the repository at this point in the history
  3. remove duplicate section

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e130697 View commit details
    Browse the repository at this point in the history
  4. add actorStateStore to specs

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0bb9036 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. added bit about what an actor id is

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4e5e41d View commit details
    Browse the repository at this point in the history
  2. remove typo

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2e1874b View commit details
    Browse the repository at this point in the history
  3. Added example for limiting workflow concurrency in .NET fan-in/out ex…

    …ample (dapr#4132)
    
    * Added workflow concurrency example for .NET
    
    Signed-off-by: Whit Waldo <[email protected]>
    
    * Removed extension method that was doubling up calls and shortened to simpler inline example
    
    Signed-off-by: Whit Waldo <[email protected]>
    
    * Removed unused extension method
    
    Signed-off-by: Whit Waldo <[email protected]>
    
    * Neglected to include the Task.WhenAll line persisting the remaining result values
    
    Signed-off-by: Whit Waldo <[email protected]>
    
    * Fixed parallism limit
    
    Signed-off-by: Whit Waldo <[email protected]>
    
    * Adding proposed concluding thoughts
    
    Co-authored-by: Chris Gillum <[email protected]>
    Signed-off-by: Whit Waldo <[email protected]>
    
    * Approved proposed language
    
    Co-authored-by: Chris Gillum <[email protected]>
    Signed-off-by: Whit Waldo <[email protected]>
    
    ---------
    
    Signed-off-by: Whit Waldo <[email protected]>
    Co-authored-by: Chris Gillum <[email protected]>
    Co-authored-by: Hannah Hunter <[email protected]>
    3 people authored May 9, 2024
    Configuration menu
    Copy the full SHA
    9055407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    069b98d View commit details
    Browse the repository at this point in the history
  5. Merge pull request dapr#4133 from hhunter-ms/issue_4103

    Update Docker command for MongoDB state component
    hhunter-ms authored May 9, 2024
    Configuration menu
    Copy the full SHA
    3a9770c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00bdd08 View commit details
    Browse the repository at this point in the history
  7. Update daprdocs/content/en/developing-applications/building-blocks/ac…

    …tors/actors-overview.md
    
    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms authored May 9, 2024
    Configuration menu
    Copy the full SHA
    db6c251 View commit details
    Browse the repository at this point in the history
  8. Merge pull request dapr#4134 from hhunter-ms/issue_4085

    [Daprbot] Add rust-sdk to `/assign` support
    hhunter-ms authored May 9, 2024
    Configuration menu
    Copy the full SHA
    b9025f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06ff779 View commit details
    Browse the repository at this point in the history
  10. Merge pull request dapr#4140 from hhunter-ms/issue_3039

    [State stores] Add `actorStateStore` metadata to applicable specs
    hhunter-ms authored May 9, 2024
    Configuration menu
    Copy the full SHA
    e2ea14d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. correct OTel endpointAddress argument (it's not a URL)

    Signed-off-by: Andrej Kyselica <[email protected]>
    andrejpk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a1919f4 View commit details
    Browse the repository at this point in the history
  2. add landing pages for integrations;

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fae7dc1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. typo: small format docs

    Signed-off-by: ductnn <[email protected]>
    ductnn committed May 16, 2024
    Configuration menu
    Copy the full SHA
    39ef2ed View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update README.md

    Signed-off-by: Martin Oehlert <[email protected]>
    MO2k4 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    9267328 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fixed markdown code in howto-invoke-non-dapr-endpoints.md

    Signed-off-by: Andrii Lundiak <[email protected]>
    alundiak authored May 20, 2024
    Configuration menu
    Copy the full SHA
    de1730c View commit details
    Browse the repository at this point in the history
  2. update per salaboy

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 20, 2024
    Configuration menu
    Copy the full SHA
    aff0aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f8ee63 View commit details
    Browse the repository at this point in the history
  4. Merge pull request dapr#4127 from hhunter-ms/issue_4059

    [State] Add missing Go examples
    hhunter-ms authored May 20, 2024
    Configuration menu
    Copy the full SHA
    b23f976 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fixes for: Wrong instructions in How to: Use the Multi-App Run templa…

    …te file dapr#4153 (dapr#4154)
    
    * Fixes for: Wrong instructions in How to: Use the Multi-App Run template file dapr#4153
    
    * Fixed acceidental title change
    bibryam authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c62e2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36745a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21bd797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd8ca08 View commit details
    Browse the repository at this point in the history
  5. Merge pull request dapr#4150 from MO2k4/patch-1

    Standardize readme shield badges
    hhunter-ms authored May 21, 2024
    Configuration menu
    Copy the full SHA
    cc6e95d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fccf2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01dc310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b47a43 View commit details
    Browse the repository at this point in the history
  9. Updates docs for 1.13.3

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3a51ffc View commit details
    Browse the repository at this point in the history
  10. Updates 1.13.0 references to 1.13.3

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ba34010 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    db06a98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dapr#4156 from elena-kolevska/v1.13

    Updates docs for 1.13.3
    hhunter-ms authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0195711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5644a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request dapr#4152 from alundiak/patch-1

    Fixed markdown code in `howto-invoke-non-dapr-endpoints.md`
    hhunter-ms authored May 22, 2024
    Configuration menu
    Copy the full SHA
    48b327b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a3a59d View commit details
    Browse the repository at this point in the history
  6. Merge pull request dapr#4149 from ductnn/v1.13

    Chore: Typo fixed in docs
    hhunter-ms authored May 22, 2024
    Configuration menu
    Copy the full SHA
    96c7b61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3408775 View commit details
    Browse the repository at this point in the history
  8. Merge pull request dapr#4145 from andrejpk/apk_clarify_otel_host

    Correct OTel endpointAddress argument (it's not a URL) [v1.13 update]
    hhunter-ms authored May 22, 2024
    Configuration menu
    Copy the full SHA
    666b3af View commit details
    Browse the repository at this point in the history
  9. Adding a compression cost optimization section to the Cosmos DB docs (d…

    …apr#4151)
    
    * Adding a compression cost optimization section to the Cosmos DB documentation
    
    Signed-off-by: Simon Headley <[email protected]>
    
    * Reducing "and possibly more" from 2nd paragraph
    
    Signed-off-by: Simon Headley <[email protected]>
    
    ---------
    
    Signed-off-by: Simon Headley <[email protected]>
    Co-authored-by: Hannah Hunter <[email protected]>
    KrylixZA and hhunter-ms authored May 22, 2024
    Configuration menu
    Copy the full SHA
    e26f66e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    44dc3f8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    c042354 View commit details
    Browse the repository at this point in the history
  2. Updated contributor slide on PPTX deck (dapr#4157)

    Signed-off-by: Whit Waldo <[email protected]>
    WhitWaldo authored May 28, 2024
    Configuration menu
    Copy the full SHA
    96fa3af View commit details
    Browse the repository at this point in the history
  3. Removing preview later

    Signed-off-by: Cecil Phillip <[email protected]>
    cecilphillip authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a251e2d View commit details
    Browse the repository at this point in the history
  4. Update daprdocs/content/en/reference/api/pubsub_api.md

    Co-authored-by: Mark Fussell <[email protected]>
    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms and msfussell authored May 28, 2024
    Configuration menu
    Copy the full SHA
    d7d470f View commit details
    Browse the repository at this point in the history
  5. Update daprdocs/content/en/reference/api/pubsub_api.md

    Co-authored-by: Mark Fussell <[email protected]>
    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms and msfussell authored May 28, 2024
    Configuration menu
    Copy the full SHA
    69e6c10 View commit details
    Browse the repository at this point in the history
  6. mark review

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b42185a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    08ecdc9 View commit details
    Browse the repository at this point in the history
  8. update from mark review

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 28, 2024
    Configuration menu
    Copy the full SHA
    17330aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    238a540 View commit details
    Browse the repository at this point in the history
  10. Merge pull request dapr#4160 from cecilphillip/patch-1

    Removing preview alert
    hhunter-ms authored May 28, 2024
    Configuration menu
    Copy the full SHA
    606d8ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a8149d0 View commit details
    Browse the repository at this point in the history
  12. make tables more clear with checkmarks

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0cb737c View commit details
    Browse the repository at this point in the history
  13. Merge pull request dapr#4139 from hhunter-ms/issue_1298

    [Actors] Section for types and IDs
    hhunter-ms authored May 28, 2024
    Configuration menu
    Copy the full SHA
    27ec8b7 View commit details
    Browse the repository at this point in the history
  14. update app insights otel collector

    Signed-off-by: fabistb <[email protected]>
    fabistb committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1ad4765 View commit details
    Browse the repository at this point in the history
  15. update link

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fa30bdf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b93213 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Updates to Dapr 1.13.4

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 29, 2024
    Configuration menu
    Copy the full SHA
    33387d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dapr#4163 from hhunter-ms/issue_4159

    Update the MacOS brew link
    hhunter-ms authored May 29, 2024
    Configuration menu
    Copy the full SHA
    555fc2b View commit details
    Browse the repository at this point in the history
  3. Update daprdocs/content/en/reference/cli/dapr-init.md

    Co-authored-by: Hannah Hunter <[email protected]>
    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska and hhunter-ms authored May 29, 2024
    Configuration menu
    Copy the full SHA
    27d995b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe915be View commit details
    Browse the repository at this point in the history
  5. Merge pull request dapr#4165 from elena-kolevska/v1.13

    Updates to Dapr 1.13.4
    hhunter-ms authored May 29, 2024
    Configuration menu
    Copy the full SHA
    9605b4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3877497 View commit details
    Browse the repository at this point in the history
  7. Update daprdocs/content/en/reference/api/pubsub_api.md

    Signed-off-by: Mark Fussell <[email protected]>
    msfussell authored May 29, 2024
    Configuration menu
    Copy the full SHA
    622fb20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc42fe7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request dapr#4161 from hhunter-ms/issue_4158

    Make tables more clear with checkmarks
    hhunter-ms authored May 29, 2024
    Configuration menu
    Copy the full SHA
    0260c0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93f39e2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request dapr#4136 from hhunter-ms/issue_2923

    [Pub/sub] Add match example to API spec
    hhunter-ms authored May 29, 2024
    Configuration menu
    Copy the full SHA
    4c7d58e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Enable manual trigger

    Signed-off-by: Paul Yuknewicz <[email protected]>
    paulyuk authored May 30, 2024
    Configuration menu
    Copy the full SHA
    a9c425e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c25b926 View commit details
    Browse the repository at this point in the history
  3. Merge pull request dapr#4162 from fabistb/update-app-insights-otel-co…

    …llector-version
    
    update app insights otel collector
    hhunter-ms authored May 30, 2024
    Configuration menu
    Copy the full SHA
    27b6a61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b68c4 View commit details
    Browse the repository at this point in the history
  5. Update daprdocs/content/en/developing-applications/integrations/kuber…

    …netes-operator.md
    
    Signed-off-by: Mark Fussell <[email protected]>
    msfussell authored May 30, 2024
    Configuration menu
    Copy the full SHA
    8dc5b3b View commit details
    Browse the repository at this point in the history
  6. Update daprdocs/content/en/developing-applications/integrations/kuber…

    …netes-operator.md
    
    Signed-off-by: Mark Fussell <[email protected]>
    msfussell authored May 30, 2024
    Configuration menu
    Copy the full SHA
    00ecdb7 View commit details
    Browse the repository at this point in the history
  7. Update daprdocs/content/en/developing-applications/integrations/kuber…

    …netes-operator.md
    
    Signed-off-by: Mark Fussell <[email protected]>
    msfussell authored May 30, 2024
    Configuration menu
    Copy the full SHA
    d602fd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61e6529 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge pull request dapr#4170 from dapr/paulyuk-patch-4

    Enable manual trigger
    hhunter-ms authored May 31, 2024
    Configuration menu
    Copy the full SHA
    07815b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. reorder toc and update diagrams

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    463bdc5 View commit details
    Browse the repository at this point in the history
  2. reorder toc for API references and component specs

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ead715c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    f1f9fd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dapr#4146 from hhunter-ms/issue_4025

    [Integrations] Testcontainers, Kubernetes Operator, Kratix
    hhunter-ms authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cafd5cd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update setup-redis.md

    actorStateStore is listed twice
    
    Signed-off-by: Ward Beyens <[email protected]>
    wardbeyens authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9188cc3 View commit details
    Browse the repository at this point in the history
  2. update diagrams

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f5085e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc4a14 View commit details
    Browse the repository at this point in the history
  4. Update statemanagement-quickstart.md

    Removed "Install the dependencies for the `order-processor` app" from JavaScript Step 1 as we are doing this in Step 2.
    
    Signed-off-by: Pradeep Palakurthi <[email protected]>
    svdspradeep authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d21b696 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. [Pub/sub] Expand consumerID examples in component specs (dapr#4187)

    * add clarification for consumerID
    
    Signed-off-by: Hannah Hunter <[email protected]>
    
    * update consumerID examples to include link to all template tags
    
    Signed-off-by: Hannah Hunter <[email protected]>
    
    ---------
    
    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    77eb748 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. update azure logo

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7db28df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9506faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e6da7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    360ec2f View commit details
    Browse the repository at this point in the history
  5. Merge pull request dapr#4190 from wardbeyens/patch-1

    Update setup-redis.md because actorStateStore is listed twice
    hhunter-ms authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5a6bb9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ef4e90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request dapr#4191 from svdspradeep/patch-1

    Update statemanagement-quickstart.md, remove npm install command from JavaScript Step 1
    hhunter-ms authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    39109a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    979271f View commit details
    Browse the repository at this point in the history
  2. reorder other lists of components

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ec2e2c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a01b9f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request dapr#4184 from hhunter-ms/issue_4183

    Reorder TOC and update diagrams to match
    hhunter-ms authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    28c9011 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. successful upmerge

    Signed-off-by: Hannah Hunter <[email protected]>
    hhunter-ms committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    39db568 View commit details
    Browse the repository at this point in the history