yusing
|
7730585bc2
|
Merge branch 'main' into feat/custom-json-marshaling
|
2025-04-17 06:10:37 +08:00 |
|
yusing
|
e2717c9e44
|
fix: improve json marshal performance, reduce necessary allocations
|
2025-04-17 06:10:13 +08:00 |
|
yusing
|
af8bf197c9
|
chore: update json marshal tests
|
2025-04-17 05:18:11 +08:00 |
|
yusing
|
25d5fee05f
|
Merge branch 'main' into feat/custom-json-marshaling
|
2025-04-16 15:26:01 +08:00 |
|
yusing
|
d7f8359f27
|
fix: docker clients not caching properly
|
2025-04-16 15:20:25 +08:00 |
|
yusing
|
81a6ef9745
|
fix: non-struct anonymous field unmarshaling
|
2025-04-16 15:15:22 +08:00 |
|
yusing
|
973a44ee07
|
fix: version parsing
|
2025-04-16 15:14:41 +08:00 |
|
Yuzerion
|
80bc018a7f
|
feat: custom json marshaling implementation, replace json and yaml library (#89)
* chore: replace gopkg.in/yaml.v3 vs goccy/go-yaml; replace encoding/json with bytedance/sonic
* fix: yaml unmarshal panic
* feat: custom json marshaler implementation
* chore: fix import and err marshal handling
---------
Co-authored-by: yusing <yusing@6uo.me>
|
2025-04-16 15:02:11 +08:00 |
|
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
|
54e4969d26
|
chore: fix import and err marshal handling
|
2025-04-16 14:44:31 +08:00 |
|
yusing
|
feb9947543
|
Merge branch 'feat/proxmox-idlewatcher' into feat/custom-json-marshaling
|
2025-04-16 14:43:49 +08:00 |
|
yusing
|
c2b606e63e
|
refactor: refactor to adapt new custom json marshaler
|
2025-04-16 14:39:26 +08:00 |
|
yusing
|
cdfc9d553b
|
feat: custom json marshaler implementation
|
2025-04-16 14:36:27 +08:00 |
|
yusing
|
75fd8d1fdc
|
chore: increase websocket interval for debug api
|
2025-04-16 14:29:45 +08:00 |
|
yusing
|
57f80344bc
|
fix: yaml unmarshal panic
|
2025-04-16 14:25:06 +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 |
|
Yuzerion
|
88f3a95b61
|
chore: add migrations directory to Dockerfile
|
2025-04-16 12:56:17 +08:00 |
|
yusing
|
104e1b1d0a
|
feat: better value formatting and handling
|
2025-04-16 12:21:05 +08:00 |
|
yusing
|
82f48d1248
|
refactor: code cleanup
|
2025-04-16 12:12:46 +08:00 |
|
yusing
|
47fb07fe4d
|
chore: deps upgrade
|
2025-04-16 12:11:19 +08:00 |
|
yusing
|
4615d7dd4e
|
feat: enhanced error handling module
|
2025-04-16 12:10:54 +08:00 |
|
yusing
|
18ab6c52ec
|
fix: io buffer not shrinked before putting back to pool
|
2025-04-16 12:10:11 +08:00 |
|
yusing
|
3b4deccd8e
|
feat: idle sleep for proxmox LXCs
|
2025-04-16 12:08:46 +08:00 |
|
yusing
|
7e56fce4c9
|
chore: update schema and prettify, fix package.json and Makefile
|
2025-04-16 05:46:37 +08:00 |
|
yusing
|
49d062a94b
|
fix: version file logic
|
2025-04-16 00:13:49 +08:00 |
|
yusing
|
4e7684d67d
|
chore: fix directory preparation
|
2025-04-16 00:10:03 +08:00 |
|
yusing
|
76b0505b88
|
fix(metrics): disk exclusion logic and added corresponding tests
|
2025-04-15 06:20:48 +08:00 |
|
yusing
|
4d88d59100
|
fix(agent): remove agent properly on verify error
|
2025-04-15 05:33:09 +08:00 |
|
yusing
|
08b262d94b
|
refactor: move favicon.go to v1/favicon
|
2025-04-14 16:27:31 +08:00 |
|
yusing
|
69bc3acf15
|
chore: cont fa16f415
|
2025-04-14 15:36:24 +08:00 |
|
yusing
|
82e2705f44
|
feat: stdout access logger and MultiWriter
|
2025-04-14 07:15:15 +08:00 |
|
yusing
|
dc1102905b
|
chore: cont fa16f415
|
2025-04-14 06:40:10 +08:00 |
|
yusing
|
eb7495b02a
|
fix: unmarshal
|
2025-04-14 06:32:16 +08:00 |
|
yusing
|
2ec1de96d5
|
chore: cont. d8eff90
|
2025-04-14 06:31:04 +08:00 |
|
yusing
|
57da345335
|
chore: enhance tasks debuggability
|
2025-04-14 06:30:16 +08:00 |
|
yusing
|
53a78706e4
|
fix: wait for route deletion
|
2025-04-14 06:29:10 +08:00 |
|
yusing
|
dcd21b2374
|
chore: change debug api addr to localhost:7777, fix makefile
|
2025-04-14 06:28:23 +08:00 |
|
yusing
|
a2e253591c
|
fix: nil dereference on marshalling service health
|
2025-04-14 06:27:19 +08:00 |
|
yusing
|
fa16f4150a
|
chore: move homepage override and icon cache to $BASE_DIR/data, add migration code
|
2025-04-14 06:26:26 +08:00 |
|
yusing
|
d8eff90acc
|
chore: add ROOT_DIR environment variable, refactor
|
2025-04-14 06:25:06 +08:00 |
|
yusing
|
5cdbe81beb
|
fix: revert rename
|
2025-04-13 12:28:13 +08:00 |
|
yusing
|
ffea5fb3da
|
feat: relative time and duration formatting
|
2025-04-13 12:24:31 +08:00 |
|
yusing
|
3f2dfe14b5
|
fix: unmarshal and some tests
|
2025-04-13 12:24:11 +08:00 |
|
yusing
|
be87d47ebb
|
chore: add gperr.Unwrap method
|
2025-04-13 07:07:43 +08:00 |
|
yusing
|
8c6fe38edb
|
chore: update README
|
2025-04-13 07:07:23 +08:00 |
|
yusing
|
a478dab97b
|
chore: update Makefile for debug build tag
|
2025-04-13 07:07:07 +08:00 |
|
yusing
|
fce96ff3be
|
refactor: remove net.URL and net.CIDR types, improved unmarshal handling
|
2025-04-13 07:06:21 +08:00 |
|
yusing
|
1eac48e899
|
feat: debug api
|
2025-04-13 06:17:41 +08:00 |
|
yusing
|
fdbf1ad787
|
refactor: simplify api code
|
2025-04-13 06:13:17 +08:00 |
|