yusing
033e9e4f68
docs: simplify agent/pkg/certs README
2026-01-09 22:36:01 +08:00
yusing
86b655be3c
docs: add per package README for implementation details (AI generated with human review)
2026-01-09 22:35:27 +08:00
yusing
02e6e6f86c
refactor: move internal/watcher/health to internal/health
2026-01-09 22:34:15 +08:00
yusing
6d9a193fd5
refactor(health): restructure health check implementations into dedicated check package
...
- Move health check implementations from monitor/ to new check/ package
- Add h2c, tcp4/6, udp4/6 scheme support to agent health check API
- Add timeout URL parameter to agent health check endpoint
- Remove unused agent dependencies (dnsproviders, lego, various cloud SDKs)
- Use net.JoinHostPort instead of fmt.Sprintf for port joining
2026-01-09 22:34:12 +08:00
yusing
5aa58e003d
refactor(agent): extract agent pool and HTTP utilities to dedicated package
...
Moved non-agent-specific logic from agent/pkg/agent/ to internal/agentpool/:
- pool.go: Agent pool management (Get, Add, Remove, List, Iter, etc.)
- http_requests.go: HTTP utilities (health checks, forwarding, websockets, reverse proxy)
- agent.go: Agent struct with HTTP client management
This separates general-purpose pool management from agent-specific configuration,
improving code organization and making the agent package focused on agent config only.
2026-01-09 22:33:07 +08:00
yusing
ac7bf61eb3
fix(agent): improve url handling to not break urls with encoded characters
2026-01-01 10:42:40 +00:00
yusing
c3f33e7c7e
chore: upgrade dependencies
2026-01-01 16:47:44 +08:00
yusing
b783ded2e7
chore(deps): upgrade dependencies
2025-12-10 17:35:27 +08:00
yusing
5dfdd0c058
chore: go mod tidy
2025-12-05 16:36:18 +08:00
yusing
f2352975f5
chore: go mod tidy
2025-12-05 16:27:05 +08:00
yusing
716f0adc95
refactor(healthcheck): agent health check
2025-12-05 16:26:45 +08:00
yusing
4a17245e6e
refactor(deps): upgrade go to 1.25.5; isolate dependencies for reverseproxy, websocket and server modules
2025-12-05 16:26:43 +08:00
yusing
894cd4d982
chore(deps): upgrade go version and dependencies
2025-12-05 16:23:55 +08:00
yusing
98eab1fb4f
Revert "refactor(docker): migrate from github.com/docker/docker to github.com/moby/moby"
...
This reverts commit c156173757 .
2025-11-19 15:11:54 +08:00
yusing
9285977495
chore(deps): upgrade dependencies
2025-11-17 15:15:06 +08:00
yusing
c156173757
refactor(docker): migrate from github.com/docker/docker to github.com/moby/moby
2025-11-13 23:03:27 +08:00
yusing
efe1350ffd
chore: upgrade dependencies
2025-11-13 15:30:15 +08:00
yusing
4d6541c851
chore(deps): update Go version in Dockerfile and go mod tidy
2025-11-07 16:35:35 +08:00
yusing
3cbd70f73a
fix(health_check): correct agent routes health check logic
2025-11-07 10:21:15 +08:00
yusing
36e9b0d416
chore: upgrade go to 1.25.4 and dependencies
2025-11-06 20:13:01 +08:00
yusing
61be88c1d3
chore: upgrade dependencies
2025-10-28 21:40:23 +08:00
yusing
6f75bb7593
refactor(api): replace apitypes module and fix swagger generation
2025-10-26 01:05:18 +08:00
yusing
fc7a81faf5
chore: upgrade dependencies
2025-10-25 23:27:35 +08:00
yusing
9c3346dd9d
fix(agent): correct usage of task in StartAgentServer and updated test expectations
2025-10-22 00:02:13 +08:00
yusing
5a91db8d10
perf: use fasthttp for health checks; upgrade go to 1.25.3
2025-10-17 22:50:13 +08:00
yusing
cc8858332d
fix(agent): remove leftover pointer in tls.Config
2025-10-12 22:23:14 +08:00
yusing
c66de99fcb
perf: further optimize http and body buffer handling
2025-10-12 20:57:51 +08:00
yusing
66043e4a26
refactor!: simplify lego generate script; add and drop some dns provider
2025-10-11 12:44:16 +08:00
yusing
a8aa82f687
chore: upgrade dependencies
2025-10-10 09:11:29 +08:00
yusing
3aed41e078
refactor: move version.go to goutils
2025-10-09 01:14:43 +08:00
yusing
bb5f0cdf09
chore(go): upgrade to go1.25.2
2025-10-08 23:38:33 +08:00
yusing
b46b464e65
refactor: add goutils as submodule, remove go.mod from internal/utils
2025-10-07 20:43:41 +08:00
yusing
52ec309f6b
chore: go mod tidy
2025-10-05 20:41:37 +08:00
yusing
6051f75145
refactor(favicon): improve cache and error handling
2025-10-05 20:37:27 +08:00
yusing
f4f104d206
refactor: add go-oidc as submodule
2025-10-05 12:38:40 +08:00
yusing
74224c8e87
refactor(metrics): optimize and simplify system info; add gopsutil as submodule
2025-10-05 12:05:58 +08:00
yusing
fc23e262d7
chore: update dependencies
2025-10-03 23:26:27 +08:00
Yuzerion
4852efcf9c
feat: faster serialization ( #157 )
...
* refactor: improve deserialization performance
* refactor(serialization): simplify string conversion logic in Convert function
* fix(serialization): default value lookup
* refactor: add comment about concurrency in RegisterDefaultValueFactory
---------
Co-authored-by: yusing <yusing@6uo.me >
2025-10-02 20:30:31 +08:00
yusing
80862bcd2e
chore(go.mod): mod tidy and exclude problematic v0.4.2 of goutils
2025-09-29 17:58:44 +08:00
yusing
f411e17d80
feat(json): improve JSON performance with bytedance/sonic
2025-09-29 17:43:34 +08:00
yusing
024100aa8c
fix(agent): failed to parse agent proxy config: unexpected end of JSON input
2025-09-28 20:30:02 +08:00
yusing
2a05c6a630
refactor: move websocket package and some http utils to seperate repo
2025-09-27 14:16:42 +08:00
yusing
6776f20332
refactor: move task, error and testing utils to separte repo; apply gofumpt
2025-09-27 13:41:50 +08:00
yusing
22bcf1201b
refactor: move some io, http and string utils to separate repo
2025-09-27 12:46:41 +08:00
yusing
b2713a4b83
refactor(health): optimize health checking
2025-09-27 11:32:18 +08:00
yusing
8ec9752656
refactor(env): move env parsing to separate repo (cont. f7149453d6)
2025-09-26 21:41:57 +08:00
yusing
a932688ca3
chore(deps): upgrade gopsutils
2025-09-26 21:40:28 +08:00
yusing
14e243d245
chore(deps): upgrade dependencies
2025-09-26 20:47:21 +08:00
yusing
f7149453d6
refactor(env): move env parsing to separate repo
2025-09-26 20:41:10 +08:00
yusing
f9affba9fc
refactor(modules): replace github.com/yusing/go-proxy with github.com/yusing/godoxy
2025-09-22 16:44:59 +08:00