[PR #134] [MERGED] feat: add --assets options to override assets #486

Closed
opened 2026-04-08 16:53:07 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/134
Author: @sigoden
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @sigoden

Base: mainHead: override-assets


📝 Commits (2)

  • 8ff703f feat: add --assets options to override assets
  • f085ee5 update readme

📊 Changes

7 files changed (+142 additions, -81 deletions)

View changed files

📝 README.md (+19 -2)
📝 assets/index.html (+6 -1)
📝 src/args.rs (+23 -2)
📝 src/server.rs (+44 -39)
📝 tests/assets.rs (+30 -1)
📝 tests/fixtures.rs (+18 -35)
📝 tests/utils.rs (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/134 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `override-assets` --- ### 📝 Commits (2) - [`8ff703f`](https://github.com/sigoden/dufs/commit/8ff703f782a9e81a2982609cde7999f0dd2525e3) feat: add --assets options to override assets - [`f085ee5`](https://github.com/sigoden/dufs/commit/f085ee5edcd367acc62d5c8681c77ad5bea9f34f) update readme ### 📊 Changes **7 files changed** (+142 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+19 -2) 📝 `assets/index.html` (+6 -1) 📝 `src/args.rs` (+23 -2) 📝 `src/server.rs` (+44 -39) 📝 `tests/assets.rs` (+30 -1) 📝 `tests/fixtures.rs` (+18 -35) 📝 `tests/utils.rs` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:07 +03:00
zhus closed this issue 2026-04-08 16:53:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#486