- 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.
* updates for efficiency
* working on a single function
* update
* working
* update
* optimized
* update
* trendline operations pt 1
* update datasets to include ticks
* dataset creator
* udate
* trendlines
* move to one single dataset options hook
* started adding in options
* fix some broken functions
* line series builder
* threadshold updates
* pie sort by
* additional fixes to data structures
* update
* update animations
* update to y axis combos
* more stable asset prop passing
* Update ChartJSTheme.ts
* update check
* update problematic dataset
* with additional tests for size
* size data key
* update unit tests
* add a virtualizer for the rows
* add a few scatter tests
* update
* add additionla unit tests
* add additionla unit tests
* update
* add a couple more tests
* many updates
* update builder to not use deprcated functinos
* added additional unit tests
* add a few more unit tests
* make a few new unit tests
* make tooltip a little more efficient
* builders have some unit tests
* make additional tests
* added a bunch of unit tests
* move mount logic closer to buster chart
* fix link click bug
* adjust the icons
* fix broken time stamps
* additional config for tooltips
* add one additional unit test
* update package versions
* update the tests to run on the branch
* Update web-tests.yml