oneuptime/Common
Nawaz Dhandala c1efcf578f
feat(migration): Refactor MigrationName1767979448478 for improved readability and structure
- Updated migration script to enhance code clarity and maintainability.
- Reformatted SQL queries for better readability.
- Added comments to clarify migration steps.
- Ensured consistent use of async/await syntax.
- Updated index file to include the new migration.
- Adjusted TelemetryUsageBillingService and other components for better code style and consistency.
2026-01-09 19:36:10 +00:00
..
Models fix: Update create permissions for AIAgentTask model to include necessary roles 2026-01-09 19:10:14 +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(migration): Refactor MigrationName1767979448478 for improved readability and structure 2026-01-09 19:36:10 +00:00
Tests style: Update Badge and SideMenuItem components for improved styling and responsiveness 2025-12-29 19:04:30 +00:00
Types refactor: Replace telemetryServiceId with serviceId in FixException metadata and related services for consistency 2026-01-09 18:43:39 +00:00
Typings feat: Update no items message in Notification Logs tables to include pluralization 2025-08-12 14:57:25 +01:00
UI feat(migration): Refactor MigrationName1767979448478 for improved readability and structure 2026-01-09 19:36:10 +00:00
Utils feat: Add Service Owners, Settings, Side Menu, Telemetry Services, and Traces pages 2026-01-09 13:53:21 +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 chore: npm audit fix 2026-01-09 01:58:08 +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.