Commit Graph
11 Commits
Author SHA1 Message Date
GermanBluefox 1883937e4a Bump version 2026-05-16 20:07:53 +02:00
mokusone 9b95ece284 feat(filter): add isExcluded helper with unit tests
Glob-based entity_id matcher used by the upcoming exclude-filter feature.
Single wildcard `*` (matches any sequence including dots), all other characters
matched literally with regex metacharacters escaped. Case-sensitive, anchored.

Empty pattern array always returns false, so the helper is a no-op when the
adapter is not configured to filter anything.

New mocha unit-test suite invoked via `npm run test:unit` (separate from the
existing js-controller-backed test:integration).
2026-05-14 11:40:28 +02:00
GermanBluefox 92140fe771 Update packages 2026-03-31 17:00:15 +02:00
Ingo Fischer 1f1fc7ef43 update testAdapter.js 2022-01-29 16:08:30 +01:00
Ingo Fischer 84dee7cd6a add mocha.setup.js 2022-01-29 15:27:39 +01:00
Ingo Fischer 5d8816f464 update testAdapter.js 2022-01-29 15:27:39 +01:00
Ingo Fischer f1376e5e5b update testing setup.js 2022-01-29 15:27:38 +01:00
Ingo Fischer 66953a6e0d update testing setup.js 2021-09-05 00:09:57 +02:00
Ingo Fischer 59dc922c6f * updat testing 2021-08-23 00:51:14 +02:00
Ingo Fischer 0dc453274e * updat testing 2021-08-23 00:48:42 +02:00
GermanBluefox d586cb4088 (bluefox) initial commit 2018-03-11 01:38:23 +01:00