buster/packages/database/src/queries/reports
dal f3cf5f46c4
Refactor report retrieval to include permission checks and enhance filtering options
- Updated GET reports endpoint to use `getReportsWithPermissions` for improved access control.
- Added support for filtering reports based on `shared_with_me` and `only_my_reports` flags.
- Introduced `getReportsWithPermissions` function to handle complex permission logic in the database layer.
- Enhanced report metadata retrieval to ensure proper access validation before fetching report details.
2025-08-22 11:14:50 -06:00
..
append-report-content.ts Add comment to content 2025-08-07 14:12:32 -06:00
batch-update-report.ts Refactor report creation and modification logic. Introduced batch update functionality for reports, improved version history management, and enhanced error handling during report updates. Adjusted task duration settings for better performance and refined file extraction logic to filter out reports and metrics appropriately. 2025-08-18 17:00:42 -06:00
get-report-content.ts modify metric delta close 2025-08-20 16:08:12 -06:00
get-report-metadata.ts report files metadata 2025-08-19 14:17:36 -06:00
get-report-title.ts create new schema for reports 2025-08-04 14:03:52 -06:00
get-report.ts Add additional asset queries 2025-08-04 22:13:09 -06:00
get-reports-list.ts collection and assets queries 2025-08-04 16:45:49 -06:00
get-reports-with-permissions.ts Refactor report retrieval to include permission checks and enhance filtering options 2025-08-22 11:14:50 -06:00
index.ts Refactor report retrieval to include permission checks and enhance filtering options 2025-08-22 11:14:50 -06:00
replace-report-content.ts Add comment to content 2025-08-07 14:12:32 -06:00
update-report-content.ts lots of changes 2025-08-18 12:43:28 -06:00
update-report.ts Add comment to content 2025-08-07 14:12:32 -06:00