oneuptime/Common
Simon Larsen d3a3f01f20
refactor: Update monitorDestination and monitorDestinationPort in ProbeMonitorResponse interface
This code change updates the ProbeMonitorResponse interface to include the monitorDestination and monitorDestinationPort properties. These properties represent the destination URL or IP address and the corresponding port for monitoring. By adding these properties to the interface, we ensure that the necessary information is available for monitoring purposes.
2024-06-06 13:58:51 +01:00
..
AnalyticsModels refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Models refactor: Remove unused code and improve type safety in AccessControlModel.ts, DatabaseService.ts, LabelService.ts, and ColumnPermission.ts 2024-06-02 09:36:33 +01:00
Tests refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Types refactor: Update monitorDestination and monitorDestinationPort in ProbeMonitorResponse interface 2024-06-06 13:58:51 +01:00
Typings
Utils refactor: Simplify generatePhone method in Faker.ts 2024-06-02 22:54:59 +01:00
.dockerignore
.gitignore
jest.config.json Update Jest configurations for test coverage 2023-11-22 10:55:09 +00:00
package-lock.json fix: upgrade posthog-js from 1.131.3 to 1.131.4 2024-06-01 21:36:34 +00:00
package.json fix: upgrade posthog-js from 1.131.3 to 1.131.4 2024-06-01 21:36:34 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
ServiceRoute.ts refactor: Update DocsNav to include Monitor Secrets page 2024-05-29 13:56:38 +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.