core
core copied to clipboard
š¦ The core of Cachet, the open-source status page system.
@jbrooksuk can you look to this PR, Because Data Objects is not ready I have created an solution for the different types of objects for now.
Fixes the bug wherein it wasn't possible to attach components to incidents when created via the API (this works fine via the interface). Addresses [Issue 4536](https://github.com/cachethq/cachet/issues/4536) in the Cachet repo.
While it was possible to create a schedule with a empty completed at date, this wasn't possible during API creation as an end date was explicitly required. And of course...
Addresses #192 It was always possible to attach components to specific incidents, but it was not possible to do the same with schedules in v3. Meanwhile this was seemingly already...
This addresses issue #156 Supports attaching multiple components when creating an incident via API: ```js { "name": "", "status": 0, "message": "", "template": "", "visible": false, "stickied": false, "notifications": false,...
Hi, maybe its a double but would it be possible to link a Component to schedules?
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 5.4.21 (2025-10-20) fix(dev): trim trailing slash...
I'm not sure if this is technically possible, but Iād like to suggest adding a feature where the favicon changes color (green, yellow, red) depending on the overall system status....
This PR brings a few improvements to API docs. 1. By upgrading Scramble and Scramble PRO to `0.12.35` and `0.7.18`, Cachet API docs will have a more accurate pagination information...