Merged
Conversation
Owner
ezhov-evgeny
commented
Feb 6, 2026
- WebDAV lock support by https://github.com/bboehmke
- Recursive mkdir, recursive list, and upload_file with force option (create directory if missing) by https://github.com/adclose
- Fixed missing progress parameter in upload function by https://github.com/guiphil
- Fixed webdav.root in get_full_path() — root is now unquoted consistently with path handling in urn by https://github.com/xmaples
- Fixed KeyError when HTTP response is missing Content-Length header by https://github.com/xmaples
- Fixed indentation in client response handling (In push method, return statement inside loop, so only first item is pushed #89) by https://github.com/yeus
- Do not catch ResponseErrorCode so server errors propagate to callers by https://github.com/james-pcdr
- CI/CD: migrated to GitHub Actions (Migrate to GitHub Actions CI/CD #134); added requirements.txt and pyproject.toml; linter fixes; coverage reporting; use Ubuntu 22.04 for legacy Python 3.7 tests by https://github.com/ezhov-evgeny
add recursive mkdir add upload_file force (to make directory if not there) add recursive to list function
…e unquoted path in `urn`
Support for WebDAV lock
remove indendation in response to #89
Fixed missing progress parameter in upload function
Added missing parameter 'progress' in upload method
Fixed push method for directories
add some recursive functions to existing tools
Don't catch ResponseErrorCode
feature/github-actions
#134: show coverage
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #156 +/- ##
=========================================
Coverage ? 91.36%
=========================================
Files ? 13
Lines ? 1483
Branches ? 0
=========================================
Hits ? 1355
Misses ? 128
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.