Eugen

Results 145 comments of Eugen

@winem Could you open a draft PR for the https://github.com/StackStorm/st2/tree/5496-self-check-in-gh-actions ? that would be easier for the team to find it, including the code diff, CI status, and progress. BTW...

Looks like https://github.com/StackStorm/st2/issues/4051 has more information about http://api.stackstorm.com/ issue. As for the Swagger validation errors for StackStorm OpenAPI, - we'll be welcoming contribution fixes!

How the scripts would run if they had no executable bit before and chmod is required? @anrajme does it still complain if you make the scripts executable in advance?

@anrajme For sure, the condition to skip chmod +x when the executable bit is already set makes perfect sense :+1:

@aaronkyriesenbach Just to confirm, per your message, does the `pack install` from github work? It's just the `st2 pack install file://` that has issues.

Do you have a `.git` dir in the pack? If no, run `git init` inside the pack and try to re-install the pack again with `file:///`.

Based on history, we tried to update the `eventlet` before here: https://github.com/StackStorm/st2/pull/5255#issuecomment-835861160 by @Kami However, because of the breaking change, it fails the build in `guinicorn` which relies on specific...

Looks like https://github.com/benoitc/gunicorn/issues/2638 is still unreleased.

Thanks for checking! We have no choice, but to move the issue to the next v3.8.0 and keep track of it.

Good call about 4.0 EOL. Looks like there are some places where we still install MongoDB v4.0. There's an issue that MongoDB 4.0 is installed in some older distros where...