oneuptime/Common
Simon Larsen cc9372edfb
Some checks failed
Build / docker-build-accounts (push) Has been cancelled
Build / docker-build-isolated-vm (push) Has been cancelled
Build / docker-build-home (push) Has been cancelled
Build / docker-build-worker (push) Has been cancelled
Build / docker-build-workflow (push) Has been cancelled
Build / docker-build-api-reference (push) Has been cancelled
Build / docker-build-docs (push) Has been cancelled
Build / docker-build-otel-collector (push) Has been cancelled
Build / docker-build-app (push) Has been cancelled
Build / docker-build-e2e (push) Has been cancelled
Build / docker-build-admin-dashboard (push) Has been cancelled
Build / docker-build-dashboard (push) Has been cancelled
Build / docker-build-probe (push) Has been cancelled
Build / docker-build-probe-ingest (push) Has been cancelled
Build / docker-build-server-monitor-ingest (push) Has been cancelled
Build / docker-build-telemetry (push) Has been cancelled
Build / docker-build-incoming-request-ingest (push) Has been cancelled
Build / docker-build-status-page (push) Has been cancelled
Build / docker-build-test-server (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Common Jobs / helm-lint (push) Has been cancelled
Common Jobs / js-lint (push) Has been cancelled
Compile / compile-accounts (push) Has been cancelled
Compile / compile-isolated-vm (push) Has been cancelled
Compile / compile-common (push) Has been cancelled
Compile / compile-app (push) Has been cancelled
Compile / compile-home (push) Has been cancelled
Compile / compile-worker (push) Has been cancelled
Compile / compile-workflow (push) Has been cancelled
Compile / compile-api-reference (push) Has been cancelled
Compile / compile-docs-reference (push) Has been cancelled
Compile / compile-nginx (push) Has been cancelled
Compile / compile-infrastructure-agent (push) Has been cancelled
Compile / compile-admin-dashboard (push) Has been cancelled
Compile / compile-dashboard (push) Has been cancelled
Compile / compile-e2e (push) Has been cancelled
Compile / compile-probe (push) Has been cancelled
Compile / compile-probe-ingest (push) Has been cancelled
Compile / compile-server-monitor-ingest (push) Has been cancelled
Compile / compile-telemetry (push) Has been cancelled
Compile / compile-incoming-request-ingest (push) Has been cancelled
Compile / compile-status-page (push) Has been cancelled
Compile / compile-test-server (push) Has been cancelled
Compile / compile-mcp (push) Has been cancelled
OpenAPI Spec Generation / generate-openapi-spec (push) Has been cancelled
Terraform Provider Generation / generate-terraform-provider (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / generate-build-number (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / read-version (push) Has been cancelled
Common Test / test (push) Has been cancelled
Incoming Request Ingest Test / test (push) Has been cancelled
MCP Server Test / test (push) Has been cancelled
ProbeIngest Test / test (push) Has been cancelled
Probe Test / test (push) Has been cancelled
Telemetry Test / test (push) Has been cancelled
Tests / test-app (push) Has been cancelled
Tests / test-home (push) Has been cancelled
Tests / test-worker (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / mcp-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / nginx-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / e2e-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / test-server-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / otel-collector-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / isolated-vm-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / home-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / status-page-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / test-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / probe-ingest-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / server-monitor-ingest-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / incoming-request-ingest-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / telemetry-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / probe-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / dashboard-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / admin-dashboard-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / app-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / api-reference-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / accounts-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / worker-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / workflow-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / docs-docker-image-deploy (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / publish-terraform-provider (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / test-helm-chart (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / test-e2e-test-saas (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / test-e2e-test-self-hosted (push) Has been cancelled
Push Test Images to Docker Hub and GitHub Container Registry / infrastructure-agent-deploy (push) Has been cancelled
Merge pull request #2192 from OneUptime/demo-improve
Demo improve
2025-12-19 21:27:34 +00:00
..
Models feat: Remove EnableMCP decorator from Project model 2025-12-18 13:21:07 +00:00
Scripts feat: Implement service worker generation script and update build process for Dashboard 2025-07-30 11:18:55 +01:00
Server Merge pull request #2192 from OneUptime/demo-improve 2025-12-19 21:27:34 +00:00
Tests test: Refactor test fixtures in BaseAPI tests for consistency and clarity 2025-12-18 13:59:24 +00:00
Types feat: add UUID validation methods to ObjectID and update BaseAPI to use them 2025-12-18 12:44:24 +00:00
Typings feat: Update no items message in Notification Logs tables to include pluralization 2025-08-12 14:57:25 +01:00
UI fix: replace em dashes with hyphens in various files for consistency 2025-12-19 15:39:29 +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.