implement raw string type
Implement raw string type. Stackstorm will not do jinja parsing on these.
A user can do the following currently
- parameter date:
2025-09-09 - parameter birthdate:
{{date}}
Stackstorm will interpret the "birthdate" paramater and output 2025-09-09 for it.
In the some use cases we actually want birthdate to be: {{date}}.
One use case is logs that wrap device uuids like so {{xxxxx}}
Thanks for the PR @guzzijones. The CI is currently broken because bitnami. Fix is here https://github.com/StackStorm/st2/pull/6350 but Circle CI is failing with python pinnings. Will come back once fixed.
Thanks for the PR @guzzijones. The CI is currently broken because bitnami. Fix is here #6350 but Circle CI is failing with python pinnings. Will come back once fixed.
Thanks, Yes i was a bit confused. I am going to rattle off a few prs this week hopefully.