Commit Graph

5655 Commits

Author SHA1 Message Date
dal 679f55b16d
add in public facing chat endpoint 2025-09-02 12:27:51 -06:00
dal 9f14b55c01
catalog for trigger.dev smh 2025-08-29 15:42:24 -06:00
dal 43dd18a657
Merge remote-tracking branch 'origin/main' into staging 2025-08-29 15:28:25 -06:00
Nate Kelley b41d1af522
Update minor package versions 2025-08-29 09:46:44 -06:00
Nate Kelley 9a76f633af
Update cursor rules for query requests 2025-08-29 09:34:49 -06:00
dal e165a37b36
migrate deploy to ts cli 2025-08-28 12:00:20 -06:00
dal 194d3bd7ca
migrate deploy to ts 2025-08-28 12:00:10 -06:00
dal 13038ff7b3
Update CLI and SDK configurations for improved functionality
- Enhanced the CLI with new linter rules and updated file structures for better organization.
- Modified package.json to reflect changes in dependencies and ensure compatibility.
- Improved the vitest configuration for better testing practices.
- Refactored various components for consistency and readability, including imports and error handling.
- Updated the server API and database queries to streamline authentication processes.
- Removed deprecated code and cleaned up unused files to maintain a tidy codebase.
2025-08-27 23:59:47 -06:00
dal 5726b01ecc
Enhance CLI functionality and SDK integration
- Added new CLI commands for authentication management and improved default action handling.
- Updated package.json to include new dependencies and scripts for building and running the CLI.
- Integrated authentication features into the SDK, allowing for API key validation.
- Modified the SDK configuration to use a new default API URL.
- Expanded the server API to include authentication routes.
- Updated database queries to support new API key functionalities.
- Improved code structure and readability across CLI and SDK components.
2025-08-27 23:31:03 -06:00
dal 3b585d09dd
sdk and ts cli 2025-08-27 15:53:53 -06:00
dal 90047a59f1
claude md 2025-08-27 14:33:42 -06:00
dal 71230bdaed
Refactor CLI to TypeScript and remove Rust components
- Added TypeScript-based CLI commands for local development and execution.
- Updated package.json with new CLI scripts for development and execution.
- Enhanced .gitignore to exclude TypeScript build artifacts and logs.
- Removed Rust-related files and configurations, including Cargo.toml, Makefile, and various source files.
- Updated README.md to reflect the new TypeScript implementation and technologies used.
- Cleaned up unused files and directories related to the previous Rust implementation.
2025-08-27 13:54:22 -06:00
dal 1b9e4cac9b
Merge pull request #775 from buster-so/staging
Bug fixes
2025-08-27 11:40:45 -06:00
dal 7159e7e8ea
Merge pull request #774 from buster-so/report-bugfixes
fix: report bugs
2025-08-27 10:59:48 -06:00
dal 397d4f3638
missing a few fixes for tests 2025-08-27 10:54:23 -06:00
dal ed723b7ca7
fixes to other communicatio tools 2025-08-27 10:54:08 -06:00
dal 6b0b4112d7
fixed all report bugs 2025-08-27 09:49:21 -06:00
dal b9dea307aa
Merge pull request #773 from buster-so/hotfix-permissions-errors
Hotfix-permissions-errors
2025-08-26 16:21:51 -06:00
dal 8411a3907b
changes for workspace and individual permissions 2025-08-26 15:59:41 -06:00
dal beb332f01a
workspace permissions 2025-08-26 15:58:16 -06:00
dal 73d68fa27f
Merge pull request #770 from buster-so/staging
increase max completion tokens
2025-08-26 11:24:35 -06:00
dal f8fba4becd
increase max completion tokens 2025-08-26 11:19:20 -06:00
dal 86994b194a
Merge pull request #769 from buster-so/staging
Snowflake Credentials Custom Host Fix
2025-08-26 10:38:25 -06:00
dal 5b1c903f78
snowflake credentials adjustment 2025-08-26 10:34:15 -06:00
dal 659ef4477b
Merge pull request #768 from buster-so/staging
fix on the done tool to get results in before race condition
2025-08-25 15:31:22 -06:00
dal fb1a49f498
fix on the done tool to get results in before race condition 2025-08-25 15:28:26 -06:00
dal a9eee44f70
Merge pull request #767 from buster-so/staging
Enhance S3 integration functionality
2025-08-25 12:56:16 -06:00
dal e97ec9c002
Enhance S3 integration functionality
- Added bucketName to S3 integration responses and handlers to support bucket-specific operations.
- Updated tests to reflect the inclusion of bucketName in integration creation and retrieval processes.
- Improved error handling for fetching bucket names from the vault during S3 integration retrieval.

