oneuptime/CommonServer
2024-03-17 13:46:49 +00:00
..
API Update BillingInvoice status to use enum 2024-03-01 12:04:32 +00: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 Remove duplicate code 2024-03-15 22:27:23 +09:00
Tests Delete ProjectTestService.ts 2024-03-15 22:27:23 +09:00
Types Fix rendering server error and parseJSONObject function*** 2024-03-04 11:32:59 +00:00
Utils Add OpenTelemetry headers to probe and other services 2024-03-17 13:46:49 +00:00
.dockerignore
BillingConfig.ts
DatabaseConfig.ts
EnvironmentConfig.ts Add FeatureSet import and type annotation 2024-01-11 19:25:07 +05:30
jest.config.json
package-lock.json Merge remote-tracking branch 'origin/snyk-upgrade-1682d4fd0819106795b1e350f9ec5c87 2024-03-13 10:52:01 +00:00
package.json Update package.json licenses to Apache-2.0 2024-03-14 14:22:54 +00: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.