st2
st2 copied to clipboard
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 i...
## SUMMARY There appears to be a race condition in the way orquesta handles unpausing of a parent workflow when a child workflow has an inquiry which receives a response....
## SUMMARY Orquesta can't handle pausing for core.ask while a parallel task is running ### STACKSTORM VERSION st2 3.1.0, on Python 2.7.5 ##### OS, environment, install method RHEL 7.6, script...
Rundeck allows for an input type using a dynamically generated enum, e.g. list of kubernetes clusters. It would be nice to see an equivalent in ST2 * Ability in action...
## SUMMARY Action policy for attr doesn't respect when it has default values for the attribute. ### STACKSTORM VERSION Paste the output of ``st2 --version``: st2 3.6.0, on Python 3.6.8...
I discovered that when a rule, trigger, action or workflow is removed from a git repository and is no longer on the disk of a stackstorm server, the command sudo...
Currently, there is no way via the CLI to delete a sensor...or create one for that matter. `````` vagrant@st2vagrant:~/st2docs$ st2 sensor --help usage: st2 sensor [-h] {list,get,enable,disable} ... An adapter...
Experimenting with a label changing workflow. Do not merge. The idea is to adjust the label colors and descriptions in a file that we check into the repo. Current labels...
##### SUMMARY Swagger file has parse errors ##### ISSUE TYPE - Bug Report ##### STEPS TO REPRODUCE Running the openapi.yaml file through Swagger validation (online, use https://editor.swagger.io/) fails with the...
This PR changes the output format of the elapsed time on `st2 execution get`. Old: `status: succeeded (76s elapsed)` `status: succeeded (7350s elapsed)` New: `status: succeeded (01m16s elapsed)` `status: succeeded...
The [openapi.yaml](https://github.com/StackStorm/st2/blob/master/st2common/st2common/openapi.yaml) not standing in https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v2.0/schema.json specifications. `[{\"code\":\"ValidationError\",\"target\":\"representation\",\"message\":\"Parsing error(s): JSON is valid against no schemas from 'oneOf'. Path 'paths['/{connectionId}/api/v1/executions/{id}/result'].get.responses.200', line 806, position 18.\"},{\"code\":\"ValidationError\",\"target\":\"representation\",\"message\":\"Parsing error(s): JSON does not match any schemas...