mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
[PR #89] [MERGED] feat: custom json marshaling implementation, replace json and yaml library #162
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/89
Author: @yusing
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/16/2025
Merged by: @yusing
Base:
main← Head:feat/custom-json-marshaling📝 Commits (10+)
0d859ccrefactor: replace deprecated docker api types2b44ac5chore(api): remove debug task list endpoint12a63a6refactor: move servemux to gphttp/servemux90214ffrefactor: introduce Pool interface, move agent_pool to agent modulefdbf1adrefactor: simplify api code1eac48efeat: debug apifce96ffrefactor: remove net.URL and net.CIDR types, improved unmarshal handlinga478dabchore: update Makefile for debug build tag8c6fe38chore: update READMEbe87d47chore: add gperr.Unwrap method📊 Changes
65 files changed (+1749 additions, -205 deletions)
View changed files
📝
agent/pkg/handler/check_health_test.go(+2 -1)📝
go.mod(+8 -1)📝
go.sum(+24 -0)📝
internal/api/v1/auth/oidc.go(+2 -1)📝
internal/api/v1/auth/oidc_test.go(+2 -1)📝
internal/api/v1/auth/userpass.go(+2 -1)📝
internal/api/v1/auth/userpass_test.go(+2 -1)📝
internal/api/v1/certapi/cert_info.go(+2 -1)📝
internal/api/v1/debug/handler.go(+1 -1)📝
internal/api/v1/dockerapi/info.go(+5 -4)📝
internal/api/v1/dockerapi/utils.go(+2 -1)📝
internal/api/v1/homepage_overrides.go(+1 -1)📝
internal/api/v1/new_agent.go(+2 -1)📝
internal/api/v1/query/query.go(+2 -1)📝
internal/autocert/provider_test/ovh_test.go(+2 -2)📝
internal/config/config_test.go(+1 -1)📝
internal/gperr/base.go(+3 -3)📝
internal/gperr/subject.go(+3 -4)📝
internal/gperr/utils.go(+2 -2)📝
internal/homepage/homepage.go(+5 -4)...and 45 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.