oneuptime/Copilot
Simon Larsen a33b1f20f8
feat: Add migration for dropping NOT NULL constraint on serviceCatalogId and serviceRepositoryId in CopilotPullRequest
This commit adds a migration file (1720806196274-MigrationName.ts) that drops the NOT NULL constraint on the columns "serviceCatalogId" and "serviceRepositoryId" in the "CopilotPullRequest" table. This change allows these columns to have nullable values, providing flexibility in the data model.
2024-07-12 18:46:41 +01:00
..
Exceptions refactor: Add timeout handling to Llama prompt execution 2024-07-08 18:06:06 +01:00
Service feat: Add migration for dropping NOT NULL constraint on serviceCatalogId and serviceRepositoryId in CopilotPullRequest 2024-07-12 18:46:41 +01:00
Templates/.oneuptime chore: Remove unused configuration files and scripts 2024-07-10 22:07:52 +01:00
Types chore: Update LlmType enum and related code 2024-07-10 21:33:38 +01:00
Utils feat: Add git commands to add and commit changes in CodeRepositoryUtil 2024-07-10 22:53:31 +01:00
.dockerignore
.env.example chore: Update Copilot configuration files 2024-07-10 18:19:09 +01:00
.gitattributes
.gitignore
Config.ts chore: Update LlmType enum and related code 2024-07-10 18:39:13 +01:00
Dockerfile.tpl chore: Update Copilot configuration files 2024-07-10 18:19:09 +01:00
Index.ts
Init.ts feat: Add git commands to add and commit changes in CodeRepositoryUtil 2024-07-10 22:53:31 +01:00
jest.config.json
nodemon.json Refactor executeScript function to execute multiple commands sequentially 2024-07-09 21:06:40 +01:00
package-lock.json chore: Update LlmType enum and related code 2024-07-10 18:36:00 +01:00
package.json chore: Update LlmType enum and related code 2024-07-10 18:36:00 +01:00
README.md chore: Update Copilot configuration files 2024-07-10 18:19:09 +01:00
tsconfig.json

OneUptime Copilot

Copilot is a tool that helps you improve your codebase automatically.

Please refer to the official documentation for more information.