mirror of https://github.com/buster-so/buster.git
- 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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
CLAUDE.md | ||
Cargo.toml | ||
seed.sql | ||
setup.sql |