Skip to content

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

salaboy and others added 3 commits January 30, 2026 12:02
* Replace old log based waits with DaprWait strategy.

Signed-off-by: Artur Ciocanu <[email protected]>

* Revert ConsumerAppIT to make tests pass.

Signed-off-by: Artur Ciocanu <[email protected]>

* Revert ConsumerAppIT so there are no changes.

Signed-off-by: Artur Ciocanu <[email protected]>

* Disable the IT test for failing CI.

Signed-off-by: Artur Ciocanu <[email protected]>

---------

Signed-off-by: Artur Ciocanu <[email protected]>
* 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 #1622

Signed-off-by: Paul Lindner <[email protected]>

* Add test for PATCH HTTP method

Signed-off-by: Paul Lindner <[email protected]>

---------

Signed-off-by: Paul Lindner <[email protected]>
Co-authored-by: salaboy <[email protected]>
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.02%. Comparing base (fd16fe2) to head (528451f).
⚠️ Report is 4 commits behind head on release-1.17.

Additional details and impacted files
@@               Coverage Diff               @@
##             release-1.17    #1636   +/-   ##
===============================================
  Coverage           79.02%   79.02%           
  Complexity           2097     2097           
===============================================
  Files                 228      228           
  Lines                6321     6322    +1     
  Branches              693      693           
===============================================
+ Hits                 4995     4996    +1     
  Misses                975      975           
  Partials              351      351           

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants