# What this PR does Add an additional jinja2 template helper filter to decode base64-encoded strings. An example of an incoming integration payload that would benefit from this filter is GCP's pubsub message: https://cloud.google.com/pubsub/docs/reference/rest/v1/PubsubMessage ## Which issue(s) this PR fixes ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --------- Co-authored-by: Jorge Vargas <jorge.vargas@homeprotech.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com> Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_apply_jinja_template.py | ||
| test_base64decode.py | ||
| test_create_engine_url.py | ||
| test_custom_fields.py | ||
| test_database.py | ||
| test_l10n.py | ||
| test_markup.py | ||
| test_ordered_model.py | ||
| test_recaptcha.py | ||
| test_regex_replace.py | ||
| test_task_queue_assignment.py | ||
| test_timezones.py | ||
| test_urlize.py | ||
| test_urlvalidator_without_tld.py | ||
| test_viewset_actions.py | ||