Commit Graph

124 Commits

Author SHA1 Message Date
Nate Kelley 8ecea82a88
Merge pull request #289 from buster-so/staging
Staging
2025-05-08 13:35:35 -06:00
dal 0a3bb5db01
envs on docker and cli tweak 2025-05-08 04:00:42 -06:00
dal b441c32ae0
cli test 2025-05-08 03:45:34 -06:00
dal 56acfcab1b
fix on release and run 2025-05-08 03:25:59 -06:00
dal ef8ba36e6d
Merge pull request #287 from buster-so/staging
ok some quick changes for bugs
2025-05-08 02:13:18 -07:00
dal abf09eed6b
ok some quick changes for bugs 2025-05-08 03:12:44 -06:00
dal 44f8406131
ok release both rn with old file 2025-05-08 02:05:34 -06:00
dal f08ef35270
cli release for homebrew deploy, backwards compatibiltiy on model types 2025-05-08 01:55:58 -06:00
dal 415b964930
ok remove windows and test 2025-05-08 01:34:55 -06:00
dal 9a8297c747
cli with config commands 2025-05-08 01:24:46 -06:00
dal 3d19d8eab0
cli release and locla oai setup 2025-05-08 01:12:57 -06:00
dal 2d1ded6643
lets test the cli release 2025-05-08 00:03:15 -06:00
dal fb0077c583
docker release update to merge to latest. run updates, migrate rerank 2025-05-07 18:25:34 -06:00
dal d3f637e0e8
next public web socket url 2025-05-07 12:47:07 -06:00
dal a901ee382e
main env on local build 2025-05-07 12:16:25 -06:00
dal 1b16398413
docker release with arm64 2025-05-07 08:47:08 -06:00
dal a24033fb63
window error 2025-05-07 08:37:11 -06:00
dal 771bc3b7d2
cli release with libpq error resolve 2025-05-07 08:33:17 -06:00
dal 256bbbb934
threw in old workflow with the github tap.... 2025-05-07 08:19:46 -06:00
dal 4751cf13f0
remove linux arm v7 2025-05-07 08:15:46 -06:00
dal 13c12be36e
platform support for docker images 2025-05-07 08:07:15 -06:00
dal 8d28993bb4
ok libpq error 2025-05-07 08:00:52 -06:00
dal 3410475c2d
docker release public 2025-05-07 07:56:09 -06:00
dal a96a422b63
new docker image locations and cli fix 2025-05-07 07:43:24 -06:00
dal f9d644d030
caching and cli fix 2025-05-07 07:29:51 -06:00
dal 4adca4ecc5
docker release fix 2025-05-07 07:23:51 -06:00
dal 732984206b
version bump 2025-05-07 07:16:15 -06:00
dal b16a6d8b17
on pr to main 2025-05-06 18:37:15 -06:00
dal 771256d182
releases 2025-05-06 18:33:44 -06:00
dal 5ab8c65da4
ok tag triggers 2025-05-06 18:23:43 -06:00
dal d3949cbd71
one more try 2025-05-06 18:09:28 -06:00
dal c06c5bac94
ok try again 2025-05-06 18:00:24 -06:00
dal 13f1ddeba5
try again 2025-05-06 17:52:21 -06:00
dal 5fe0864027
test cli release 2025-05-06 17:42:53 -06:00
dal 60ab1c87a6
k try again with pat 2025-05-06 17:37:00 -06:00
dal 067627141b
another attempt 2025-05-06 17:24:41 -06:00
dal 39e78a5fc9
version bump 2025-05-06 17:19:44 -06:00
dal 3088ef501b
try differrent bump method 2025-05-06 17:14:45 -06:00
dal 76b301e38d
rust 2025-05-06 17:08:31 -06:00
dal 91e308ee9b
fix on gh action for release 2025-05-06 17:05:45 -06:00
dal 254fc4420f
manage versions 2025-05-06 17:01:16 -06:00
dal 1bd94819b1
testing actions 2025-05-06 17:00:12 -06:00
dal f8377d7168
test the releasess 2025-05-06 16:57:57 -06:00
dal 06730ca837
workflow changes and version 0.1.0 2025-05-06 16:23:50 -06:00
dal 881cd5913a
docker release points to gh 2025-05-06 10:45:58 -06:00
dal ff348745c3
Implement CLI configuration and model discovery for projects
- Updated BusterConfig structure to better support project contexts
- Added get_context_for_path method to determine project context for a file
- Enhanced resolve_model_paths to respect the project hierarchy
- Updated deploy.rs to use the revised model discovery and configuration inheritance
- Added unit tests and integration tests for project config functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-06 08:50:56 -06:00
dal e66843b1f1
prds, docker release, models 2025-05-06 08:09:31 -06:00
dal e322b6cff9
setup.sql in the env setup 2025-05-02 16:31:09 -06:00
Nate Kelley c048bb30c6
additional tests 2025-05-02 15:15:17 -06:00
Nate Kelley 13f720637a
Playwright (Codegen) Smoke tests (#257)
* smoke test for loading pages

* write additional tests

* headless options are passed in

* added some additional checks

* added list clicking tests

* Update web/playwright-tests/ask-question-navigate-pages.spec.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* added comments

* fix broken unit tests

* update to auth.json

* Update web-testing.yml

* update playwright to use 1 worker

* Update web-testing.yml

* Update web-testing.yml

* Update web-testing.yml

* Update web-testing.yml

* add a few options for ci

* seed script update

* anonymous sign ins

* additional unit tests

* Skip some broken tests

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: dal <dallin@buster.so>
2025-05-02 11:27:46 -06:00