oneuptime/CommonServer
2024-04-02 20:26:39 +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 proration behavior in BillingService 2024-03-24 13:01:00 +00:00
Tests Delete ProjectTestService.ts 2024-03-15 22:27:23 +09:00
Types Add support for FindOperator in QueryHelper 2024-03-29 09:25:27 +00:00
Utils Add ArrayUtil.removeDuplicates() method and refactor ServerProcessUtil.getProcesses() method 2024-04-02 20:26:39 +01:00
.dockerignore
BillingConfig.ts
DatabaseConfig.ts
EnvironmentConfig.ts
jest.config.json
package-lock.json fix: CommonServer/package.json & CommonServer/package-lock.json to reduce vulnerabilities 2024-03-27 03:45:54 +00:00
package.json fix: CommonServer/package.json & CommonServer/package-lock.json to reduce vulnerabilities 2024-03-27 03:45: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.