gitdataai/libs
ZhenYi b413edccaf refactor(migrate): replace hand-written migrations with SQL-file macro system
Replace individual Rust migration modules with a define_sql_migrations
macro that reads up/down SQL files via include_str!. Consolidate all
legacy single-file SQL into per-table directories and add full schema
migration coverage for 90+ tables.
2026-05-18 20:42:47 +08:00
..
agent refactor(skills): simplify BuiltInSkill and update triggers 2026-05-17 17:32:24 +08:00
api feat(agent): add orchestrator, agent profile and message favorites 2026-05-17 16:37:30 +08:00
avatar bucong 提交 2026-05-12 18:06:20 +08:00
config refactor(config,db,email): apply rustfmt formatting 2026-05-14 10:01:46 +08:00
db feat(service): add project members, activity and billing services 2026-05-17 16:37:39 +08:00
email refactor(config,db,email): apply rustfmt formatting 2026-05-14 10:01:46 +08:00
fctool refactor(fctool): apply rustfmt formatting 2026-05-14 10:01:52 +08:00
gingress-proxy refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00
git feat(service): add project members, activity and billing services 2026-05-17 16:37:39 +08:00
migrate refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
models feat(service): add project members, activity and billing services 2026-05-17 16:37:39 +08:00
observability refactor(observability,queue): apply rustfmt formatting 2026-05-14 10:02:15 +08:00
queue feat(service): add project members, activity and billing services 2026-05-17 16:37:39 +08:00
room fix(ai): cap max_output_tokens to 2048 hard limit 2026-05-17 17:32:29 +08:00
service feat(service): add project members, activity and billing services 2026-05-17 16:37:39 +08:00
session refactor(service,session): apply rustfmt formatting 2026-05-14 10:02:29 +08:00
transport refactor(transport): apply rustfmt formatting 2026-05-14 10:02:36 +08:00