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 |
|
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
|
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
|
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
|
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
|
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
|
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 |
|
yusing
|
90214ff752
|
refactor: introduce Pool interface, move agent_pool to agent module
|
2025-04-13 06:11:06 +08:00 |
|
yusing
|
12a63a66f6
|
refactor: move servemux to gphttp/servemux
|
2025-04-13 05:59:26 +08:00 |
|
yusing
|
2b44ac5bcb
|
chore(api): remove debug task list endpoint
|
2025-04-13 05:56:25 +08:00 |
|
yusing
|
0d859cc36f
|
refactor: replace deprecated docker api types
|
2025-04-13 05:22:12 +08:00 |
|
yusing
|
1380b58141
|
fix: nil dereference in docker health checker
|
2025-04-11 03:23:29 +08:00 |
|
yusing
|
d1524c1013
|
fix display url of file server rouie, refactor
|
2025-04-10 06:17:16 +08:00 |
|
yusing
|
3cd9e47fd0
|
refactor: make lock in error Builder optional
|
2025-04-10 06:08:37 +08:00 |
|
yusing
|
e3699b406c
|
fix: error formatting
|
2025-04-10 06:06:44 +08:00 |
|
yusing
|
6a5d324733
|
refactor: move favicon into homepage module
|
2025-04-10 06:04:14 +08:00 |
|
yusing
|
fb075a24d7
|
refactor: simplify health monitor code
|
2025-04-10 05:03:01 +08:00 |
|
yusing
|
5d2b700cb2
|
chore: reduce memory usage of docker container info
|
2025-04-10 04:56:50 +08:00 |
|
yusing
|
49ee9c908a
|
chore: better error formatting
|
2025-04-10 04:52:44 +08:00 |
|
yusing
|
1c892a35f7
|
fix(route): wildcard labels not applied properly
|
2025-04-09 16:26:09 +08:00 |
|
yusing
|
c59567ae8f
|
refactor: rename module route/types to route
|
2025-04-08 05:04:49 +08:00 |
|
yusing
|
8ed63fe4b0
|
refactor: rename module config/types from "types" to "config"
|
2025-04-07 13:33:28 +08:00 |
|
yusing
|
111d767d46
|
chore(prometheus): drop service health metrics
|
2025-04-07 12:51:20 +08:00 |
|
yusing
|
5da9dd6082
|
refactor: move docker/idlewatcher to idlewatcher
|
2025-04-06 04:05:26 +08:00 |
|
yusing
|
e823172c31
|
fix: correct error formatting for error builder
|
2025-04-05 14:19:59 +08:00 |
|
yusing
|
4d030d2e16
|
refactor(gperr): simplify JSON marshaling in withSubject by using slices package for cloning and reversing subjects
|
2025-04-05 14:05:32 +08:00 |
|
yusing
|
fb217cf80e
|
feat(config): initialize agents in parallel, speed up config loading
|
2025-04-05 14:04:11 +08:00 |
|
yusing
|
3689e72eff
|
refactor(provider): rename route/provider/types to provider
|
2025-04-05 13:42:20 +08:00 |
|
yusing
|
26bea0d21d
|
fix(tests): fix tests for gperr module by stripping ANSI color codes from error messages
|
2025-04-05 13:31:53 +08:00 |
|
yusing
|
9a5553a5b8
|
refactor(provider): simplify provider initializations, initialize watcher only when needed
|
2025-04-05 13:31:09 +08:00 |
|