oneuptime/CommonServer
Simon Larsen dfb7f2320c
refactor: Update jest.config.json files with testPathIgnorePatterns
The jest.config.json files in the Model, Probe, Common, Copilot, CommonUI, Ingestor, IsolatedVM, TestServer, and CommonServer directories have been updated. The "testPathIgnorePatterns" property has been added to each file, excluding the "node_modules" and "dist" directories from test path matching. This change improves test performance and ensures that unnecessary files are not included in the test coverage.
2024-06-11 14:52:55 +01:00
..
API refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:25:41 +01:00
Infrastructure feat: Add doNotShowWhenCreating option to Field interface 2024-06-11 11:33:26 +01:00
Middleware refactor: Update QueryHelper to use FindOperator for any and in methods 2024-06-01 19:31:20 +01:00
Services refactor: Update import statements in MonitorService.ts 2024-06-11 13:53:05 +01:00
Tests refactor: Update StatementGenerator.ts to improve code readability and maintainability 2024-06-08 09:49:49 +01:00
Types refactor: Update ReadPermission to use object syntax for access control column assignment 2024-06-03 12:09:19 +01:00
Utils refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
.dockerignore
BillingConfig.ts
DatabaseConfig.ts refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
EnvironmentConfig.ts refactor: Update ALLOWED_ACTIVE_MONITOR_COUNT_IN_FREE_PLAN to 10 2024-06-11 13:50:55 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
package-lock.json refactor: Update CommonServer/package.json and Ingestor/Service/OTelIngest.ts 2024-06-07 16:57:24 +01:00
package.json refactor: Update CommonServer/package.json and Ingestor/Service/OTelIngest.ts 2024-06-07 16:57:24 +01:00
README.md
test-setup.sh refactor: Update environment variable setup in test-setup.sh 2024-06-03 13:37:23 +01:00
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.