feat(server): add tracing spans and caching to archive and blame services
- Add tracing spans with repo labels for archive and blame operations - Implement caching for archive list entries when using OID selectors - Implement caching for blame operations when using OID selectors - Add detailed
This commit is contained in:
@@ -16,6 +16,7 @@ documentation = ""
|
||||
path = "lib.rs"
|
||||
name = "gitks"
|
||||
[dependencies]
|
||||
clru = "0.6.3"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
gix = { version = "0.84.0", default-features = false, features = ["serde", "blame", "sha256", "sha1", "tracing", "merge", "max-performance-safe", "revision"] }
|
||||
gix-archive = { version = "0.33.0", features = ["sha256","sha1","document-features"] }
|
||||
|
||||
Reference in New Issue
Block a user