Nawaz Dhandala
2c3521561d
Add type annotations to fix ESLint typedef errors for numberResult variables
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-06 20:31:31 +00:00
Nawaz Dhandala
8d6ef5a277
Refactor alert and incident number display formatting
...
- Updated multiple components and worker jobs to improve the formatting of alert and incident numbers.
- Ensured consistent use of conditional rendering for alert and incident numbers with prefixes.
- Enhanced readability by using multiline return statements for JSX elements.
2026-02-06 20:27:35 +00:00
Nawaz Dhandala
0976df1bee
feat: Add custom prefixes for alert, incident, and scheduled maintenance numbers
...
- Implemented functionality to allow users to set custom prefixes for alert numbers and alert episode numbers in the AlertMoreSettings component.
- Added similar functionality for incident numbers and incident episode numbers in the IncidentMoreSettings component.
- Introduced custom prefixes for scheduled maintenance numbers in the ScheduledMaintenanceMoreSettings component.
- Updated various notification jobs to utilize the new prefix settings for alert, incident, and scheduled maintenance numbers.
- Ensured backward compatibility by maintaining the default '#' prefix when no custom prefix is provided.
2026-02-06 19:43:11 +00:00
Nawaz Dhandala
60f292048d
feat: add postedFromSlackMessageId to internal and public note models and services for duplicate prevention
2025-12-11 18:22:04 +00:00
Nawaz Dhandala
150af5b65d
feat: enhance file attachment handling across multiple APIs and services
2025-11-18 15:59:58 +00:00
Nawaz Dhandala
ae341eae08
refactor: clean up import statements and improve code readability across multiple files
2025-11-18 15:32:17 +00:00
Nawaz Dhandala
4893b01f38
feat: implement file attachment handling in IncidentInternalNote and IncidentPublicNote services
2025-11-18 10:33:00 +00:00
Simon Larsen
54c526ffed
Refactor import paths in utility files to use relative paths instead of absolute paths. This change enhances module resolution and maintains consistency across the codebase. Updated imports in Execute.ts, Express.ts, Greenlock.ts, JsonToCsv.ts, JsonWebToken.ts, LocalFile.ts, Logger.ts, various Monitor criteria files, Realtime.ts, Response.ts, StartServer.ts, Stream.ts, Telemetry.ts, TwoFactorAuth.ts, VMAPI.ts, VMRunner.ts, and Workspace files.
2025-05-21 13:55:49 +01:00
Simon Larsen
ba32732ef0
feat: integrate CaptureSpan decorator into multiple monitor criteria classes for improved telemetry tracking
2025-03-17 19:35:51 +00:00
Simon Larsen
09ce3517ca
feat: add CaptureSpan decorator to multiple authorization and service classes for enhanced telemetry tracking
2025-03-17 19:22:58 +00:00
Simon Larsen
b8ae12828c
feat: add CaptureSpan decorator to multiple classes for enhanced telemetry tracking
2025-03-17 18:51:26 +00:00
Simon Larsen
736bf46992
feat: add alert note functionality and enhance alert state service methods
2025-03-10 22:40:09 +00:00
Simon Larsen
8ccbc3be61
feat: add user settings and view routes, update side menu for users and teams
2025-03-05 19:36:07 +00:00
Simon Larsen
3f0e518024
fix: improve markdown formatting for incident notes and notifications
2025-03-05 15:55:46 +00:00
Simon Larsen
a0bccc0bf4
fix: disable workspace notifications for incident-related messages and enhance feed info formatting
2025-03-04 22:19:38 +00:00
Simon Larsen
c7364ca2b8
refactor: clean up code formatting and remove unnecessary whitespace in various files
2025-03-04 20:26:45 +00:00
Simon Larsen
060b2dfbab
refactor: enhance incident services with new note handling and user notification improvements
2025-03-04 16:10:48 +00:00
Simon Larsen
f9674fc376
refactor: standardize formatting and clean up workspace notification objects across incident services
2025-03-03 21:08:59 +00:00
Simon Larsen
d5babfd42d
feat: add workspace notification support across incident notification services
2025-03-03 20:51:50 +00:00
Simon Larsen
a97c4f5200
refactor: rename createAlertFeed and createIncidentFeed methods to createAlertFeedItem and createIncidentFeedItem for consistency
2025-03-03 19:53:33 +00:00
Simon Larsen
c2e78d122a
fix: update property name from 'id' to '_id' in incident and scheduled maintenance note services
2025-01-17 15:10:20 +00:00
Simon Larsen
bfc061ad47
feat: add isRoot property to props in incident and scheduled maintenance note services
2025-01-17 15:08:21 +00:00
Simon Larsen
185f70e893
refactor: clean up code formatting and improve readability in Scheduled Maintenance components
2025-01-16 21:06:26 +00:00
Simon Larsen
968b050d13
feat: implement onUpdateSuccess for internal and public notes in scheduled maintenance services
2025-01-16 20:07:52 +00:00
Simon Larsen
4d1797e9fa
refactor: clean up code formatting and remove unnecessary whitespace in various files
2025-01-14 18:16:51 +00:00
Simon Larsen
0756a43d62
feat: add OwnerUserRemoved and OwnerTeamRemoved event types to IncidentFeed; update feedInfoInMarkdown and improve icon handling
2025-01-14 14:45:32 +00:00
Simon Larsen
1fb84ea302
fix: update incidentId references and improve notification messages for clarity
2025-01-14 13:43:31 +00:00
Simon Larsen
52c35c1e4d
feat: update userId handling in IncidentFeed and AlertFeed services; increase LIMIT_PER_PROJECT to 10000; refactor User class to UserUtil; add IncidentFeedElement component
2025-01-13 18:39:06 +00:00
Simon Larsen
1c1488bca5
refactor: replace IncidentLogService with IncidentFeedService in various services
2025-01-13 14:52:55 +00:00
Simon Larsen
fb5646e8c2
feat: update incident log event type and add logging for subscriber notifications in Incident services
2025-01-13 10:37:45 +00:00
Simon Larsen
7538a47be5
fix: update userName type to string and ensure proper string conversion in IncidentNote services
2025-01-13 08:50:31 +00:00
Simon Larsen
8568cc0c89
feat: implement logging for internal and public notes creation in IncidentNote services
2025-01-13 08:48:58 +00:00
Simon Larsen
c64c3d7012
refactor: Remove unused imports in ServiceRoute.ts, Index.ts, and various service files
2024-08-13 14:37:23 +01:00
Simon Larsen
8cb15df390
refactor: Update ServiceRoute.ts, BillingService.test.ts, ProjectService.ts, ProjectSsoService.ts, DomainService.ts, GlobalConfigService.ts, ProbeService.ts, AcmeChallengeService.ts, CopilotActionService.ts, StatusPageSsoService.ts, ApiKeyService.ts, ResellerService.ts, and ProbeOwnerTeamService.ts
2024-08-13 14:16:53 +01:00
Simon Larsen
dea6c55365
refactor: Update import statements for CommonUI to use Common/UI
2024-08-07 15:50:32 -06:00