st2 icon indicating copy to clipboard operation
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...

Results 285 st2 issues
Sort by recently updated
recently updated
newest added

The commits step through updating from 2.20 to 2.21 to 2.22 to 2.23. ### Interesting new features in 2.21 - https://www.pantsbuild.org/blog/2024/05/29/pants-2-21 - https://github.com/pantsbuild/pants/blob/2.21.x/src/python/pants/notes/2.21.x.md A new `[export].py_hermetic_scripts` feature allows us to...

size/XL
infrastructure: ci/cd
pantsbuild

Addresses #6225. This should allow users to specify a branch when using the `packs.get` command. This addresses the assumption in the code that the primary branch of a git repository...

size/S

## SUMMARY When running `packs.get` against a pack that uses `main` as the main branch, the action errors out on: `git rev-list --left-right --count HEAD...origin/master` ### STACKSTORM VERSION ``` st2...

With the introduction of Stackstorm-k8s, comes features of systems like Google with IAP. I want to be able to use st2client with IAP , to do this there needs to...

Added max_page_size to api_opts and added limit & offset to action_service and sensor_service list_values() method

size/S

Update `dnspython` to v2.6.1 to fix pack CI failing for py3.10 / py3.11 with `AttributeError: module 'collections' has no attribute 'MutableMapping'`.

size/L

Added the no-store cache control header in order to prevent webui from serving cached and not up-to-date versions of opened workflows.

size/XS

This PR has commits extracted from #6202 where I'm working on getting all of our unit tests to run under pants+pytest. It is best to review each commit of this...

enhancement
python3
size/XXL
packs
pantsbuild

Almost all action runners have a `timeout` parameter (see [the fancy table here](https://docs.stackstorm.com/latest/reference/runners.html#quick-reference)), but there is no `timeout` parameter for Orquesta. This means that there is no way to set...

feature
workflows: orquesta

This is not a bug but just a small user experience improvement. When we get the status of execution using the `st2` cli time is mentioned in seconds it would...

enhancement
CLI
good first issue