gitdataai/libs
ZhenYi b560d9ea0f fix(db): use seconds for connection pool timeouts instead of milliseconds
ConfigMap values are in seconds (e.g. connection_timeout=30 means 30s),
but Duration::from_millis() interpreted them as ms (30ms), causing pool
timeout on startup. Changed to from_secs(). Also removed Namespace from
Helm chart to prevent cascade deletion of PVC/ConfigMap on uninstall.
2026-05-10 23:58:16 +08:00
..
agent feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
api fix(workspace): resolve all cargo check warnings across workspace 2026-05-10 21:56:08 +08:00
avatar feat(core): initialize project with access control and AI integration 2026-05-03 06:04:31 +08:00
config fix(db): use seconds for connection pool timeouts instead of milliseconds 2026-05-10 23:58:16 +08:00
db fix(db): use seconds for connection pool timeouts instead of milliseconds 2026-05-10 23:58:16 +08:00
email fix: resolve remaining warnings and fix API method name 2026-04-27 16:42:01 +08:00
fctool feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
gingress-proxy feat(gingress): add Git UA routing and convert gingress to Helm templates 2026-05-10 22:47:18 +08:00
git feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
migrate feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
models feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
observability feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
queue feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
room feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
service feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
session feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00
transport feat(core): initialize project with access control and AI integration 2026-05-10 21:01:21 +08:00