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

Apart from Unit and Integration tests, we should also run the `st2-self-check` script for every PR as part of the CI pipeline. Something we do in e2e and manual testing....

enhancement
help wanted
feature
good first issue
infrastructure: ci/cd

- Added etcd3gw dependency required by tooz. - Downgraded tenacity to 6.3.1 as tooz dependency on tenacity has always been < 7.0.0 and etcd3gw fails with higher versions. https://github.com/openstack/tooz/blob/174065f8750ff374e140fae956758b0b5ec2c473/requirements.txt#L9

feature
status:under discussion
proposal
size/S

Please remove the github repo dependencies and change to proper python dependencies. Those of us with dev environments behind firewalls run our own gitlab/github, pypi, and npm repos. We are...

enhancement
help wanted
complexity:medium
deployment
external dependency

This PR adds workflow engine system information to WorkflowExecution context. Ref https://github.com/StackStorm/st2/discussions/5373 ``` { "engine_info": { "hostname": "st2", "pid": 1085262 }, "parent": { "user": "stanley", "pack": "examples" }, "st2": {...

size/M
status: potential performance implications

Added timeout parameter for pack install st2 client run to help with long running installs. This was already expose in `packs.install` action but st2client was not updated to reflect the...

CLI
status:needs tests
API
component:st2client
size/M
service: api
status:needs changes
status:needs cla

For security purposes, the hash function for symmetric encryption is changed ie. from SHA1 to SHA256. Also, a migration script is added to update the database with new encrypted values.

status:under discussion
security
database
size/L
migrations

This PR refactors the `FileWatchSensor` from the `linux` pack, to remove it's dependency on `logshipper`, and use `watchdog` instead. Upstream `logshipper` hasn't been touched in years, so we switched to...

enhancement
refactor
external dependency
size/XXL
packs

I've configured urllib3 retries, But can't see those in sensor container pod logs. Also tried configure urllib3 log level in sensor, but no good. ``` logger = logging.getLogger("urllib3") logger.setLevel(logging.WARNING) ```

## SUMMARY I installed st2-3.5.0-1.x86_64 on RedHat 8, the python version included in st2 is 3.6.8. ``` st2 3.5.0, on Python 3.6.8 ``` But Python 3.6 is going to EOL...

feature
python3
OS support

Hi, This is the installation process: ![图片](https://user-images.githubusercontent.com/22612182/157195923-3fe10384-5faa-40a8-a506-83366d193b15.png)