oneuptime/Common
Simon Larsen 9841ba52a9
feat: Add MetricsAggregationType enum and MetricsQuery interface
This commit adds the MetricsAggregationType enum to represent different types of metrics aggregations such as max, min, sum, avg, and count. It also introduces the MetricsQuery interface, which defines the structure of a metrics query including the metric name, attributes, aggregation type, aggregate by, start time, and end time. These changes enable the implementation of metrics queries and aggregations in the application.
2024-07-15 17:51:19 -06:00
..
AnalyticsModels refactor: Improve variable names in codebase 2024-06-27 14:15:18 +01:00
Models refactor: Improve variable names in codebase 2024-06-27 14:15:18 +01:00
Tests refactor: Update SubscriptionPlan method name to getPlanType 2024-06-27 18:00:08 +01:00
Types feat: Add MetricsAggregationType enum and MetricsQuery interface 2024-07-15 17:51:19 -06:00
Typings refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Utils refactor: Improve logging in Llama class 2024-07-09 12:54:49 +01:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
.gitignore
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
package-lock.json fix: upgrade posthog-js from 1.138.0 to 1.139.3 2024-07-10 06:12:11 +00:00
package.json fix: upgrade posthog-js from 1.138.0 to 1.139.3 2024-07-10 06:12:11 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
ServiceRoute.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +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.