oneuptime/CommonServer/Services
2024-03-24 13:01:00 +00:00
..
AccessTokenService.ts Update JSON parsing functions and fix file paths in BlogAPI 2024-03-04 10:06:47 +00:00
AnalyticsDatabaseService.ts Add attributes column to Log and Span models 2024-02-28 21:00:20 +00:00
ApiKeyPermissionService.ts
ApiKeyService.ts fix fmt 2023-10-02 11:04:36 +01:00
BaseService.ts fix fmt 2023-10-02 11:04:36 +01:00
BillingInvoiceService.ts Fix status assignment in BillingInvoiceService.ts 2024-03-01 12:05:52 +00:00
BillingPaymentMethodService.ts fix compile err 2023-10-02 10:32:31 +01:00
BillingService.ts Fix proration behavior in BillingService 2024-03-24 13:01:00 +00:00
CallLogService.ts Update hard delete threshold to 3 days 2023-12-20 11:45:05 +00:00
CallService.ts Update API route from DashboardApiRoute to AppApiRoute 2023-12-29 13:50:17 +00:00
DatabaseService.ts Remove duplicate code 2024-03-15 22:27:23 +09:00
DataMigrationService.ts fix migrations 2023-06-21 14:20:00 +01:00
DomainService.ts fix compile err 2023-10-01 14:52:56 +01:00
EmailLogService.ts Update hard delete threshold to 3 days 2023-12-20 11:45:05 +00:00
EmailVerificationTokenService.ts
FileService.ts fix compile err 2023-10-02 10:32:31 +01:00
GlobalConfigService.ts add global config service 2023-09-05 20:44:47 +05:30
GreenlockCertificateService.ts
GreenlockChallengeService.ts
IncidentCustomFieldService.ts
IncidentInternalNoteService.ts
IncidentNoteTemplateService.ts add templates to private notes 2023-08-22 14:11:42 +01:00
IncidentOwnerTeamService.ts
IncidentOwnerUserService.ts
IncidentPublicNoteService.ts Add postedAt field to IncidentPublicNote and 2023-11-21 13:13:02 +00:00
IncidentService.ts Refactor incident and scheduled maintenance state change functions 2024-01-30 09:07:53 +00:00
IncidentSeverityService.ts add find by 2023-10-02 12:13:37 +01:00
IncidentStateService.ts Refactor incident state fetching and handling 2024-02-29 13:36:40 +00:00
IncidentStateTimelineService.ts Refactor publicNote assignment in IncidentStateTimelineService and ScheduledMaintenanceStateTimelineService 2024-02-01 16:43:37 +00:00
IncidentTemplateOwnerTeamService.ts add incident template services 2023-08-09 16:43:11 +01:00
IncidentTemplateOwnerUserService.ts add incident template services 2023-08-09 16:43:11 +01:00
IncidentTemplateService.ts fix fmt 2023-10-02 11:04:36 +01:00
Index.ts Fix formatting and add missing commas 2024-03-20 14:29:40 +00:00
LabelService.ts Add BaseAnalyticsAPI to DashboardAPI and export 2023-11-14 16:22:06 +00:00
LogService.ts Add BaseAnalyticsAPI to DashboardAPI and export 2023-11-14 16:22:06 +00:00
MailService.ts Update API route from DashboardApiRoute to AppApiRoute 2023-12-29 13:50:17 +00:00
MetricGaugeService.ts add guage 2023-10-24 13:35:26 +01:00
MetricHistogramService.ts add new models to clickhouse 2023-10-23 20:02:44 +01:00
MetricSumService.ts add new models to clickhouse 2023-10-23 20:02:44 +01:00
MonitorCustomFieldService.ts
MonitorGroupOwnerTeamService.ts fix fmt 2023-10-26 15:24:15 +01:00
MonitorGroupOwnerUserService.ts fix fmt 2023-10-26 15:24:15 +01:00
MonitorGroupResourceService.ts add services and perms 2023-10-26 14:14:52 +01:00
MonitorGroupService.ts add uptime percent to monitor groups. 2023-11-07 16:39:38 +00:00
MonitorMetricsByMinuteService.ts Fix formatting and add missing commas 2024-03-20 14:29:40 +00:00
MonitorOwnerTeamService.ts
MonitorOwnerUserService.ts
MonitorProbeService.ts restrict null asserted optional chain 2023-10-05 20:51:02 +01:00
MonitorService.ts Fix formatting and remove unnecessary code 2024-03-08 09:10:26 +00:00
MonitorStatusService.ts add find by 2023-10-02 12:13:37 +01:00
MonitorStatusTimelineService.ts Adjust times of other timeline events 2024-01-31 09:47:20 +00:00
NotificationService.ts refactor into database config 2023-09-11 15:59:36 +05:30
OnCallDutyPolicyCustomFieldService.ts add custom fields 2023-06-19 12:07:53 +01:00
OnCallDutyPolicyEscalationRuleScheduleService.ts Remove 2023-12-05 14:02:29 +00:00
OnCallDutyPolicyEscalationRuleService.ts Fix import paths and update function signatures 2024-02-27 17:53:39 +00:00
OnCallDutyPolicyEscalationRuleTeamService.ts add services and api 2023-06-13 17:03:38 +01:00
OnCallDutyPolicyEscalationRuleUserService.ts add services and api 2023-06-13 17:03:38 +01:00
OnCallDutyPolicyExecutionLogService.ts remove older data 2023-11-20 13:34:13 +00:00
OnCallDutyPolicyExecutionLogTimelineService.ts add services and api 2023-06-13 17:03:38 +01:00
OnCallDutyPolicyScheduleLayerService.ts Fix formatting issues and update descriptions 2023-11-28 17:20:04 +00:00
OnCallDutyPolicyScheduleLayerUserService.ts Fix formatting issues and update descriptions 2023-11-28 17:20:04 +00:00
OnCallDutyPolicyScheduleService.ts Fix whitespace and remove unnecessary lines 2023-12-06 14:04:10 +00:00
OnCallDutyPolicyService.ts On Call > On-Call 2023-07-29 13:06:25 -07:00
ProbeService.ts fix fmt 2023-10-02 11:04:36 +01:00
ProjectCallSMSConfigService.ts Fix Twilio configuration in code 2023-12-27 18:34:04 +00:00
ProjectService.ts fix fmt 2023-12-25 13:22:16 +00:00
ProjectSmtpConfigService.ts fix docker compose 2023-07-22 14:35:31 +01:00
ProjectSsoService.ts
PromoCodeService.ts add promocode to project 2023-09-01 15:26:36 +05:30
ResellerPlanService.ts add reseller model and services 2023-08-31 20:04:46 +05:30
ResellerService.ts add reseller model and services 2023-08-31 20:04:46 +05:30
ScheduledMaintenanceCustomFieldService.ts
ScheduledMaintenanceInternalNoteService.ts
ScheduledMaintenanceNoteTemplateService.ts add scheduled event notes 2023-08-22 17:51:31 +01:00
ScheduledMaintenanceOwnerTeamService.ts
ScheduledMaintenanceOwnerUserService.ts
ScheduledMaintenancePublicNoteService.ts Add postedAt field to IncidentPublicNote and 2023-11-21 13:13:02 +00:00
ScheduledMaintenanceService.ts Add onDeleteSuccess and onBeforeDelete hooks to ScheduledMaintenanceService 2024-01-30 12:47:47 +00:00
ScheduledMaintenanceStateService.ts add find by 2023-10-02 12:13:37 +01:00
ScheduledMaintenanceStateTimelineService.ts Refactor publicNote assignment in IncidentStateTimelineService and ScheduledMaintenanceStateTimelineService 2024-02-01 16:43:37 +00:00
ShortLinkService.ts fix fmt 2023-10-02 11:04:36 +01:00
SmsLogService.ts Update hard delete threshold to 3 days 2023-12-20 11:45:05 +00:00
SmsService.ts Update API route from DashboardApiRoute to AppApiRoute 2023-12-29 13:50:17 +00:00
SpanService.ts Add SpanService API route and permissions for Telemetry Service Traces 2024-02-15 12:50:34 +00:00
StatusPageAnnouncementService.ts
StatusPageCertificateService.ts Refactor API URL construction in StatusPageCertificateService 2024-01-25 11:57:12 +00:00
StatusPageCustomFieldService.ts
StatusPageDomainService.ts fix compile err 2023-10-01 14:52:56 +01:00
StatusPageFooterLinkService.ts restrict null asserted optional chain 2023-10-05 20:51:02 +01:00
StatusPageGroupService.ts restrict null asserted optional chain 2023-10-05 20:51:02 +01:00
StatusPageHeaderLinkService.ts restrict null asserted optional chain 2023-10-05 20:51:02 +01:00
StatusPageHistoryChartBarColorRuleService.ts Add FieldType.Percent and ColorInput component 2024-01-26 10:41:21 +00:00
StatusPageOwnerTeamService.ts
StatusPageOwnerUserService.ts
StatusPagePrivateUserService.ts fix fmt 2023-10-02 11:04:36 +01:00
StatusPageResourceService.ts restrict null asserted optional chain 2023-10-05 20:51:02 +01:00
StatusPageService.ts Fix formatting issues and add missing commas 2024-01-26 15:11:31 +00:00
StatusPageSsoService.ts
StatusPageSubscriberService.ts Refactor Twilio configuration in SMS service 2023-12-27 14:44:47 +00:00
TeamMemberService.ts Refactor code formatting and fix indentation 2023-12-20 12:37:55 +00:00
TeamPermissionService.ts fix fmt 2023-10-02 11:04:36 +01:00
TeamService.ts fix compile err 2023-10-01 14:52:56 +01:00
TelemetryServiceService.ts rename service to telemetry service 2023-11-13 12:09:16 +00:00
UsageBillingService.ts Fix bug in login functionality 2023-12-30 14:22:47 +00:00
UserCallService.ts add project id 2023-11-05 12:15:42 +00:00
UserEmailService.ts fix fmt 2023-10-02 11:04:36 +01:00
UserNotificationRuleService.ts Update API route from DashboardApiRoute to AppApiRoute 2023-12-29 13:50:17 +00:00
UserNotificationSettingService.ts fix fmt 2023-10-02 11:04:36 +01:00
UserOnCallLogService.ts remove older data 2023-11-20 13:34:13 +00:00
UserOnCallLogTimelineService.ts fix compile err 2023-10-02 10:32:31 +01:00
UserService.ts restrict null asserted optional chain 2023-10-05 20:51:02 +01:00
UserSmsService.ts add project id 2023-11-05 12:15:42 +00:00
WorkflowLogService.ts Update hard delete threshold to 3 days 2023-12-20 11:45:05 +00:00
WorkflowService.ts Add FeatureSet import and type annotation 2024-01-11 19:25:07 +05:30
WorkflowVariableService.ts