Simon Larsen
a39db4ffc9
fix timeline on monitor chart
2024-10-16 14:59:01 +01:00
Simon Larsen
bbced15076
do not follow redirects when monitoring
2024-10-16 12:50:24 +01:00
Simon Larsen
1b3cde35f3
add filter views to other tables
2024-10-16 12:02:16 +01:00
Simon Larsen
f1dda4a7b3
fix filter settings
2024-10-15 19:20:46 +01:00
snyk-bot
f50120d19a
fix: Common/package.json & Common/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
2024-10-15 06:03:43 +00:00
Simon Larsen
9d50f77908
Merge branch 'master' of github.com:OneUptime/oneuptime
2024-10-14 20:23:23 +01:00
Simon Larsen
f0a3ddbf2e
make UI for table filters nicer
2024-10-14 20:23:20 +01:00
Simon Larsen
8a35eb47e6
Merge pull request #1618 from OneUptime/oneuptime-copilot-oneuptime-copilot-improve-comments-nJEHb
...
[OneUptime Copilot] Improve Comments on /App/Index.ts
2024-10-14 15:33:53 +01:00
Simon Larsen
6ccf8961bf
Merge pull request #1701 from OneUptime/snyk-fix-2d8a0a8383cb68645721c65394cd6cd7
...
[Snyk] Security upgrade node from 22.5 to 22.9
2024-10-14 15:33:08 +01:00
Simon Larsen
fab8ca112b
Merge pull request #1707 from OneUptime/snyk-fix-6186b78cb9bdefdfbc19f061c3bc0e9c
...
[Snyk] Security upgrade node from 22.5 to 22.8
2024-10-14 15:32:39 +01:00
Simon Larsen
bb81d4cf27
Merge branch 'master' into snyk-fix-6186b78cb9bdefdfbc19f061c3bc0e9c
2024-10-14 15:32:31 +01:00
Simon Larsen
931999c39f
Merge pull request #1703 from OneUptime/snyk-fix-9272f658e87a4afce4e711dde5615427
...
[Snyk] Security upgrade express from 4.19.2 to 4.20.0
2024-10-14 15:32:09 +01:00
Simon Larsen
2e1e112b42
Merge pull request #1731 from OneUptime/snyk-fix-6dcbd9c940cb1f77c486fe016548c853
...
[Snyk] Security upgrade express from 4.19.2 to 4.21.1
2024-10-14 15:31:54 +01:00
snyk-bot
3b7a7c3c49
fix: StatusPage/package.json & StatusPage/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
2024-10-14 05:38:21 +00:00
Simon Larsen
5d9252d1ff
refactor: Enable domain editing and make certificate fields optional in StatusPageDelete component
2024-10-10 12:42:18 +01:00
Simon Larsen
7c85fb4ded
refactor: Update status page delete message for custom certificates
2024-10-09 21:06:46 +01:00
Simon Larsen
9e45f4cea9
refactor: Add doNotFollowRedirects option to WebsiteRequest and API
...
This commit adds the `doNotFollowRedirects` option to the `WebsiteRequest` and `API` classes. When set to `true`, the classes will not follow redirects when making HTTP requests. This is achieved by setting the `maxRedirects` property of the `axiosOptions` object to 0. This change allows for more control over the behavior of HTTP requests and ensures that redirects are not automatically followed.
2024-10-09 20:11:15 +01:00
Simon Larsen
f5d2c61a70
refactor: Add logging for writing custom certificates to disk
2024-10-09 19:31:47 +01:00
Simon Larsen
d072a29cf8
refactor: Add WriteCustomCertsToDiskJob to Nginx/Index.ts and update UptimeUtil to round uptime percentage to specified precision
...
- The WriteCustomCertsToDiskJob has been added to the Nginx/Index.ts file to handle writing custom certificates to disk.
- The UptimeUtil has been updated to round the uptime percentage to the specified precision.
2024-10-09 19:24:17 +01:00
Simon Larsen
0d262429d9
refactor: Remove unused code in OverviewPageBranding and improve code formatting
2024-10-09 12:09:53 +01:00
Simon Larsen
7b1960f00c
refactor: Update UptimeUtil to round uptime percentage to specified precision
2024-10-09 11:59:07 +01:00
Simon Larsen
e253be732f
refactor: Update UptimeUtil to round uptime percentage to specified precision
...
The UptimeUtil class in the Common/Utils/Uptime directory has been updated to include a new method called roundToPrecision. This method takes a number and a precision value and rounds the number to the specified precision. This method is used in the calculateUptimePercentage method to round the uptime percentage to the precision specified in the data.group object.
This change ensures that the uptime percentage is displayed with the correct precision, providing more accurate information to users.
Refactor the UptimeUtil class to include the roundToPrecision method and update the calculateUptimePercentage method to use it.
Fixes #123
2024-10-09 11:39:21 +01:00
Simon Larsen
eaf4193cb0
refactor: Remove unused code in UptimeUtil
2024-10-09 11:23:49 +01:00
Simon Larsen
d7f881c468
fix: Add namespace to Semaphore lock in MonitorStatusTimelineService
2024-10-09 10:46:33 +01:00
Simon Larsen
8270934564
refactor: Improve locking mechanism in Semaphore class
...
- Modify the Semaphore class in Semaphore.ts to include a namespace parameter in the lock method.
- Update the lockTimeout default value from 1000 to 5000 milliseconds.
- Append the namespace to the key when creating a new Mutex instance.
- Add a try-catch block to handle errors when acquiring and releasing the mutex.
2024-10-09 10:23:50 +01:00
Simon Larsen
8590cfa4c0
feat: add note to alert type
2024-10-08 22:04:51 +01:00
Simon Larsen
09196f397e
make alert private note work
2024-10-08 21:12:03 +01:00
Simon Larsen
bc714759bc
Merge branch 'monitor-alert'
2024-10-08 20:26:12 +01:00
Simon Larsen
06d0dba258
add monitor alert
2024-10-08 20:26:00 +01:00
Simon Larsen
40cd066473
Merge pull request #1727 from OneUptime/monitor-alert
...
Monitor Alerts
2024-10-04 16:17:05 -07:00
Simon Larsen
7a38a0d9da
fix rule in monitor criteria
2024-10-04 15:54:01 -07:00
Simon Larsen
add11806e0
add default alert severity id
2024-10-04 15:44:43 -07:00
Simon Larsen
97bf26ab03
make header alerts work
2024-10-04 15:34:50 -07:00
Simon Larsen
09955a5ba9
add header group
2024-10-04 11:40:38 -07:00
Simon Larsen
30db4e58ff
refactor UI of header alerts
2024-10-04 11:01:36 -07:00
Simon Larsen
7eebd75088
add types to header alert
2024-10-04 09:12:13 -07:00
Simon Larsen
d17b687e03
add alert types to model alert
2024-10-04 09:08:00 -07:00
Simon Larsen
f08dbf6e8f
fix issue with monitor group
2024-10-04 08:58:58 -07:00
Simon Larsen
4be7675b74
add active alerts to home page
2024-10-04 08:52:42 -07:00
Simon Larsen
6acb0fb486
add alerts page to monitor groups
2024-10-04 08:31:46 -07:00
Simon Larsen
54cd18896a
Refactor SideMenu component in Settings page
2024-10-03 17:12:29 -07:00
Simon Larsen
b5596968a5
Refactor NoteTemplate component to AlertNoteTemplateDetail component
2024-10-03 16:51:18 -07:00
Simon Larsen
25f2d527f8
Refactor AlertNoteTemplateView component and create NoteTemplate component
2024-10-03 16:49:09 -07:00
Simon Larsen
7a052d69d0
Refactor AlertNoteTemplateViews component and create AlertNoteTemplateView component
2024-10-03 16:43:28 -07:00
Simon Larsen
b151eaace7
Refactor AlertNoteTemplateView component and create AlertNoteTemplateViews component
2024-10-03 16:43:18 -07:00
Simon Larsen
8e2336f753
Refactor AlertNoteTemplateViews component and create AlertNoteTemplateView component
2024-10-03 16:42:30 -07:00
Simon Larsen
b0a4bcc5fb
Refactor AlertNoteTemplateView and AlertNoteTemplateViews components
2024-10-03 16:42:20 -07:00
Simon Larsen
c8d4bea49b
Refactor AlertsTable component and update route in DashboardSideMenu
2024-10-03 16:41:45 -07:00
Simon Larsen
facc564616
Refactor MonitorCriteriaInstance to handle null incidents and alerts
2024-10-03 16:22:48 -07:00
Simon Larsen
591b3ab41c
Refactor TableView component and fix indentation
2024-10-03 15:45:00 -07:00