Commit Graph

1515 Commits

Author SHA1 Message Date
dal 673baaeeef
Merge branch 'main' into dal/self-hosting-guide 2025-05-07 16:30:43 -06:00
Nate Kelley e11128c798
Add logging to login 2025-05-07 12:50:34 -06:00
github-actions[bot] 0487dc9286 chore(versions): bump api to v0.1.1; bump web to v0.1.1; bump cli to v0.1.1 [skip ci] 2025-05-07 16:49:44 +00:00
dal 9e5e111591
docker file configs for build 2025-05-07 10:47:59 -06:00
dal 5ab8c65da4
ok tag triggers 2025-05-06 18:23:43 -06:00
github-actions[bot] d3dc471327 chore(versions): bump api to v0.1.5; bump web to v0.1.5; bump cli to v0.1.5 [skip ci] 2025-05-07 00:11:14 +00:00
github-actions[bot] 17a5f34842 chore(versions): bump api to v0.1.4; bump web to v0.1.4; bump cli to v0.1.4 [skip ci] 2025-05-07 00:05:37 +00:00
github-actions[bot] 783d6ba10f chore(versions): bump api to v0.1.3; bump web to v0.1.3; bump cli to v0.1.3 [skip ci] 2025-05-06 23:54:08 +00:00
github-actions[bot] edf1533c13 chore(versions): bump api to v0.1.2; bump web to v0.1.2; bump cli to v0.1.2 [skip ci] 2025-05-06 23:44:26 +00:00
github-actions[bot] 6cd894ec33 chore(versions): bump api to v0.1.1; bump web to v0.1.1; bump cli to v0.1.1 [skip ci] 2025-05-06 23:26:38 +00:00
dal fe6866dd7e
Merge branch 'evals' into dal/self-hosting-guide 2025-05-06 16:59:04 -06:00
Nate Kelley 821b3c1b88
Add bar chart tests (#272)
* add bar chart tests

* Update bar-chart-updates.spec.ts

* Create tests for data labels

* move bar chart into their own test suites

* trendline for bar charts update

* add bar chart navigations

* Update package verision

* fix broken category labels

* update some of the tests to pass

* Update web/src/components/ui/charts/BusterChartJS/hooks/useBusterChartJSLegend/getLegendItems.ts

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

* Add a few greptile suggestions

* Downgrade to single worker

* Update to line chart tests

* Add a few extra unit tests

* update tests to help pass

* Create collection tests

* Add use get asset unit tests

* fix default value problem

* Chart animation optimization

* adjust axis settings

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-05-06 13:47:02 -06:00
dal e66843b1f1
prds, docker release, models 2025-05-06 08:09:31 -06:00
Nate Kelley 6e33d059b9
remove unused logs 2025-05-05 11:32:24 -06:00
Nate Kelley 678152ba2b
Update versions on web 2025-05-05 09:38:39 -06:00
Nate Kelley 8b227692d2
Add missing dependancy 2025-05-05 08:32:56 -06:00
Nate Kelley b7c3ac7304
fix formatter 2025-05-04 09:13:49 -06:00
Nate Kelley fc723d50ec
Update expection for auth sign in 2025-05-02 16:42:34 -06:00
Nate Kelley 3f60d13a18
Fix additional tests 2025-05-02 16:24:06 -06:00
Nate Kelley c048bb30c6
additional tests 2025-05-02 15:15:17 -06:00
Nate Kelley fa0078cb5b
fix bogus question redirect bug 2025-05-02 14:00:14 -06:00
Nate Kelley 54a8e0a113
Create dashboard query tests 2025-05-02 13:19:24 -06:00
Nate Kelley a8eeec7414
update saved version numbers 2025-05-02 12:07:59 -06:00
Nate Kelley 15fbca3251
Ask a question 2025-05-02 11:41:55 -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
Nate Kelley 9e29ffbb59
playwright config are update to date 2025-05-01 15:31:05 -06:00
Nate Kelley 0675ec2fa7
updates for efficiency 2025-05-01 14:02:51 -06:00
Nate Kelley ebe4f91ed0
Nate/new data matrix (#253)
* 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
2025-05-01 13:47:34 -06:00
Nate Kelley 89ddef316d
async effect 2025-04-28 09:58:10 -06:00
Nate Kelley 84c048e251
playwright tests 2025-04-25 15:12:18 -06:00
Nate Kelley 14de0c1a8f
remove faker 2025-04-25 14:55:47 -06:00
Nate Kelley 3f3b87f670
new dashboard modal 2025-04-25 14:46:18 -06:00
Nate Kelley c57b5ce40e
query prefetching 2025-04-25 10:27:15 -06:00
Nate Kelley ca9b816c5a
update package versions 2025-04-25 09:18:33 -06:00
Nate Kelley 1f6e757b1b
x axis unit tests 2025-04-24 17:06:15 -06:00
Nate Kelley 65c08cd641
AVatar tooltip is the default 2025-04-24 16:54:22 -06:00
Nate Kelley 4bb83dbf17
use update effect with logging 2025-04-24 16:47:34 -06:00
Nate Kelley 88cdf8f04b
keep logging 2025-04-24 16:02:16 -06:00
Nate Kelley 4bb9d1d542
Update config.ts 2025-04-24 15:15:42 -06:00
Nate Kelley bd4238601d
added hook to make sure is file is changed 2025-04-24 15:15:03 -06:00
Nate Kelley 6c562b0b91
add one additional file for current routes 2025-04-24 15:02:42 -06:00
Nate Kelley c17ace0d11
Update useGetIsSelectedFile.tsx 2025-04-24 14:42:52 -06:00
Nate Kelley 54a54a87f9
more logs for reasoning messages 2025-04-24 14:19:27 -06:00
Nate Kelley 979c893916
fixed query ran successfully sizing error 2025-04-24 13:05:09 -06:00
Nate Kelley 38836e9b23
Update useGetInitialChatFile.ts 2025-04-24 12:58:29 -06:00
Nate Kelley dfe1f4cc6d
pass all jest uni tests 2025-04-24 12:50:06 -06:00
Nate Kelley db4dfbb8e8
remove some loggin 2025-04-24 12:32:27 -06:00
Nate Kelley 5e92f68ebf
update some of the imports 2025-04-24 11:57:20 -06:00
Nate Kelley 693b652d38
change prevent navigation to actually drop listener 2025-04-24 11:41:31 -06:00
Nate Kelley 93f3f880f9
font size changes for code spans 2025-04-24 11:08:47 -06:00