oneuptime/CommonServer
Simon Larsen 71151ea92e
feat: Add serviceCatalogId and serviceRepositoryId to CopilotPullRequestAPI and CopilotActionAPI
This commit adds the `serviceCatalogId` and `serviceRepositoryId` fields to the `CopilotPullRequestAPI` and `CopilotActionAPI` classes. These fields are included in the API response to provide additional information about the service catalog and service repository associated with a pull request or action. This change enhances the data returned by the APIs and improves the overall functionality of the application.
2024-07-12 22:04:18 +01:00
..
API feat: Add serviceCatalogId and serviceRepositoryId to CopilotPullRequestAPI and CopilotActionAPI 2024-07-12 22:04:18 +01:00
Docs refactor: Update CodeRepositoryUtil to include serviceRepository parameter in createBranch and createOrCheckoutBranch 2024-06-13 14:11:09 +01:00
Infrastructure chore: Delete all data from CopilotAction table in MigrationName1720785305192 2024-07-12 20:43:31 +01:00
Middleware chore: Update import paths for CodeRepository to CopilotCodeRepository 2024-07-09 13:53:50 +01:00
Services feat: Add CopilotPullRequestStatus enum 2024-07-12 13:07:59 +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 feat: Add serviceCatalogId and serviceRepositoryId to CopilotPullRequestAPI and CopilotActionAPI 2024-07-12 22:04:18 +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.