oneuptime/CommonServer
2024-07-10 11:09:44 +01:00
..
API chore: Refactor CopilotCodeRepositoryAPI to remove unnecessary onBeforeCommitScript, onBeforeRepositoryCloneScript, onAfterCommitScript, and onAfterRepositoryCloneScript properties 2024-07-09 18:12:08 +01:00
Docs refactor: Update CodeRepositoryUtil to include serviceRepository parameter in createBranch and createOrCheckoutBranch 2024-06-13 14:11:09 +01:00
Infrastructure Refactor MigrationName1720532068612 to delete all records from CopilotAction and drop a foreign key constraint 2024-07-10 11:09:44 +01:00
Middleware chore: Update import paths for CodeRepository to CopilotCodeRepository 2024-07-09 13:53:50 +01:00
Services chore: Update import paths for CodeRepository to CopilotCodeRepository 2024-07-09 14:17:05 +01:00
Tests ```text 2024-07-02 11:14:42 +01:00
Types refactor: Add notification webhook on user creation 2024-06-25 22:48:46 +01:00
Utils Refactor CORS headers to allow all origins and additional headers 2024-07-09 20:08:45 +01:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
BillingConfig.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
DatabaseConfig.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
EnvironmentConfig.ts refactor: Update install.sh to support Windows OS 2024-06-27 10:50:32 +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 Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
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.