oneuptime/Copilot
Simon Larsen a73b050a4d
refactor: Update CodeRepositoryUtil to include serviceRepository parameter in createBranch and createOrCheckoutBranch
This commit modifies the CodeRepositoryUtil class in CodeRepository.ts to include a new parameter, serviceRepository, in the createBranch and createOrCheckoutBranch methods. This change allows for better integration with the ServiceRepository class and improves the flexibility and maintainability of the code.
2024-06-13 12:47:42 +01:00
..
Utils refactor: Update CodeRepositoryUtil to include serviceRepository parameter in createBranch and createOrCheckoutBranch 2024-06-13 12:47:42 +01:00
.dockerignore
.env.example refactor: Update GitHub token handling in Config.ts 2024-06-12 11:31:50 +01:00
.gitattributes
.gitignore
Config.ts refactor: Update ServiceRepository to use number type for limitNumberOfOpenPullRequestsCount 2024-06-12 15:38:54 +01:00
Dockerfile.tpl refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:00:33 +01:00
Index.ts refactor: Update CodeRepositoryUtil to include serviceRepository parameter in createBranch and createOrCheckoutBranch 2024-06-13 12:47:42 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json
package-lock.json refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:20:52 +01:00
package.json refactor: Update CodeRepositoryAPI endpoint to use POST method for getting code repository 2024-06-11 13:20:52 +01:00
README.md refactor: Update Dockerfile and build steps for Copilot service 2024-06-10 17:19:25 +01:00
tsconfig.json

OneUptime Copilot

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

Run Copilot with Docker

docker run -v $(pwd):/app -w /app oneuptime/copilot

Volumes

  • /repository - The directory where your codebase is located.