st2docs
st2docs copied to clipboard
StackStorm Documentation.
### Background This is part of introducing [`pants`](https://www.pantsbuild.org/docs), as discussed in the TSC Meetings on [12 July 2022](https://github.com/StackStorm/community/issues/105) and [02 Aug 2022](https://github.com/StackStorm/community/issues/107). Pants has fine-grained per-file caching of results for...
For https://github.com/StackStorm/st2docs/issues/1096 Things to note: - This is a first test. I'll be unable to carry this further; I just wanted to help get it started - The makefile updates...
Hello! I came across an error in the documentation on how to use the decryption of items in the st2kv. I just replaced the occurences of "jinja filter" with "argument"...
Hi! This is a PR that is related to the addition of SAML2 to the stackstorm code It is being handled on this issue: https://github.com/StackStorm/st2/issues/5625
Between the [Upgrade page](https://docs.stackstorm.com/install/upgrades.html), [Update nodes](https://docs.stackstorm.com/upgrade_notes.html) and [Release Blog Post](https://stackstorm.com/2022/12/v3-8-0-released/) we have a lot of info spread on how to update, but neither of them paints a full picture. This...
Getting the following errors during install regarding RabbitMQ: The following packages have unmet dependencies: rabbitmq-server : Depends: erlang-base (>= 1:25.0) but 1:24.3.4.6-1 is to be installed or erlang-base-hipe (>= 1:25.0)...
Currently, https://docs.stackstorm.com/ are deployed to AWS S3 on every build. Migrating to native GH static pages unties docs from AWS and would improve the transparency via git, security, and maintenance....
`MongoDB` and `RabbitMQ` dependencies have been updated to use `Bitnami` based helm charts for the `K8s` deployment model. However, their links in documentation still reference to old `stable` repo based...
CircleCI is getting queued, especially during the releases. Switch to GH Actions for the native experience.
There's no documentation on how to override a runners env: https://docs.stackstorm.com/actions.html#built-in-parameters Is there a schema available for the YAML? And the obvious choices seem to not work: ``` name: run_build...