oneuptime/CommonServer
Simon Larsen d7e9776a3c
refactor: Update CodeRepository.getRepository() to return a Promise
Update CodeRepository.getRepository() to return a Promise<CodeRepositoryModel> instead of a string. This change improves the functionality and flexibility of the CodeRepository class.
2024-06-11 11:10:36 +01:00
..
API refactor: Add isMonotonic column to Metric model 2024-06-10 12:49:29 +01:00
Infrastructure refactor: Update file paths in code changes 2024-06-10 17:59:22 +01:00
Middleware refactor: Update QueryHelper to use FindOperator for any and in methods 2024-06-01 19:31:20 +01:00
Services refactor: Update CodeRepository.getRepository() to return a Promise 2024-06-11 11:10:36 +01:00
Tests refactor: Update StatementGenerator.ts to improve code readability and maintainability 2024-06-08 09:49:49 +01:00
Types refactor: Update ReadPermission to use object syntax for access control column assignment 2024-06-03 12:09:19 +01:00
Utils add code repository basic functions 2024-06-10 19:40:27 +01:00
.dockerignore
BillingConfig.ts
DatabaseConfig.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
EnvironmentConfig.ts refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
jest.config.json refactor: Update BaseAPI test to use updateOneById instead of updateOneBy 2024-06-02 23:10:03 +01:00
package-lock.json refactor: Update CommonServer/package.json and Ingestor/Service/OTelIngest.ts 2024-06-07 16:57:24 +01:00
package.json refactor: Update CommonServer/package.json and Ingestor/Service/OTelIngest.ts 2024-06-07 16:57:24 +01:00
README.md
test-setup.sh refactor: Update environment variable setup in test-setup.sh 2024-06-03 13:37:23 +01:00
tsconfig.json

OneUptime Common Server Library

The OneUptime Common Server Library is a collection of shared components, utilities that are used across the OneUptime platform. This library is built with Node.js and TypeScript. It includes utilities like database connection, and query builders, etc.