mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 15:43:37 +01:00
[PR #91] [MERGED] refactor: rename utils/testing to expect, replace all dot imports in tests #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/91
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
59 files changed (+780 additions, -773 deletions)
View changed files
📝
agent/pkg/agent/new_agent_test.go(+20 -20)📝
agent/pkg/certs/zip_test.go(+6 -6)📝
agent/pkg/handler/check_health_test.go(+17 -16)📝
internal/api/v1/auth/oidc_test.go(+12 -12)📝
internal/api/v1/auth/userpass_test.go(+18 -18)📝
internal/autocert/provider_test/ovh_test.go(+5 -4)📝
internal/config/config_test.go(+14 -15)📝
internal/docker/container_test.go(+3 -2)📝
internal/entrypoint/entrypoint_test.go(+5 -4)📝
internal/gperr/builder_test.go(+9 -10)📝
internal/gperr/error_test.go(+38 -38)📝
internal/gperr/multiline_test.go(+2 -2)📝
internal/gperr/subject.go(+1 -1)📝
internal/homepage/homepage_test.go(+2 -2)📝
internal/homepage/icon_url_test.go(+4 -4)📝
internal/idlewatcher/types/config_test.go(+2 -2)📝
internal/metrics/systeminfo/system_info_test.go(+23 -22)📝
internal/net/gphttp/accesslog/access_logger_test.go(+20 -20)📝
internal/net/gphttp/accesslog/config_test.go(+20 -20)📝
internal/net/gphttp/accesslog/fields_test.go(+17 -17)...and 39 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.