WebHooker/server/lib
RhenCloud c090281cb2
feat(filters): JSONPath field filters, operators, AST groups, fragments, and test-match
Add a field filter type reading any payload value by JSONPath with array expansion, 12 comparison operators (eq/ne/contains/startsWith/endsWith/regex/gt/gte/lt/lte/in/exists), a visual AST builder (all/any/not) in the route editor, chip-based multi-value input, a stateless POST /admin/api/test-match dry-run, and named filter fragments stored in D1 (d1_fragments, migration 0010) inlined into route ASTs on insert.
2026-08-24 22:51:20 +08:00
..
config feat(filters): JSONPath field filters, operators, AST groups, fragments, and test-match 2026-08-24 22:51:20 +08:00
core feat(logs): populate send log detail and fix dedup re-claim condition 2026-08-24 22:51:11 +08:00
drivers fix(render): link title head to the event object URL 2026-08-15 18:25:23 +08:00
events feat(filters): JSONPath field filters, operators, AST groups, fragments, and test-match 2026-08-24 22:51:20 +08:00
formatters fix(push): link branch ref in title as inline code 2026-08-17 00:01:32 +08:00
github feat: migrate to Nuxt 4 (Nitro) and Tailwind CSS v3 2026-08-13 17:43:33 +08:00
lib feat(logs): populate send log detail and fix dedup re-claim condition 2026-08-24 22:51:11 +08:00
observability chore: auto-fix lint & formatting [skip ci] 2026-08-16 14:47:01 +00:00
providers feat(reliability): idempotency store, custom webhook replay protection, correlation ids 2026-08-15 17:03:32 +08:00
queue chore: auto-fix lint & formatting [skip ci] 2026-08-17 07:51:36 +00:00
storage chore: auto-fix lint & formatting [skip ci] 2026-08-17 07:51:36 +00:00
web feat(filters): JSONPath field filters, operators, AST groups, fragments, and test-match 2026-08-24 22:51:20 +08:00
cf.ts fix: read raw request + body via h3 context for discord/telegram webhooks 2026-08-13 18:13:55 +08:00
config.ts chore: auto-fix lint & formatting [skip ci] 2026-08-17 07:51:36 +00:00
fragments.ts feat(filters): JSONPath field filters, operators, AST groups, fragments, and test-match 2026-08-24 22:51:20 +08:00
http.ts feat: migrate to Nuxt 4 (Nitro) and Tailwind CSS v3 2026-08-13 17:43:33 +08:00
types.ts feat(filters): JSONPath field filters, operators, AST groups, fragments, and test-match 2026-08-24 22:51:20 +08:00
webhook.ts feat(storage): migrate config, dedup and delivery state to D1 2026-08-17 15:01:20 +08:00