Skip to content

feat: add support for asynchronous Branch, Directory and File deletion - #276

Merged
andrii-bodnar merged 1 commit into
masterfrom
feature/issue-274
Sep 1, 2026
Merged

feat: add support for asynchronous Branch, Directory and File deletion#276
andrii-bodnar merged 1 commit into
masterfrom
feature/issue-274

Conversation

@innomaxx

@innomaxx innomaxx commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Closes #274

Adds optional Prefer: respond-async header support to Delete Branch,
Delete Directory and Delete File, plus new checkDeleteStatus() methods
to poll the resulting delete job status.
@innomaxx innomaxx self-assigned this Sep 1, 2026
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.92%. Comparing base (1ab4a20) to head (a717e6f).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #276      +/-   ##
============================================
+ Coverage     93.87%   93.92%   +0.06%     
- Complexity     2062     2080      +18     
============================================
  Files           186      187       +1     
  Lines          5590     5637      +47     
============================================
+ Hits           5247     5294      +47     
  Misses          343      343              

☔ View full report in Codecov by Harness.
📢 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.

@andrii-bodnar
andrii-bodnar merged commit b1681bc into master Sep 1, 2026
8 checks passed
@andrii-bodnar
andrii-bodnar deleted the feature/issue-274 branch September 1, 2026 14:10
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.

Add support for asynchronous Branch, Directory and File deletion

2 participants