Skip to content

Comments

[1.17] Cherry pick master#1637

Merged
salaboy merged 3 commits intodapr:release-1.17from
javier-aliaga:cherry-pick-master
Feb 2, 2026
Merged

[1.17] Cherry pick master#1637
salaboy merged 3 commits intodapr:release-1.17from
javier-aliaga:cherry-pick-master

Conversation

@javier-aliaga
Copy link
Contributor

Description

Please explain the changes you've made

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@javier-aliaga javier-aliaga force-pushed the cherry-pick-master branch 2 times, most recently from 5d87d44 to c592753 Compare February 2, 2026 09:11
@javier-aliaga javier-aliaga changed the base branch from master to release-1.17 February 2, 2026 09:12
salaboy and others added 3 commits February 2, 2026 10:13
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
* Replace old log based waits with DaprWait strategy.

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>

* Revert ConsumerAppIT to make tests pass.

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>

* Revert ConsumerAppIT so there are no changes.

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>

* Disable the IT test for failing CI.

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>

---------

Signed-off-by: Artur Ciocanu <artur.ciocanu@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
* Add PATCH to HttpMethods enum for service invocation

Adds PATCH to the HttpMethods enum to enable using DaprClient.invokeMethod()
with PATCH requests through HTTPEndpoints. This is commonly required for
partial updates when calling external REST APIs via Dapr service invocation.

Fixes dapr#1622

Signed-off-by: Paul Lindner <plindner@metropolis.io>

* Add test for PATCH HTTP method

Signed-off-by: Paul Lindner <plindner@metropolis.io>

---------

Signed-off-by: Paul Lindner <plindner@metropolis.io>
Co-authored-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
@javier-aliaga javier-aliaga marked this pull request as ready for review February 2, 2026 09:16
@javier-aliaga javier-aliaga requested review from a team as code owners February 2, 2026 09:16
@salaboy salaboy merged commit 2ecc509 into dapr:release-1.17 Feb 2, 2026
19 of 21 checks passed
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release-1.17@a8b48d1). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff               @@
##             release-1.17    #1637   +/-   ##
===============================================
  Coverage                ?   78.99%           
  Complexity              ?     2096           
===============================================
  Files                   ?      228           
  Lines                   ?     6322           
  Branches                ?      693           
===============================================
  Hits                    ?     4994           
  Misses                  ?      976           
  Partials                ?      352           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nelson-parente nelson-parente added this to the v1.17 milestone Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants