Nawaz Dhandala
adfb9a115c
refactor: update environment variable loading in installation scripts
2026-03-06 13:34:35 +00:00
Nawaz Dhandala
8e90f45142
refactor: enhance dependency installation process in installation script
10.0.18
2026-03-06 13:23:22 +00:00
Nawaz Dhandala
9d0afe0d36
refactor: update curl commands to use -sSL for silent and follow redirects
2026-03-06 13:21:55 +00:00
Nawaz Dhandala
7162c8fbca
refactor: rename IPA file for consistent naming in GitHub release
2026-03-06 13:16:29 +00:00
Nawaz Dhandala
8903bac79e
refactor: rename APK file for consistent naming in GitHub release
2026-03-06 13:13:34 +00:00
Nawaz Dhandala
0c023c835d
refactor: remove unused Docker image from deployment matrix in release workflow
2026-03-06 11:42:26 +00:00
Nawaz Dhandala
de04babe79
refactor: update NGINX configuration to use rewrite rules for API endpoints
2026-03-06 10:28:53 +00:00
Nawaz Dhandala
7af8f18b9d
refactor: update NGINX resolver configuration to use dynamic DNS resolver
2026-03-06 08:59:21 +00:00
Nawaz Dhandala
be03aea22b
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2026-03-06 08:45:14 +00:00
Nawaz Dhandala
c1b5a731ce
refactor: add service definitions for app, home, telemetry, and worker in Helm templates
2026-03-06 08:44:52 +00:00
Nawaz Dhandala
52dc185d40
refactor: replace upstream server definitions with dynamic backend variables in Nginx configuration
2026-03-06 08:41:17 +00:00
Nawaz Dhandala
fb8f1f55a9
refactor: update docker-compose for billing-enabled deployments and adjust service startup commands
2026-03-06 08:28:34 +00:00
Nawaz Dhandala
b177d9c5f3
refactor: add error handling to status-check.sh script
2026-03-06 08:08:50 +00:00
Simon Larsen
54d1f1cee4
Merge pull request #2341 from OneUptime/chore/npm-audit-fix
...
chore: npm audit fix
2026-03-05 21:00:55 +00:00
Nawaz Dhandala
f974e85ee3
refactor: remove deprecated Admin Dashboard status check from status-check.sh
2026-03-05 20:55:52 +00:00
Nawaz Dhandala
0fa6b0925a
refactor: expand language support in syntax highlighting for blog post code blocks
2026-03-05 19:18:44 +00:00
Nawaz Dhandala
e9e739a34d
refactor: remove deprecated service worker file for OneUptime Dashboard
2026-03-05 19:09:58 +00:00
Nawaz Dhandala
7b468cc431
refactor: update service worker generation timestamp and cache version in sw.js; improve protobuf handling in OpenTelemetryRequestMiddleware
2026-03-05 18:10:31 +00:00
Nawaz Dhandala
2e07165c27
refactor: enhance protobuf handling in OpenTelemetryRequestMiddleware
2026-03-05 16:17:10 +00:00
Nawaz Dhandala
ac94cd5fae
refactor: update storage class configuration in ci-values.yaml and index.sh
2026-03-05 15:24:24 +00:00
Nawaz Dhandala
9eedec679f
refactor: optimize metadata handling in buildTelemetryRequest function
2026-03-05 13:20:48 +00:00
Nawaz Dhandala
2c3d8dcd84
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2026-03-05 11:17:21 +00:00
Nawaz Dhandala
f3a06257c0
refactor: remove obsolete status check tests for ProbeIngest and IncomingRequestIngest
2026-03-05 11:17:18 +00:00
Nawaz Dhandala
94e509e417
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2026-03-05 11:16:46 +00:00
Nawaz Dhandala
171e44f413
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2026-03-05 11:15:19 +00:00
Nawaz Dhandala
e22bfa189d
refactor: streamline status checks in the status-check script
2026-03-05 11:15:18 +00:00
Nawaz Dhandala
f01007c953
fix: standardize formatting and improve readability in GrpcServer.ts
2026-03-05 09:37:33 +00:00
Nawaz Dhandala
f9c90d7143
refactor: remove OpenTelemetry Collector and integrate telemetry service
...
- Deleted the otel-collector job from GitHub workflows and related deployment configurations.
- Updated Helm charts to remove references to the OpenTelemetry Collector, including its deployment and service definitions.
- Added gRPC server functionality directly in the telemetry service to handle telemetry ingestion.
- Updated environment variables and Docker configurations to reflect the removal of the OpenTelemetry Collector.
- Adjusted telemetry service to support both HTTP and gRPC protocols for telemetry data.
2026-03-05 09:36:11 +00:00
Nawaz Dhandala
88a280031b
fix: update KinD cluster setup to ensure default StorageClass is available
2026-03-05 08:41:01 +00:00
simlarsen
8d6fd14078
chore: npm audit fix
2026-03-05 02:25:59 +00:00
Nawaz Dhandala
82c5169071
fix: standardize return statement formatting in monitor classes
2026-03-04 21:29:22 +00:00
Nawaz Dhandala
9444734e7f
fix: handle AggregateError in monitors and return detailed failure responses
2026-03-04 21:28:03 +00:00
Nawaz Dhandala
dc8f5b8160
feat: enhance mermaid diagram wrapper to allow scrolling for large diagrams
2026-03-04 21:22:01 +00:00
Nawaz Dhandala
13dbbcad8a
Merge branch 'release' of https://github.com/OneUptime/oneuptime into release
2026-03-04 21:17:59 +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
14c1b89af6
chore: update version to 10.0.18
2026-03-04 21:17:29 +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
Simon Larsen
eeaa6c9f41
Merge pull request #2340 from OneUptime/master
...
Release
2026-03-04 20:30:37 +00:00
Nawaz Dhandala
010ec39d8b
fix: Change code block syntax highlighting from YAML to text in Webhook documentation
2026-03-04 20:10:09 +00:00
Nawaz Dhandala
787b1c79fe
refactor: Enhance code block styling and add copy functionality for improved user experience
2026-03-04 20:06:20 +00:00
Nawaz Dhandala
d2f0fed6a7
feat: Implement caching mechanism for blog posts and clear cache functionality
2026-03-04 19:55:51 +00:00
Nawaz Dhandala
58d198fc57
fix: Increase top padding for improved spacing in blog post content
2026-03-04 19:50:18 +00:00
Nawaz Dhandala
c9b201a1bd
fix: Adjust main headline font size for better readability in Blog CTA
2026-03-04 19:47:19 +00:00
Nawaz Dhandala
e63be526cc
fix: Update highlight.js script loading to ensure proper syntax highlighting functionality
2026-03-04 19:44:28 +00:00
Nawaz Dhandala
cf5f51985f
refactor: Update font loading and styles to use Google Fonts CDN, streamline CSS, and enhance layout
2026-03-04 19:37:25 +00:00
Nawaz Dhandala
9da5877209
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2026-03-04 19:30:09 +00:00
Nawaz Dhandala
fd44d6ffca
fix: Remove obsolete workflow-docker-image-deploy job from test-release.yaml
2026-03-04 19:29:45 +00:00
Simon Larsen
4f3f578098
Merge pull request #2339 from OneUptime/claude/suspicious-elbakyan
...
fix: Restore Tailwind CDN for docs with improved CLS prevention
2026-03-04 19:29:33 +00:00
Nawaz Dhandala
35f3733070
fix: Restore Tailwind CDN for docs with improved CLS prevention
...
The compiled CSS alone didn't cover all utility classes used in the
docs EJS templates, breaking styling. Restore the CDN but improve
CLS by:
- Loading critical CSS first with layout-stabilizing rules
(header height, sidebar width, body flex, nav width)
- Loading Tailwind CDN before compiled CSS so both are ready at
first paint
- Compiled CSS now supplements (font-face, prose, syntax) rather
than conflicting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-04 19:26:42 +00:00