grapevine/src
Charles Hall c2c6083277
make load_or_create *only* load_or_create
Extracted the other logic to its current singular callsite for now.

The load_or_create function finally does nothing other than load or
create the database (and do some related checks, which is fine). This
paves the way for more/better database surgery tooling.
2024-09-25 10:39:46 -07:00
..
api update rust deps except rocksdb and otel clownery 2024-09-23 14:22:55 -07:00
cli make load_or_create *only* load_or_create 2024-09-25 10:39:46 -07:00
config parse configured EnvFilter once 2024-06-12 19:56:59 -07:00
database rewrite media key parser 2024-09-19 15:27:10 -07:00
service split some logic out of KeyValueDatabase::load_or_create 2024-09-24 20:57:57 -07:00
utils Add OnDemandHashMap and TokenSet 2024-07-22 18:07:00 +00:00
api.rs serve well-known client and server config 2024-09-08 13:35:38 -07:00
cli.rs split out separate error type for serve command 2024-09-21 14:11:40 -07:00
config.rs move config check into config load function 2024-09-25 10:39:46 -07:00
database.rs make load_or_create *only* load_or_create 2024-09-25 10:39:46 -07:00
error.rs make load_or_create *only* load_or_create 2024-09-25 10:39:46 -07:00
main.rs move 'serve' command logic into a submodule of 'cli' 2024-09-21 14:11:39 -07:00
observability.rs bump otel to v0.24.0 2024-09-23 14:22:55 -07:00
service.rs Allow tracing filters to be changed at runtime 2024-06-27 16:04:23 -07:00
utils.rs improve media key decoding logs 2024-09-19 15:23:20 -07:00