oneuptime/CommonServer
2024-06-24 19:19:52 +01:00
..
API refactor: Update LlmType import paths in Copilot/Config.ts, Copilot/Service/LLM/Llama.ts, and Copilot/Service/LLM/LLM.ts 2024-06-20 21:37:24 +01:00
Docs refactor: Update CodeRepositoryUtil to include serviceRepository parameter in createBranch and createOrCheckoutBranch 2024-06-13 14:11:09 +01:00
Infrastructure refactor: Add missing comma in SchemaMigrations/Index.ts 2024-06-24 19:19:52 +01:00
Middleware refactor: Update Llama app to use local model path instead of model ID 2024-06-19 15:06:36 +01:00
Services refactor: Remove unused CopilotEvent and CopilotEventService 2024-06-20 11:41:04 +01:00
Tests refactor: Update import statements for jest in test files 2024-06-14 17:01:06 +01:00
Types refactor: Update import statements for jest in test files 2024-06-14 15:42:33 +01:00
Utils refactor: Add logging statements for IncomingRequestMonitor 2024-06-24 17:31:42 +01:00
.dockerignore
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 symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +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

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.