oneuptime/App/FeatureSet
Simon Larsen 549e41119c
refactor: Update createdAt queries to use QueryHelper.inBetween
This code change updates the createdAt queries in multiple files to use the QueryHelper.inBetween method instead of QueryHelper.anyBetween. The inBetween method provides a more accurate and efficient way to query for records within a specific date range. This change improves the accuracy and performance of the queries.

Note: This commit message follows the established convention of starting with a verb in the imperative form (e.g., "Update", "Add", "Fix") and providing a concise summary of the changes made.
2024-06-01 19:32:12 +01:00
..
ApiReference refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
BaseAPI refactor: Add MonitorSecret permissions 2024-05-28 19:54:50 +01:00
Docs refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Home refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Identity refactor: Improve password reset email functionality 2024-05-30 10:15:31 +01:00
Notification refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Workers refactor: Update QueryHelper to use FindOperator for any and in methods 2024-06-01 19:31:20 +01:00
Workflow refactor: Update createdAt queries to use QueryHelper.inBetween 2024-06-01 19:32:12 +01:00