Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG export creates invalid text-decoration attribute #1408

Closed
jesse-shaw-egeo opened this issue Jan 11, 2023 · 4 comments
Closed

SVG export creates invalid text-decoration attribute #1408

jesse-shaw-egeo opened this issue Jan 11, 2023 · 4 comments
Assignees

Comments

@jesse-shaw-egeo
Copy link

I'm using VSCode Extension BPMN Editor to create BPMN diagrams. However the SVG contains 'text' nodes with a 'text-decoration' attribute of value "normal" like this:

<text fill="#000000" stroke="none" font-family="Open Sans" font-size="10pt" font-style="normal" font-weight="normal" text-decoration="normal" x="0" y="8.8" text-anchor="start" dominant-baseline="alphabetic">text</text>

As far as I can tell, this is not a specified option. https://www.w3.org/TR/SVG11/text.html#TextDecorationProperties

It's causing my SVG viewer to error out.

@tiagobento tiagobento moved this to Ready to take 🫵 (top to bottom) in IBM and KIE Community Project - Archived! Jan 11, 2023
@tiagobento tiagobento moved this from Ready to take 🫵 (top to bottom) to In Progress 🔧 (1 per person) in IBM and KIE Community Project - Archived! Jan 23, 2023
@Josephblt
Copy link
Member

Here is the PR for this fix: gliffy/canvas2svg#91
After it gets merged, the artifact version needs to be updated here:
https://github.com/kiegroup/appformer/blob/ffeb0bd8f4c15e57740baf962ba7a91406edd95f/pom.xml#L70.

@Josephblt Josephblt moved this from In Progress 🔧 (1 per person) to Ready to take 🫵 (top to bottom) in IBM and KIE Community Project - Archived! Feb 2, 2023
@yesamer
Copy link
Contributor

yesamer commented Feb 3, 2023

Hey @Josephblt ! Is that repo still maintained? The last (and only) artifact version was released 5 years ago

@Josephblt
Copy link
Member

Hello @jesse-shaw-egeo. Unfortunately, @yesamer is right. The project we used to create SVG is no longer maintained. So we now face a more significant challenge to fix this. Would you mind sharing what the editor is and the error you are getting? Thanks.

@Josephblt Josephblt moved this from Ready to take 🫵 (top to bottom) to Backlog 💭 (unordered) in IBM and KIE Community Project - Archived! Feb 8, 2023
@Josephblt Josephblt moved this from 📋 Backlog to 🅿️ Parking Lot in 🦉 KIE Podling Board May 22, 2024
@Josephblt Josephblt moved this from 🅿️ Parking Lot to 📋 Backlog in 🦉 KIE Podling Board May 22, 2024
@Josephblt Josephblt moved this from 📋 Backlog to 🅿️ Parking Lot in 🦉 KIE Podling Board May 23, 2024
ricardozanini pushed a commit to ricardozanini/kogito-tooling that referenced this issue Sep 23, 2024
* KOGITO-8510 Solve kogito-swf-builder long builds
ricardozanini pushed a commit to ricardozanini/kogito-tooling that referenced this issue Nov 15, 2024
ricardozanini added a commit to ricardozanini/kogito-tooling that referenced this issue Nov 15, 2024
)

