mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
[PR #60] [MERGED] Feat/fileserver #155
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/yusing/godoxy/pull/60
Author: @yusing
Created: 2/6/2025
Status: ✅ Merged
Merged: 2/6/2025
Merged by: @yusing
Base:
v0.9← Head:feat/fileserver📝 Commits (10+)
721ddcbcleanup code for URL type58d5e81fix makefile for trace modec61d893refactor, merge Entry, RawEntry and Route into one. Implement fileserver. Still buggy1baf10ffix incorrect route loading behaviorsec148f0treat fileserver as http route503671brefactor: rename HTTPRoute to ReverseProxyRoute to avoid confusion1e413aerefactor: move metrics logger to middleware packagec90e0dbreverse proxy refactor and bug fixes199a4bbfix error formatting1d4d2a0clearer error message when config reload failed📊 Changes
79 files changed (+1477 additions, -1269 deletions)
View changed files
📝
.golangci.yml(+2 -4)📝
.trunk/trunk.yaml(+5 -5)📝
Makefile(+1 -0)📝
cmd/main.go(+5 -4)📝
internal/api/v1/auth/oidc_test.go(+1 -2)📝
internal/api/v1/auth/userpass_test.go(+3 -4)📝
internal/api/v1/favicon/cache.go(+4 -1)📝
internal/api/v1/favicon/favicon.go(+2 -2)📝
internal/config/query.go(+4 -5)📝
internal/docker/container.go(+1 -1)📝
internal/docker/container_helper.go(+5 -11)📝
internal/docker/idlewatcher/waker.go(+12 -12)📝
internal/docker/idlewatcher/watcher.go(+2 -2)📝
internal/entrypoint/entrypoint_test.go(+1 -1)📝
internal/error/utils.go(+0 -7)📝
internal/homepage/override_config.go(+9 -7)📝
internal/list-icons.go(+3 -0)📝
internal/net/http/accesslog/access_logger_test.go(+1 -2)📝
internal/net/http/loadbalancer/types/server.go(+5 -5)➕
internal/net/http/middleware/metrics_logger/metrics_logger.go(+44 -0)...and 59 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.