35456 Commits

Author SHA1 Message Date
Nawaz Dhandala
3c2811000e refactor: Update comments for clarity in complex object handling in ResourceGenerator 9.3.22 2026-01-16 20:27:48 +00:00
Nawaz Dhandala
5979e4f345 feat: Add title display to SimpleLogViewer component 2026-01-16 20:26:34 +00:00
Nawaz Dhandala
5c84699bae fix: Enhance handling of complex object responses in ResourceGenerator 2026-01-16 20:24:42 +00:00
Simon Larsen
d153fc4cd4 Merge pull request #2229 from OneUptime/scim-log
SCIM log
2026-01-16 19:54:20 +00:00
Nawaz Dhandala
34475f76f9 refactor: Update type annotations for clarity and consistency in SCIM log components 2026-01-16 19:52:26 +00:00
Nawaz Dhandala
6565b7c803 refactor: Improve code formatting in SCIM and SCIM logs components for consistency 2026-01-16 19:47:21 +00:00
Nawaz Dhandala
c63923ed5b fix: Update SCIM user filtering to handle non-email usernames; log adjustments for clarity 2026-01-16 19:19:21 +00:00
Nawaz Dhandala
33d51932c5 refactor: Remove title prop from SimpleLogViewer in SCIM logs tables for consistency 2026-01-16 19:10:51 +00:00
Nawaz Dhandala
557d14106c feat: Enhance SimpleLogViewer with line numbers and height customization; update modal implementations across SCIM logs tables 2026-01-16 19:07:44 +00:00
Nawaz Dhandala
8d5395ae74 refactor: Replace ConfirmModal with Modal and integrate SimpleLogViewer for SCIM logs 2026-01-16 18:51:47 +00:00
Nawaz Dhandala
06e0100ede refactor: Remove unused fields from SCIM logs tables for cleaner display 2026-01-16 18:50:25 +00:00
Nawaz Dhandala
3db29ab264 fix: Update SCIM error logging to handle NotFoundException as a success case 2026-01-16 18:48:13 +00:00
Nawaz Dhandala
7442e36b18 feat: Implement "Unassigned" team management for SCIM provisioning 2026-01-16 18:41:15 +00:00
Nawaz Dhandala
1fa446ec0c feat: Add SCIM logging routes for Project and Status Page 2026-01-16 18:22:39 +00:00
Nawaz Dhandala
ef85d98362 Refactor SCIM configuration components and update modal descriptions
- Added a missing comma in the schema migrations index file.
- Improved formatting of the SCIM Logs table description for better readability.
- Refactored the SCIM settings page to enhance code clarity and maintainability, including restructuring form fields and action buttons.
- Updated SCIM URL confirmation modal to improve user instructions and formatting.
- Enhanced error and success modal handling for bearer token resets in the SCIM pages.
2026-01-16 17:21:27 +00:00
Nawaz Dhandala
46bccfb596 feat: Add migration for SCIM logging tables and constraints 2026-01-16 17:20:19 +00:00
Nawaz Dhandala
f7b2588647 Enhance SCIM logging and execution tracking in StatusPageSCIM API
- Added detailed execution steps tracking throughout the SCIM BulkOperation, ListUsers, GetUser, CreateUser, UpdateUser, and DeleteUser endpoints.
- Improved logging structure to include execution steps, user info, and additional context in SCIM logs.
- Updated SCIMLogger to handle new fields for query parameters, execution steps, user info, and additional context.
- Ensured all error handling paths also log execution steps for better traceability.
2026-01-16 17:15:45 +00:00
Nawaz Dhandala
b4106eb580 feat: Add SCIM logging functionality for projects and status pages
- Implemented ProjectSCIMLog and StatusPageSCIMLog models to store SCIM operation logs.
- Created services for managing ProjectSCIMLog and StatusPageSCIMLog entries with automatic deletion of old logs.
- Developed SCIMLogger utility for creating logs with sanitized sensitive data.
- Added SCIMLogStatus enum to represent the status of SCIM operations.
- Introduced ProjectSCIMLogsTable and StatusPageSCIMLogsTable components for displaying logs in the dashboard.
- Enhanced logging with detailed request/response information and error handling.
2026-01-16 16:42:10 +00:00
Nawaz Dhandala
de05f727d7 fix: Ensure tenantid is consistently set to an empty string in getDefaultHeaders method 2026-01-16 16:11:47 +00:00
Nawaz Dhandala
5a3d6d9ccc fix: Update tenantid in getDefaultHeaders method to use an empty string instead of null 2026-01-16 15:36:26 +00:00
Nawaz Dhandala
7d5f813bac chore: Bump version to 9.3.22 2026-01-16 14:35:06 +00:00
Nawaz Dhandala
d4cb2587c9 chore: Bump version to 9.3.21 2026-01-16 12:16:46 +00:00
Nawaz Dhandala
75ca86d92d refactor: Improve code formatting for better readability in StartAndEndDate and Input components 2026-01-16 12:16:37 +00:00
Nawaz Dhandala
ddf3dcd8a8 feat: Add resetSecondsAndMilliseconds method to OneUptimeDate class 2026-01-16 12:16:02 +00:00
Nawaz Dhandala
bc1a30f877 fix: Update date conversion methods to use Clickhouse format 2026-01-16 12:10:58 +00:00
Nawaz Dhandala
194d87041c feat: Add option to display seconds in date formatting for filters 2026-01-16 12:07:29 +00:00
Nawaz Dhandala
ba950928a4 feat: Add support for seconds in datetime-local input 2026-01-16 12:05:18 +00:00
Nawaz Dhandala
449f780201 refactor: Clean up tenant ID property declaration in API class 2026-01-16 11:37:01 +00:00
Nawaz Dhandala
b95fe3ad4f chore: Bump version to 9.3.20 2026-01-16 11:36:34 +00:00
Nawaz Dhandala
0dc3e5fe8d refactor: Remove unused props initialization in hasReadAccess method 2026-01-16 11:20:15 +00:00
Nawaz Dhandala
36e0b18f13 refactor: Remove redundant access check in hasReadAccess method 2026-01-16 11:19:45 +00:00
Nawaz Dhandala
c9e1a3b2b6 fix: Add null tenant ID to default headers in API class 2026-01-16 11:04:21 +00:00
Nawaz Dhandala
1a15e446ff refactor: Remove redundant comment about project ID validation 2026-01-16 10:29:52 +00:00
Nawaz Dhandala
3947b0bba1 fix: Enhance UUID validation in ObjectID and ProjectUtil classes 2026-01-16 10:29:20 +00:00
Simon Larsen
3968428f0c Merge pull request #2225 from OneUptime/chore/npm-audit-fix
chore: npm audit fix
9.3.19
2026-01-15 08:04:56 +00:00
simlarsen
79b36c5b27 chore: npm audit fix 2026-01-15 01:57:09 +00:00
Nawaz Dhandala
25c3cf8aec feat: Update migration to add new indexes and alter table defaults for OnCallDutyPolicyScheduleLayer 2026-01-14 20:29:21 +00:00
Nawaz Dhandala
0c0fb1be2d feat: Add migration to update incoming email monitor indexes and alter table defaults 2026-01-14 20:26:47 +00:00
Nawaz Dhandala
bccf8c116b fix: Remove backtick content from code elements in prose styling 2026-01-14 18:09:02 +00:00
Nawaz Dhandala
6999849b7d feat: Update SendGrid webhook handling to include path secret for validation and enhance documentation 2026-01-14 18:07:21 +00:00
Nawaz Dhandala
44c71bff85 feat: Add inboundEmail configuration to values schema and bump version to 9.3.19 2026-01-14 17:53:10 +00:00
Nawaz Dhandala
3870a9ed08 feat: Add support for Mermaid diagrams in Markdown renderer and update navigation structure 2026-01-14 17:03:17 +00:00
Nawaz Dhandala
31fca8c50f refactor: Format cardSelectOptions for improved readability 2026-01-14 16:34:08 +00:00
Nawaz Dhandala
7e8c6b42c3 chore: Bump version to 9.3.18 2026-01-14 16:32:50 +00:00
Nawaz Dhandala
5fb9357ad2 refactor: Update icon for Server / VM monitor type for improved clarity 2026-01-14 16:32:33 +00:00
Nawaz Dhandala
60c01b2180 refactor: Update CardSelect component styles for improved visual consistency 2026-01-14 16:26:02 +00:00
Nawaz Dhandala
760f1ea2d6 refactor: Update icons for Manual, Traces, and Metrics monitor types for improved clarity 2026-01-14 16:23:35 +00:00
Nawaz Dhandala
d2c2f66b66 feat: Add CardSelect component and integrate with Monitor creation form 2026-01-14 16:12:56 +00:00
Nawaz Dhandala
3631a48d83 chore: Bump version to 9.3.17 2026-01-14 15:37:07 +00:00
Simon Larsen
5d3d344110 Merge pull request #2223 from OneUptime/incoming-email-monitor
Incoming email monitor
2026-01-14 15:36:39 +00:00