Commit Graph

2351 Commits

Author SHA1 Message Date
dal 2ea69275a6
Fix ambiguous exports in metrics module and start fixing unused variables in post_chat_handler 2025-03-21 11:23:17 -06:00
dal 38c95180c1
Complete clippy cleanup across codebase 2025-03-21 11:20:48 -06:00
dal 76a7ff9204
Fix type mismatch in get_metric_handler 2025-03-21 11:15:45 -06:00
dal 8455f4049b
Fix clippy warnings in middleware 2025-03-21 11:14:44 -06:00
dal 029c3a40b1
Final clippy cleanup 2025-03-21 11:13:53 -06:00
dal a2520c2efa
Clean up agents library 2025-03-21 11:12:14 -06:00
dal f09dfdd543
Clean up query_engine and database libs 2025-03-21 11:10:04 -06:00
Nate Kelley dec98bacfe
Merge branch 'evals' of https://github.com/buster-so/buster into evals 2025-03-21 10:52:21 -06:00
Nate Kelley 3399521e78
add type dashboard modal update 2025-03-21 10:52:18 -06:00
dal 9b389af79d
one more clean up 2025-03-21 10:52:08 -06:00
dal 374cd81815
from_str clean 2025-03-21 10:50:00 -06:00
dal b477889cb5
clean up 2025-03-21 10:47:11 -06:00
dal 1513a39268
clean up 2025-03-21 10:44:53 -06:00
dal 3fd040b625
unused dep 2025-03-21 10:15:42 -06:00
dal f1e2911c0a
clean up testing errors 2025-03-21 10:14:20 -06:00
Nate Kelley c1ddd37ace
update chats controller 2025-03-20 17:03:46 -06:00
dal 9f0d376fb0
cleaning up warnings 2025-03-20 16:50:31 -06:00
Nate Kelley 5d632413ec
dashboard and select updates 2025-03-20 16:41:00 -06:00
dal 9cbd5e91a9
libs cargo warning fix 2025-03-20 16:36:26 -06:00
dal f0f3bedfb5
bin warning cleanups 2025-03-20 16:35:54 -06:00
dal 2d60f976c7
update user 2025-03-20 16:27:22 -06:00
dal f5a239f615
added in the message and chat updates 2025-03-20 16:13:02 -06:00
dal 365e8429d2
add the update chat rest and handler 2025-03-20 16:13:02 -06:00
Nate Kelley 869eecc80c
dashboard update 2025-03-20 16:05:59 -06:00
Nate Kelley 904cb6deb2
Merge branch 'evals' of https://github.com/buster-so/buster into evals 2025-03-20 15:59:19 -06:00
Nate Kelley 5193e17a1d
update confirm modal logic 2025-03-20 15:58:48 -06:00
dal 748562c0e2
fix delete metric on client and server 2025-03-20 15:47:19 -06:00
Nate Kelley 1a8532cb54
Merge branch 'evals' of https://github.com/buster-so/buster into evals 2025-03-20 15:47:15 -06:00
Nate Kelley c4d34bb73d
confirm modal updates 2025-03-20 15:47:11 -06:00
dal 7e20e9bb6a
remove old prds 2025-03-20 15:40:42 -06:00
dal 97393aed50
merging migrate_delete_metrics_to_bulk 2025-03-20 15:40:35 -06:00
dal 139ef04003
refactor delete metrics 2025-03-20 15:36:12 -06:00
dal 0289723746
flattened the object on update collectiosn 2025-03-20 15:18:36 -06:00
dal ecc7453df1
merging update_collections_req_change 2025-03-20 15:11:30 -06:00
dal bca954726d
update the collections req to be more simple 2025-03-20 15:11:23 -06:00
dal 9a63df490d
merging fix_collections_delete 2025-03-20 15:08:44 -06:00
dal b9a0dcfb7a
fix collections delete 2025-03-20 15:08:35 -06:00
Nate Kelley 6366783a49
Merge branch 'evals' of https://github.com/buster-so/buster into evals 2025-03-20 15:03:59 -06:00
Nate Kelley 6a30100f3f
make new saving to dashboard endpoints 2025-03-20 15:03:57 -06:00
dal 3f7aa63654
lock recursion limit to 15 on agent 2025-03-20 14:58:41 -06:00
Nate Kelley abb54f4dbb
add metrics to dashboard tests 2025-03-20 14:13:21 -06:00
dal 1e5b63a3d0
a few small tweaks for reqs 2025-03-20 13:40:49 -06:00
Nate Kelley 025542866d
Merge branch 'evals' of https://github.com/buster-so/buster into evals 2025-03-20 13:37:36 -06:00
Nate Kelley 8ca54dbc2d
Make more tests for dashboard 2025-03-20 13:37:34 -06:00
dal f9b8dde170
favorites updates 2025-03-20 12:58:35 -06:00
dal f5f9af52ec
ok update dashboard but will need to mess with it more 2025-03-20 12:32:04 -06:00
dal 72637b8c56
update the data source list return object 2025-03-20 12:13:34 -06:00
dal 7bbfef2ed2
merging list_data_sources_endpoint 2025-03-20 12:09:44 -06:00
dal e0c46f738f
get dashboard, update dashboard, versions, etc. 2025-03-20 12:06:08 -06:00
dal 3b959b272a
Implement metric-dashboard association
- Create migration for metric_files_to_dashboard_files association table
- Add MetricFileToDashboardFile model to database/models.rs
- Implement functions to extract metric IDs from dashboards
- Add logic to maintain associations when dashboards are updated
- Add logic to create associations when dashboards are created
- Create integration test for the feature
- Create PRD for the metric-dashboard association feature

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-20 12:06:08 -06:00