buster/api/libs
dal 70cdb1882f
Refactor secret management and command structure
- Removed the `SecretIdResult` struct from `vault.rs` and updated `create_secret` to return `Result<()>` instead of `Result<Uuid>`.
- Adjusted the SQL query in `create_secret` to directly call the vault function without fetching the ID.
- Updated error handling in `update_secret` and `delete_secret` for consistency.
- Refactored `create_data_source_handler` to use the data source ID for storing credentials in the vault.
- Deleted the `generate.rs` command file and removed its references in the command module.
- Introduced a new `ProjectContext` struct in `exclusion.rs` to support multi-project configurations in `BusterConfig`.
- Updated the `init` command to create a new configuration structure using `ProjectContext` and sort database types alphabetically.
2025-05-05 15:03:14 -06:00
..
agents llm clarification on metric yml and lock metric yml to an enum 2025-05-02 14:45:27 -06:00
braintrust remove unused deps 2025-04-04 16:50:44 -06:00
database Refactor secret management and command structure 2025-05-05 15:03:14 -06:00
dataset_security Enhance error handling and version management in metric file processing. Added detailed error logging for failed dataset associations and improved YAML serialization handling. Updated structures to track updated versions during metric modifications. 2025-04-30 17:22:47 -06:00
email starting to work on file streaming, moved resend logic, permissions 2025-04-18 12:21:25 -06:00
handlers Refactor secret management and command structure 2025-05-05 15:03:14 -06:00
litellm revert 2025-05-05 09:54:40 -06:00
middleware 402 error 2025-04-21 17:25:38 -06:00
query_engine 1k limit for processing records. 2025-04-28 14:14:13 -06:00
search added in review todos, and fixed the search bug 2025-04-16 08:29:25 -06:00
sharing Enhance API documentation and implement password protection for public assets 2025-04-07 17:44:41 -06:00
sql_analyzer Enhance error handling and version management in metric file processing. Added detailed error logging for failed dataset associations and improved YAML serialization handling. Updated structures to track updated versions during metric modifications. 2025-04-30 17:22:47 -06:00
stored_values fix on stored v alues functions 2025-05-05 13:50:15 -06:00
streaming restore chat assets 2025-03-25 12:55:39 -06:00
CLAUDE-TEMPLATE.md Enhance API documentation and implement password protection for public assets 2025-04-07 17:44:41 -06:00
CLAUDE.md add more claude context and docs 2025-03-21 13:48:37 -06:00