oneuptime/Copilot
Simon Larsen 6ef17b1720
chore: Update Dockerfile to set stack trace limit to 0
This commit updates the Dockerfile to set the stack trace limit to 0, allowing full stack traces to be shown. This change ensures that developers have access to complete stack trace information when debugging the application.
2024-07-02 12:29:31 +01:00
..
Exceptions refactor: Fix formatting and add comments in ArrayUtil.ts and CopilotActionProcessingException.ts 2024-06-23 21:37:36 +01:00
Service refactor: Improve comments and error handling in Llama.ts and ImproveComments.ts 2024-07-01 10:39:27 +01:00
Types refactor: Extract code from CopilotActionBase to separate functions 2024-06-26 19:33:01 +01:00
Utils refactor: Remove unused getNextFilePath method in CopilotActionsBase.ts 2024-06-26 21:43:13 +01:00
.dockerignore refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
.env.example refactor: Update Llama app to use local model path instead of model ID 2024-06-19 15:06:36 +01:00
.gitattributes refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
.gitignore refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
Config.ts refactor: Update LlmType import paths in Copilot/Config.ts, Copilot/Service/LLM/Llama.ts, and Copilot/Service/LLM/LLM.ts 2024-06-20 21:37:24 +01:00
Dockerfile.tpl chore: Update Dockerfile to set stack trace limit to 0 2024-07-02 12:29:31 +01:00
Index.ts refactor: Update Llama app to use local model path instead of model ID 2024-06-19 15:06:36 +01:00
Init.ts refactor: Refactor code into smaller functions/methods 2024-06-27 15:48:52 +01:00
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
nodemon.json refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
package-lock.json chore: Update notification method description in NotificationSettings.tsx 2024-07-02 11:25:36 +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 Remove unused GitHub workflow files for Dependabot Automerge and Playwright Tests. These files are no longer needed and can be safely deleted. 2024-06-28 14:47:27 +01:00
tsconfig.json refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00

OneUptime Copilot

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

Run Copilot with Docker

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

Volumes

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