dal
f5678c4a4d
ok password finally working
2025-04-07 21:18:20 -06:00
dal
d346bca850
Enhance API documentation and implement password protection for public assets
...
- Updated CLAUDE.md with architecture overview, row limit implementation notes, and troubleshooting guide.
- Added additional documentation resources and common test commands.
- Enhanced database test infrastructure guide with quick reference and common patterns.
- Implemented password protection for public dashboards and metrics, including checks for access expiration and required passwords.
- Updated relevant handlers and routes to support password parameters.
- Refactored bulk update metrics handler to remove batch size from request structure.
- Added tests for password protection and access control for metrics and dashboards.
2025-04-07 17:44:41 -06:00
dal
dc701e9ea5
testing and claude updates
2025-04-07 16:50:16 -06:00
dal
994975672b
Merge api_permission_field_fix branch and resolve conflicts
...
Combined test modules from both branches to maintain all test cases including:
- sharing tests from HEAD branch
- permission field tests from api_permission_field_fix branch
- update metric tests from HEAD branch
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-07 16:49:24 -06:00
dal
eedb717393
api_permission_field_fix
2025-04-07 16:47:00 -06:00
dal
a754c45282
Resolve merge conflicts and integrate metrics test module
2025-04-07 16:43:49 -06:00
dal
3b2602adc2
api_metric_status_fix
2025-04-07 16:43:00 -06:00
dal
04d1f0e849
Merge api_public_sharing_fix branch and resolve conflicts
2025-04-07 16:37:49 -06:00
dal
9ae9c2d5cc
api_public_sharing_fix
2025-04-07 16:36:53 -06:00
dal
bdd9dd90e2
Use ctor for proper database pool initialization
2025-04-07 16:32:54 -06:00
dal
8c8cca7b62
Implement single database pool initialization
2025-04-07 16:31:24 -06:00
dal
686e336921
Fix async initialization function
2025-04-07 16:28:59 -06:00
dal
9bb0410d03
Fix database pool initialization within async runtime
2025-04-07 16:28:37 -06:00
dal
1a6d712a3f
Add proper database pool initialization
2025-04-07 16:28:17 -06:00
dal
bac973e791
Fix test setup for database connectivity
2025-04-07 16:27:51 -06:00
dal
88e8af539e
migration for password that I thought was done?
2025-04-07 16:26:07 -06:00
dal
72c376df7e
Update remaining tests to use simplified setup
2025-04-07 16:19:25 -06:00
dal
6ce9f18e41
Simplify test setup with direct pool initialization
2025-04-07 16:18:58 -06:00
dal
cc914fca23
Mark tasks as completed in PRD
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-07 16:18:37 -06:00
dal
32b142b0ce
Implement public sharing parameter fix with UpdateField enum
...
- Add UpdateField enum for unambiguous sharing parameter updates
- Replace Option<Option<T>> pattern with the more explicit enum
- Update metrics, dashboards, and collections sharing handlers
- Add validation for expiry dates and empty passwords
- Add comprehensive tests for public sharing updates
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-07 16:18:13 -06:00
dal
d10e58fe71
Update integration tests to use proper test infrastructure
2025-04-07 16:18:11 -06:00
dal
a4bfa7c39d
Fix AuthenticatedUser struct in integration tests
2025-04-07 16:16:13 -06:00
dal
a44e4b127d
Fix import for AuthenticatedUser in tests
2025-04-07 16:15:38 -06:00
dal
e6a198fa43
Fix metric status field propagation in update handler
...
- Modified update_metric_handler to properly include verification status
- Created reusable MetricFileChangeset struct to simplify updates
- Added unit test for verification field in request
- Implemented comprehensive integration tests for status updates
- Test multiple scenarios: authorized update, unauthorized, null values
Fixes BUS-1069
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-07 16:14:55 -06:00
dal
1684dad78c
update to claude command
2025-04-07 16:07:36 -06:00
dal
412efa008f
merging api_http_status_fix
2025-04-07 16:06:15 -06:00
dal
16a0dd4081
fixing http status on the asset get endpoitns
2025-04-07 16:06:08 -06:00
dal
5205f35e3a
prds
2025-04-07 16:05:24 -06:00
dal
ab44aceb76
feat(metrics): implement bulk metric status update endpoint
...
Add bulk update functionality for metric verification status, allowing multiple
metrics to be updated in a single API call with efficient batch processing. This
implementation includes:
- New handler for processing bulk updates with concurrent execution
- Batch processing with customizable batch size (default 50)
- Comprehensive error handling with client-friendly error codes
- REST endpoint with request validation and rate limiting
- Unit and integration tests for success and error cases
- Performance testing with different batch sizes
Addresses ticket BUS-1070.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-07 16:03:38 -06:00
dal
1e4783d3f7
prds
2025-04-07 15:37:33 -06:00
dal
84b797cbf7
reformatted prds
2025-04-07 15:13:25 -06:00
dal
ec916767c4
api_test_infrastructure
2025-04-07 15:11:03 -06:00
dal
17e672ef16
prds for bug fixes and doc updates
2025-04-07 14:51:54 -06:00
dal
bedc6b3e51
ok updated messages to files to have a version number attached
2025-04-07 13:22:10 -06:00
dal
41f60ec874
sentry setup
2025-04-05 11:17:21 -06:00
dal
141736f5a6
remove unused deps
2025-04-04 16:50:44 -06:00
dal
67932cfe39
removed sentry and set it up better
2025-04-04 16:43:58 -06:00
dal
2649fb7656
last few utils to clean up
2025-04-04 16:25:20 -06:00
dal
028eded9c5
cleaned up a few more utils
2025-04-04 16:22:58 -06:00
dal
3beec0878c
fix the string error
2025-04-04 16:19:34 -06:00
dal
28d3e3ee14
fix the user org id
2025-04-04 16:15:31 -06:00
dal
b2bc117694
renamed ws threads to chats
2025-04-04 16:02:22 -06:00
dal
9c514e0f7a
got rid of deprecated files
2025-04-04 16:00:23 -06:00
dal
319984034a
update sharing with public_expiry_date
2025-04-04 14:16:14 -06:00
dal
c22ea17d6a
added a bunch of tests
2025-04-04 14:09:54 -06:00
dal
50d5e02e02
lots of changes for permissioning and sharing assets
2025-04-04 14:01:40 -06:00
dal
597803ab73
modifications finalizations
2025-04-04 13:07:13 -06:00
dal
773dc9edee
things are working good
2025-04-04 12:40:58 -06:00
dal
5b039a1f29
chat context working
2025-04-04 11:20:36 -06:00
dal
4b87ad8224
dashboards available
2025-04-04 11:00:09 -06:00
dal
c351866c9f
on emore tweak to yml schema
2025-04-04 10:43:50 -06:00
dal
0119538040
modify the dashboard ymnl
2025-04-04 10:34:18 -06:00
dal
b51cbc54e1
concurrent metric validation
2025-04-04 10:25:24 -06:00
dal
38f1c9c54c
modify files going good
2025-04-04 09:44:10 -06:00
dal
fddc909f0f
modifications are happening, just need to fix the response object
2025-04-04 09:12:48 -06:00
dal
ce11968d54
column label format update on sql change
2025-04-03 15:29:25 -06:00
dal
f70338ba1f
remove weird check that was happening
2025-04-03 14:31:30 -06:00
dal
901501e882
ok cleaned up the data metadata and removed old ws we no longer use
2025-04-03 13:06:23 -06:00
dal
071574fd0e
fixes so far
2025-04-03 12:24:06 -06:00
dal
f363caa7a7
middle of working on data metadata stuff
2025-04-03 11:42:30 -06:00
dal
33eab20edb
return records no matter what
2025-04-02 16:43:50 -06:00
dal
90a11bc175
data metadat impl
2025-04-02 16:43:50 -06:00
dal
9a3b659212
refactor metric metadata
2025-04-02 16:43:49 -06:00
dal
8e7885c2ce
update docs
2025-04-02 14:49:00 -06:00
dal
021dbd2fa1
automatic integratino test set up
2025-04-02 14:46:28 -06:00
dal
7e982c3653
delete testkit
2025-04-02 14:28:29 -06:00
dal
2abf522c78
update testing
2025-04-02 14:27:20 -06:00
dal
86bf38719e
testing clean up
2025-04-02 12:33:50 -06:00
dal
57a40c37a7
delete tests
2025-04-02 12:31:50 -06:00
dal
568705d1be
remove old src that was moved to /server and some testing helpers and such
2025-04-02 12:29:58 -06:00
dal
17a4afc7ae
moved server into own space of workspace
2025-04-02 11:31:43 -06:00
dal
e9ac50fa4a
Enhance dashboard update functionality to support YAML content and versioning. Added file_content and update_version fields to UpdateDashboardRequest. Implemented YAML validation and metric association updates during dashboard record updates.
2025-04-02 10:46:10 -06:00
dal
92adcc6307
ok checking permission on delete message
2025-04-02 09:31:59 -06:00
dal
fd61fc3910
duplciate is unnested
2025-04-02 09:25:38 -06:00
dal
b0699bf5be
dashboard config
2025-04-02 09:07:57 -06:00
dal
95f43217cc
duplicate chat functionaligy
2025-04-02 08:21:21 -06:00
dal
8ccfb0d302
new prd, migration, etc.
2025-04-01 21:41:01 -06:00
dal
8186e29c5f
permission on get chat and metric now includes indexmap to preserve mapping orders
2025-04-01 16:18:53 -06:00
dal
3552a828ab
ok added in some sql best practices
2025-04-01 14:31:07 -06:00
dal
380bbb7969
small tweak to sql best practices prompt
2025-04-01 14:18:40 -06:00
dal
4c30dc3cca
collections fix
2025-04-01 14:05:22 -06:00
dal
5e3f67eb7d
empty chat title and databricks query fix
2025-04-01 13:43:10 -06:00
dal
72fb9089e5
query engine fix
2025-04-01 13:39:27 -06:00
dal
a24ba84fd3
enhancement_metric_associations
2025-04-01 13:25:17 -06:00
dal
c6a22b12d9
query engine optimization
2025-04-01 13:25:17 -06:00
dal
74a2c4a493
enhancement_dashboard_collections
2025-04-01 13:25:17 -06:00
dal
d5bd1d2ab4
list chat improvements
2025-04-01 13:25:17 -06:00
dal
2e01b9fb6f
claude command and post_chat_handler with final reasoning converted to minutes
2025-04-01 13:25:17 -06:00
dal
fc56081386
implement command
2025-04-01 13:25:17 -06:00
dal
79f9e2a352
prds for tasks
2025-04-01 13:25:17 -06:00
dal
b8fd636740
updated cursor and claude
2025-04-01 12:13:40 -06:00
dal
7d4aff5802
merging limit_query_engine_results
2025-04-01 12:10:24 -06:00
dal
bf008d70b1
apply optional limit to all query routes in query engine
2025-04-01 12:10:15 -06:00
dal
6c02bbe958
passing up data source id for run sql to consume
2025-04-01 12:09:11 -06:00
dal
8899fb8549
timeout and file message
2025-04-01 11:26:29 -06:00
dal
8f3fb8732d
search data catalog change
2025-04-01 10:08:32 -06:00
dal
c1c748eeda
temp drop on search data catlog
2025-03-31 17:39:25 -06:00
dal
ec0524f83a
fix on chart config object
2025-03-31 15:23:42 -06:00
dal
bbd326ebde
detailed errors on chart configs
2025-03-31 15:09:51 -06:00
dal
400dae6e58
search data catalog endpoint
2025-03-31 08:25:55 -06:00
dal
d7fb0f75ea
merging sql_analyzer_improvements
2025-03-28 15:51:08 -06:00
dal
5162af9040
fix on deploy datasets
2025-03-28 15:50:59 -06:00
dal
0937798f6a
semantic work
2025-03-28 14:16:21 -06:00
dal
a2273a81b5
bulk on favorite reqs
2025-03-28 13:47:37 -06:00
dal
169c0de789
update permission check on metric sharing
2025-03-26 11:25:46 -06:00
dal
fc79ff8d67
search functionality through rest
2025-03-25 15:03:34 -06:00
dal
df341a0ac5
Merge branch 'evals' into api_search_rest_endpoint
2025-03-25 14:31:07 -06:00
dal
22322f0711
search functionality
2025-03-25 14:31:02 -06:00
dal
60e54d0257
restore chat assets
2025-03-25 12:55:39 -06:00
dal
f219e90f19
merging restoration_project_chats_1
2025-03-25 12:39:29 -06:00
dal
2c659955ed
final touches on chat restoration
2025-03-25 12:38:49 -06:00
dal
3c9c014ede
Improve chat restoration message format
...
- Updated the restoration message format to use response_messages instead of request_message
- Added proper message structure with both file and text messages in a single response
- Updated integration tests to match the new format
- Set empty request_message as required
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-25 12:32:25 -06:00
dal
b3dc70bc21
Add chat asset restoration functionality
...
Implemented the ability to restore previous versions of metrics and dashboards through the chat interface. Key changes include:
- Created restore_chat_handler.rs to handle the restoration logic
- Added a new REST endpoint at PUT /chats/{id}/restore
- Updated module exports for the new functionality
- Added comprehensive integration tests
- Updated PRDs with implementation details
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-25 12:27:46 -06:00
dal
f48a51424b
search rest prd
2025-03-25 12:22:00 -06:00
dal
f9a96a9919
removed old prds
2025-03-25 12:10:07 -06:00
dal
87133bda96
merging put_organization_endpoint
2025-03-25 11:51:02 -06:00
dal
ae594af0ad
added the put organization endpoint
2025-03-25 11:50:53 -06:00
dal
49990d847f
merging dashboard_restore
2025-03-25 11:30:58 -06:00
dal
05a8b4b2c9
add in dashboard restore
2025-03-25 11:30:53 -06:00
dal
feb55bef39
merging metric_restore
2025-03-25 11:30:28 -06:00
dal
168972be6d
metric restore to version
2025-03-25 11:28:44 -06:00
dal
30a06ad60f
merging api_post_chat_rest_endpoint
2025-03-25 11:16:21 -06:00
dal
99c8f11548
optional prompt on rest chat post endpoint
2025-03-25 11:16:13 -06:00
dal
7b648fd3a2
merging api_post_chat_websocket_endpoint_prd
2025-03-25 11:14:44 -06:00
dal
16911b5fd3
optional prompt with asset type and id on websocket
2025-03-25 11:14:01 -06:00
dal
2076d7eb26
final restor functionality
2025-03-25 11:05:34 -06:00
dal
a2a6f79478
restoration prds
2025-03-25 11:04:55 -06:00
dal
f42213f715
added in optional prompt and normalized the asset id and filed
2025-03-25 11:04:55 -06:00
dal
3c027cf285
added in optional prompt and normalized the asset id and filed
2025-03-25 10:57:46 -06:00
dal
adcbca66aa
remove some deprecated tests
2025-03-25 09:32:35 -06:00
dal
5c88eda5c6
name bugs on chats and logs
2025-03-24 23:14:54 -06:00
dal
8a79550bfe
ok access controls fully implemented
2025-03-24 23:09:36 -06:00
dal
0bc489c5f7
ok dashboards ✅
2025-03-24 23:09:36 -06:00
dal
0e051bfb13
access control changes so far
2025-03-24 23:09:36 -06:00
dal
11cfd9d3a3
updates for testing docs
2025-03-24 23:09:35 -06:00
dal
da62ce2222
fix on merge conflict
2025-03-24 13:57:40 -06:00
dal
13938a8140
merging data_source_endpoints
2025-03-24 13:54:35 -06:00
dal
c19c824e47
data source endpoints
2025-03-24 13:54:23 -06:00
dal
89dffd1c6a
data source and supabase create client
2025-03-24 13:46:03 -06:00
dal
edb9d2090a
endoints and handlers built moving on to testing
2025-03-24 13:25:35 -06:00
dal
0686febbfb
add in supabase helper
2025-03-24 13:17:37 -06:00
dal
4c052e0c03
type on get data source handler
2025-03-24 12:24:08 -06:00
dal
5be0347a1b
default database, schema, etc.
2025-03-24 12:11:40 -06:00
dal
6adf84b8d3
update version param on updates for dashboard and metric pushed up
2025-03-24 11:15:24 -06:00
dal
7448967a7d
version number on data
2025-03-24 10:54:26 -06:00
dal
1dcf3cee05
move metric title to name across ap
2025-03-24 09:46:46 -06:00
dal
a51db75aac
finish the permission check
2025-03-23 16:01:07 -06:00
dal
2ef2ad1499
update prds for permissions
2025-03-22 14:58:56 -06:00
dal
b569c8750b
fix handoff tool
2025-03-22 14:27:20 -06:00
dal
dbe2c3d6b7
handoff agent
2025-03-22 00:05:43 -06:00
dal
8d3f647a9e
update claude with the sql_analyzer lib
2025-03-21 23:58:31 -06:00
dal
1305d6bb5d
merging sql_analyzer_lib
2025-03-21 23:44:56 -06:00
dal
5a8e117019
created sql analyzer lib
2025-03-21 23:44:49 -06:00
dal
8394090cee
prds
2025-03-21 23:21:46 -06:00
dal
badfac6e55
user permission checks and cache on user with other prds
2025-03-21 23:17:28 -06:00
dal
cf73c809f1
remove bad functions out of handlers
2025-03-21 16:38:11 -06:00
dal
33e30103e1
new prds for chat handler
2025-03-21 16:05:30 -06:00
dal
40c53041c4
merging asset_permission_admin_check
2025-03-21 15:20:24 -06:00
dal
04780d8f72
asset permission admin check
2025-03-21 15:20:16 -06:00
dal
460a7d0131
make sure we have title on chat objects being update
2025-03-21 15:07:50 -06:00
dal
2a61306c17
prds and starting to filter out the credentials
2025-03-21 14:37:13 -06:00
dal
01f2c76ac3
update dashboard name
2025-03-21 14:09:09 -06:00
dal
326dfaaea1
add more claude context and docs
2025-03-21 13:48:37 -06:00
dal
ff004035b1
clean up merge conflict
2025-03-21 13:24:46 -06:00
dal
81f6e6cf9e
merging clippy_cleanup
2025-03-21 13:23:55 -06:00
dal
dc483020be
final clean up
2025-03-21 13:23:11 -06:00
dal
8bfd0f04af
clean up src
2025-03-21 13:13:48 -06:00
dal
dba826d874
clean up
2025-03-21 12:54:54 -06:00
dal
39385acf9d
Fix unused variables and redundant local bindings in post_chat_handler.rs
2025-03-21 12:18:26 -06:00
dal
81228d2509
merging update_data_source_endpoint
2025-03-21 12:16:58 -06:00
dal
ee830562cf
update data source stubbed, but will change
2025-03-21 12:10:57 -06:00
dal
9a847bc6e6
remove unused
2025-03-21 11:46:28 -06:00
dal
5729d34f8c
credentials instead of value
2025-03-21 11:46:20 -06:00
dal
52f0caf5be
adding up the get data source endpoint
2025-03-21 11:44:03 -06:00
dal
bb5a28c616
merging get_data_source_endpoint
2025-03-21 11:37:39 -06:00
dal
653b1c3381
get data source endpoint
2025-03-21 11:37:28 -06:00
dal
26a9397228
associate files correclty.
2025-03-21 11:36:13 -06:00
dal
71f1a41e39
Fix more unused variables throughout handlers library
2025-03-21 11:31:57 -06:00
dal
a5529b4746
Fix Clippy warnings in post_chat_handler and add proper prefixes for unused variables
2025-03-21 11:29:25 -06:00
dal
63933d6627
Fix multiple Clippy warnings in handlers library
2025-03-21 11:26:57 -06:00
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
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
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
dal
9f0d376fb0
cleaning up warnings
2025-03-20 16:50:31 -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
dal
748562c0e2
fix delete metric on client and server
2025-03-20 15:47:19 -06:00
dal
7e20e9bb6a
remove old prds
2025-03-20 15:40:42 -06:00