oneuptime/Common
2025-12-29 19:46:03 +00:00
..
Models style: Improve code formatting and add comments for clarity across multiple files 2025-12-29 14:13:05 +00:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server feat: Implement KEDA autoscaling for AI Agent with metrics endpoint and configuration 2025-12-29 19:28:00 +00:00
Tests style: Update Badge and SideMenuItem components for improved styling and responsiveness 2025-12-29 19:04:30 +00:00
Types feat: Refactor AIAgentTaskLog model to store severity and message as direct columns, removing JSON array structure 2025-12-28 11:58:18 +00:00
Typings feat: Update no items message in Notification Logs tables to include pluralization 2025-08-12 14:57:25 +01:00
UI style: Add margin-bottom to Banner component for improved spacing 2025-12-29 19:46:03 +00:00
Utils refactor: improve formatting and readability in error handling and network monitoring code 2025-12-04 21:54:13 +00:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
.gitignore fix ignore files 2022-04-24 20:20:53 +01:00
jest.config.json test: Skip database-dependent test suites and update mock configurations 2025-12-16 19:18:28 +00:00
package-lock.json fix: Add peer dependency flag to various packages in package-lock.json 2025-12-16 15:29:37 +00:00
package.json feat: Add repository field to package.json files across the project 2025-12-11 21:31:52 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
ServiceRoute.ts feat(telemetry): add new Telemetry service (OTel, Syslog, Fluent, Metrics, Traces) and unified ingestion pipeline 2025-11-07 21:36:47 +00:00
test-setup.sh refactor: Update environment variable name for billing private key in test.common.yaml and test-setup.sh 2024-08-15 16:39:15 +01:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

OneUptime Common UI Library

The OneUptime Common UI Library is a collection of shared components, utilities that are used across the OneUptime platform. It is designed to be easy to install and use, and to be extensible. This library is built with React and TypeScript. It includes components like buttons, modals, and form elements. It also includes utilities like date formatting, and string manipulation.