oneuptime/CommonServer
2024-05-03 13:03:01 +01:00
..
API Refactor StatusPageAPI to improve code readability and maintainability 2024-05-01 13:12:16 +01:00
Infrastructure Refactor Queue class to use explicit type annotation for queue variable 2024-05-03 10:30:41 +01:00
Middleware
Services Refactor and delete unused Metric services and models 2024-05-03 13:03:01 +01:00
Tests Refactor API endpoints to use sendEmptySuccessResponse instead of sendEmptyResponse 2024-04-28 19:52:57 +01:00
Types Refactor StatusPageAPI and UpdateByID to improve code readability and maintainability 2024-05-01 13:08:15 +01:00
Utils Refactor LetsEncrypt configuration and update GreenlockUtil class 2024-05-01 12:42:32 +01:00
.dockerignore
BillingConfig.ts
DatabaseConfig.ts
EnvironmentConfig.ts Refactor LetsEncrypt configuration and update GreenlockUtil class 2024-05-01 12:42:32 +01:00
jest.config.json
package-lock.json Merge pull request #1359 from OneUptime/snyk-fix-6d9e266d473ce0fed1ec1645f0bf6548 2024-04-30 22:13:44 +01:00
package.json Merge pull request #1359 from OneUptime/snyk-fix-6d9e266d473ce0fed1ec1645f0bf6548 2024-04-30 22:13:44 +01:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
test-setup.sh
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

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.