* [KOGITO-4731] - Conditions should reflect latest evaluated status - R… (#809)

* [KOGITO-4731] - Conditions should reflect latest evaluated status - Review comments

* Gix Lint issue

* Remove failed condition when service recovered from failure

* Set failed condition to false when reconcilation recovered from failure

* [KOGITO-4731] - Conditions should reflect latest evaluated status - R… (#809)

* [KOGITO-4731] - Conditions should reflect latest evaluated status - Review comments

* Gix Lint issue

* Remove failed condition when service recovered from failure

* Set failed condition to false when reconcilation recovered from failure

* KOGITO-4798 Extracted Makefile test commands (#821)

* [KOGITO-3507] Mounting custom Truststore for KogitoServices (#811)

* [KOGITO-3105] - Missing status for failures for KogitoRuntime CRs (#817)

* [KOGITO-3105] - Missing status for failures for KogitoRuntime CRs

* Set reconcilation time to 1min

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-4826] Service ClusterIPs triggers reconciliation (#823)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4849] BDD tests: Add support for deploying files and folders using OC client (#830)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4877] Implement YAML based approach for Infinispan installation (#835)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4877] Implement YAML based approach for Infinispan installation (#835)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4729] - Upgrade from Operator 1.3.0 to 1.4.0 fails with refer… (#833)

* [KOGITO-4729] - Upgrade from Operator 1.3.0 to 1.4.0 fails with refer… (#833)

* [KOGITO-4858] Automatic build of examples (#832)

* KOGITO-4858 Automatic build of examples

* update

* Moved to pkg

* lint correction

* update

* small update on examples images deploy

* [KOGITO-4858] Automatic build of examples (#832)

* KOGITO-4858 Automatic build of examples

* update

* Moved to pkg

* lint correction

* update

* small update on examples images deploy

* [KOGITO-4888] Update Prometheus operator GitHub link (#836)

* [KOGITO-4888] Update Prometheus operator GitHub link (#836)

* [KOGITO-4781] Fix deployment constantly updating (#822)

When deployed with custom probes.

* [KOGITO-4322] Add startup probes (#826)

* KOGITO-4858 Allow to modify K8s objects (#845)

* [KOGITO-4952] Support installing product operator using insecure registry (#848)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-4639 Setup BDD tests coverage (#840)

* KOGITO-4639 Setup BDD tests coverage (#840)

* [KOGITO-4993] Operator crash when data-index is created (#857)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5005] - Operator print irrelevant metadata in logs (#859)

* [KOGITO-5005] - Operator print irrelevant metadata in logs

* Fix Kustomize version and release note

* [KOGITO-5005] - Operator print irrelevant metadata in logs (#859)

* [KOGITO-5005] - Operator print irrelevant metadata in logs

* Fix Kustomize version and release note

* Fix explainability dto (#862)

* fix explainability dto

* add space

* [KOGITO-4898] Set probe defaults based on YAML action values (#841)

* [KOGITO-5063] BDD tests: Support using builder images from insecure registry (#865)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4453] Fix getAppPropsFromConfigMap (#874)

* [KOGITO-5104] - RHPAM Kogito operator creates wrong default image tags (#868)

* [KOGITO-5104] - RHPAM Kogito operator creates wrong default image tags

* fix failing olm test

* [KOGITO-5104] - RHPAM Kogito operator creates wrong default image tags (#868)

* [KOGITO-5104] - RHPAM Kogito operator creates wrong default image tags

* fix failing olm test

* [KOGITO-5104] - RHPAM Kogito operator creates wrong default image tags (#868)

* [KOGITO-5104] - RHPAM Kogito operator creates wrong default image tags

* fix failing olm test

* BDD tests: Fix nil pointer error for KogitoInfra check (#878)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4722] - Support Job Service MongoDB distribution provisioning… (#879)

* [KOGITO-4722] - Support Job Service MongoDB distribution provisioning in Operator

[KOGITO-4722] - Support Job Service MongoDB distribution provisioning in Operator

* Add Jobs service persistence with Infinispan DB example

* add placeholder `{VERSION}` in place of `8.0.0-SNAPSHOT` in GUIDE_TO_KOGITO_DEVS

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-5182] BDD tests: Fix Grafana test after dashboard name change (#882)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5083] - Kogito Runtime Image Stream Fails to Update (#887)

* [KOGITO-5083] - Kogito Runtime Image Stream Fails to Update

* Incorporate review comments

* Change log level to debug

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-4487] Update to nightly branch for testing (#889)

* KOGITO-4487 Update to nightly branch for testing

* Corrected set config script

* [KOGITO-4487] Update to nightly branch for testing (#889)

* KOGITO-4487 Update to nightly branch for testing

* Corrected set config script

* [KOGITO-4455] Enabling raw redeploy of Kogito Services on CLI (#883)

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5263] BDD tests: Ignore Keycloak URL difference in retrieved token (#894)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5256] - Fix Knative Trigger creation (#893)

* [KOGITO-5256] - Fix Knative Trigger creation

Signed-off-by: Ricardo Zanini <[email protected]>

* Adding Release Notes...

Signed-off-by: Ricardo Zanini <[email protected]>

* KOGITO-5297 Enable process-timer native test (#901)

* KOGITO-5303 BDD: Disable SSL on Git option (#904)

* KOGITO-5303 BDD: Disable SSL on Git option

* correction

* test

* KOGITO-5303 BDD: Disable SSL on Git option (#904)

* KOGITO-5303 BDD: Disable SSL on Git option

* correction

* test

* [KOGITO-5312] BDD tests: Implement service installer for Prometheus (#908)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5316] BDD tests: Wrong Jobs service image is used for Infinispan test (#909)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5316] BDD tests: Wrong Jobs service image is used for Infinispan test (#909)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5205] - ImageStream tag is not updated when image parameter i… (#888)

* [KOGITO-5205] - ImageStream tag is not updated when image parameter is changed in KogitoRuntime

* Set multiple owner to imageStream

* reconcile image stream before moving to other resources

* Fix logger

* Fix testcase

* Incorporate review comments

* [KOGITO-5348] BDD tests: Use Grafana image based on digest (#910)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5348] BDD tests: Use Grafana image based on digest (#910)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5313][KOGITO-5315] Upgrade Kogito operator and BDD tests to Infinispan 12 (#911)

* [KOGITO-5313] BDD tests: Test against Infinispan 12

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5315] Jobs service use unsupported authentication mechanism

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5313][KOGITO-5315] Upgrade Kogito operator and BDD tests to Infinispan 12 (#911)

* [KOGITO-5313] BDD tests: Test against Infinispan 12

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5315] Jobs service use unsupported authentication mechanism

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5393] BDD tests: Concurrent map read and map write error (#912)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-5262 Remove reference to no longer used consumers (#902)

* [KOGITO-5446] Introducing Kogito api and client modules (#916)

* [KOGITO-5446] Introducing Kogito api and client modules

Signed-off-by: Ricardo Zanini <[email protected]>

* Refactoring codegen, tests, cekit

Signed-off-by: Ricardo Zanini <[email protected]>

* Adding api mod to cekit

* Fixing api module for image build

Signed-off-by: Ricardo Zanini <[email protected]>

* Reverting profiling file

Signed-off-by: Ricardo Zanini <[email protected]>

* Regenerating profiling with new kustomize

Signed-off-by: Ricardo Zanini <[email protected]>

* Updating TOC

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing api module from the buildOperator module

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing CSV replaces version

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing sh formatting, docs

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5446] Introducing Kogito api and client modules (#916)

* [KOGITO-5446] Introducing Kogito api and client modules

Signed-off-by: Ricardo Zanini <[email protected]>

* Refactoring codegen, tests, cekit

Signed-off-by: Ricardo Zanini <[email protected]>

* Adding api mod to cekit

* Fixing api module for image build

Signed-off-by: Ricardo Zanini <[email protected]>

* Reverting profiling file

Signed-off-by: Ricardo Zanini <[email protected]>

* Regenerating profiling with new kustomize

Signed-off-by: Ricardo Zanini <[email protected]>

* Updating TOC

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing api module from the buildOperator module

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing CSV replaces version

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing sh formatting, docs

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5446] Introducing Kogito api and client modules (#916)

* [KOGITO-5446] Introducing Kogito api and client modules

Signed-off-by: Ricardo Zanini <[email protected]>

* Refactoring codegen, tests, cekit

Signed-off-by: Ricardo Zanini <[email protected]>

* Adding api mod to cekit

* Fixing api module for image build

Signed-off-by: Ricardo Zanini <[email protected]>

* Reverting profiling file

Signed-off-by: Ricardo Zanini <[email protected]>

* Regenerating profiling with new kustomize

Signed-off-by: Ricardo Zanini <[email protected]>

* Updating TOC

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing api module from the buildOperator module

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing CSV replaces version

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing sh formatting, docs

Signed-off-by: Ricardo Zanini <[email protected]>

* [RHPAM-3681] - Introduce BuildContext (#917)

Create separate handler for buildconfig

Co-authored-by: Vaibhav <[email protected]>

* [RHPAM-3681] Fix file name typo (#923)

* [KOGITO-5246] Update namespace cleanup (#896)

* KOGITO-5246 Correct ns cleanup

* correction

* KOGITO-4362 BDD wait for OperatorGroup creation (#751)

* Various BDD adjustments (#919)

* BDD tests: Introduce timeout for default HTTP client

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Log ImageStreamList just for OpenShift

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Fix OLM operator installation for Kubernetes

Signed-off-by: Karel Suta <[email protected]>

* Various BDD adjustments (#928)

* BDD tests: GetActiveReplicaSetByDeployment incorrectly detected active replica

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Add HTTP client timeout for Graphql client

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Expose Grafana service using Ingress for k8s

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Expose Prometheus service using Ingress for k8s

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4699] BDD tests for Jobs Service with PostgreSQL persistence (#930)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4699] BDD tests for Jobs Service with PostgreSQL persistence (#930)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5478] - Management console does not work on OpenShift (#925)

* [KOGITO-5478] - Management console does not work on OpenShift

* Update release note

* Incorporate review comment

* Update OLM retrieval + version (#947)

* BXMSPROD-1265: Conscious language initiative (#905)

* conscious lang: Setup main branch

* Changed Strimzi link

* BXMSPROD-1265: Conscious language initiative (#905)

* conscious lang: Setup main branch

* Changed Strimzi link

* BXMSPROD-1265: Conscious language initiative (#905)

* conscious lang: Setup main branch

* Changed Strimzi link

* [KOGITO-5573] Kogito Operator Data-Index Unable to connect to Infinispan Instance (#955)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5573] Kogito Operator Data-Index Unable to connect to Infinispan Instance (#955)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4470] - ConfigMap required ownerReference as controller (#927)

* [KOGITO-4470] - ConfigMap required ownerReference as controller

Add ConfigMap as a separate component

use owner reference to filter configmap to mount on deployment

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-4470] - ConfigMap required ownerReference as controller (#927)

* [KOGITO-4470] - ConfigMap required ownerReference as controller

Add ConfigMap as a separate component

use owner reference to filter configmap to mount on deployment

Co-authored-by: Vaibhav <[email protected]>

* KOGITO-5601 : Add KogitoInfra capablities in RHPAM Kogito Operator (#953)

* [BAPL-1970] - Kogito decision services with Managed Kafka

* fix lint issue

Co-authored-by: Vaibhav <[email protected]>

* Correct OLM tests link (#960)

* [KOGITO-5632] - 'javax.net.ssl.trustStore' error with disable Endpoint Authentication

* [KOGITO-5673] Setup BDD test for runtime with only events (#966)

* setup bdd test with events only

* print makefile variable

* added temp command

* implemented kafka retrieval

* update

* setup rhpam tag

* review comments

* corrected lint

* [KOGITO-5673] Setup BDD test for runtime with only events (#966)

* setup bdd test with events only

* print makefile variable

* added temp command

* implemented kafka retrieval

* update

* setup rhpam tag

* review comments

* corrected lint

* Fix build problem with addlicense library (#969)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5694] BDD tests: Increase failure threshold for startup probe (#970)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-5685 RHPAM BDD tests with events (#968)

* KOGITO-5686 RHPAM BDD tests with events against AMQ streams (#971)

* update

* Setup StartingCSV option

* allow to disable log of community objects

* fix

* [KOGITO-4700] BDD tests for Data Index Service with PostgreSQL persistence (#950)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4700] BDD tests for Data Index Service with PostgreSQL persistence (#950)

Signed-off-by: Karel Suta <[email protected]>

* Dashboard name must follow RFC 1123 standard (#975)

* KOGITO-5707 Disable mgmt/task keycloak tests (#978)

* [KOGITO-5612] BDD tests: Migrate performance tests to Hyperfoil (#957)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5612] BDD tests: Migrate performance tests to Hyperfoil (#957)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-5636 Native build image with another image (#976)

* KOGITO-5636 Native build image with another image (#976)

* KOGITO-5762 BDD: Cleanup crds (#990)

* KOGITO-5762 BDD: Cleanup crds

* correction

* separate sensitive crds and others

* correction

* [KOGITO-5603] - Implement Kogito-Infra Improvement (#967)

* [KOGITO-5603] - Implement Kogito-Infra Improvement

* Incorporate review comments

* Add testcases and incorporate review comments

incorporate review comments

Fix truststore path issue

* Fix truststore issue

* Fix Infinite reconciliation issue and set Infinispan truststore password in secret

* Incorporate review comments

* Fix lint issue

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-5603] - Implement Kogito-Infra Improvement (#967)

* [KOGITO-5603] - Implement Kogito-Infra Improvement

* Incorporate review comments

* Add testcases and incorporate review comments

incorporate review comments

Fix truststore path issue

* Fix truststore issue

* Fix Infinite reconciliation issue and set Infinispan truststore password in secret

* Incorporate review comments

* Fix lint issue

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-5811] - no kind is registered for the type v1beta1.KogitoInfra (#996)

* [KOGITO-5811] - no kind is registered for the type v1beta1.KogitoInfra

* Update release note

* [KOGITO-5390] Support using images without namespace part in KogitoRuntime (#998)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5390] Support using images without namespace part in KogitoRuntime (#998)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-5837 BDD: Split jvm and native runtime imgs (#1003)

* KOGITO-5837 BDD: Split jvm and native runtime imgs (#1003)

* Correct bats test (#1008)

* [KOGITO-5692] Store objects to be logged to Data struct (#1015)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5834] - Change project structure to multi-group (#1002)

* [KOGITO-5834] - Change project structure to multi-group

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing cekit path

Signed-off-by: Ricardo Zanini <[email protected]>

* Cleaning up imports, adding LICENSE to submodules

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing leftovers

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5834] - Change project structure to multi-group (#1002)

* [KOGITO-5834] - Change project structure to multi-group

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing cekit path

Signed-off-by: Ricardo Zanini <[email protected]>

* Cleaning up imports, adding LICENSE to submodules

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing leftovers

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5834] - Change project structure to multi-group (#1002)

* [KOGITO-5834] - Change project structure to multi-group

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing cekit path

Signed-off-by: Ricardo Zanini <[email protected]>

* Cleaning up imports, adding LICENSE to submodules

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing leftovers

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5834] - Change project structure to multi-group (#1002)

* [KOGITO-5834] - Change project structure to multi-group

Signed-off-by: Ricardo Zanini <[email protected]>

* Fixing cekit path

Signed-off-by: Ricardo Zanini <[email protected]>

* Cleaning up imports, adding LICENSE to submodules

Signed-off-by: Ricardo Zanini <[email protected]>

* Removing leftovers

Signed-off-by: Ricardo Zanini <[email protected]>

* [KOGITO-5865] BDD: Cleanup installed operators (#1012)

* Cleanup installed operators

* added disable clean cluster

* correction

* KOGITO-5845 Add @rhpam native scenarios (#1005)

* KOGITO-5845 Add @rhpam native scenarios

* Update retrieval of build runtime image

* [KOGITO-5740] Unnecessary reconciliations triggered for Service (#999)

* [KOGITO-5740] Unnecessary reconciliations triggered for Service

* Change custom service comparator to only compare required fields

* Moved service comparator for access to logging

* Moved service comparator tests for access to service deployer

* Add additional service comparator tests

* [KOGITO-5888] Remove namespace option from BDD tests (#1017)

* Remove namespace option from BDD tests

* correction

* [KOGITO-5888] Remove namespace option from BDD tests (#1017)

* Remove namespace option from BDD tests

* correction

* [KOGITO-5760] - Upgrade operator-sdk in Kogito-operator (#995)

* upgrade operator-sdk

* Fix BDD tests

update operator-utils dependency

update operator-sdk version

update operator-sdk version

update operator-sdk version

update operator-sdk version

update RELEASE_NOTES

* Fix openapi-gen issue

* fix permission

* Update BUILDER references in make file

* Fix test go.mod

* update comments

* Incorporate review comment

* Incorporate review comment

* Update operator-utils dependency

* Refactor deployer_resource

* Fix test cases

* Fix BDD tests

Signed-off-by: Karel Suta <[email protected]>

* Increase memory to 200mi

* Add user in profiling

* Change kube proxy version to 0.5.0 due to compatiblity issues

Co-authored-by: Vaibhav <[email protected]>
Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-5760] - Upgrade operator-sdk in Kogito-operator (#995)

* upgrade operator-sdk

* Fix BDD tests

update operator-utils dependency

update operator-sdk version

update operator-sdk version

update operator-sdk version

update operator-sdk version

update RELEASE_NOTES

* Fix openapi-gen issue

* fix permission

* Update BUILDER references in make file

* Fix test go.mod

* update comments

* Incorporate review comment

* Incorporate review comment

* Update operator-utils dependency

* Refactor deployer_resource

* Fix test cases

* Fix BDD tests

Signed-off-by: Karel Suta <[email protected]>

* Increase memory to 200mi

* Add user in profiling

* Change kube proxy version to 0.5.0 due to compatiblity issues

Co-authored-by: Vaibhav <[email protected]>
Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-5760] - Upgrade operator-sdk in Kogito-operator (#995)

* upgrade operator-sdk

* Fix BDD tests

update operator-utils dependency

update operator-sdk version

update operator-sdk version

update operator-sdk version

update operator-sdk version

update RELEASE_NOTES

* Fix openapi-gen issue

* fix permission

* Update BUILDER references in make file

* Fix test go.mod

* update comments

* Incorporate review comment

* Incorporate review comment

* Update operator-utils dependency

* Refactor deployer_resource

* Fix test cases

* Fix BDD tests

Signed-off-by: Karel Suta <[email protected]>

* Increase memory to 200mi

* Add user in profiling

* Change kube proxy version to 0.5.0 due to compatiblity issues

Co-authored-by: Vaibhav <[email protected]>
Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-5760] - Upgrade operator-sdk in Kogito-operator (#995)

* upgrade operator-sdk

* Fix BDD tests

update operator-utils dependency

update operator-sdk version

update operator-sdk version

update operator-sdk version

update operator-sdk version

update RELEASE_NOTES

* Fix openapi-gen issue

* fix permission

* Update BUILDER references in make file

* Fix test go.mod

* update comments

* Incorporate review comment

* Incorporate review comment

* Update operator-utils dependency

* Refactor deployer_resource

* Fix test cases

* Fix BDD tests

Signed-off-by: Karel Suta <[email protected]>

* Increase memory to 200mi

* Add user in profiling

* Change kube proxy version to 0.5.0 due to compatiblity issues

Co-authored-by: Vaibhav <[email protected]>
Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-5745] BDD tests: Add Node scraper for performance tests (#986)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5745] BDD tests: Add Node scraper for performance tests (#986)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Increase the Keycloak instance timeout for slow environment (#1022)

Signed-off-by: Karel Suta <[email protected]>

* Specify timeout for cluster resource delete (#1027)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5945] BDD tests: Add option to run tests using released operator (#1026)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Allow configuring Hyperfoil controller image version (#1025)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Allow configuring Hyperfoil controller image version (#1025)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5945] BDD tests: Add option to run tests using namespaced released operator (#1028)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-4791] Add metrics related files back in the operator bundle (#1030)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Add disable_clean_cluster flag into Makefile (#1035)

Signed-off-by: Karel Suta <[email protected]>

* BXMSPROD-1478 Setup Jenkins pipelines with new golang (#1024)

* BXMSPROD-1478 Setup Jenkins pipelines with new golang

* cleanup gopath

* update

* BXMSPROD-1478 Setup Jenkins pipelines with new golang (#1024)

* BXMSPROD-1478 Setup Jenkins pipelines with new golang

* cleanup gopath

* update

* [KOGITO-5977] - Pod is never created when deploying source files (#1037)

* [KOGITO-5977] - Pod is never created when deploying source files

* Update release note

* updated test go.mod

Co-authored-by: radtriste <[email protected]>

* [KOGITO-5977] - Pod is never created when deploying source files (#1037)

* [KOGITO-5977] - Pod is never created when deploying source files

* Update release note

* updated test go.mod

Co-authored-by: radtriste <[email protected]>

* BDD tests: Update golang.org/x/sys (#1040)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-6032] BDD tests: Rename disable_clean_cluster parameter to enable_clean_cluster (#1039)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-6032] BDD tests: Rename disable_clean_cluster parameter to enable_clean_cluster (#1039)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Add support for Infinispan storage class (#1042)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Add support for Infinispan storage class (#1042)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5796] BDD tests: Adjust Knative test to use KogitoSource for events (#997)

Signed-off-by: Karel Suta <[email protected]>

* BDD tests: Add 1vbeta1 CRD into BDD scheme builder (#1043)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-5910 : unify kogito community and product into one (#1032)

* KOGITO-5910 : unify kogito community and product into one

* Fix build image issue

* Fix lint

Fix lint

Fix lint

Fix controllers

* Incorporate review comments

* Fix OLM test

* Remove KogitoInfra ownership from KogitoRuntime and KogitoSupportingServices

* Add RHPAM examples

* Fix Jenkinsfile

* Incorporate review comments

* Incorporate review comments

* Fix KogitoRuntime and KogitoInfra integration issue

* revert debugging changes

* Apply metering labels only to RHPAM

* Incorporate review comments

* Bump ose-kube-rbac-proxy version to v4.8

* Update golang.org/x/sys version

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* KOGITO-5910 : unify kogito community and product into one (#1032)

* KOGITO-5910 : unify kogito community and product into one

* Fix build image issue

* Fix lint

Fix lint

Fix lint

Fix controllers

* Incorporate review comments

* Fix OLM test

* Remove KogitoInfra ownership from KogitoRuntime and KogitoSupportingServices

* Add RHPAM examples

* Fix Jenkinsfile

* Incorporate review comments

* Incorporate review comments

* Fix KogitoRuntime and KogitoInfra integration issue

* revert debugging changes

* Apply metering labels only to RHPAM

* Incorporate review comments

* Bump ose-kube-rbac-proxy version to v4.8

* Update golang.org/x/sys version

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* KOGITO-5910 : unify kogito community and product into one (#1032)

* KOGITO-5910 : unify kogito community and product into one

* Fix build image issue

* Fix lint

Fix lint

Fix lint

Fix controllers

* Incorporate review comments

* Fix OLM test

* Remove KogitoInfra ownership from KogitoRuntime and KogitoSupportingServices

* Add RHPAM examples

* Fix Jenkinsfile

* Incorporate review comments

* Incorporate review comments

* Fix KogitoRuntime and KogitoInfra integration issue

* revert debugging changes

* Apply metering labels only to RHPAM

* Incorporate review comments

* Bump ose-kube-rbac-proxy version to v4.8

* Update golang.org/x/sys version

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* KOGITO-5910 : unify kogito community and product into one (#1032)

* KOGITO-5910 : unify kogito community and product into one

* Fix build image issue

* Fix lint

Fix lint

Fix lint

Fix controllers

* Incorporate review comments

* Fix OLM test

* Remove KogitoInfra ownership from KogitoRuntime and KogitoSupportingServices

* Add RHPAM examples

* Fix Jenkinsfile

* Incorporate review comments

* Incorporate review comments

* Fix KogitoRuntime and KogitoInfra integration issue

* revert debugging changes

* Apply metering labels only to RHPAM

* Incorporate review comments

* Bump ose-kube-rbac-proxy version to v4.8

* Update golang.org/x/sys version

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-5910] BDD tests: Add RHPAM Kogito operator testing capability (#1041)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5910] BDD tests: Add RHPAM Kogito operator testing capability (#1041)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5976] - Kogito operator de-scoping - support for AllNamespaces (#1036)

* [KOGITO-5976] - Kogito operator de-scoping - support for AllNamespaces

* remove operator_namespaced possibility

* Update RELEASE_NOTES.md

Co-authored-by: radtriste <[email protected]>
Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-5976] - Kogito operator de-scoping - support for AllNamespaces (#1036)

* [KOGITO-5976] - Kogito operator de-scoping - support for AllNamespaces

* remove operator_namespaced possibility

* Update RELEASE_NOTES.md

Co-authored-by: radtriste <[email protected]>
Co-authored-by: Vaibhav <[email protected]>

* [KOGITO-5900] Reorganize tests options (#1021)

* KOGITO-5900 Reorganize tests options

* Apply suggestions from code review

Co-authored-by: Karel Suta <[email protected]>

* Update Jenkinsfile-rhpam

* Update Jenkinsfile-rhpam

Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-5900] Reorganize tests options (#1021)

* KOGITO-5900 Reorganize tests options

* Apply suggestions from code review

Co-authored-by: Karel Suta <[email protected]>

* Update Jenkinsfile-rhpam

* Update Jenkinsfile-rhpam

Co-authored-by: Karel Suta <[email protected]>

* Correct build-examples-images (#1052)

* KOGITO-6119 Correct native/nonnative handling (#1054)

* Correct examples images with `&&` (#1056)

* [KOGITO-5835] - Upgrade MongoDB API version (#1044)

* [KOGITO-5835] - Upgrade MongoDB API version

Signed-off-by: spolti <[email protected]>

* remove leftover from testing

Signed-off-by: spolti <[email protected]>

* [KOGITO-5835] - Upgrade MongoDB API version (#1044)

* [KOGITO-5835] - Upgrade MongoDB API version

Signed-off-by: spolti <[email protected]>

* remove leftover from testing

Signed-off-by: spolti <[email protected]>

* [KOGITO-5903] Configuring Optional Routes in KogitoRuntime (#1033)

* Configuring Optional Routes in KogitoRuntime

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Spolti <[email protected]>

* [KOGITO-5903] Configuring Optional Routes in KogitoRuntime (#1033)

* Configuring Optional Routes in KogitoRuntime

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Spolti <[email protected]>

* [KOGITO-5947] BDD - Kogito Services failover tests (#1011)

* KOGITO-5947 Kogito supporting services failover tests

* updated trusty failover

* Apply suggestions from code review

Co-authored-by: Karel Suta <[email protected]>

* updates

* Update test/pkg/framework/graphql.go

Co-authored-by: Karel Suta <[email protected]>

* correct lint

* Update test/features/install_trusty.feature

Co-authored-by: Karel Suta <[email protected]>

Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-5947] BDD - Kogito Services failover tests (#1011)

* KOGITO-5947 Kogito supporting services failover tests

* updated trusty failover

* Apply suggestions from code review

Co-authored-by: Karel Suta <[email protected]>

* updates

* Update test/pkg/framework/graphql.go

Co-authored-by: Karel Suta <[email protected]>

* correct lint

* Update test/features/install_trusty.feature

Co-authored-by: Karel Suta <[email protected]>

Co-authored-by: Karel Suta <[email protected]>

* [KOGITO-6260] BDD tests: Don't delete Subscriptions not created by BDD (#1069)

Signed-off-by: Karel Suta <[email protected]>

* Do not set GOOS/GOARCH (#1067)

golang automatically compiles natively, and explicitly setting these
prevents multi-architecture builds from working.

* fix BDD tests (#1080)

* KOGITO-6294 : ProtoBuf ConfigMap should be created on instantiation of KogitoRuntime (#1073)

* BAPL-1990 conscious language (#1082)

* [KOGITO-6293] Update metric endpoint in kogito-operator (#1081)

* Update metric endpoint in kogito-operator

* Fix usage of old varaible

* Update go.mod

Co-authored-by: radtriste <[email protected]>

* [KOGITO-6293] Update metric endpoint in kogito-operator (#1081)

* Update metric endpoint in kogito-operator

* Fix usage of old varaible

* Update go.mod

Co-authored-by: radtriste <[email protected]>

* [KOGITO-6414] Operator fails reconciliation when specific KafkaTopic exists (#1093)

Signed-off-by: Karel Suta <[email protected]>

* KOGITO-6362 Update Maven calls to be more reliable (#1096)

* KOGITO-6362 Update Maven calls to be more reliable

* updated

* KOGITO-6362 Update Maven calls to be more reliable (#1096)

* KOGITO-6362 Update Maven calls to be more reliable

* updated

* KOGITO-6504 Update kogito-examples paths (#1103)

* KOGITO-6504 Update kogito-examples paths

* correction

* [KOGITO-6604] Fail fast when Subscription constraint fails (#1119)

Signed-off-by: Karel Suta <[email protected]>

* Corrected BDD tests (#1115)

* Corrected BDD tests

* updated grafana image

* BDD tests: Handle different URL for archetype mirror URL (#1116)

* BDD tests: Handle different URL for archetype mirror URL

* correction

* updated amq streams version

* BDD tests: Handle different URL for archetype mirror URL (#1116)

* BDD tests: Handle different URL for archetype mirror URL

* correction

* updated amq streams version

* Added tags to prometheus/grafana tests (#1121)

* [KOGITO-4584] Switch lint version back to latest (#1132)

Signed-off-by: Karel Suta <[email protected]>

* [KOGITO-5976] - Kogito operator de-scoping - support for AllNamespaces (#1135)

* Fix ANSIBLE_PULL_REPO path in run-olm-tests.sh

* [KOGITO-5976] - Kogito operator de-scoping - support for AllNamespaces

* Update Grafana image version to 7.5.15 (#1141)

* Fix ANSIBLE_PULL_REPO path in run-olm-tests.sh

* Update Grafana image version to docker.io/grafana/grafana:7.5.15

* [KOGITO-6794] - Create configmap for every supporting service route (#1136)

* Fix ANSIBLE_PULL_REPO path in run-olm-tests.sh

* [KOGITO-6794] - Create configmap for every supporting service route

* Incorporate review comments

* Setup some debug features (#1151)

and profiling is skipped when keep_namespace is active

* [KOGITO-6812] - Kogito operator should support label on deployment (#1146)

* [KOGITO-6812] - Kogito operator should support label on deployment

* Fix formatting

* Incorporate review comment

* [KOGITO-3779] Don't create protobuf-files config map when no protobuf files are available (#1137)

* protobuf issue

* KOGITO-3779:Don't create protobuf-files config map when no protobuf files are available
Export

* indentation set

* Write testcase for protobuf.go & protobuf_configmap.go

* test files added

* runtime_controller.go changed

* conflict reolved

* Constant
EnvVarKogitoServiceURL exported

* errors resolved

* comments addes

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Prakriti shrivastava <Prakritishrivastava>

* KOGITO-6888 Corrected scale to 0 of Infinispan (#1158)

* KOGITO-6888 Corrected scale to 0 of Infinispan

* corrected lint issue

* [main] [RHPAM-4129] - Kogito Operator scorecard errors (#1155) (#1161)

* [main] [RHPAM-4129] - Kogito Operator scorecard errors (#1155)

* [RHPAM-4129] - Kogito Operator scorecard errors

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* fix missing route methods

Signed-off-by: spolti <[email protected]>

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Vaibhav <[email protected]>

* [main] [RHPAM-4129] - Kogito Operator scorecard errors (#1155) (#1161)

* [main] [RHPAM-4129] - Kogito Operator scorecard errors (#1155)

* [RHPAM-4129] - Kogito Operator scorecard errors

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* fix missing route methods

Signed-off-by: spolti <[email protected]>

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Vaibhav <[email protected]>

* [main] [RHPAM-4129] - Kogito Operator scorecard errors (#1155) (#1161)

* [main] [RHPAM-4129] - Kogito Operator scorecard errors (#1155)

* [RHPAM-4129] - Kogito Operator scorecard errors

* Incorporate review comments

Co-authored-by: Vaibhav <[email protected]>

* fix missing route methods

Signed-off-by: spolti <[email protected]>

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Vaibhav <[email protected]>

* KOGITO-7083 Corrected Travel agency scenarios (#1176)

* KOGITO-7083 Corrected Travel agency scenarios

* correction

* fixes (#1188)

* KOGITO-7153 Remove Optaplanner BDD tests (#1191)

* 7.13 fix backports (#1192)

Co-authored-by: Vaibhav Jain <[email protected]>

* [KOGITO-6812] - Kogito operator should support label on deployment : test files added (#1164)

* protobuf issue

* KOGITO-3779:Don't create protobuf-files config map when no protobuf files are available
Export

* indentation set

* Write testcase for protobuf.go & protobuf_configmap.go

* test files added

* runtime_controller.go changed

* conflict reolved

* Constant
EnvVarKogitoServiceURL exported

* errors resolved

* comments addes

* [KOGITO-6812] - Kogito operator should support label on deployment

* Delete bundle.Dockerfile

* Add files via upload

* [KOGITO-6812] - Kogito operator should support label on deployment : test files added

* Fix vet

Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Prakriti shrivastava <Prakritishrivastava>

* KOGITO-7323 Add probes to postgres deployment (#1199)

* [KOGITO-4806] - Track which version of the Operator deployed a Kogito… (#1201)

* [KOGITO-4806] - Track which version of the Operator deployed a KogitoRuntime

Signed-off-by: spolti <[email protected]>

* address review requests

Signed-off-by: spolti <[email protected]>

* [RHPAM- 4269] - RHPAM Kogito Operator 7.12.0-2 uses (#1208)

registry.stage.redhat.io/rhpam-7/rhpam-kogito-runtime-jvm-rhel8:7.12

Incorporates [KOGITO-6949] - Automatic control the csv version on
rhpam-kogito-operator

Signed-off-by: spolti <[email protected]>

* KOGITO-3792 Support Topic discovery on Kogito Apps (#1169)

Signed-off-by: desmax74 <[email protected]>

* Fix Prometheus cucumber test (#1210)

Signed-off-by: Karel Suta <[email protected]>

* Fix wrong replace script for bundle CSV (#1217)

* Fix jenkins RHPAM check (#1218)

* Fix jenkins RHPAM check

* corrected image tag replacement

* Cucumber tests: Fix WebHook mapping for both operators (#1213)

Signed-off-by: Karel Suta <[email protected]>

* Update AMQ streams operator version (#1227)

* BDD: Update grafana image version (#1254)

* Fix Jobs Service BDD tests (#1267)

* Fix compilation ? (#1272)

* [KOGITO-7922] - Update Kogito Operator fo Go 1.17 (#1280)

* [KOGITO-7920] - Update Kogito Operator fo Go 1.17

Signed-off-by: spolti <[email protected]>

* podman

Signed-off-by: spolti <[email protected]>

* test

Signed-off-by: spolti <[email protected]>

* Set test nodes

* update pipelines

* Use go install instead of go get

* forgot some

* correction

* go get

Signed-off-by: spolti <[email protected]>

* updated Makefile

* updated test mod file

* updated test go mod

* updates

* updated operator-sdk version

Set to latest built on Golang 1.17

* updated script

* cleanup

* [KOGITO-7922] - Update Kogito Operator to Go 1.17 and operator-sdk to 1.21

Signed-off-by: spolti <[email protected]>

* initial tests cucumber upgrade

Signed-off-by: spolti <[email protected]>

* few more additions

Signed-off-by: spolti <[email protected]>

* updated deps

* correct compilation problems

Signed-off-by: spolti <[email protected]>
Co-authored-by: radtriste <[email protected]>

* [KOGITO-7922] - Update Kogito Operator fo Go 1.17 (#1280)

* [KOGITO-7920] - Update Kogito Operator fo Go 1.17

Signed-off-by: spolti <[email protected]>

* podman

Signed-off-by: spolti <[email protected]>

* test

Signed-off-by: spolti <[email protected]>

* Set test nodes

* update pipelines

* Use go install instead of go get

* forgot some

* correction

* go get

Signed-off-by: spolti <[email protected]>

* updated Makefile

* updated test mod file

* updated test go mod

* updates

* updated operator-sdk version

Set to latest built on Golang 1.17

* updated script

* cleanup

* [KOGITO-7922] - Update Kogito Operator to Go 1.17 and operator-sdk to 1.21

Signed-off-by: spolti <[email protected]>

* initial tests cucumber upgrade

Signed-off-by: spolti <[email protected]>

* few more additions

Signed-off-by: spolti <[email protected]>

* updated deps

* correct compilation problems

Signed-off-by: spolti <[email protected]>
Co-authored-by: radtriste <[email protected]>

* [KOGITO-7922] - Update Kogito Operator fo Go 1.17 (#1280)

* [KOGITO-7920] - Update Kogito Operator fo Go 1.17

Signed-off-by: spolti <[email protected]>

* podman

Signed-off-by: spolti <[email protected]>

* test

Signed-off-by: spolti <[email protected]>

* Set test nodes

* update pipelines

* Use go install instead of go get

* forgot some

* correction

* go get

Signed-off-by: spolti <[email protected]>

* updated Makefile

* updated test mod file

* updated test go mod

* updates

* updated operator-sdk version

Set to latest built on Golang 1.17

* updated script

* cleanup

* [KOGITO-7922] - Update Kogito Operator to Go 1.17 and operator-sdk to 1.21

Signed-off-by: spolti <[email protected]>

* initial tests cucumber upgrade

Signed-off-by: spolti <[email protected]>

* few more additions

Signed-off-by: spolti <[email protected]>

* updated deps

* correct compilation problems

Signed-off-by: spolti <[email protected]>
Co-authored-by: radtriste <[email protected]>

* [KOGITO-7922] - Update Kogito Operator fo Go 1.17 (#1280)

* [KOGITO-7920] - Update Kogito Operator fo Go 1.17

Signed-off-by: spolti <[email protected]>

* podman

Signed-off-by: spolti <[email protected]>

* test

Signed-off-by: spolti <[email protected]>

* Set test nodes

* update pipelines

* Use go install instead of go get

* forgot some

* correction

* go get

Signed-off-by: spolti <[email protected]>

* updated Makefile

* updated test mod file

* updated test go mod

* updates

* updated operator-sdk version

Set to latest built on Golang 1.17

* updated script

* cleanup

* [KOGITO-7922] - Update Kogito Operator to Go 1.17 and operator-sdk to 1.21

Signed-off-by: spolti <[email protected]>

* initial tests cucumber upgrade

Signed-off-by: spolti <[email protected]>

* few more additions

Signed-off-by: spolti <[email protected]>

* updated deps

* correct compilation problems

Signed-off-by: spolti <[email protected]>
Co-authored-by: radtriste <[email protected]>

* [KOGITO-7891] Move s2i to builder-s2i module (#1279)

* [kogito-7891] Move s2i to builder-s2i module

* [KOGITO-7891] Move s2i to builder-s2i module

* Remove `-modfile=go.tools.mod` from addHeaders.sh

* Remove `-modfile=go.tools.mod` from go-lint.sh

* [KOGITO-7891] Move s2i to builder-s2i module

* debug run-tests

* debug pipeline ...

Co-authored-by: Tristan Radisson <[email protected]>

* [KOGITO-7891] Move s2i to builder-s2i module (#1279)

* [kogito-7891] Move s2i to builder-s2i module

* [KOGITO-7891] Move s2i to builder-s2i module

* Remove `-modfile=go.tools.mod` from addHeaders.sh

* Remove `-modfile=go.tools.mod` from go-lint.sh

* [KOGITO-7891] Move s2i to builder-s2i module

* debug run-tests

* debug pipeline ...

Co-authored-by: Tristan Radisson <[email protected]>

* [KOGITO-7891] Move s2i to builder-s2i module (#1279)

* [kogito-7891] Move s2i to builder-s2i module

* [KOGITO-7891] Move s2i to builder-s2i module

* Remove `-modfile=go.tools.mod` from addHeaders.sh

* Remove `-modfile=go.tools.mod` from go-lint.sh

* [KOGITO-7891] Move s2i to builder-s2i module

* debug run-tests

* debug pipeline ...

Co-authored-by: Tristan Radisson <[email protected]>

* Remove useless debug commands (#1284)

* [KOGITO-8088][RHPAM-4437] - Gain All Capabilities Using Unshare (#1302)

Signed-off-by: spolti <[email protected]>

* Fixes from Release 1.32.0 (#1338)

* update grafana image

* Fix BDD tests for postgresql

Reported https://issues.redhat.com/browse/KOGITO-8389

* [KOGITO-8495] Bump quarkus version to 2.16.0.Final (#1349)

* [KOGITO-8495] Bump quarkus version to 2.16.0.Final (#1349)

* Golint deprecated migrated to revive (#1358)

* Golint deprecated migrated to revive (#1358)

* [KIECLOUD-663] Create pipeline for rhpam-kogito operator (#1364)

Signed-off-by: desmax74 <[email protected]>

* Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /test (#1368)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [Kiecloud-663] Create pipeline for rhpam-kogito operator (#1372)

Signed-off-by: desmax74 <[email protected]>

* [KIECLOUD-692] - Update the target dist-git branch with the new ones (#1374)

Signed-off-by: Your Name <[email protected]>

* Correct clean-cluster-operators script (#1379)

* Correct clean-cluster-operators script

* Update clean-cluster-operators.sh

* Corrections from 1.34 release (#1382)

* KOGITO-8708 Infinispan corrections

* fix BDD

* Corrections from 1.34 release (#1382)

* KOGITO-8708 Infinispan corrections

* fix BDD

* Corrections from 1.34 release (#1382)

* KOGITO-8708 Infinispan corrections

* fix BDD

* KOGITO-8751 BDD: Disable keycloak testing (#1397)

Due to incompatiblity with new Keycloak operator ...

* Bump golang.org/x/net in /test (#1392)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto in /test (#1404)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix BDD tests based on release (#1408) (#1409)

* [KIECLOUD-694] - use rhpam-image-prod.yaml descriptor (#1426)

* [KIECLOUD-694] - use rhpam-image-prod.yaml descriptor

Signed-off-by: Your Name <[email protected]>

* review updates

Signed-off-by: Your Name <[email protected]>

---------

Signed-off-by: Your Name <[email protected]>

* fix lint issues (#1418)

Signed-off-by: Your Name <[email protected]>

* Correct Postgresql BDD test (#1432)

* [RHPAM-4665] - [Kogito] Address the security alerts from Dependabot (#1438)

Fixes:
- https://github.com/kiegroup/kogito-operator/security/dependabot/46
- https://github.com/kiegroup/kogito-operator/security/dependabot/45
- https://github.com/kiegroup/kogito-operator/security/dependabot/42
- https://github.com/kiegroup/kogito-operator/security/dependabot/40
- https://github.com/kiegroup/kogito-operator/security/dependabot/38
- https://github.com/kiegroup/kogito-operator/security/dependabot/47
- https://github.com/kiegroup/kogito-operator/security/dependabot/43

Signed-off-by: Your Name <[email protected]>

* [RHPAM-4665] - Kogito] Address the security alerts from Dependabot (#1444)

fixes:
- https://github.com/kiegroup/kogito-operator/security/dependabot/44
- https://github.com/kiegroup/kogito-operator/security/dependabot/41
- https://github.com/kiegroup/kogito-operator/security/dependabot/39

Signed-off-by: Your Name <[email protected]>

* Correct tests (#1450)

* Correct tests (#1450)

* Correct tests (#1450)

* [KIECLOUD-711] - Add retry mechanism when trying to create the kerberos ticket (#1448)

Signed-off-by: Your Name <[email protected]>

* KOGITO-8435 Remove useless persistence profile (#1512)

* KOGITO-9691 Create SonataFlow operator BDD tests for devMode

* BDD Framework clean

* Core modules cleanup

* Api modules cleanup

* go mod tidy BDD Framework

* BDD tests cleanup

* Remove kogito-operator dependency

* Rename kogito-operator/test module to kogito-serverless-operator/bddframework

* Add BDD Framework module to go workspace

* Update README.md with no dependency on kogito-operator

* :fire: hack directory cleanup

* :hammer: Introduce hack scripts relevant to BDD tests

* :construction_worker: Add Makefiles and minor polishes :sparkles:

---------

Signed-off-by: Karel Suta <[email protected]>
Signed-off-by: Ricardo Zanini <[email protected]>
Signed-off-by: spolti <[email protected]>
Signed-off-by: desmax74 <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Your Name <[email protected]>
Co-authored-by: Vaibhav Jain <[email protected]>
Co-authored-by: Tristan Radisson <[email protected]>
Co-authored-by: Ricardo Zanini <[email protected]>
Co-authored-by: Vaibhav <[email protected]>
Co-authored-by: Karel Suta <[email protected]>
Co-authored-by: Kevin Mok <[email protected]>
Co-authored-by: Jacopo Rota <[email protected]>
Co-authored-by: Cristiano Nicolai <[email protected]>
Co-authored-by: Amy Gao <[email protected]>
Co-authored-by: radtriste <[email protected]>
Co-authored-by: Karel Suta <[email protected]>
Co-authored-by: Spolti <[email protected]>
Co-authored-by: Spolti <[email protected]>
Co-authored-by: Yaakov Selkowitz <[email protected]>
Co-authored-by: Prakritishrivastava <[email protected]>
Co-authored-by: Fast Chauffeur <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@tiagobento
Copy link
Contributor

Closing due to inactivity and also because we'll have a new BPMN Editor that will certainly address this.

@tiagobento tiagobento closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2024
@github-project-automation github-project-automation bot moved this from 🅿️ Parking Lot to 🎯 Done in 🦉 KIE Podling Board Dec 15, 2024
@github-project-automation github-project-automation bot moved this from Backlog 💭 (unordered) to Done 🎉 in IBM and KIE Community Project - Archived! Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🎯 Done
Development

No branches or pull requests

4 participants