oneuptime/App
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
..
.vscode
FeatureSet refactor: Update createdAt queries to use QueryHelper.inBetween 2024-06-01 19:32:12 +01:00
greenlock Update Greenlock packageRoot path in StatusPageCerts.ts and app.yaml 2024-04-23 16:39:43 +01:00
.dockerignore
.gitattributes
.gitignore Update .gitignore and nodemon.json 2024-01-11 19:05:18 +05:30
Dockerfile.tpl Update Dockerfile.tpl files to set APP_VERSION to 1.0.0 if not set 2024-04-09 13:03:32 +01:00
Index.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
nodemon.json Update .gitignore and nodemon.json 2024-01-11 19:05:18 +05:30
package-lock.json refactor: Update dependencies and scripts in package.json files 2024-05-17 13:17:56 +01:00
package.json refactor: Update dependencies and scripts in package.json files 2024-05-17 13:17:56 +01:00
README.md
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact