Commit Graph

22 Commits

Author SHA1 Message Date
dependabot[bot] 6d53729b70 chore(deps-dev): bump the npm-minor-patch group with 2 updates (#10)
Bumps the npm-minor-patch group with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `@cloudflare/workers-types` from 4.20260423.1 to 4.20260424.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `wrangler` from 4.84.1 to 4.85.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/HEAD/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260424.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
- dependency-name: wrangler
  dependency-version: 4.85.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-25 14:36:01 +02:00
dcarrillo 71b7458cfc feat: add ssrf protection (#9) 2026-04-23 19:12:01 +02:00
dcarrillo f1fd5236f9 Update dependencies 2026-04-23 19:06:52 +02:00
dependabot[bot] 77c9a8804b chore(deps-dev): bump eslint in the npm-minor-patch group (#8)
Bumps the npm-minor-patch group with 1 update: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 10.2.0 to 10.2.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.2.0...v10.2.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-19 00:15:10 +02:00
dcarrillo 542a99d23a refactor: use console.info for log consistency and clean up deprecated code 2026-04-17 19:16:13 +02:00
dcarrillo 3b074977ed feat: maintenance mode for monitors (#7) 2026-04-17 18:42:23 +02:00
dcarrillo 0ab0221276 Update npm dependencies 2026-04-17 16:05:37 +02:00
dcarrillo 98ef89aa06 feat: add expectedBodyContains for HTTP checks (#6) 2026-04-15 20:30:56 +02:00
dcarrillo 26cc1dac8a fix: edge tooltips were hidden inside the box (#5)
* fix: edge tooltips were hidden inside the box

* Update README.md
2026-04-12 20:51:56 +02:00
dcarrillo 80ba688f41 [skip ci] Update TODO 2026-04-12 19:50:33 +02:00
dcarrillo 829d59f802 [skip ci] Update README.md 2026-04-12 19:45:24 +02:00
dcarrillo 81cf70cbe3 feat: add custom banner to status page (#4) 2026-04-12 19:38:16 +02:00
dcarrillo a3acea4d35 fix: remove public api endpoint 2026-04-11 22:23:38 +02:00
dependabot[bot] 7c61767afa chore(deps-dev): bump @cloudflare/workers-types (#3)
Bumps the npm-minor-patch group with 1 update: [@cloudflare/workers-types](https://github.com/cloudflare/workerd).


Updates `@cloudflare/workers-types` from 4.20260410.1 to 4.20260411.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260411.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-11 19:51:28 +02:00
dcarrillo 8298054d28 chore: Add dependabot.yml 2026-04-11 19:49:05 +02:00
dcarrillo 2583af0e79 [skip ci] Add AGENTS.md 2026-04-11 19:28:18 +02:00
dcarrillo 0b19801b60 fix: Remove useless parameter from the CI workflow file 2026-04-11 18:48:33 +02:00
dcarrillo 803a0a6d32 feat: set proper default for check settings (#2) 2026-04-11 18:43:35 +02:00
dcarrillo 995ac9781e doc: Add link to wrangler installation doc [skip ci] 2026-04-11 17:14:58 +02:00
dcarrillo 71c3776fff [skip ci] Add demo link to README.md 2026-04-11 13:31:00 +02:00
dcarrillo 3882a1941a Kick off (#1)
* Kick off
* Update LICENSE copyright
2026-04-11 13:22:36 +02:00
dcarrillo 1f1e74c9f8 Initial commit 2026-04-11 13:00:01 +02:00