simlarsen
25f9b826cf
chore: npm audit fix
2026-02-11 02:38:02 +00:00
simlarsen
36cbb3159a
chore: npm audit fix
2026-02-10 02:40:36 +00:00
Nawaz Dhandala
4add175070
refactor(Monitor): improve code readability by consolidating API ping parameters
...
refactor(Migration): update comments for clarity and maintainability
fix(MarkdownEditor): adjust code block formatting for consistency in documentation
2026-02-09 14:28:09 +00:00
Nawaz Dhandala
711cfd2f6b
feat(MonitorUtil): add tests for URL placeholder resolution and update method visibility
2026-02-09 14:21:05 +00:00
Nawaz Dhandala
c4d978cc3b
feat: add API and Website monitor documentation with dynamic URL placeholders
2026-02-09 14:11:02 +00:00
Nawaz Dhandala
9e01b0b75a
fix(playwright): install browsers to a fixed path for runtime accessibility
2026-02-08 17:56:59 +00:00
Nawaz Dhandala
3d7b98d1ee
fix(deps): update net-snmp to version 3.26.1
2026-02-08 15:37:41 +00:00
Nawaz Dhandala
ddf7636965
Set default number prefixes for incident, alert, and maintenance numbers in ProjectService
2026-02-06 20:48:02 +00:00
Nawaz Dhandala
83993fc2a4
fix: Correct spelling of 'evaluateOverTime' in multiple criteria files
2026-01-29 08:38:35 +00:00
Nawaz Dhandala
2a6003e78f
refactor: Add type annotations for functions in SnmpOidEditor and SnmpMonitor
2026-01-29 08:28:23 +00:00
Nawaz Dhandala
bfed03a10e
refactor: Improve code formatting and readability in SNMP monitor components
2026-01-29 08:24:51 +00:00
Nawaz Dhandala
d99b20327f
feat: Update SNMP monitor implementation and add net-snmp dependency
2026-01-29 08:22:04 +00:00
Nawaz Dhandala
724ab97874
feat: Add SNMP Monitor functionality with v3 authentication support
...
- Introduced MonitorStepSnmpMonitor interface for SNMP configuration.
- Implemented SNMP version handling with enums for V1, V2c, and V3.
- Created utility classes for handling SNMP OIDs and v3 authentication parameters.
- Developed SNMP Monitor response structure to capture OID responses and status.
- Added UI components for SNMP Monitor configuration including OID editor and v3 auth form.
- Implemented SNMP query logic with retry mechanism and response time tracking.
- Added type definitions for net-snmp library to support SNMP operations.
2026-01-28 22:56:28 +00:00
simlarsen
4a7f27a372
chore: npm audit fix
2026-01-27 02:04:49 +00:00
simlarsen
1928244a8e
chore: npm audit fix
2026-01-24 01:54:38 +00:00
simlarsen
d3d0dedfee
chore: npm audit fix
2026-01-21 02:01:12 +00:00
simlarsen
79b36c5b27
chore: npm audit fix
2026-01-15 01:57:09 +00:00
Nawaz Dhandala
9ff1a20858
feat: add GitHub App Installation ID to Project migration and update related components
2025-12-28 22:50:53 +00:00
Nawaz Dhandala
dcb9da7d91
Merge branch 'master' of https://github.com/OneUptime/oneuptime
2025-12-28 13:33:56 +00:00
Nawaz Dhandala
3311e9d354
refactor: update metrics endpoint to return pending monitor count for KEDA autoscaling
2025-12-28 13:33:52 +00:00
simlarsen
72369485a1
chore: npm audit fix
2025-12-24 01:52:31 +00:00
snyk-bot
d218f5e9cf
fix: upgrade playwright from 1.56.1 to 1.57.0
...
Snyk has created this PR to upgrade playwright from 1.56.1 to 1.57.0.
See this package in npm:
playwright
See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/49c81d9c-12c2-4e8e-b9e8-72f98b1b595c?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-12-22 10:21:25 +00:00
Nawaz Dhandala
6335887d62
feat: Reduce npm fetch retry timeout values in Dockerfiles
2025-12-16 13:30:12 +00:00
Nawaz Dhandala
c617372e37
feat: Add repository field to package.json files across the project
2025-12-11 21:31:52 +00:00
Nawaz Dhandala
7a9b46cede
fix: remove unnecessary return statement in setTimeout for retry logic
2025-12-09 12:19:25 +00:00
Nawaz Dhandala
7dd2a7e61d
feat: add retry count on error for synthetic monitors
2025-12-09 12:11:05 +00:00
Nawaz Dhandala
403f4a1c5b
fix: ensure browser session is disposed to prevent zombie processes
2025-12-08 14:55:54 +00:00
Nawaz Dhandala
e328dca641
fix: add tini for proper zombie process reaping in Dockerfile
2025-12-08 14:54:50 +00:00
Nawaz Dhandala
9950f1502e
refactor: enhance promise handling and error rejection in DNS and traceroute operations
2025-12-04 21:57:42 +00:00
Nawaz Dhandala
43432261e1
refactor: improve formatting and readability in error handling and network monitoring code
2025-12-04 21:54:13 +00:00
Nawaz Dhandala
03742ab6f4
refactor: implement detailed error handling for request failures across monitors
2025-12-04 20:25:55 +00:00
Nawaz Dhandala
7324bff68b
refactor: add NetworkPathTrace and NetworkPathMonitor for comprehensive network diagnostics
2025-12-04 19:46:34 +00:00
Nawaz Dhandala
6e20e7f08f
fix: correct typo in debug log message for sleep duration in FetchListAndProbe
2025-12-03 18:45:25 +00:00
Nawaz Dhandala
05920d5b99
fix: improve error logging for Playwright resource closure
2025-12-03 18:33:27 +00:00
Nawaz Dhandala
3a309aabcf
fix: enhance browser context closure handling in SyntheticMonitor
2025-12-03 18:31:12 +00:00
Nawaz Dhandala
22a3004a3f
fix: simplify error logging in safeCloseBrowserContext and adjust formatting in safeCloseBrowser
2025-12-03 18:27:09 +00:00
Nawaz Dhandala
b8f69fbea3
fix: refactor browser session management in SyntheticMonitor for improved clarity and error handling
2025-12-03 18:25:37 +00:00
Nawaz Dhandala
847bac5c6a
refactor: enhance Chrome and Firefox executable path retrieval with additional candidates
2025-11-26 16:42:10 +00:00
Nawaz Dhandala
29b137afbd
refactor: enhance Chrome executable path retrieval with multiple candidate checks
2025-11-26 16:35:30 +00:00
Nawaz Dhandala
2467d2c02d
refactor: reorder app dependency installation and Playwright browser setup in Dockerfile
2025-11-26 16:26:17 +00:00
simlarsen
f52e73afb2
chore: npm audit fix
2025-11-25 01:48:46 +00:00
snyk-bot
ceb54ae12d
fix: upgrade axios from 1.13.0 to 1.13.1
...
Snyk has created this PR to upgrade axios from 1.13.0 to 1.13.1.
See this package in npm:
axios
See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/49c81d9c-12c2-4e8e-b9e8-72f98b1b595c?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-11-24 09:37:36 +00:00
simlarsen
ac239ffe4d
chore: npm audit fix
2025-11-20 01:45:52 +00:00
simlarsen
dade1d0403
chore: npm audit fix
2025-11-15 01:44:36 +00:00
simlarsen
2f102acdc2
chore: npm audit fix
2025-11-13 01:48:58 +00:00
simlarsen
bccd2f484b
chore: npm audit fix
2025-11-08 01:40:56 +00:00
simlarsen
9e5db22235
chore: npm audit fix
2025-11-07 01:46:40 +00:00
Simon Larsen
1ac6e71f7e
chore(config,docker,ci,ui): rename IS_ENTERPRISE to IS_ENTERPRISE_EDITION across env, Dockerfiles, compose and workflows
2025-11-03 11:25:12 +00:00
Nawaz Dhandala
1c1a48b78f
chore(ci): build/publish enterprise image variants and add IS_ENTERPRISE arg to Dockerfiles
2025-10-31 14:49:07 +00:00
Nawaz Dhandala
b347e18749
chore: update package-locks — add deps, bump versions & sync subdeps
...
- Update lockfiles for root, TestServer, Worker and Workflow
- Add new/top-level packages and types:
- @simplewebauthn/server, archiver, botbuilder
- @types/archiver
- Bump notable package versions:
- axios, nodemailer, playwright, react-syntax-highlighter
- Sync a large set of transitive dependency upgrades:
- @babel/* (code-frame, parser, template, types, helpers, helper-*), brace-expansion, braces, fill-range, micromatch, picocolors, cross-spawn, to-regex-range and others
- Remove/clean outdated lock entries (e.g. to-fast-properties removed where unnecessary)
- Add/fix license fields for several packages in the lockfiles
- General lockfile normalization to ensure consistent subdependency versions across packages
This keeps dependency trees aligned across monorepo packages and pulls in recent bug/security fixes from transitive upgrades.
2025-10-29 16:43:36 +00:00