oncall-engine/engine/common/jinja_templater
Matias Bordese 0fa3522db7
Add doc references to regex_search jinja filter (#4973)
This filter wasn't listed in cheatsheet or docs, but it is usually more
flexible/simpler than `regex_match` if trying to search for a substring
in payload.

Also setup a
[timeout](https://github.com/mrabarnett/mrab-regex?tab=readme-ov-file#timeout)
when regex searching/matching/replacing.

Related to [this
issue](https://docs.google.com/document/d/1gESMLdbJSnLnSnK7Nhp7DvJ7f10qZXsEm5GrgBc5RqQ/edit)
2024-09-04 17:47:09 +00:00
..
__init__.py Support alert routing based on labels (#3778) 2024-01-30 13:07:19 -05:00
apply_jinja_template.py Support prescribed labels (#3848) 2024-02-20 14:42:51 +08:00
filters.py Add doc references to regex_search jinja filter (#4973) 2024-09-04 17:47:09 +00:00
jinja_template_env.py Add datetimeparse Jinja2 template helper filter function (#4312) 2024-05-13 17:16:38 +00:00