feat: file history endpoint

- chore: cleaning some unused

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-07-06 10:51:59 +07:00
parent 2466472235
commit 4709c3b2b7
10 changed files with 313 additions and 1244 deletions

View file

@ -20,17 +20,12 @@ json-patch = "4.1.0"
libgit2-sys = { version = "0.18.3", features = ["ssh"] }
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }
log = "0.4.29"
prost = "0.14.1"
redis = { version = "1.0.2", features = ["tokio-comp"] }
reqwest = { version = "0.12.25", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.145", features = ["preserve_order"] }
tokio = { version = "1.48.0", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tonic = { version = "0.14.2", features = ["transport"] }
tonic-prost = "0.14.2"
uuid = { version = "1.20.0", features = ["v4"] }
tokio-postgres = "0.7.17"
[build-dependencies]
tonic-prost-build = "0.14.2"
chrono = "0.4.45"