mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 14:23:33 +01:00
[PR #90] [MERGED] refactor: organize code #165
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/90
Author: @yusing
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/17/2025
Merged by: @yusing
Base:
main← Head:refactor/organize-code📝 Commits (10+)
cfd1d8ffix: improved sync.Pool handlingc7e0dcbrefactor: ping if-flow and remove timeout0866febrefactor: enhance favicon fetching with context support and improve cache managementc80a557fix: log formatting9af42a9feat(pool): add checkExists method to debug build to detect unexpected behavior7f4b04echore: cont.0866feb1fe21b8refactor: unify route handling by consolidating route query methods with Pool41bef09chore: uncomment icon list cache code78bed43refactor: update task management code0a13bcbrefactor: enhance idlewatcher logging and exit handling📊 Changes
47 files changed (+512 additions, -449 deletions)
View changed files
📝
agent/pkg/agent/agents.go(+2 -2)📝
cmd/main.go(+2 -2)📝
internal/api/v1/favicon/favicon.go(+3 -3)📝
internal/api/v1/health.go(+2 -2)📝
internal/api/v1/list.go(+6 -6)📝
internal/docker/client.go(+1 -1)📝
internal/entrypoint/entrypoint.go(+6 -7)📝
internal/entrypoint/entrypoint_test.go(+18 -10)📝
internal/gperr/log.go(+2 -2)📝
internal/gperr/multiline_test.go(+0 -9)📝
internal/homepage/favicon.go(+59 -32)📝
internal/homepage/icon_cache.go(+49 -26)📝
internal/homepage/list-icons.go(+9 -9)📝
internal/homepage/route.go(+3 -1)📝
internal/idlewatcher/watcher.go(+11 -7)📝
internal/metrics/period/poller.go(+1 -1)📝
internal/metrics/uptime/uptime.go(+4 -5)📝
internal/net/gphttp/accesslog/access_logger.go(+8 -10)📝
internal/net/gphttp/accesslog/access_logger_test.go(+23 -1)📝
internal/net/gphttp/accesslog/formatter.go(+30 -51)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.