oneuptime/Common/Models/DatabaseModels
Nawaz Dhandala 8f8704e2d0
Remove AI Copilot feature and related components
- Deleted the CodeRepositoryPage component and its associated routes.
- Removed AI Copilot breadcrumbs and references from the PageMap and RouteMap.
- Eliminated the LLM Server deployment documentation and introduction content.
- Cleaned up related data migrations and jobs for Copilot actions.
- Updated navigation to exclude Copilot links.
2025-12-11 21:52:49 +00:00
..
DatabaseBaseModel Add canReadOnRelationQuery property to _id in DatabaseBaseModel 2025-11-19 11:52:39 +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
Alert.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
AlertCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
AlertFeed.ts feat(ColorField): add ColorField decorator and related utility functions for color field management in database models 2025-11-11 13:20:42 +00:00
AlertInternalNote.ts feat: add postedFromSlackMessageId to internal and public note models and services for duplicate prevention 2025-12-11 18:22:04 +00:00
AlertNoteTemplate.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
AlertOwnerTeam.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
AlertOwnerUser.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
AlertSeverity.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
AlertState.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
AlertStateTimeline.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
ApiKey.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ApiKeyPermission.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
BillingInvoice.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01: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 Workspace Notification Log Service and related components 2025-08-13 14:30:51 +01:00
Dashboard.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
DataMigration.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
Domain.ts fix(domain): allow setting deletedByUserId on create for project roles 2025-11-04 12:17:33 +00:00
EmailLog.ts Refactor Workspace Notification Log Service and related components 2025-08-13 14:30:51 +01: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 subscriber notification fields and migration for postmortem 2025-12-03 19:18:43 +00:00
IncidentCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
IncidentFeed.ts feat(incident): add postmortem template & postmortem note feed support 2025-10-30 12:27:13 +00:00
IncidentInternalNote.ts feat: add postedFromSlackMessageId to internal and public note models and services for duplicate prevention 2025-12-11 18:22:04 +00:00
IncidentNoteTemplate.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
IncidentOwnerTeam.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
IncidentOwnerUser.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
IncidentPostmortemTemplate.ts feat(incident): add postmortem UI, templates, routes and breadcrumbs 2025-10-30 14:17:24 +00:00
IncidentPublicNote.ts feat: add postedFromSlackMessageId to multiple note models and create migration for database updates 2025-12-11 18:25:34 +00:00
IncidentSeverity.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
IncidentState.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
IncidentStateTimeline.ts fix: Correct permission assignment for creating incident state timelines 2025-08-13 14:38:12 +01:00
IncidentTemplate.ts feat: Rename currentIncidentState to initialIncidentState and update related references in IncidentTemplate, IncidentService, and IncidentTemplatesView 2025-09-09 12:26:48 +01:00
IncidentTemplateOwnerTeam.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
IncidentTemplateOwnerUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
Index.ts Remove AI Copilot feature and related components 2025-12-11 21:52:49 +00:00
Label.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
Llm.ts feat: Add LLM (Large Language Model) settings and management features 2025-12-11 20:45:23 +00:00
MetricType.ts fix: Disable workflow operations for MetricType entity 2025-07-24 15:25:04 +01:00
Monitor.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorFeed.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorGroup.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorGroupOwnerTeam.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorGroupOwnerUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorGroupResource.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorOwnerTeam.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
MonitorOwnerUser.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
MonitorProbe.ts feat: Add composite indexes for efficient querying in IncidentStateTimeline, MonitorProbe, and MonitorStatusTimeline 2025-07-24 18:16:06 +01:00
MonitorSecret.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
MonitorStatus.ts refactor: remove unnecessary whitespace in model classes and improve code formatting 2025-11-11 15:49:20 +00:00
MonitorStatusTimeline.ts feat: Add performance indexes to improve query efficiency across multiple database models 2025-07-24 18:39:04 +01:00
MonitorTest.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
OnCallDutyPolicy.ts feat: Add EnableWorkflow decorator to OnCallDutyPolicy models for enhanced access control 2025-09-26 14:20:47 +01:00
OnCallDutyPolicyCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
OnCallDutyPolicyEscalationRule.ts fix: Correct spelling in API endpoint routes for escalation rules 2025-09-02 21:48:54 +01: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 feat: Add EnableWorkflow decorator to OnCallDutyPolicy models for enhanced access control 2025-09-26 14:20:47 +01:00
OnCallDutyPolicyExecutionLogTimeline.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
OnCallDutyPolicyFeed.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01: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 feat: Add EnableWorkflow decorator to OnCallDutyPolicy models for enhanced access control 2025-09-26 14:20:47 +01: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 feat: Add EnableWorkflow decorator to OnCallDutyPolicy models for enhanced access control 2025-09-26 14:20:47 +01:00
OnCallDutyPolicyUserOverride.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
Probe.ts feat: Add computed property to various database models for enhanced data handling 2025-06-24 14:53:56 +01:00
ProbeOwnerTeam.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ProbeOwnerUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
Project.ts chore(notification): include WhatsApp in balance, auto-recharge and notification copy 2025-11-10 14:15:47 +00:00
ProjectCallSMSConfig.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ProjectSCIM.ts feat: Add enablePushGroups configuration to ProjectSCIM for SCIM provisioning 2025-09-25 11:59:08 +01:00
ProjectSmtpConfig.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
ProjectSso.ts fix: Correct formatting in ProjectSSO and UserNotificationSetting models; update conditional logic in DatabaseService 2025-08-07 16:46:14 +01:00
PromoCode.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
PushNotificationLog.ts refactor: Add deviceName field to PushNotificationLog and update PushLogsTable for improved device tracking 2025-08-13 19:09:32 +01:00
Reseller.ts feat: Add default values for boolean fields in various database models 2025-08-07 16:45:33 +01:00
ResellerPlan.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ScheduledMaintenance.ts Refactor code for consistency and readability across various components 2025-08-07 13:55:08 +01:00
ScheduledMaintenanceCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ScheduledMaintenanceFeed.ts feat(ColorField): add ColorField decorator and related utility functions for color field management in database models 2025-11-11 13:20:42 +00:00
ScheduledMaintenanceInternalNote.ts feat: add postedFromSlackMessageId to internal and public note models and services for duplicate prevention 2025-12-11 18:22:04 +00:00
ScheduledMaintenanceNoteTemplate.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ScheduledMaintenanceOwnerTeam.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
ScheduledMaintenanceOwnerUser.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
ScheduledMaintenancePublicNote.ts feat: add postedFromSlackMessageId to internal and public note models and services for duplicate prevention 2025-12-11 18:22:04 +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 feat: Update create permissions for Incident and Scheduled Maintenance models 2025-08-07 12:52:00 +01:00
ScheduledMaintenanceTemplate.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01: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
ServiceCatalog.ts feat(ColorField): add ColorField decorator and related utility functions for color field management in database models 2025-11-11 13:20:42 +00:00
ServiceCatalogDependency.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ServiceCatalogMonitor.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ServiceCatalogOwnerTeam.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ServiceCatalogOwnerUser.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ServiceCatalogTelemetryService.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
ShortLink.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
SmsLog.ts Refactor Workspace Notification Log Service and related components 2025-08-13 14:30:51 +01:00
StatusPage.ts Update read permissions for StatusPage to include necessary roles 2025-11-20 13:54:56 +00:00
StatusPageAnnouncement.ts feat: add file attachment support to status page announcements, including API endpoints and UI updates 2025-11-18 15:30:56 +00:00
StatusPageAnnouncementTemplate.ts feat: Improve code formatting and descriptions in announcement-related components and migrations for better readability 2025-09-09 14:36:32 +01:00
StatusPageCustomField.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageDomain.ts refactor: enhance subdomain handling and validation in StatusPageDomain and Domains components 2025-11-25 19:54:50 +00:00
StatusPageFooterLink.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageGroup.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageHeaderLink.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageHistoryChartBarColorRule.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageOwnerTeam.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01:00
StatusPageOwnerUser.ts feat: Add indexes to improve query performance across multiple database models 2025-07-24 20:02:23 +01: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 feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageSCIM.ts refactor: Improve code formatting and consistency across SCIM-related files 2025-08-05 11:03:00 +01:00
StatusPageSso.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
StatusPageSubscriber.ts feat: Update microsoftTeamsIncomingWebhookUrl column type to text and add migration 2025-08-21 13:27:44 +01: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 feat: Add default values for boolean fields in various database models 2025-08-07 16:45:33 +01:00
Team.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
TeamComplianceSetting.ts Merge branch 'team-compliacne-rules' 2025-09-23 13:09:56 +01:00
TeamMember.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
TeamPermission.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
TelemetryException.ts fix: remove unused EnableWorkflow import from TelemetryException model 2025-10-15 15:22:53 +01:00
TelemetryIngestionKey.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
TelemetryService.ts feat(ColorField): add ColorField decorator and related utility functions for color field management in database models 2025-11-11 13:20:42 +00:00
TelemetryUsageBilling.ts feat(telemetry): account for Exceptions in usage billing and add avg exception row size 2025-10-27 16:26:46 +00:00
User.ts fix: remove public create permission from User table access control 2025-11-24 12:08:33 +00:00
UserCall.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
UserEmail.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01:00
UserNotificationRule.ts feat: add UserWhatsApp relation and ID to UserNotificationRule model 2025-10-03 17:51:15 +01:00
UserNotificationSetting.ts feat: add support for WhatsApp notifications in project and user notification settings 2025-10-03 19:04:33 +01:00
UserOnCallLog.ts feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01: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 feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01: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 feat: Add modelType User to deletedByUserId relations across multiple database models 2025-06-30 22:11:21 +01: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