oneuptime/CommonServer
2024-04-26 14:30:17 +01:00
..
API Refactor status API to return JSON object with status 'ok' 2024-04-24 18:00:35 +01:00
Infrastructure Refactor Redis, Postgres, and Clickhouse connection check methods 2024-04-24 14:55:48 +01:00
Middleware Update imports and refactor logger 2024-02-21 18:33:13 +00:00
Services Refactor import statements and update component types in multiple files 2024-04-22 20:41:36 +01:00
Tests Refactor logging statements in StatementGenerator.test.ts 2024-04-24 17:54:54 +01:00
Types Refactor Schedule component to include run method in WebhookTrigger 2024-04-24 19:33:38 +01:00
Utils Refactor code to remove unused imports and routes 2024-04-26 14:30:17 +01:00
.dockerignore
BillingConfig.ts
DatabaseConfig.ts
EnvironmentConfig.ts Add IsolatedVMHostname to EnvironmentConfig.ts and docker-compose files 2024-04-05 20:02:33 +01:00
jest.config.json
package-lock.json Update axios version in package.json and package-lock.json 2024-04-06 21:25:10 +01:00
package.json Update axios version in package.json and package-lock.json 2024-04-06 21:25:10 +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.