mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
a73b050a4d
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. |
||
---|---|---|
.. | ||
Utils | ||
.dockerignore | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
Config.ts | ||
Dockerfile.tpl | ||
Index.ts | ||
jest.config.json | ||
nodemon.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
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.