circlecrystalin
bdeea53142
Merge branch 'master' into feature/numeric-history-monitors-6024
2026-01-18 20:11:08 -08:00
Diego
a86789be6c
feat: Add path to socket for external mariadb database ( #6670 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-18 16:44:43 +01:00
Mohan
999c09d818
feat: Add enhanced Discord webhook alerts with timestamps and downtime ( #6745 )
...
Co-authored-by: SID <158349177+0xsid0703@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-18 14:56:12 +01:00
Dorian Grasset
bf9b734f6c
feat(dashboard): add expand/collapse all groups button ( #6743 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-18 10:49:45 +00:00
ChenJinBo
a0d73aba1a
feat(notification): add WeCom mentioned mobile list support" ( #6758 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-18 05:06:42 +00:00
dipok
30ee8cec1f
feat(snmp): add SNMPv3 noAuthNoPriv support with backend test ( #6552 )
...
Co-authored-by: dipok-1 <dipokdutta8099@gmail.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-18 05:59:02 +01:00
circlecrystalin
cd0fbebf6d
Merge branch 'master' into feature/numeric-history-monitors-6024
2026-01-17 09:11:35 -08:00
bitloi
b926446a5c
feat: add screenshot delay option for Browser Engine monitor ( #6753 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-17 15:05:58 +01:00
Dorian Grasset
18331eaf33
refactor: simplify filters components ( #6749 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-17 12:38:10 +00:00
Joseph Adams
81ae0af7e1
fix: handle multi-level public suffixes in RDAP lookup ( #6752 )
2026-01-17 12:18:25 +00:00
Frank Elsinga
324404f780
fix: cancel multiple in progress tests ( #6757 )
2026-01-17 12:03:04 +00:00
yy
93141ae5a6
chore: fix typos in comments ( #6755 )
2026-01-17 10:36:32 +00:00
Maybe
777c252915
fix(ui): refreshing the page if pressing enter in the search, horizontal scrolling the monitor lit on mobile/tablets and aligning items in the monitor list ( #6751 )
2026-01-17 08:56:55 +01:00
circlecrystalin
1e1019b9c6
Fix migration to check column existence and add missing JSDoc @returns declarations
2026-01-16 18:42:34 +01:00
autofix-ci[bot]
b8ee80fd76
[autofix.ci] apply automated fixes
2026-01-16 17:35:04 +00:00
circlecrystalin
1ce2b10a10
Address code review feedback: refactor update function, fix parameter order, use constants, improve numeric value handling, and add database migration
2026-01-16 18:33:13 +01:00
circlecrystalin
16e19aa4c7
Refactor getMonitorNumericHistory to use UptimeCalculator instead of raw SQL
2026-01-16 17:56:47 +01:00
circlecrystalin
373f86950a
Remove stylelint changes - not part of numeric history feature
2026-01-16 12:53:02 +01:00
circlecrystalin
b190bf3e20
Add test for numeric value aggregation in UptimeCalculator
2026-01-16 12:52:30 +01:00
circlecrystalin
05a614c0ba
Disable deprecated stylelint rules to remove deprecation warnings
2026-01-16 12:29:06 +01:00
circlecrystalin
c08081af97
Fix eslint warnings by using block-level disable comments
2026-01-16 12:25:10 +01:00
autofix-ci[bot]
64f19a3241
[autofix.ci] apply automated fixes
2026-01-16 11:20:25 +00:00
circlecrystalin
d02c37d2dc
Fix linter warnings for unused destructured variables
2026-01-16 12:18:55 +01:00
autofix-ci[bot]
9d6a49255f
[autofix.ci] apply automated fixes
2026-01-16 11:12:55 +00:00
circlecrystalin
4a4f91e36b
Refactor numeric history to use aggregation tables (same approach as ping)
...
- Add numeric_value, numeric_min, numeric_max fields to stat_minutely, stat_hourly, stat_daily tables
- Modify UptimeCalculator to aggregate numeric values instead of storing directly
- Update monitor.js and SNMP monitor to pass numeric values to uptime calculator
- Update chart handler to query from aggregated stat tables instead of monitor_numeric_history
- Add cleanup logic for monitor_numeric_history table (keeps last 7 days for transition)
- Fixes GC issue where monitor_numeric_history table was never cleaned up
- Prevents UI performance issues for long-running monitors
2026-01-16 12:11:16 +01:00
circlecrystalin
fa59a24308
Merge branch 'master' into feature/numeric-history-monitors-6024
2026-01-15 20:48:39 -08:00
Ian Macabulos
f470b01168
fix: clairify the helptext that markdown is supported with a warning about HTML indentation ( #6747 )
2026-01-16 04:47:04 +00:00
autofix-ci[bot]
5d052c4b1c
[autofix.ci] apply automated fixes
2026-01-16 03:22:51 +00:00
circlecrystalin
2cadc1ff66
Added numeric history to monitors
2026-01-16 04:18:14 +01:00
Copilot
dd44342835
chore: Add manual workflow for building Docker base images ( #6741 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
2026-01-15 19:59:33 +08:00
Dalton Pearson
d7296c6629
feat: added monitoring for postgres query result ( #6736 )
...
Co-authored-by: Dalton Pearson <dalton.pearson@praemo.com>
2026-01-14 23:48:48 +01:00
iotux
e022b5f976
fix: allow for private domains like example.local and others ( #6711 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-14 17:13:53 +00:00
Frank Elsinga
7306e7038a
chore(ci): fix a missing --repo in the labeling automation ( #6735 )
2026-01-14 15:49:37 +00:00
Frank Elsinga
31d2417dde
chore: fix permissions for the draft labeling automation ( #6732 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-14 13:21:05 +00:00
Frank Elsinga
0cdb63edd1
chore(deps): bump postcss-* dependencys ( #6731 )
2026-01-14 13:00:55 +00:00
Frank Elsinga
e95bd6a6e0
fix: automate mark as draft ( #6730 )
2026-01-14 13:51:46 +01:00
kota
a85868ba7c
feat(notification): discord suppress notifications ( #6717 )
2026-01-14 11:44:36 +00:00
Frank Elsinga
bb0c1b3723
chore: automate marking as draft on requesting changes ( #6729 )
2026-01-14 10:22:11 +00:00
Frank Elsinga
c2fd12238f
chore(deps): bump vue-i18n for smoother pluralisation ( #6727 )
...
Co-authored-by: Dorian Grasset <doriangrasset@proton.me>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-14 08:49:15 +00:00
Dorian Grasset
d893231c6d
feat(maintenance): add quick duration buttons and pre-fill datetime fields ( #6718 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-14 08:12:19 +00:00
Aviral Garg
2790e3d9e6
fix(domain-expiry): move logging out of checkSupport to separate logic to reduce to half the amount of domain expiry logs ( #6723 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-14 07:01:55 +00:00
Frank Elsinga
9ae7ea6a19
chore(release): ignore autofix as an author in the changelog ( #6725 )
2026-01-14 06:55:02 +00:00
Frank Elsinga
41fe0cb4fc
chore(i18n): improve some of the punctuation related issues ( #6724 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-14 06:39:06 +00:00
github-actions[bot]
1602d74dd5
chore: update to 2.1.0-beta.2 ( #6721 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 10:41:03 +08:00
Louis Lam
b2d7031522
fix: final fix of beta workflow ( #6713 )
2026-01-14 10:28:34 +08:00
Copilot
2f82ff3787
fix: beta workflow - remove incorrect push that prevents PR creation ( #6709 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
2026-01-13 18:43:24 +08:00
Copilot
85863bdb97
fix: beta workflow ( #6708 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
2026-01-13 18:24:30 +08:00
Louis Lam
4e68b8d049
fix: beta workflow again again again ( #6706 )
2026-01-13 18:08:11 +08:00
Louis Lam
7dac99ef70
fix: beta workflow again again ( #6704 )
2026-01-13 17:52:16 +08:00
Louis Lam
a6970c8a63
fix: beta workflow again ( #6701 )
2026-01-13 17:41:29 +08:00