oneuptime/Copilot
2024-06-14 12:09:53 +01:00
..
Utils refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
.dockerignore
.env.example refactor: Update branch name in Copilot/Index.ts and add GITHUB_USERNAME to .env.example 2024-06-13 13:10:14 +01:00
.gitattributes
.gitignore
Config.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +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 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
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
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.