Filippe Spolti

Results 43 issues of Filippe Spolti

…OpenShift Service Catalog for 7.13.0 release Signed-off-by: spolti

Many thanks for submitting your Pull Request :heart:! See: https://issues.redhat.com/browse/KOGITO-7380 Please make sure that your PR meets the following requirements: **WARNING! Please make sure you are opening your PR against...

Looks like there is not way to configure the labeler to auto set labes depending on the tests results it can be a previous workflow or in the same one....

This commit fixes the following issue: If you define the following properties on arquillian.xml everything works as expected: ``` src/test/resources/testrunner-pod.json testrunner:9999,testrunner:9990,testrunner:8080 ``` The issue happens when there is no definitionsFile,...

**Describe the bug** CEKit build with modules's environment variable that needs to be overridden are not working as expected. In our case, we have this environment variable: https://github.com/jboss-container-images/rhpam-7-image/blob/master/kieserver/modules/kieserver/module.yaml#L25 Which holds...

type/bug
status/review

Signed-off-by: spolti Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: - [ ] You have read the [contributors guide](CONTRIBUTING.md) -...

fixes https://github.com/serverlessworkflow/sdk-go/issues/110 Signed-off-by: spolti **Many thanks for submitting your Pull Request :heart:!** **What this PR does / why we need it**: **Special notes for reviewers**: **Additional information (if needed):**

**What happened**: When we try to marshal and unmarshal a workflow that have the auth set, it will fail, example: Error: ``` panic: authDefinitions value '{"defs":[{"name":"testAuth","scheme":"bearer","properties":{"token":"test_token"}},{"name":"testAuth2","scheme":"basic","properties":{"username":"test_user","password":"test_pwd"}}]}' is not supported, it...

bug :bug:

**What would you like to be added**: When working with hard typed Workflow definition, we might need to define the base workflow struct and import the types from sdk-go. ```go...

enhancement :pray:

Provide a standard code style profile so contributors can import it to help to keep a pattern across the code base. For now, provides a profile for: - IntelliJ /...

enhancement :pray: