oneuptime/Copilot
Simon Larsen 1702558d73
chore: update package-lock.json files to add @types/web-push and web-push dependencies
- Added "@types/web-push": "^3.6.4" to multiple package-lock.json files.
- Added "web-push": "^3.6.7" to multiple package-lock.json files.
- Removed "lodash" and "@types/lodash" from multiple package-lock.json files.
2025-07-30 15:21:03 +01:00
..
Exceptions refactor: Add timeout handling to Llama prompt execution 2024-07-08 18:06:06 +01:00
Service Refactor Docker instructions in Copilot introduction.md 2024-09-08 21:30:09 +01:00
Templates/.oneuptime chore: Remove unused configuration files and scripts 2024-07-10 22:07:52 +01:00
Types refactor: Update LLMBase.ts and OpenAI.ts to import CopilotActionPrompt from the new location 2024-09-04 14:52:32 +01:00
Utils Refactor CopilotActionUtil logger.debug statement 2024-09-08 21:31:50 +01:00
.dockerignore refactor: Update logger to use configured log level 2024-06-10 17:00:07 +01:00
.env.example chore: Update Copilot configuration files 2024-07-10 18:19:09 +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 LLMBase.ts and OpenAI.ts to import CopilotActionPrompt from the new location 2024-09-04 14:52:32 +01:00
Dockerfile.tpl Set permission to write logs and cache on /tmp/npm in case container run as non root 2025-06-10 19:11:37 +01:00
Index.ts fix: add error logging across multiple components and services 2025-06-11 10:14:09 +01:00
Init.ts refactor: Enable lazy loading for images in Copilot/Utils/CopilotAction.ts, Common/Utils/CronTime.ts, Common/Server/Services/BillingInvoiceService.ts, and Dashboard/src/Pages/Settings/Invoices.tsx 2024-09-05 19:08:40 +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 import statements for CommonUI to use Common/UI 2024-08-07 16:14:31 -06:00
package-lock.json chore: update package-lock.json files to add @types/web-push and web-push dependencies 2025-07-30 15:21:03 +01:00
package.json fix: increase Node.js memory limit in start script for all packages 2025-04-14 11:27:06 +01:00
README.md Update documentation paths for consistency and clarity 2024-09-18 20:56:04 +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.

Please refer to the official documentation for more information.