bitloi
2e0cebb3fb
feat: add interval-based validation for screenshot_delay
...
- Validate screenshot_delay < 0.8 × timeout (page.goto timeout)
- Validate screenshot_delay < 0.5 × interval (prevent blocking next check)
- Update UI to dynamically calculate max value based on interval
- Add descriptive error messages showing calculated limits
- Add translation key for max value info display
Addresses CommanderStorm's validation requirements from issue #6471
2026-01-17 13:32:25 +01:00
bitloi
262d2aa0dd
feat: change screenshot_delay to use milliseconds
...
- Change from seconds to milliseconds for finer control (e.g., 500ms)
- Update validation to 0-30000ms range
- Update UI input with max 30000 and step 100
- Update translation keys to use 'ms' instead of 'seconds'
Addresses @CommanderStorm feedback in PR review
2026-01-17 13:32:25 +01:00
bitloi
8352896610
fix: address PR review feedback
...
- Add server-side validation in Monitor.validate() for screenshot_delay (0-30 seconds)
- Add notNullable() constraint to screenshot_delay column in migration
- Update translation key to use parameter format
- Separate help text and warning message in UI on different lines
2026-01-17 13:32:25 +01:00
bitloi
60676afa5e
Merge branch 'master' into feature/screenshot-delay-6471
2026-01-17 07:21:47 -05: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
bitloi
e7a2c0f72f
fix: add missing 'seconds' translation key for CI
2026-01-16 23:15:02 +01:00
bitloi
f57e0c5853
feat: add screenshot delay option for Browser Engine monitor
...
Resolves #6471
- Add screenshot_delay column via Knex migration (default 0)
- Add page.waitForTimeout() before screenshot in real-browser-monitor-type.js
- Add UI input field (0-30s) in EditMonitor.vue
- Add localization strings in en.json
2026-01-16 22:28:04 +01: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
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
Copilot
7b284c04ed
fix: beta release to use version-specific branches and link to artifacts ( #6700 )
...
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 17:27:39 +08:00
Anurag Ekkati
70d541a11c
fix(ui): improve monitor list readability on mobile ( #6699 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-13 08:38:52 +00:00
Louis Lam
d61cbbe56d
fix: beta release ( #6697 )
2026-01-13 14:15:39 +08:00
Copilot
4c2a3b9d63
fix: handle existing release branch in beta-release workflow ( #6696 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2026-01-13 14:03:09 +08:00
Copilot
17b6feb207
chore: Add automated beta release workflow ( #6692 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: louislam <1336778+louislam@users.noreply.github.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2026-01-13 03:50:35 +00:00
tellorian
4de99eb851
feat(notification): expose path vars and improve Slack rich message ( #6690 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-13 02:08:42 +00:00
Frank Elsinga
59af678eb9
chore: preemptivly reduce the cost to store the responses by lowering the limit and changing the on disk compression format ( #6691 )
2026-01-13 01:23:06 +00:00
Dmitry
751fe1bbf5
feat: Add configurable response data storage for notifications ( #6684 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 18:39:12 +01:00
Frank Elsinga
034b8641c8
chore: autofix tsc compliation ( #6689 )
2026-01-12 16:25:53 +00:00
Frank Elsinga
731ffd2883
chore: make the logging of uptime_calc more consistent witht he rest of the logs ( #6686 )
2026-01-12 15:57:41 +00:00
SID
c7a8b7affd
feat: Add option to retry only on status code failure for JSON Query monitors ( #5693 ) ( #6687 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-12 16:49:43 +01:00
Frank Elsinga
2b2941cd83
feat: don't show a retry interval without retries enabled ( #6685 )
2026-01-12 12:35:30 +00:00
Hemanth Rachapalli
4c99f92cd3
feat: Rework how selected actions to perform pause,resume work and add a bulk-delete option ( #6676 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2026-01-12 11:29:26 +00:00
Frank Elsinga
cbb8ad4499
chore: rework the new contributor workflow ( #6683 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 11:21:17 +00:00
Frank Elsinga
e9b7ac82b7
chore: add a test case so that a substantative placeholder changes are appant to contributors ( #6681 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 10:37:09 +00:00
tionis
0981fee9b2
feat(nostr): switch to gift-wrapped events ( #6677 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-12 04:23:52 +01:00
Frank Elsinga
b02d6792de
chore: fix new contributor pr message failing due to required, unused parameters ( #6675 )
2026-01-11 13:51:23 +00:00
Frank Elsinga
133fa6f3fc
chore: remove timeouts from our unittests ( #6674 )
2026-01-11 13:43:01 +00:00