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
|
d8eff90acc
|
chore: add ROOT_DIR environment variable, refactor
|
2025-04-14 06:25:06 +08:00 |
|
yusing
|
fce96ff3be
|
refactor: remove net.URL and net.CIDR types, improved unmarshal handling
|
2025-04-13 07:06:21 +08:00 |
|
yusing
|
253e06923d
|
refactor: rename Deserialize* to UnmarshalValidate*
|
2025-04-05 11:58:11 +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
|
5d2df3550b
|
refactor: remove forward auth, move module net/http to net/gphttp
|
2025-03-28 07:39:26 +08:00 |
|