nuke/lib/policy/expressions
Xe Iaso 76dcd21582
feat(expressions): add missingHeader function to bot environment (#870)
Also add tests to the bot expressions custom functions.
2025-07-20 19:09:29 -04:00
..
environment.go feat(expressions): add missingHeader function to bot environment (#870) 2025-07-20 19:09:29 -04:00
environment_test.go feat(expressions): add missingHeader function to bot environment (#870) 2025-07-20 19:09:29 -04:00
http_headers.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
http_headers_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00
loadavg.go feat(lib/policy/expressions): add system load average to bot expression inputs (#766) 2025-07-06 20:13:50 +00:00
README.md feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00

Expressions support

The expressions support is based on ideas from go-away but with different opinions about how things should be done.