185 Commits

Author SHA1 Message Date
Nawaz Dhandala
deb873c832 refactor: Enhance type definitions and improve code clarity across multiple components and files 2026-03-18 14:40:44 +00:00
Nawaz Dhandala
305fa4a476 Refactor and enhance various components and routes in the Dashboard and MobileApp
- Improved formatting and readability in Kubernetes PodDetail and SideMenu components.
- Added service count fetching and loading/error handling in Logs, Metrics, and Traces pages.
- Updated Exception and Kubernetes routes for better readability.
- Enhanced Postgres migration scripts for KubernetesCluster and KubernetesClusterLabel.
- Minor formatting adjustments in MarkdownViewer and CriticalPath utility.
- Refactored EmptyState, MonitorSummaryView, and hooks in MobileApp for improved clarity.
- Fixed minor issues in MonitorDetailScreen and MonitorsScreen regarding status display.
2026-03-18 14:21:39 +00:00
Nawaz Dhandala
da6c749d96 feat: enhance monitor details and summary view with improved probe handling and display 2026-03-17 15:05:00 +00:00
Nawaz Dhandala
b0ab4ef199 feat: add monitor probes functionality and summary view for monitoring data 2026-03-17 14:45:41 +00:00
Nawaz Dhandala
ddf2df4206 feat: enhance MonitorsScreen with summary counts and improved error handling 2026-03-17 14:30:18 +00:00
Nawaz Dhandala
57974f0895 feat: enhance monitor functionality with project-specific queries and status tracking 2026-03-17 13:03:34 +00:00
Nawaz Dhandala
bcb1e92cab feat: Implement critical path analysis for distributed traces
- Added CriticalPathUtil class to compute self-time, critical path, and service breakdown for spans in distributed traces.
- Introduced SpanData, SpanSelfTime, CriticalPathResult, and ServiceBreakdown interfaces for structured data handling.
- Created API for fetching monitor data, including fetching all monitors, monitor details, statuses, and feeds.
- Developed MonitorCard component for displaying individual monitor information.
- Implemented MonitorsScreen and MonitorDetailScreen for listing and detailing monitors, respectively.
- Added hooks for managing monitor data fetching and state.
- Integrated navigation for monitor detail views.
2026-03-17 12:13:16 +00:00
simlarsen
526cc21b9c chore: npm audit fix 2026-03-14 02:23:15 +00:00
simlarsen
989de0c811 chore: npm audit fix 2026-03-11 02:14:09 +00:00
simlarsen
8d6fd14078 chore: npm audit fix 2026-03-05 02:25:59 +00:00
simlarsen
217218109a chore: npm audit fix 2026-02-28 02:07:25 +00:00
Nawaz Dhandala
06e784684e fix: enhance error handling for Axios timeout and network errors 2026-02-25 09:37:23 +00:00
Nawaz Dhandala
bd06418a00 Refactor code structure and remove redundant sections for improved readability and maintainability 2026-02-25 09:00:11 +00:00
Nawaz Dhandala
b741c61e7e feat: update iOS screenshots for iPhone 17 Pro 2026-02-24 17:28:04 +00:00
Nawaz Dhandala
6e183a9ebd Refactor code structure for improved readability and maintainability 2026-02-24 17:20:42 +00:00
Nawaz Dhandala
14c235dcd8 feat: add versionCode to Android configuration in app.json 2026-02-24 14:44:37 +00:00
Nawaz Dhandala
09e13c5203 feat: update build and submission scripts for Android and iOS in package.json 2026-02-24 14:40:05 +00:00
Nawaz Dhandala
62cd8656d4 feat: change app orientation to default in app.json 2026-02-24 11:55:01 +00:00
Nawaz Dhandala
1c01234ac2 feat: enable edge-to-edge display for Android app 2026-02-24 11:53:04 +00:00
Nawaz Dhandala
c089976147 feat: add build and submission scripts for Android and iOS in package.json 2026-02-24 11:38:20 +00:00
Nawaz Dhandala
06d29af6e1 feat: implement user-friendly error handling for login process 2026-02-24 11:17:55 +00:00
Nawaz Dhandala
56cc8befba feat: format ScrollView component for improved readability in MyOnCallPoliciesScreen 2026-02-24 10:45:37 +00:00
Nawaz Dhandala
665f1d28d0 feat: enhance notification permission request for iOS with critical alerts and logging 2026-02-24 09:55:34 +00:00
Nawaz Dhandala
950dcce81f feat: adjust justifyContent style in SettingsRow for improved layout consistency 2026-02-24 09:51:50 +00:00
Nawaz Dhandala
aa29bb07da feat: add contentInsetAdjustmentBehavior to ScrollView in MyOnCallPoliciesScreen and SettingsScreen for improved layout handling 2026-02-24 09:50:37 +00:00
Nawaz Dhandala
263d979eda feat: enhance SettingsScreen layout and server URL display for improved user experience 2026-02-24 09:49:15 +00:00
Nawaz Dhandala
1be62c6b8b feat: enhance SettingsRow to support valueBelowLabel for improved UI 2026-02-24 09:43:58 +00:00
Nawaz Dhandala
501494f558 feat: wrap content in ScrollView for Alerts and Incidents screens 2026-02-24 09:41:21 +00:00
Nawaz Dhandala
1497106fbb feat: update iOS and Android splash screen configurations in app.json 2026-02-24 09:32:44 +00:00
simlarsen
3a379fb87c chore: npm audit fix 2026-02-23 02:33:07 +00:00
Nawaz Dhandala
23d2341051 feat: filter projects based on SSO authentication before fetching on-call assignments 2026-02-21 13:09:55 +00:00
Nawaz Dhandala
c6d13d3647 feat: replace Text component with MarkdownContent for alert and incident descriptions 2026-02-21 12:49:09 +00:00
Nawaz Dhandala
1011f0704e chore: clean up code structure and remove unused code blocks 2026-02-21 12:45:54 +00:00
Nawaz Dhandala
93eff373a6 refactor: improve formatting of SSO token refresh effect in ProjectsScreen 2026-02-20 22:35:35 +00:00
Nawaz Dhandala
2fbc1b426d refactor: update comments for clarity and improve code formatting across multiple files 2026-02-20 22:30:17 +00:00
Nawaz Dhandala
288874be45 feat: add SSO authentication check and display warning for unauthenticated projects in HomeScreen 2026-02-20 22:29:04 +00:00
Nawaz Dhandala
47717fff17 feat: enhance ProjectsScreen layout and improve SSO authentication button styling 2026-02-20 21:46:48 +00:00
Nawaz Dhandala
5f58043b38 feat: refactor SSO provider fetching functions to improve data parsing and handling 2026-02-20 21:39:40 +00:00
Nawaz Dhandala
2bce40d993 feat: enhance SSO provider selection UI with project grouping and improved styling 2026-02-20 21:33:08 +00:00
Nawaz Dhandala
81e8931c19 feat: add SSO provider selection screen and integrate with ProjectsScreen 2026-02-20 21:23:40 +00:00
Nawaz Dhandala
314ec696ce feat: implement fetchSSOProvidersForProject function and update ProjectsScreen to use it 2026-02-20 21:11:14 +00:00
Nawaz Dhandala
3fd6582bc4 feat: implement SSO token management and projects screen for SSO authentication 2026-02-20 00:24:59 +00:00
Nawaz Dhandala
f5d724a829 refactor: streamline SSO provider fetching logic and improve code readability 2026-02-19 23:29:57 +00:00
Nawaz Dhandala
6afc99f54d feat: implement SSO login functionality and add SSO provider fetching 2026-02-19 23:20:15 +00:00
Nawaz Dhandala
00ff39a0cd refactor: update comment for pending notification processing in RootNavigator 2026-02-19 20:27:35 +00:00
Nawaz Dhandala
cf72280ffa feat: enhance notification handling by processing pending notifications and improving navigation readiness 2026-02-19 20:08:22 +00:00
Nawaz Dhandala
32884930ae feat: add ITSAppUsesNonExemptEncryption key for iOS app compliance 2026-02-19 19:04:47 +00:00
Nawaz Dhandala
1a80b89fb8 feat: update app name and adaptive icon background color for improved branding 2026-02-19 18:50:09 +00:00
simlarsen
3348f44bf1 chore: npm audit fix 2026-02-19 02:31:47 +00:00
Nawaz Dhandala
87501d8d1b feat: implement centralized logging utility and replace console statements in push notification handling 2026-02-18 15:08:30 +00:00