oneuptime/Model
Simon Larsen 0d40be3db1
refactor: Update APIKeyView and TelemetryIngestionKeyView to use RouteUtil.populateRouteParams
This refactor updates the APIKeyView and TelemetryIngestionKeyView components to use the RouteUtil.populateRouteParams function when navigating to other routes. This ensures that route parameters are properly populated, improving the reliability and consistency of the navigation logic.

Files modified:
- Dashboard/src/Pages/Settings/APIKeyView.tsx
- Dashboard/src/Pages/Settings/TelemetryIngestionKeyView.tsx
2024-08-01 20:43:41 -06:00
..
AnalyticsModels refactor: Rename telemetry tables and update related code 2024-07-30 14:35:30 -06:00
Models refactor: Update APIKeyView and TelemetryIngestionKeyView to use RouteUtil.populateRouteParams 2024-08-01 20:43:41 -06:00
Permissions
Tests refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
.dockerignore
jest.config.json refactor: Update jest.config.json files with testPathIgnorePatterns 2024-06-11 14:52:55 +01:00
package-lock.json chore: Update package.json dependencies for CommonProject 2024-07-25 07:42:45 -06:00
package.json chore: Update package.json dependencies for CommonProject 2024-07-25 07:42:45 -06: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.