These changes improve the S3 integration management by allowing for more granular control and visibility of storage buckets.
2025-08-25 12:48:19 -06:00
dal 177e150faa
Merge pull request #766 from buster-so/staging
feature: S3 storage integration
2025-08-25 10:10:34 -06:00
dal f4b8199f21
Merge pull request #765 from buster-so/add-s3-integration-capability
Storage Bucket Integration
2025-08-25 09:58:05 -06:00
dal 48de08f603
Merge remote-tracking branch 'origin/staging' into add-s3-integration-capability 2025-08-25 09:53:18 -06:00
dal 8a26630836
storage integration 2025-08-25 09:52:37 -06:00
dal 044418b72b
Merge pull request #764 from buster-so/staging
Release
2025-08-25 09:41:26 -06:00
dal abbbd6eac7
make update message entries await 2025-08-25 09:26:27 -06:00
dal e2cf8449e6
s3 tests 2025-08-25 08:48:10 -06:00
dal 41ca3c3724
Refactor S3 integration handlers and storage provider logic
- Simplified S3 integration handler functions by consolidating imports and improving code readability.
- Updated error handling in the S3 integration process to enhance clarity and maintainability.
- Refactored storage provider functions to utilize a more modular approach, separating concerns for better organization.
- Introduced utility functions for common operations, improving code reuse and reducing duplication.

These changes enhance the overall structure and maintainability of the S3 integration management features.
2025-08-25 08:06:07 -06:00
dal 5f51dfc459
Implement S3 integration management features
- Added routes for creating, retrieving, and deleting S3 integrations in the API.
- Introduced handlers for S3 integration operations, including validation of user permissions and storage credentials.
- Updated database schema to support S3 integrations, including a new table and associated queries.
- Integrated storage provider logic to handle S3, R2, and GCS configurations.
- Enhanced error handling and response structures for integration operations.

This commit lays the groundwork for managing storage integrations within the application, allowing users to connect and manage their S3 storage solutions.
2025-08-25 08:05:19 -06:00
dal 6c8e2ba03c
remove slack integration feature flag 2025-08-25 01:11:10 -06:00
dal d6e2c70bcf
Merge pull request #763 from buster-so/staging
Update PostgreSQL adapter SSL configuration to allow self-signed cert…
2025-08-25 00:34:48 -06:00
dal f469b2a152
Update PostgreSQL adapter SSL configuration to allow self-signed certificates
- Modified the SSL configuration in both the PostgreSQL adapter and its tests to use { rejectUnauthorized: false } instead of a boolean true value.
- Ensured consistency in handling SSL settings across the adapter and its tests.
2025-08-25 00:26:29 -06:00
dal 58aaad7564
Merge pull request #762 from buster-so/staging
Staging
2025-08-25 00:18:53 -06:00
dal da7af5f384
remove main hono server deploy job 2025-08-25 00:18:22 -06:00
dal 570624a112
posgres ssl fix 2025-08-25 00:15:09 -06:00
dal 8115770f6a
Merge pull request #761 from buster-so/staging
Hotfix: Redshift fix
2025-08-24 23:43:07 -06:00
dal 2e24d830f0
Refactor database credential handling across adapters
- Updated all database adapter tests and implementations to replace the 'database' field with 'default_database' for consistency.
- Ensured backward compatibility in the Redshift adapter by allowing both 'database' and 'default_database' fields.
- Enhanced SQLServer and MySQL adapters to reflect the new credential structure, improving clarity and maintainability.
2025-08-24 23:35:46 -06:00
dal 6496e426cd
Merge pull request #760 from buster-so/staging
ci cd fix
2025-08-24 22:38:37 -06:00
dal 210fa646b1
ci cd fixes 2025-08-24 22:35:49 -06:00
dal a03776ed0a
fix docker buiild and deploy in ci 2025-08-24 22:29:12 -06:00
dal 79d4da66a2
Merge pull request #759 from buster-so/staging
Release and bug fixes
2025-08-24 22:14:44 -06:00
dal c1ad9cd710
ci cd fixes and clean up 2025-08-24 22:14:06 -06:00