oneuptime/CommonServer
2024-04-05 20:02:33 +01:00
..
API Remove unnecessary blank lines in StatusPageAPI.ts 2024-03-31 13:47:21 +01:00
Infrastructure Fix rendering server error and parseJSONObject function*** 2024-03-04 11:32:59 +00:00
Middleware Update imports and refactor logger 2024-02-21 18:33:13 +00:00
Services Fix issues with totalCostInUSD calculation and service token caching 2024-04-05 09:40:36 +01:00
Tests Update import statements for ProductType in multiple files 2024-04-04 20:56:03 +01:00
Types Fix formatting and import issues 2024-04-04 21:07:34 +01:00
Utils Add log level configuration 2024-04-05 17:52:34 +01:00
.dockerignore
BillingConfig.ts Refactor code formatting and remove unnecessary whitespace 2023-12-26 11:23:18 +00:00
DatabaseConfig.ts fix js lint 2023-09-29 13:40:41 +01:00
EnvironmentConfig.ts Add IsolatedVMHostname to EnvironmentConfig.ts and docker-compose files 2024-04-05 20:02:33 +01:00
jest.config.json Update Jest configuration and API test file 2023-11-21 14:33:05 +00:00
package-lock.json Remove unused OpenTelemetry dependencies 2024-04-05 12:37:56 +01:00
package.json Remove unused OpenTelemetry dependencies 2024-04-05 12:37:56 +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

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.