oneuptime/Common/Models/DatabaseModels
Nawaz Dhandala e7089e9e85
Refactor TelemetryService to Service across the application
- Replaced all instances of TelemetryService with Service in components, pages, and utilities.
- Updated related imports and state management to reflect the new Service model.
- Removed the TelemetryServices view and associated routes, as it is no longer needed.
- Adjusted breadcrumb and route mappings to remove references to Telemetry Services.
- Ensured that all relevant functionality, such as logs and metrics, now utilize the Service model.
2026-01-09 15:49:52 +00:00
..
DatabaseBaseModel feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
AcmeCertificate.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
AcmeChallenge.ts feat(acme): add ACME HTTP-01 challenge routing and nginx proxy 2025-11-03 21:12:01 +00:00
AIAgent.ts feat: Add isDefault field to AIAgent model and update service logic for default agent handling 2025-12-28 10:46:44 +00:00
AIAgentOwnerTeam.ts feat: Add AI Agent ownership management features 2025-12-24 13:56:33 +00:00
AIAgentOwnerUser.ts feat: Add AI Agent ownership management features 2025-12-24 13:56:33 +00:00
AIAgentTask.ts style: Improve code formatting and add comments for clarity across multiple files 2025-12-29 14:13:05 +00:00
AIAgentTaskLog.ts style: Improve code formatting and readability in various files 2025-12-28 12:40:00 +00:00
AIAgentTaskPullRequest.ts refactor: Clean up code formatting and improve readability in various components 2025-12-26 18:44:41 +00:00
AIAgentTaskTelemetryException.ts feat: Add AIAgentTaskTelemetryException model and service, and integrate telemetry exception linking in ExceptionExplorer 2025-12-25 20:25:34 +00:00
Alert.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
AlertCustomField.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
AlertFeed.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
AlertInternalNote.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
AlertNoteTemplate.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
AlertOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
AlertOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
AlertSeverity.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
AlertState.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
AlertStateTimeline.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ApiKey.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ApiKeyPermission.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
BillingInvoice.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
BillingPaymentMethod.ts feat: update billing payment method permissions to include Manage Billing access 2025-11-24 13:01:08 +00:00
CallLog.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
CodeRepository.ts feat: Add Code Repository management features 2025-12-12 22:37:01 +00:00
Dashboard.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
DataMigration.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
Domain.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
EmailLog.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
EmailVerificationToken.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
EnterpriseLicense.ts feat(enterprise): add EnterpriseLicense model, service and API; register model/service and add IsEnterpriseEdition env flag 2025-11-03 12:19:55 +00:00
File.ts feat: enhance file handling by adding MIME type resolution and updating file creation permissions 2025-11-18 18:05:46 +00:00
GlobalConfig.ts chore(format): tidy formatting in GlobalConfig, EditionLabel, and Config 2025-11-03 14:09:09 +00:00
GreenlockCertificate.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
GreenlockChallenge.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
Incident.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
IncidentCustomField.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentFeed.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentInternalNote.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentNoteTemplate.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
IncidentOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
IncidentPostmortemTemplate.ts feat(incident): add postmortem UI, templates, routes and breadcrumbs 2025-10-30 14:17:24 +00:00
IncidentPublicNote.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentSeverity.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentState.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
IncidentStateTimeline.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentTemplate.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
IncidentTemplateOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
IncidentTemplateOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
Index.ts Refactor TelemetryService to Service across the application 2026-01-09 15:49:52 +00:00
Label.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
LlmLog.ts feat: Refactor LlmLog model by removing input and output tokens, and update related migrations and table display 2025-12-15 21:38:27 +00:00
LlmProvider.ts feat: Add AI Logs functionality with LLM logging and management 2025-12-15 20:13:36 +00:00
MetricType.ts Refactor TelemetryService to Service across the application 2026-01-09 15:49:52 +00:00
Monitor.ts feat(monitor): Add minimum probe agreement settings and logic for probe-based monitors 2025-12-24 20:05:08 +00:00
MonitorCustomField.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
MonitorFeed.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
MonitorGroup.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
MonitorGroupOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
MonitorGroupOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
MonitorGroupResource.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
MonitorOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
MonitorOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
MonitorProbe.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
MonitorSecret.ts feat: Update example secret value in MonitorSecret model for clarity 2025-12-12 22:28:04 +00:00
MonitorStatus.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
MonitorStatusTimeline.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
MonitorTest.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
OnCallDutyPolicy.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
OnCallDutyPolicyCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
OnCallDutyPolicyEscalationRule.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
OnCallDutyPolicyEscalationRuleSchedule.ts fix: Correct spelling in API endpoint routes for escalation rules 2025-09-02 21:48:54 +01:00
OnCallDutyPolicyEscalationRuleTeam.ts fix: Correct spelling in API endpoint routes for escalation rules 2025-09-02 21:48:54 +01:00
OnCallDutyPolicyEscalationRuleUser.ts fix: Correct spelling in API endpoint routes for escalation rules 2025-09-02 21:48:54 +01:00
OnCallDutyPolicyExecutionLog.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
OnCallDutyPolicyExecutionLogTimeline.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
OnCallDutyPolicyFeed.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
OnCallDutyPolicyOwnerTeam.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
OnCallDutyPolicyOwnerUser.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
OnCallDutyPolicySchedule.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
OnCallDutyPolicyScheduleLayer.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
OnCallDutyPolicyScheduleLayerUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
OnCallDutyPolicyTimeLog.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
OnCallDutyPolicyUserOverride.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
Probe.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
ProbeOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
ProbeOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
Project.ts feat: add GitHub App installation ID to Project model and update related API logic 2025-12-28 21:56:58 +00:00
ProjectCallSMSConfig.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
ProjectSCIM.ts feat: Add enablePushGroups configuration to ProjectSCIM for SCIM provisioning 2025-09-25 11:59:08 +01:00
ProjectSmtpConfig.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ProjectSso.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
PromoCode.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
PushNotificationLog.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
Reseller.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
ResellerPlan.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
ScheduledMaintenance.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
ScheduledMaintenanceCustomField.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceFeed.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceInternalNote.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceNoteTemplate.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
ScheduledMaintenanceOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
ScheduledMaintenancePublicNote.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceState.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
ScheduledMaintenanceStateTimeline.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceTemplate.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
ScheduledMaintenanceTemplateOwnerTeam.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ScheduledMaintenanceTemplateOwnerUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
Service.ts Refactor TelemetryService to Service across the application 2026-01-09 15:49:52 +00:00
ServiceCodeRepository.ts refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
ServiceDependency.ts refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
ServiceMonitor.ts refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
ServiceOwnerTeam.ts refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
ServiceOwnerUser.ts refactor: Simplify code formatting and improve readability across multiple files 2026-01-09 13:58:15 +00:00
ShortLink.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
SmsLog.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
StatusPage.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
StatusPageAnnouncement.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
StatusPageAnnouncementTemplate.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
StatusPageCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageDomain.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
StatusPageFooterLink.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
StatusPageGroup.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
StatusPageHeaderLink.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
StatusPageHistoryChartBarColorRule.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageOwnerTeam.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
StatusPageOwnerUser.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
StatusPagePrivateUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPagePrivateUserSession.ts refactor(StatusPagePrivateUserSession): remove unnecessary blank line for cleaner code 2025-11-11 19:47:08 +00:00
StatusPageResource.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
StatusPageSCIM.ts refactor: Improve code formatting and consistency across SCIM-related files 2025-08-05 11:03:00 +01:00
StatusPageSso.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
StatusPageSubscriber.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
StatusPageSubscriberNotificationTemplate.ts feat: Refactor notification template models and services for improved readability and maintainability 2025-12-08 12:10:35 +00:00
StatusPageSubscriberNotificationTemplateStatusPage.ts fix: correct singular and plural names in status page subscriber notification template metadata 2025-12-08 18:34:39 +00:00
TableView.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
Team.ts feat: add enableMCP property and decorator to various models for enhanced MCP functionality 2025-12-18 11:49:01 +00:00
TeamComplianceSetting.ts Merge branch 'team-compliacne-rules' 2025-09-23 13:09:56 +01:00
TeamMember.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
TeamPermission.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
TelemetryException.ts Refactor TelemetryService to Service across the application 2026-01-09 15:49:52 +00:00
TelemetryIngestionKey.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
TelemetryUsageBilling.ts Refactor TelemetryService to Service across the application 2026-01-09 15:49:52 +00:00
User.ts Add example values to various database models for improved API documentation 2025-12-12 20:49:28 +00:00
UserCall.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
UserEmail.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
UserNotificationRule.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
UserNotificationSetting.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
UserOnCallLog.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
UserOnCallLogTimeline.ts feat: add UserWhatsApp relation and ID to UserOnCallLogTimeline model 2025-10-03 17:51:34 +01:00
UserPush.ts feat: Update deviceToken column type to VeryLongText and add migration for changes 2025-07-24 08:54:03 +01:00
UserSession.ts refactor(StatusPagePrivateUserSession): remove unnecessary blank line for cleaner code 2025-11-11 19:47:08 +00:00
UserSMS.ts Add example values to various fields in Telemetry and User models for better documentation 2025-12-12 21:10:10 +00:00
UserTotpAuth.ts refactor: rename UserTwoFactorAuth to UserTotpAuth and update related services, APIs, and models 2025-09-30 13:02:32 +01:00
UserWebAuthn.ts feat: Refactor WebAuthn integration in login and user management components for improved readability and maintainability 2025-09-29 13:07:48 +01:00
UserWhatsApp.ts feat: Add UserWhatsApp and WhatsAppLog models with associated services 2025-10-03 17:28:31 +01:00
WhatsAppLog.ts feat: update permissions to replace ReadSmsLog with ReadWhatsAppLog in WhatsAppLog model and Permission types 2025-10-13 10:01:05 +01:00
Workflow.ts Refactor example formatting in database models for consistency 2025-12-12 21:23:31 +00:00
WorkflowLog.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
WorkflowVariable.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
WorkspaceNotificationLog.ts feat: Add default value for actionType in WorkspaceNotificationLog for improved tracking 2025-08-13 21:10:09 +01:00
WorkspaceNotificationRule.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
WorkspaceProjectAuthToken.ts feat: Remove channelCache from MicrosoftTeamsMiscData interface 2025-09-29 15:29:45 +01:00
WorkspaceSetting.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
WorkspaceUserAuthToken.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00