oneuptime/Model
2024-04-23 13:44:46 +01:00
..
AnalyticsModels Refactor getEvents function in SpanViewer.tsx to separate events and exceptions 2024-04-23 13:44:46 +01:00
Migrations fix lint, 2022-12-15 13:14:10 +05:30
Models Refactor field types and filters in BrandColors.ts and LineChart.tsx components 2024-04-16 11:27:09 +01:00
Permissions fix model 2022-08-03 19:57:41 +01:00
Tests Fix bug in login functionality 2023-11-22 11:08:06 +00:00
.dockerignore add coker ignore files 2023-02-03 13:42:48 +00:00
jest.config.json Fix bug in login functionality 2023-11-22 11:08:06 +00:00
package-lock.json fix: upgrade typeorm from 0.3.19 to 0.3.20 2024-02-17 01:41:44 +00:00
package.json Remove "type" field from package.json files 2024-03-16 18:42:59 +00:00
README.md Refactor CommonUI README.md to update project description 2024-03-14 14:07:07 +00:00
tsconfig.json Update tsconfig.json files with resolveJsonModule option 2024-04-08 14:03:07 +01:00

OneUptime Model Library

The OneUptime Model Library is a collection of shared database models and 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 TypeScript and TypeORM. It includes models like User, Monitor, Incident, and Team. It also includes utilities like database connection, and query builders, etc.