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

support webdav protocol #1444

Merged
merged 6 commits into from
Feb 21, 2022
Merged

support webdav protocol #1444

merged 6 commits into from
Feb 21, 2022

Conversation

zhijian-pro
Copy link
Contributor

support webdav protocol #1441 #1378

@zhijian-pro zhijian-pro marked this pull request as ready for review February 17, 2022 11:37
cmd/mount.go Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Feb 18, 2022

Codecov Report

Merging #1444 (25b0923) into main (67cbaa5) will decrease coverage by 0.25%.
The diff coverage is 29.65%.

❗ Current head 25b0923 differs from pull request most recent head 37f3059. Consider uploading reports for the commit 37f3059 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1444      +/-   ##
==========================================
- Coverage   59.56%   59.30%   -0.26%     
==========================================
  Files         129      131       +2     
  Lines       21774    21950     +176     
==========================================
+ Hits        12970    13018      +48     
- Misses       7250     7384     +134     
+ Partials     1554     1548       -6     
Impacted Files Coverage Δ
cmd/gateway.go 29.60% <0.00%> (ø)
pkg/fs/http.go 0.00% <0.00%> (ø)
cmd/webdav.go 78.12% <78.12%> (ø)
cmd/main.go 56.34% <100.00%> (+0.22%) ⬆️
pkg/meta/tkv.go 75.20% <0.00%> (-0.84%) ⬇️
pkg/meta/tkv_tikv.go 62.04% <0.00%> (-0.55%) ⬇️
pkg/chunk/disk_cache.go 78.32% <0.00%> (-0.50%) ⬇️
pkg/chunk/cached_store.go 73.18% <0.00%> (-0.35%) ⬇️
pkg/meta/tkv_badger.go 71.85% <0.00%> (-0.34%) ⬇️
pkg/meta/redis.go 70.88% <0.00%> (-0.17%) ⬇️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67cbaa5...37f3059. Read the comment docs.

cmd/webdav.go Outdated Show resolved Hide resolved
@zhijian-pro zhijian-pro marked this pull request as draft February 21, 2022 03:58
@zhijian-pro zhijian-pro marked this pull request as ready for review February 21, 2022 05:04
@davies davies merged commit e8384e7 into juicedata:main Feb 21, 2022
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.

None yet

3 participants