uptime-kuma/src
codercms dc1319882e feat: Add configurable response data storage for notifications
This is actualized version of this PR - https://github.com/louislam/uptime-kuma/pull/6192
But with tests and an additional change that allows to only store responses **for failed HTTP requests**.

Add response column to heartbeat table to store HTTP response data
* Add monitor configuration options: saveResponse (default: false), saveErrorResponse (default: false) and responseMaxLength (default: 10240 bytes)
* Response max length of 0 allows unlimited storage without truncation
* Response data accessible in notification templates via heartbeatJSON.response
* Add UI controls in monitor edit page with translations (EN)
* Only saves response data when explicitly enabled to minimize database impact

chore: Tests added

fix: Missing response field
2026-01-12 14:45:02 +03:00
..
assets chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
components fix: make including msg optional for alyun and clairify the carrier restrictions (#6636) 2026-01-09 06:53:50 +00:00
lang feat: Add configurable response data storage for notifications 2026-01-12 14:45:02 +03:00
layouts chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
mixins chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
modules/dayjs chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
pages feat: Add configurable response data storage for notifications 2026-01-12 14:45:02 +03:00
App.vue feat: Support for country flags emojis (#5782) 2025-04-19 01:09:10 +02:00
i18n.js chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
icon.js Feat: Add warning for cert. hostname mismatch (#3942) 2025-12-01 10:12:47 +08:00
main.js chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
router.js chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
serviceWorker.ts chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
util-frontend.js chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
util.js chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00
util.ts chore: enable formatting over the entire codebase in CI (#6655) 2026-01-09 02:10:36 +01:00