Justin Palmer
Justin Palmer
The `@metadata` allows the user to specify a list of tests to include based on their tag. It would be handy to also be able to do the opposite. Essentially,...
In order to ensure that we are in a good spot in terms of packaging and testing, setting up some form of CI is a good idea. Most familiar with...
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...
## 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...
I've noticed that it's not possible to have multiple policies for a single action/workflow. This is something that would be really useful. Imagine a workflow that has a `user` and...
This addresses the issue outlined in #275. The shape of the context I created for the unit tests is `st2` similar to the runtime context provided by the `st2` `orquesta`...
I was working on some unit tests for some `st2` workflows and the `WorkflowRehearsal` test case doesn't account for times when the `st2` context may be accessed in the workflow....
The latest version of this package on `pypi` is `1.2.0`: https://pypi.org/project/orquesta/ Is it possible to get the latest release pushed up? My team is making use of the `rehearsing` module...