Yuzerion
24118fa57c
Merge branch 'main' into feat/custom-json-marshaling
2025-04-16 14:58:11 +08:00
Yuzerion
57292f0fe8
feat: proxmox idlewatcher ( #88 )
...
* feat: idle sleep for proxmox LXCs
* refactor: replace deprecated docker api types
* chore(api): remove debug task list endpoint
* refactor: move servemux to gphttp/servemux; favicon.go to v1/favicon
* refactor: introduce Pool interface, move agent_pool to agent module
* refactor: simplify api code
* feat: introduce debug api
* refactor: remove net.URL and net.CIDR types, improved unmarshal handling
* chore: update Makefile for debug build tag, update README
* chore: add gperr.Unwrap method
* feat: relative time and duration formatting
* chore: add ROOT_DIR environment variable, refactor
* migration: move homepage override and icon cache to $BASE_DIR/data, add migration code
* fix: nil dereference on marshalling service health
* fix: wait for route deletion
* chore: enhance tasks debuggability
* feat: stdout access logger and MultiWriter
* fix(agent): remove agent properly on verify error
* fix(metrics): disk exclusion logic and added corresponding tests
* chore: update schema and prettify, fix package.json and Makefile
* fix: I/O buffer not being shrunk before putting back to pool
* feat: enhanced error handling module
* chore: deps upgrade
* feat: better value formatting and handling
---------
Co-authored-by: yusing <yusing@6uo.me>
2025-04-16 14:52:33 +08:00
yusing
c2b606e63e
refactor: refactor to adapt new custom json marshaler
2025-04-16 14:39:26 +08:00
yusing
c286275f7e
chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic
2025-04-16 14:17:57 +08:00
yusing
82e2705f44
feat: stdout access logger and MultiWriter
2025-04-14 07:15:15 +08:00
yusing
d8eff90acc
chore: add ROOT_DIR environment variable, refactor
2025-04-14 06:25:06 +08:00
yusing
3f2dfe14b5
fix: unmarshal and some tests
2025-04-13 12:24:11 +08:00
yusing
fce96ff3be
refactor: remove net.URL and net.CIDR types, improved unmarshal handling
2025-04-13 07:06:21 +08:00
yusing
fdbf1ad787
refactor: simplify api code
2025-04-13 06:13:17 +08:00
yusing
12a63a66f6
refactor: move servemux to gphttp/servemux
2025-04-13 05:59:26 +08:00
yusing
5da9dd6082
refactor: move docker/idlewatcher to idlewatcher
2025-04-06 04:05:26 +08:00
yusing
253e06923d
refactor: rename Deserialize* to UnmarshalValidate*
2025-04-05 11:58:11 +08:00
Yuzerion
8e37627371
Feat/http3 ( #84 )
...
* chore(deps): update go-playground/validator to v10.26.0
* chore(deps): update Go version to 1.24.2 and dependencies, reorganize dependencies into categorized sections
* chore(deps): update Go version to 1.24.2 in Dockerfile
* refactor(agent): replace deprecated context import with standard context package
* feat(http3): add HTTP/3 support and refactor server handling code into utility functions
---------
Co-authored-by: yusing <yusing@6uo.me>
2025-04-04 00:18:15 +08:00
yusing
c8935102c3
feat: add validation for localhost routes to prevent usage of godoxy port causing self recursion
2025-03-29 02:59:40 +08:00
yusing
232f720e77
refactor: use stretchr/testify, replace ExpectBytesEqual and ExpectDeepEqual with ExpectEqual in tests
2025-03-28 08:45:06 +08:00
yusing
2f476603d3
feat: implement experimental BackScanner for reading files backward and add tests for various scenarios
2025-03-28 08:14:06 +08:00
yusing
366fede517
feat: add websocket writer and error handling utilities
2025-03-28 08:14:06 +08:00
yusing
5d2df3550b
refactor: remove forward auth, move module net/http to net/gphttp
2025-03-28 07:39:26 +08:00
yusing
dfd2f3962c
refactor: move api/v1/utils to net/gphttp
2025-03-28 07:39:26 +08:00
yusing
d315710310
refactor: improved reverse proxy performance, reduce memory allocation calls
2025-03-28 07:39:26 +08:00
yusing
3424cc4e51
refactor: simplfy and move net/http/server to net/gphttp/server
2025-03-28 07:39:26 +08:00