37278 Commits

Author SHA1 Message Date
Nawaz Dhandala
1caff6844e refactor: Update Node component styles for improved layout and visual consistency 2026-03-26 14:18:38 +00:00
Nawaz Dhandala
2c12fcaa0f feat: Add DashboardDomain migration with table creation and constraints 2026-03-26 11:33:48 +00:00
Nawaz Dhandala
a62ba231be feat: Add DashboardDomain model and associated API services
- Introduced DashboardDomain model with comprehensive fields for managing custom domains for dashboards.
- Implemented DashboardDomainAPI for handling CNAME verification and SSL provisioning.
- Created DashboardDomainService to manage domain-related operations, including SSL ordering and CNAME validation.
- Added master password handling in DashboardAPI for enhanced security.
- Defined constants for master password messages and cookie management.
2026-03-26 11:32:06 +00:00
Nawaz Dhandala
46c150f6df feat: implement background email sending with improved user feedback 2026-03-26 08:09:35 +00:00
Nawaz Dhandala
9f8891de88 refactor: Update Component Port and Return Value Viewers for improved styling and accessibility
- Enhanced styling for ComponentPortViewer and ComponentReturnValueViewer components, including updated typography and layout.
- Replaced ErrorMessage with inline messages for better user experience when no ports or return values are present.
- Improved the visual hierarchy and spacing in the ComponentSettingsModal, adding sections for Identity, Documentation, Configuration, Connections, and Output.
- Refactored ComponentsModal to streamline component selection and improve search functionality with better UI elements.
- Updated Workflow component styles for a more modern look, including adjustments to edge styles and background settings.
2026-03-26 07:47:44 +00:00
Simon Larsen
8e671a9a41 Merge pull request #2372 from OneUptime/chore/npm-audit-fix
chore: npm audit fix
2026-03-26 07:45:23 +00:00
simlarsen
02e7506f89 chore: npm audit fix 2026-03-26 02:38:46 +00:00
Nawaz Dhandala
7fac485049 feat: add Log Stream and Trace List components to dashboard with configuration options 2026-03-25 22:54:52 +00:00
Nawaz Dhandala
467921e899 improve ui 2026-03-25 22:35:36 +00:00
Nawaz Dhandala
31e1290ecb feat: enhance dashboard UI with improved styling and error handling for components 2026-03-25 22:22:29 +00:00
Nawaz Dhandala
4cc78175ef feat: implement new dashboard widgets and features including Gauge, Table, and enhanced chart capabilities 2026-03-25 22:07:55 +00:00
Nawaz Dhandala
feb86357e8 refactor: remove redundant fetchAggregatedResults calls in dashboard components 2026-03-25 22:02:33 +00:00
Nawaz Dhandala
fb3c767056 fix: update pod phase attribute key in Kubernetes alert template 2026-03-25 21:49:07 +00:00
Nawaz Dhandala
be90693ad8 feat: Add Kubernetes resource breakdown to MetricMonitorResponse
- Introduced KubernetesAffectedResource and KubernetesResourceBreakdown interfaces to enhance metric monitoring capabilities.
- Updated MetricMonitorResponse to include kubernetesResourceBreakdown.
- Enhanced AreaChart, BarChart, and LineChart components with onValueChange prop for better interactivity.
- Added new Dashboard components: Gauge and Table, with respective configuration arguments.
- Implemented DashboardVariableSelector for dynamic variable selection in dashboards.
- Added warning and critical thresholds to DashboardValueComponent and DashboardChartComponent for improved data visualization.
- Updated DashboardChartComponentUtil to support additional queries and chart types.
- Enhanced error handling and loading states in Dashboard components.
2026-03-25 21:38:41 +00:00
Nawaz Dhandala
d0ef353993 feat: enhance dashboard capabilities with unified query plugin interface and support for Perses/Grafana import/export 2026-03-25 21:17:48 +00:00
Nawaz Dhandala
f2c0b8461f chore: bump version to 10.0.39 10.0.39 2026-03-25 20:29:41 +00:00
Nawaz Dhandala
4fe8aea655 refactor: improve code readability and comments in IfElse and Condition components 2026-03-25 20:29:24 +00:00
Nawaz Dhandala
923e020e6e feat: enhance condition handling with input type support and value coercion 2026-03-25 20:25:19 +00:00
Nawaz Dhandala
178fa45dd8 feat: add SSO documentation for identity providers 10.0.38 2026-03-25 20:05:11 +00:00
Nawaz Dhandala
19b5bc8348 refactor: update comments for clarity in signup route 2026-03-25 19:50:51 +00:00
Nawaz Dhandala
7f30600c71 feat: allow signup for invited users even when signup is disabled 2026-03-25 19:45:55 +00:00
Nawaz Dhandala
93291858f9 feat: disable home feature in values.yaml 2026-03-25 19:36:59 +00:00
Nawaz Dhandala
14a925e98c chore: bump version to 10.0.38 2026-03-25 19:26:21 +00:00
Nawaz Dhandala
d5a136a662 refactor: clean up code formatting and improve readability across multiple components 2026-03-25 19:08:11 +00:00
Nawaz Dhandala
e0ae2701ba feat: enable Markdown formatting for announcement email messages 2026-03-25 19:04:22 +00:00
Nawaz Dhandala
fa68e3961e feat: add common headers to API request in WorkspaceSummaryTable 2026-03-25 19:00:44 +00:00
Nawaz Dhandala
2e9118e123 feat: improve filter visibility logic by conditionally displaying advanced filters based on loading state 2026-03-25 15:57:24 +00:00
Nawaz Dhandala
f2f53b7cea feat: convert newline characters to HTML line breaks in email messages 2026-03-25 13:51:48 +00:00
Nawaz Dhandala
5cb48400a2 feat: enhance Kubernetes service mesh metrics view with Istio and Linkerd support
- Introduced new metric query specifications for Istio and Linkerd.
- Refactored metric data fetching to utilize a unified query builder.
- Added a global time range picker for metrics visualization.
- Created reusable MeshSection component for displaying metrics.
- Updated UI to present Istio and Linkerd metrics in organized sections.
2026-03-25 13:19:33 +00:00
Nawaz Dhandala
006e54535a feat(charts): update XAxis precision thresholds for improved readability 2026-03-25 13:09:08 +00:00
Nawaz Dhandala
845b45cceb feat(charts): enhance ChartGroup to conditionally render charts with or without cards 2026-03-25 12:57:49 +00:00
Nawaz Dhandala
208e8b1fdb feat: replace RangeStartAndEndDateEdit with RangeStartAndEndDateView and wrap metrics in Card component in KubernetesMetricsTab and MonitorMetrics 2026-03-25 12:54:15 +00:00
Nawaz Dhandala
d03056be2d feat: replace time range selection with RangeStartAndEndDateEdit component in KubernetesMetricsTab and MonitorMetrics 2026-03-25 12:33:03 +00:00
Nawaz Dhandala
5a6193c4e0 feat(charts): add AreaChart component and update chart types
- Introduced AreaChart component for area visualization.
- Updated MetricCharts to use AREA chart type instead of LINE for non-bar charts.
- Enhanced ChartGroup to support AreaChart alongside existing Line and Bar charts.
- Modified ChartColors utility to include hex values for color mapping.
- Adjusted LineChart to utilize dynamic curve types based on props.
- Refactored KubernetesYamlTab for improved styling and responsiveness.
- Updated tooltip and legend functionalities for better user interaction.
2026-03-25 12:24:04 +00:00
Nawaz Dhandala
4e30a863b2 fix: correct SQL syntax for attribute extraction in LogAggregationService 2026-03-25 12:08:16 +00:00
Nawaz Dhandala
2561117445 feat: add support for log query attributes and enhance active filter management in LogsViewer 2026-03-25 12:00:37 +00:00
Nawaz Dhandala
27e65caef2 feat: add refresh functionality to Kubernetes resource tables 2026-03-25 11:47:40 +00:00
Nawaz Dhandala
0eb096ca8f feat: enhance Kubernetes components with sorting and status management for containers and environment variables 2026-03-25 11:44:14 +00:00
Nawaz Dhandala
25cde457a5 refactor: clean up code formatting and improve readability in various components 2026-03-24 23:52:33 +00:00
Nawaz Dhandala
cd36071311 feat: implement cleanK8sObject function to remove noisy internal fields from Kubernetes objects 2026-03-24 22:29:13 +00:00
Nawaz Dhandala
b4ce1e0c55 feat: refactor DictionaryOfStringsViewer to use a flex layout instead of a table for better responsiveness 2026-03-24 22:18:52 +00:00
Nawaz Dhandala
fc582bc547 feat: deduplicate recent warning events in Kubernetes cluster overview 2026-03-24 22:08:17 +00:00
Nawaz Dhandala
5a0cf0f988 feat: update icon in Kubernetes cluster overview to represent CPU usage 2026-03-24 22:01:14 +00:00
Nawaz Dhandala
d283be898f feat: enhance Kubernetes resource listings by adding missing cronjobs, daemonsets, deployments, and jobs from k8s objects 2026-03-24 21:57:44 +00:00
Nawaz Dhandala
d2385a83cf feat: enhance Kubernetes cluster overview with fallback counts for resources and improve stateful set handling 2026-03-24 21:46:18 +00:00
Nawaz Dhandala
6b7b27be00 feat: enhance Kubernetes cluster status display with connection indicators 2026-03-24 20:39:45 +00:00
Nawaz Dhandala
a1aceec9ec feat: remove 'Provider' field from Kubernetes cluster views and settings 2026-03-24 20:36:33 +00:00
Nawaz Dhandala
a8988346f7 feat: refactor KubernetesClusterEvents to use new table component and enhance filtering capabilities 2026-03-24 20:21:26 +00:00
Nawaz Dhandala
d3865d94a6 feat: add additional resource counts and health metrics to KubernetesClusterOverview 2026-03-24 20:16:06 +00:00
Nawaz Dhandala
c470d66725 feat: enhance handling of camelCase and snake_case in Kubernetes object parsing and telemetry 2026-03-24 20:11:42 +00:00