5345 Commits

Author SHA1 Message Date
Nawaz Dhandala
4871342e55 feat(logs): add LogTimeRangePicker component and integrate time range selection in LogsViewer 2026-03-07 13:23:26 +00:00
Nawaz Dhandala
9bdff2e733 feat(logs): add field:value selection and autocomplete suggestions for log search 2026-03-07 13:01:35 +00:00
Nawaz Dhandala
bf2c26169c feat(logs): add LogSearchHelp component for enhanced search syntax guidance 2026-03-07 12:39:22 +00:00
Nawaz Dhandala
fe883919c3 feat(logs): implement active filter management and UI components for enhanced log filtering 2026-03-07 12:25:33 +00:00
Nawaz Dhandala
76421d8691 refactor(logs): streamline LogsViewer and enhance HistogramTooltip styling 2026-03-07 11:07:03 +00:00
Nawaz Dhandala
de0c6881b7 refactor: update styles and layout for log viewer components 2026-03-07 10:53:22 +00:00
Nawaz Dhandala
43ac4a7ef1 feat(logs): Implement enhanced log management features
- Add FacetValueRow component for displaying facet values with counts and actions.
- Introduce HistogramTooltip component for displaying histogram data with severity colors.
- Create LogSearchBar component for improved log searching with suggestions and query syntax.
- Implement LogSearchSuggestions component for displaying search suggestions.
- Develop LogsFacetSidebar component for displaying filters and facets in the sidebar.
- Add LogsHistogram component for visualizing log volume over time with severity differentiation.
- Create severityColors utility for managing severity color mappings.
- Document the roadmap for enhancing log management capabilities, including search UX, analytics, and operational features.
2026-03-07 10:32:52 +00:00
Nawaz Dhandala
a5e92d81cb Merge branch 'master' of https://github.com/OneUptime/oneuptime 2026-03-06 18:12:57 +00:00
Nawaz Dhandala
47c136a140 refactor: add getOwnPropertyDescriptor to sandbox proxies for enhanced property handling 2026-03-06 18:12:53 +00:00
Nawaz Dhandala
d7efdf70b5 refactor: add type annotations for userTenantAccessPermission in GitHubAPI 2026-03-06 15:57:51 +00:00
Nawaz Dhandala
bc9f57c9f5 refactor: update GitHub installation URL to include redirect and home client URL 2026-03-06 15:54:38 +00:00
Nawaz Dhandala
d4f9791732 refactor: enhance GitHub API authentication and authorization flow 2026-03-06 15:41:08 +00:00
Nawaz Dhandala
acdecfea8d refactor: simplify findIndex logic in Docs feature and improve Markdown config declaration 2026-03-04 21:17:39 +00:00
Nawaz Dhandala
506e64c3a6 feat: add responsive mermaid diagram wrapper and TOC sidebar visibility toggle 2026-03-04 21:16:28 +00:00
Nawaz Dhandala
f4985c876b feat: enhance documentation layout and navigation
- Added breadcrumbs to the documentation content for improved navigation.
- Refined header layout by adjusting the category badge and title positioning.
- Updated the head partial to include JetBrains Mono font and dynamic page titles.
- Enhanced the header with a search button and version indicator.
- Improved navigation structure with icons for each category and collapsible sections.
- Updated pagination to provide a more visually appealing layout with clear previous/next links.
- Introduced callout styles for notes, warnings, tips, and other alerts in markdown rendering.
- Implemented slug generation for headings to enable anchor links.
- Enhanced table rendering for better styling and responsiveness in documentation.
2026-03-04 20:36:45 +00:00
Nawaz Dhandala
6c5e013fb5 fix: Adjust padding in CodeBlock component for improved layout 2026-03-04 17:43:26 +00:00
Nawaz Dhandala
c5f04595e8 fix: Remove SERVER_WORKFLOW_HOSTNAME and related references to streamline configuration 2026-03-04 13:43:06 +00:00
Nawaz Dhandala
7d18b0f7a3 Merge branch 'master' of https://github.com/OneUptime/oneuptime into ingest-merge 2026-03-04 11:00:34 +00:00
Nawaz Dhandala
2a5a0f972a fix: Implement sandbox proxy creation and unwrapping for secure code execution 2026-03-04 09:32:09 +00:00
Nawaz Dhandala
3bad62b244 fix: Refactor imports and improve formatting in notification subscriber services 2026-03-04 08:55:33 +00:00
Nawaz Dhandala
c8ae23497e fix: Refactor status page resource retrieval to use findByMonitors method 2026-03-04 08:54:23 +00:00
Nawaz Dhandala
acaab0fb1a Add documentation views and partials for error handling and content display
- Created NotFound.ejs for 404 error page with user-friendly messaging and navigation.
- Added ServerError.ejs for 500 error handling with retry and documentation links.
- Introduced Content.ejs partial for structured article content display.
- Developed Head.ejs partial for consistent head elements across pages.
- Implemented Header.ejs partial for navigation and branding.
- Created Nav.ejs partial for sidebar navigation with dynamic links.
- Added OpenSourceCommitment.ejs partial to highlight open-source contributions.
- Implemented Pagination.ejs partial for navigation between documentation sections.
2026-03-03 19:45:46 +00:00
Nawaz Dhandala
948e276923 Merge branch 'master' into ingest-merge 2026-03-03 18:30:54 +00:00
Nawaz Dhandala
a69ae87dfc fix: Add IsRequestTimeout to Ping Monitor filter validation 2026-03-03 18:10:51 +00:00
Nawaz Dhandala
3326f9a1f6 refactor: Remove unused hostname variables from environment configuration and docker-compose 2026-03-03 18:01:37 +00:00
Nawaz Dhandala
f24c181658 fix: Remove unnecessary undefined type from timeout option in runCodeInSandbox 2026-03-03 18:00:39 +00:00
Nawaz Dhandala
c309fafdb6 Remove IsolatedVM service and related configurations from the project
- Deleted package.json and tsconfig.json for IsolatedVM.
- Removed isolated-vm upstream configuration from Nginx default.conf.template.
- Removed ISOLATED_VM_PORT and telemetry settings from config.example.env.
- Cleaned up docker-compose.base.yml by removing isolated-vm service and its environment variables.
- Updated docker-compose.dev.yml to eliminate isolated-vm service and its associated volumes.
- Removed isolated-vm service from docker-compose.yml.
2026-03-03 12:25:31 +00:00
Nawaz Dhandala
dc59d59811 feat: Add telemetry API for probe and server monitor ingestion
- Implemented Probe registration endpoint to handle global probes.
- Created Server Monitor ingestion API with endpoints for secret key verification and response ingestion.
- Developed job processing functions for incoming request and probe ingestion.
- Added middleware for probe authorization and request type definitions.
- Enhanced monitor utility functions to populate secrets in monitor steps.
- Introduced queue stats and failed jobs endpoints for server monitor.
2026-03-02 21:02:24 +00:00
Nawaz Dhandala
aa7788ddfa refactor: Enhance type annotations for wrapped timeout and interval functions for better clarity 2026-03-02 10:36:36 +00:00
Nawaz Dhandala
b889ff6edd refactor: Simplify logger.debug call in metrics endpoint for cleaner code 2026-03-02 10:34:24 +00:00
Nawaz Dhandala
5ad6d6736a feat: Enhance VMRunner with improved timeout handling and resource cleanup 2026-03-02 10:30:47 +00:00
Nawaz Dhandala
4598f0d751 feat: Implement VMRunner for executing code in isolated VM with enhanced logging and context management
refactor: Update SyntheticMonitor to utilize VMRunner for script execution and remove legacy worker implementation
chore: Bump version to 10.0.16
2026-03-02 10:22:18 +00:00
Nawaz Dhandala
667793bf0a fix: Update memory allocation for monitors and enhance browser health checks 2026-03-01 13:13:50 +00:00
Nawaz Dhandala
11401fdd72 refactor: Simplify code formatting and improve readability across multiple files 2026-03-01 12:59:29 +00:00
Nawaz Dhandala
991a8a6f97 fix lint 2026-03-01 12:48:17 +00:00
Nawaz Dhandala
098a4e624f Probe fixes 2026-03-01 12:41:42 +00:00
Nawaz Dhandala
0ac0fd8f92 feat: Update MarkdownEditor and TextArea components for improved styling and functionality 2026-02-28 09:12:33 +00:00
Nawaz Dhandala
a33622f851 feat: Refactor SyntheticMonitor to utilize worker pool and semaphore for improved execution management 2026-02-27 21:19:25 +00:00
Nawaz Dhandala
43338813cb feat: Update SyntheticMonitor to use runCodeInNodeVM for script execution 2026-02-27 16:44:18 +00:00
Nawaz Dhandala
16f29a813c feat: Implement WebAuthn challenge handling and storage for user authentication 2026-02-27 13:10:22 +00:00
Nawaz Dhandala
ee2e77df8f feat: Add __esModule exports to mocked modules for consistency in tests 2026-02-27 12:10:41 +00:00
Nawaz Dhandala
4f21865d6a feat: Simplify CodeBlock rendering in MarkdownViewer for cleaner code 2026-02-26 22:13:48 +00:00
Nawaz Dhandala
921f1f1f0d feat: Add copy button and language labels to code blocks in blog posts 2026-02-26 20:28:00 +00:00
Nawaz Dhandala
6dc225409d feat: Update syntax highlighting theme to VS Code dark for improved code readability 2026-02-26 20:21:59 +00:00
Nawaz Dhandala
fcc84bfe72 refactor: Simplify truncation logic for value string in checkEqualToOrNotEqualTo method 2026-02-26 19:26:46 +00:00
Nawaz Dhandala
e2ff553eab feat: Truncate long values in criteria filter checks for better readability 2026-02-26 19:25:04 +00:00
Nawaz Dhandala
8f5f982786 feat: Add service version and environment to telemetry resource 2026-02-26 18:12:12 +00:00
Nawaz Dhandala
d931ae4ee7 refactor: Simplify destructuring in CategoryFilterBar, AttributeTable, and StackFrameViewer components 2026-02-26 14:51:23 +00:00
Nawaz Dhandala
3f0c09dd70 feat: Implement expandEachLoops and replaceLoopVariables methods for enhanced template processing 2026-02-26 14:36:35 +00:00
Nawaz Dhandala
25b99b5979 feat: Remove unnecessary peer dependencies from package-lock.json 2026-02-26 14:08:13 +00:00