mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #177] [MERGED] feat: API to search and list directories #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/177
Author: @sigoden
Created: 2/20/2023
Status: ✅ Merged
Merged: 2/20/2023
Merged by: @sigoden
Base:
main← Head:feat-list-api📝 Commits (2)
b54f502feat: API to search and list directoriesf0fc779fix cargo clippy📊 Changes
10 files changed (+115 additions, -43 deletions)
View changed files
📝
README.md(+10 -0)📝
src/server.rs(+35 -9)📝
tests/assets.rs(+13 -13)📝
tests/fixtures.rs(+5 -5)📝
tests/http.rs(+36 -0)📝
tests/log_http.rs(+2 -2)📝
tests/single_file.rs(+7 -7)📝
tests/sort.rs(+4 -4)📝
tests/symlink.rs(+2 -2)📝
tests/utils.rs(+1 -1)📄 Description
use
?simpleto output path name only.use
?jsonto output paths in json format.By default, output html page.
close #166
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.