oneuptime/Common/Types
2025-09-23 13:19:49 +01:00
..
Alerts Update Alert and Incident metric type strings to use hyphens for consistency 2024-12-04 13:23:16 +00:00
AnalyticsDatabase refactor: add IP and Port types to ColumnType and update related schemas in AnalyticsModelSchema and ModelSchema 2025-06-09 13:45:53 +01:00
API refactor: Update import statement for Dictionary in Route.ts 2025-07-29 11:10:22 +01:00
ApplicationLog refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
BaseDatabase feat: Implement EqualTo class and related tests for comparison functionality 2025-06-30 21:19:24 +01:00
Billing fix: simplify isSubscriptionOverdue method and improve formatting in MasterPage component 2025-06-02 14:18:26 +01:00
Calendar refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Call refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
CallAndSMS feat: update Twilio configuration to include primary and secondary phone numbers 2025-03-14 10:45:52 +00:00
Code refactor: Update code and field types for telemetry exceptions 2024-08-26 20:38:39 +01:00
CodeRepository chore: Remove unused Copilot configuration variables 2024-07-12 19:36:33 +01:00
Company refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Copilot Refactor Docker instructions in Copilot introduction.md 2024-09-08 21:30:09 +01:00
CustomField refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Dashboard Add optional properties for chart customization in DashboardChartComponent; enhance error handling in Dashboard components 2024-12-02 17:38:00 +00:00
Database feat: Add computed property support in TableColumnMetadata and update related permissions logic 2025-06-24 13:47:53 +01:00
Day refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Email feat: add email template and cron job for notifying project owners of overdue subscriptions 2025-06-02 14:41:45 +01:00
Events refactor: update variable declaration and improve no items message in ScheduledMaintenanceTable component 2025-03-26 21:38:25 +00:00
Exception fix: Simplify BadDataException handling for disabled and missing monitors in ingestion processes 2025-08-27 10:12:13 +01:00
File feat: Add support for SVG mime type in file upload 2024-09-06 11:33:11 +01:00
Filter feat: refactor notification rule models to use BaseNotificationRule and update filter conditions 2025-02-06 11:14:52 +00:00
Icon feat: Add Bars3 icon to IconProp enum and update NavBar to use Bars3 for mobile toggle 2025-07-08 17:41:36 +01:00
Incident Update Alert and Incident metric type strings to use hyphens for consistency 2024-12-04 13:23:16 +00:00
IncomingRequest fix models 2022-04-30 11:57:20 +01:00
Infrastructure chore: Add CPU core count to CPUMetrics 2024-07-02 13:54:04 +01:00
IP fix: correct function call syntax in OrderedStatesList test and improve error handling in various classes 2025-06-11 10:26:42 +01:00
IsolatedVM refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Log refactor: Update LogSeverity enum to use string values instead of enum values 2024-08-04 16:41:07 -06:00
Mail refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
MeteredPlan refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Metrics Refactor: Move BaseDatabase utilities to Common/Types and update imports 2025-05-27 11:47:53 +01:00
Monitor feat: Add timeNow property to ServerMonitorResponse and update related logic in ServerMonitorCriteria and CheckOnlineStatus 2025-07-25 14:25:01 +01:00
NotificationRule feat: rename notification rule type for clarity and update related migration 2025-01-20 13:55:56 +00:00
NotificationSetting feat: update on-call notification settings and improve enum descriptions for clarity 2025-04-09 21:31:26 +01:00
OnCallDutyPolicy refactor: Improve readability and structure in LayerUtil's getEvents method 2025-09-15 18:35:08 +01:00
Operation refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Probe refactor: Clean up whitespace in various components for improved readability 2025-07-30 12:08:53 +01:00
PushNotification refactor: Update push notification handling to use devices array with optional device names for improved clarity 2025-08-13 19:20:27 +01:00
Realtime Add Realtime event types and interfaces; refactor imports for consistency 2024-09-26 13:15:35 +01:00
RollingTime Refactor code for improved readability and consistency across Monitor components 2024-12-10 14:37:31 +00:00
ScheduledEvent refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
ServiceCatalog refactor: Update TechStack enum and related imports 2024-07-16 14:07:47 -06:00
SMS refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
SSO refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
StatusPage Refactor notification status assignments and improve code readability in incident and scheduled maintenance notification jobs 2025-08-06 15:41:28 +01:00
Team feat: Update ComplianceRuleType enum values for consistency and clarity 2025-09-23 13:19:49 +01:00
Telemetry Add MetricViewData interface and update imports across components 2024-12-16 16:53:38 +00:00
Time refactor: Update import paths to use relative paths for consistency across the codebase 2025-05-21 14:51:30 +01:00
UserNotification add alert services 2024-10-02 21:14:48 +01:00
Workflow refactor: comment out workspace connections sections in side menus 2025-02-26 16:28:24 +00:00
Workspace refactor: Update action type values in WorkspaceNotificationLog and related services for consistency 2025-08-13 15:55:02 +01:00
AppEnvironment.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
BrandColors.ts Refactor Dashboard components for improved code consistency and readability 2024-11-29 19:17:47 +00:00
BrowserType.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Char.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Color.ts feat: implement Zod schema validation for Color and DatabaseProperty classes 2025-06-02 17:16:21 +01:00
ColorSwatch.ts Refactor Dashboard components for improved code consistency and readability 2024-11-29 19:17:47 +00:00
CookieName.ts refactor: Update import statements for TimezoneUtil in multiple files 2024-06-18 12:44:54 +01:00
Countries.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Currency.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
DatabaseType.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Date.ts refactor: Specify types for format and testDate in OneUptimeDate class methods 2025-09-08 21:52:31 +01:00
Decimal.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Dictionary.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
DiskSize.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Domain.ts refactor: Update secondTLDs list in Domain class for improved domain validation 2025-06-27 16:39:26 +01:00
Email.ts feat: add Zod schema validation for Domain, Email, IP, MonitorCriteria, MonitorCriteriaInstance, MonitorStep, MonitorSteps, Name, ObjectID, Phone, Port, and Version classes 2025-06-02 17:33:33 +01:00
EmailWithName.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
EncryptionAlgorithm.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
File.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
FunctionTypes.ts Update function type names 2024-02-27 15:17:39 +00:00
GenericFunction.ts fix: improve error handling by replacing catch blocks with empty catch statements across multiple components 2025-06-11 13:08:28 +01:00
GenericObject.ts fix: update error logging to include error details in data migration classes 2025-06-10 15:17:55 +01:00
HashCode.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
HashedString.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Html.ts Add Playwright dependency and update Dockerfile for installation 2024-11-12 15:17:52 +00:00
JSON.ts feat: Implement EqualTo class and related tests for comparison functionality 2025-06-30 21:19:24 +01:00
JSONFunctions.ts refactor: Update projectId usage in multiple files to use non-null assertion operator 2024-08-19 14:06:09 +01:00
JsonWebTokenData.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Link.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
ListData.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Mixins.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Name.ts feat: add Zod schema validation for Domain, Email, IP, MonitorCriteria, MonitorCriteriaInstance, MonitorStep, MonitorSteps, Name, ObjectID, Phone, Port, and Version classes 2025-06-02 17:33:33 +01:00
Object.ts fix: update ESLint rule references and upgrade TypeScript dependencies 2025-06-09 15:58:01 +01:00
ObjectID.ts fix: simplify ObjectID schema and update ModelSchema to use string format for identifiers 2025-06-12 17:29:21 +01:00
Permission.ts feat: Add Workspace Logs functionality across various pages 2025-08-10 14:45:50 +01:00
Phone.ts feat: add Zod schema validation for Domain, Email, IP, MonitorCriteria, MonitorCriteriaInstance, MonitorStep, MonitorSteps, Name, ObjectID, Phone, Port, and Version classes 2025-06-02 17:33:33 +01:00
Port.ts fix: correct function call syntax in OrderedStatesList test and improve error handling in various classes 2025-06-11 10:26:42 +01:00
PositiveNumber.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
PricingPlan.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Reflection.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
ScreenSizeType.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
SecuritySeverity.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
SerializableObject.ts refactor: clean up whitespace and improve formatting in SerializableObject, API, Cookie, and ModelSchema 2025-05-28 19:23:34 +01:00
SerializableObjectDictionary.ts feat: Implement EqualTo class and related tests for comparison functionality 2025-06-30 21:19:24 +01:00
Sleep.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
SmsStatus.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Text.ts refactor: Add type annotations for improved type safety across multiple files 2025-06-26 14:24:15 +01:00
Timezone.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Typeof.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
UserType.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Version.ts feat: add Zod schema validation for Domain, Email, IP, MonitorCriteria, MonitorCriteriaInstance, MonitorStep, MonitorSteps, Name, ObjectID, Phone, Port, and Version classes 2025-06-02 17:33:33 +01:00
WebsiteRequest.ts feat: Enhance proxy agent support by specifying types for httpAgent and httpsAgent in WebsiteRequest and API classes 2025-09-02 14:10:42 +01:00
XML.ts refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00