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

AF-2209: Remove yarn.lock files from kiegroup projects #20

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

tiagobento
Copy link
Contributor

@tiagobento tiagobento commented Oct 7, 2019

See description on JIRA.

Related:
kiegroup/appformer#813
kiegroup/kie-wb-common#2933
#20

Copy link
Contributor

@domhanak domhanak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also add the file to .gitignore?

@tiagobento
Copy link
Contributor Author

@domhanak It's already there https://github.com/kiegroup/kogito-tooling/blob/master/.gitignore#L9

@mareknovotny mareknovotny requested a review from domhanak October 10, 2019 11:16
@domhanak
Copy link
Contributor

@mareknovotny ok to merge

@tiagobento
Copy link
Contributor Author

@mareknovotny Are we good to merge this one?

@mareknovotny
Copy link
Contributor

yep, I don't have anything against merging ;)

@tiagobento tiagobento merged commit d82abf9 into apache:master Oct 16, 2019
Ginxo added a commit to Ginxo/kie-tools that referenced this pull request Oct 29, 2019
This reverts commit d82abf9.
BXMSPROD-560
ederign pushed a commit that referenced this pull request Nov 7, 2019
…from .gitignore (#32)

* Revert "Remove yarn.lock (#20)"

This reverts commit d82abf9.
BXMSPROD-560

* yarn.lock entry removed from .gitignore

* Jenkinsfile updated to run lock-treatment-tool

* BXMSPROD-560 lock-treatment-tool globally installed

* BXMSPROD-560 locktt execution moved to 'Build kogito-tooling' step

* BXMSPROD-560 yarn.lock updated according to the master changes

* BXMSPROD-560 yarn.lock file removed
tiagobento pushed a commit that referenced this pull request Aug 31, 2021
jomarko pushed a commit to jomarko/kie-tools that referenced this pull request Sep 10, 2021
handreyrc pushed a commit to handreyrc/kie-tools that referenced this pull request Mar 11, 2022
handreyrc pushed a commit to handreyrc/kie-tools that referenced this pull request Mar 11, 2022
fantonangeli referenced this pull request in fantonangeli/kie-tools May 12, 2022
Add serverless-workflow-text-editor package
fantonangeli referenced this pull request in fantonangeli/kie-tools May 12, 2022
Add serverless-workflow-text-editor package
fantonangeli referenced this pull request in fantonangeli/kie-tools May 17, 2022
Add serverless-workflow-text-editor package
fantonangeli referenced this pull request in fantonangeli/kie-tools May 24, 2022
Add serverless-workflow-text-editor package
fantonangeli referenced this pull request in fantonangeli/kie-tools May 25, 2022
Add serverless-workflow-text-editor package
fantonangeli referenced this pull request in fantonangeli/kie-tools May 26, 2022
Add serverless-workflow-text-editor package
ederign pushed a commit that referenced this pull request Jul 11, 2022
…ing architecture (#1052)

* Add serverless-workflow-combined-editor package

* Add serverless-workflow-text-editor package (#20)

Add serverless-workflow-text-editor package

* Integration between combined, diagram and text editors

* Fixes after sync with tiagobento/swf-ls2-text-doc

* Fixes after cherry-picking commits

* Rename ServerlessWorkflowEditorChannelApi -> ServerlessWorkflowTextEditorChannelApi

* Workaround hoist issues while pnpm is not in

* Delete duplicated file after sync with main

* Fixes after pnpm migration

* Improve loading experience of the combined editor

* Bring back mermaid and load it for yaml files

* Add option to provide a custom KeyboardShortcutsService in the envelope app, and disable shortcuts where applicable

* Remove alias no longer necessary and replace yarn by pnpm

* Minor improvement to envelope paths

* Logging node click event (#24)

* Remove unnecessary dependencies

* Ignore WEB-INF folder when copying swEditor

* Fix build:prod

* Fix tests (@kie-tools-core/editor package)

* Remove throttle

* Minor fixes/improvements

* Use state control subscription from inner editors to add a new edit for the combined editor

* Create a generic text formatter

* Fix chrome-extension envelopes

* Copy stunner editor to chrome-extension deployment dir (staging/release)

* Fix test:it dev ports

* KOGITO-7171: [SWF Editor] GWT-REACT bridge for TextEditorAPI - 2 (#27)

* Applied changed from KOGITO-7171-GWT-REACT-bridge-for-TextEditorAPI-
branch

* Receiving node click event from vscode text editor

* Fixes comment: https://github.com/caponetto/kie-tools/pull/26#discussion_r881765809

* Removed TODO: fixed in another PR

* Sync with
KOGITO-7172--Analzyzing-and-Defining-a-API-to-manage-cursor-in-VSCode to
fix build production error

* Moved ShapeEventsHandler + moveCursorToNode code in sw-edit-kogito-app

* Created java package to call
window.envelope.diagramApi.moveCursorToNode()

* Code review

* Update packages/vscode-extension-serverless-workflow-editor/src/extension/ServerlessWorkflowEditorChannelApiImpl.ts

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#pullrequestreview-996610256

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#discussion_r890168519

* Fixed copyright year

Co-authored-by: Guilherme Caponetto <[email protected]>

* Update pnpm lock file

* KOGITO-7172 [SWF Editor] Analzyzing and Defining a API to manage cursor in VSCode (#29)

* Applied changed from KOGITO-7171-GWT-REACT-bridge-for-TextEditorAPI-
branch

* Receiving node click event from vscode text editor

* Moved the cursor to the right line of the wrong split

* serviceRegistryCommands: activate the left side of the window

* utils: write tests + accept YAML format

* Fixed findPositionByStateName was returning indexes instead of
line/character
numbers

* Renamed channel event to kogitoSwfLanguageService__moveCursorToNode,
moved method to serverless-workflow-language-service, implemented cursor
movement on SwfTextEditor

* Fixes comment: https://github.com/caponetto/kie-tools/pull/26#discussion_r881765809

* Removed TODO: fixed in another PR

* Add todo

* Code review

* Sync with
KOGITO-7172--Analzyzing-and-Defining-a-API-to-manage-cursor-in-VSCode to
fix build production error

* Moved ShapeEventsHandler + moveCursorToNode code in sw-edit-kogito-app

* Created java package to call
window.envelope.diagramApi.moveCursorToNode()

* Code review

* Update packages/vscode-extension-serverless-workflow-editor/src/extension/ServerlessWorkflowEditorChannelApiImpl.ts

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#pullrequestreview-996610256

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#discussion_r890168519

* Fixed copyright year

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891150456

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891153283

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891166549

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891118070

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891169431

* Fixes: When the user clicks on a node and then double/triple click on
another node, VSCode opens a new text editor on the right side

* Update packages/serverless-workflow-text-editor/src/editor/textEditor/SwfTextEditor.tsx

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes:
https://github.com/caponetto/kie-tools/pull/29#discussion_r891165726
Add ability to work with multiple tabs

* Code review

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r893478016

Co-authored-by: Guilherme Caponetto <[email protected]>

* KOGITO-7369:  [SWF Editor] Scroll text when selecting a node on the diagram (#30)

* Add scrolling to node action to Monaco and use updated content in case
user changes the content

* Add scrolling to node action to VSCode editor

* Rename envelope mapping type

* Fix cypress

* Fixes after sync with main

* KOGITO-7367:  [SWF Editor] Investigate on different ways to search a node name in TextEditor (#33)

* SwfOffsetsApi and SwfJsonOffsets implementations

* Fixed test offsets after json inputs linted

* Add yaml test files

* Add SwfYamlOffsets and make test more readable

* Call SwfJsonOffsets from TextEditor

* Removed temporary fix of editor.content

* Adapted and tested textEditor with yaml

* Moved the logic to the SwfTextEditorController and cached the offsets to avoid recalcs

* Use SwfOffsetsApi in vscode extension

* Check SwfOffsetsApi found an offset

* Moved offsets caching logic to SwfOffsetsApi for performance
improvements

* Code review

* Fixed import

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902625512
https://github.com/caponetto/kie-tools/pull/33#discussion_r902626199
https://github.com/caponetto/kie-tools/pull/33#discussion_r902626495

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902933312
https://github.com/caponetto/kie-tools/pull/33#discussion_r902956817

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902952369

* Closes #discussion_r903696115

* Add a feature flag to enable/disable stunner (default is false)

* Register feature toggle subscriber to context subscriptions

* Fixes after code review

Co-authored-by: Jaime Enriquez <[email protected]>
Co-authored-by: Fabrizio Antonangeli <[email protected]>
zdrapela referenced this pull request in zdrapela/kie-tools Jul 12, 2022
…ing architecture (apache#1052)

* Add serverless-workflow-combined-editor package

* Add serverless-workflow-text-editor package (#20)

Add serverless-workflow-text-editor package

* Integration between combined, diagram and text editors

* Fixes after sync with tiagobento/swf-ls2-text-doc

* Fixes after cherry-picking commits

* Rename ServerlessWorkflowEditorChannelApi -> ServerlessWorkflowTextEditorChannelApi

* Workaround hoist issues while pnpm is not in

* Delete duplicated file after sync with main

* Fixes after pnpm migration

* Improve loading experience of the combined editor

* Bring back mermaid and load it for yaml files

* Add option to provide a custom KeyboardShortcutsService in the envelope app, and disable shortcuts where applicable

* Remove alias no longer necessary and replace yarn by pnpm

* Minor improvement to envelope paths

* Logging node click event (#24)

* Remove unnecessary dependencies

* Ignore WEB-INF folder when copying swEditor

* Fix build:prod

* Fix tests (@kie-tools-core/editor package)

* Remove throttle

* Minor fixes/improvements

* Use state control subscription from inner editors to add a new edit for the combined editor

* Create a generic text formatter

* Fix chrome-extension envelopes

* Copy stunner editor to chrome-extension deployment dir (staging/release)

* Fix test:it dev ports

* KOGITO-7171: [SWF Editor] GWT-REACT bridge for TextEditorAPI - 2 (#27)

* Applied changed from KOGITO-7171-GWT-REACT-bridge-for-TextEditorAPI-
branch

* Receiving node click event from vscode text editor

* Fixes comment: https://github.com/caponetto/kie-tools/pull/26#discussion_r881765809

* Removed TODO: fixed in another PR

* Sync with
KOGITO-7172--Analzyzing-and-Defining-a-API-to-manage-cursor-in-VSCode to
fix build production error

* Moved ShapeEventsHandler + moveCursorToNode code in sw-edit-kogito-app

* Created java package to call
window.envelope.diagramApi.moveCursorToNode()

* Code review

* Update packages/vscode-extension-serverless-workflow-editor/src/extension/ServerlessWorkflowEditorChannelApiImpl.ts

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#pullrequestreview-996610256

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#discussion_r890168519

* Fixed copyright year

Co-authored-by: Guilherme Caponetto <[email protected]>

* Update pnpm lock file

* KOGITO-7172 [SWF Editor] Analzyzing and Defining a API to manage cursor in VSCode (#29)

* Applied changed from KOGITO-7171-GWT-REACT-bridge-for-TextEditorAPI-
branch

* Receiving node click event from vscode text editor

* Moved the cursor to the right line of the wrong split

* serviceRegistryCommands: activate the left side of the window

* utils: write tests + accept YAML format

* Fixed findPositionByStateName was returning indexes instead of
line/character
numbers

* Renamed channel event to kogitoSwfLanguageService__moveCursorToNode,
moved method to serverless-workflow-language-service, implemented cursor
movement on SwfTextEditor

* Fixes comment: https://github.com/caponetto/kie-tools/pull/26#discussion_r881765809

* Removed TODO: fixed in another PR

* Add todo

* Code review

* Sync with
KOGITO-7172--Analzyzing-and-Defining-a-API-to-manage-cursor-in-VSCode to
fix build production error

* Moved ShapeEventsHandler + moveCursorToNode code in sw-edit-kogito-app

* Created java package to call
window.envelope.diagramApi.moveCursorToNode()

* Code review

* Update packages/vscode-extension-serverless-workflow-editor/src/extension/ServerlessWorkflowEditorChannelApiImpl.ts

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#pullrequestreview-996610256

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#discussion_r890168519

* Fixed copyright year

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891150456

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891153283

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891166549

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891118070

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891169431

* Fixes: When the user clicks on a node and then double/triple click on
another node, VSCode opens a new text editor on the right side

* Update packages/serverless-workflow-text-editor/src/editor/textEditor/SwfTextEditor.tsx

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes:
https://github.com/caponetto/kie-tools/pull/29#discussion_r891165726
Add ability to work with multiple tabs

* Code review

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r893478016

Co-authored-by: Guilherme Caponetto <[email protected]>

* KOGITO-7369:  [SWF Editor] Scroll text when selecting a node on the diagram (#30)

* Add scrolling to node action to Monaco and use updated content in case
user changes the content

* Add scrolling to node action to VSCode editor

* Rename envelope mapping type

* Fix cypress

* Fixes after sync with main

* KOGITO-7367:  [SWF Editor] Investigate on different ways to search a node name in TextEditor (#33)

* SwfOffsetsApi and SwfJsonOffsets implementations

* Fixed test offsets after json inputs linted

* Add yaml test files

* Add SwfYamlOffsets and make test more readable

* Call SwfJsonOffsets from TextEditor

* Removed temporary fix of editor.content

* Adapted and tested textEditor with yaml

* Moved the logic to the SwfTextEditorController and cached the offsets to avoid recalcs

* Use SwfOffsetsApi in vscode extension

* Check SwfOffsetsApi found an offset

* Moved offsets caching logic to SwfOffsetsApi for performance
improvements

* Code review

* Fixed import

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902625512
https://github.com/caponetto/kie-tools/pull/33#discussion_r902626199
https://github.com/caponetto/kie-tools/pull/33#discussion_r902626495

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902933312
https://github.com/caponetto/kie-tools/pull/33#discussion_r902956817

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902952369

* Closes #discussion_r903696115

* Add a feature flag to enable/disable stunner (default is false)

* Register feature toggle subscriber to context subscriptions

* Fixes after code review

Co-authored-by: Jaime Enriquez <[email protected]>
Co-authored-by: Fabrizio Antonangeli <[email protected]>
tiagobento added a commit that referenced this pull request Jul 14, 2022
…in serverless-workflow-language-service (#1064)

* Add serverless-workflow-combined-editor package

* Add serverless-workflow-text-editor package (#20)

Add serverless-workflow-text-editor package

* Integration between combined, diagram and text editors

* Fixes after sync with tiagobento/swf-ls2-text-doc

* Fixes after cherry-picking commits

* Rename ServerlessWorkflowEditorChannelApi -> ServerlessWorkflowTextEditorChannelApi

* Workaround hoist issues while pnpm is not in

* Delete duplicated file after sync with main

* Fixes after pnpm migration

* Improve loading experience of the combined editor

* Bring back mermaid and load it for yaml files

* Add option to provide a custom KeyboardShortcutsService in the envelope app, and disable shortcuts where applicable

* Remove alias no longer necessary and replace yarn by pnpm

* Minor improvement to envelope paths

* Logging node click event (#24)

* Remove unnecessary dependencies

* Ignore WEB-INF folder when copying swEditor

* Fix build:prod

* Fix tests (@kie-tools-core/editor package)

* Remove throttle

* Minor fixes/improvements

* Use state control subscription from inner editors to add a new edit for the combined editor

* Create a generic text formatter

* Fix chrome-extension envelopes

* Copy stunner editor to chrome-extension deployment dir (staging/release)

* Fix test:it dev ports

* KOGITO-7171: [SWF Editor] GWT-REACT bridge for TextEditorAPI - 2 (#27)

* Applied changed from KOGITO-7171-GWT-REACT-bridge-for-TextEditorAPI-
branch

* Receiving node click event from vscode text editor

* Fixes comment: https://github.com/caponetto/kie-tools/pull/26#discussion_r881765809

* Removed TODO: fixed in another PR

* Sync with
KOGITO-7172--Analzyzing-and-Defining-a-API-to-manage-cursor-in-VSCode to
fix build production error

* Moved ShapeEventsHandler + moveCursorToNode code in sw-edit-kogito-app

* Created java package to call
window.envelope.diagramApi.moveCursorToNode()

* Code review

* Update packages/vscode-extension-serverless-workflow-editor/src/extension/ServerlessWorkflowEditorChannelApiImpl.ts

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#pullrequestreview-996610256

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#discussion_r890168519

* Fixed copyright year

Co-authored-by: Guilherme Caponetto <[email protected]>

* Update pnpm lock file

* KOGITO-7172 [SWF Editor] Analzyzing and Defining a API to manage cursor in VSCode (#29)

* Applied changed from KOGITO-7171-GWT-REACT-bridge-for-TextEditorAPI-
branch

* Receiving node click event from vscode text editor

* Moved the cursor to the right line of the wrong split

* serviceRegistryCommands: activate the left side of the window

* utils: write tests + accept YAML format

* Fixed findPositionByStateName was returning indexes instead of
line/character
numbers

* Renamed channel event to kogitoSwfLanguageService__moveCursorToNode,
moved method to serverless-workflow-language-service, implemented cursor
movement on SwfTextEditor

* Fixes comment: https://github.com/caponetto/kie-tools/pull/26#discussion_r881765809

* Removed TODO: fixed in another PR

* Add todo

* Code review

* Sync with
KOGITO-7172--Analzyzing-and-Defining-a-API-to-manage-cursor-in-VSCode to
fix build production error

* Moved ShapeEventsHandler + moveCursorToNode code in sw-edit-kogito-app

* Created java package to call
window.envelope.diagramApi.moveCursorToNode()

* Code review

* Update packages/vscode-extension-serverless-workflow-editor/src/extension/ServerlessWorkflowEditorChannelApiImpl.ts

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#pullrequestreview-996610256

* Fixes comment: https://github.com/caponetto/kie-tools/pull/27#discussion_r890168519

* Fixed copyright year

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891150456

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891153283

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891166549

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891118070

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r891169431

* Fixes: When the user clicks on a node and then double/triple click on
another node, VSCode opens a new text editor on the right side

* Update packages/serverless-workflow-text-editor/src/editor/textEditor/SwfTextEditor.tsx

Co-authored-by: Guilherme Caponetto <[email protected]>

* Fixes:
https://github.com/caponetto/kie-tools/pull/29#discussion_r891165726
Add ability to work with multiple tabs

* Code review

* Fixes comment: https://github.com/caponetto/kie-tools/pull/29#discussion_r893478016

Co-authored-by: Guilherme Caponetto <[email protected]>

* KOGITO-7369:  [SWF Editor] Scroll text when selecting a node on the diagram (#30)

* Add scrolling to node action to Monaco and use updated content in case
user changes the content

* Add scrolling to node action to VSCode editor

* Rename envelope mapping type

* Fix cypress

* Fixes after sync with main

* KOGITO-7367:  [SWF Editor] Investigate on different ways to search a node name in TextEditor (#33)

* SwfOffsetsApi and SwfJsonOffsets implementations

* Fixed test offsets after json inputs linted

* Add yaml test files

* Add SwfYamlOffsets and make test more readable

* Call SwfJsonOffsets from TextEditor

* Removed temporary fix of editor.content

* Adapted and tested textEditor with yaml

* Moved the logic to the SwfTextEditorController and cached the offsets to avoid recalcs

* Use SwfOffsetsApi in vscode extension

* Check SwfOffsetsApi found an offset

* Moved offsets caching logic to SwfOffsetsApi for performance
improvements

* Code review

* Fixed import

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902625512
https://github.com/caponetto/kie-tools/pull/33#discussion_r902626199
https://github.com/caponetto/kie-tools/pull/33#discussion_r902626495

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902933312
https://github.com/caponetto/kie-tools/pull/33#discussion_r902956817

* Fixes comment: https://github.com/caponetto/kie-tools/pull/33#discussion_r902952369

* Closes #discussion_r903696115

* WIP

* WIP conversions YAML ast -> jsonc format

* Conversion of first YAML ast

* Add a feature flag to enable/disable stunner (default is false)

* yaml parseContent() tests with real yaml

* WIP

* SwfJsonLanguageService ok, SwfYamlLanguageService WIP

* SwfYamlLanguageService tests passed

* Removed all direct references to jsonc in SwfLanguageService

* Fixed getFileLanguage yaml regex

* VSCode ext WIP

* Register feature toggle subscriber to context subscriptions

* Fixed: VsCodeSwfLanguageService: doesn't reinit on file change

* Moved matchNodeWithLocation outside of SwfLanguageService class

* Rewrite yaml astConvert() removing deprecated properties

* Removed unnecessary parseContent() call

* Fixes comment: https://github.com/kiegroup/kie-tools/pull/1064#discussion_r918124967

* Fixes comment: https://github.com/kiegroup/kie-tools/pull/1064#discussion_r918117886

* PR comments proposal

* Fixed imports

* Empty commit

Co-authored-by: Guilherme Caponetto <[email protected]>
Co-authored-by: Jaime Enriquez <[email protected]>
Co-authored-by: Tiago Bento <[email protected]>
jomarko added a commit to jomarko/kie-tools that referenced this pull request Mar 4, 2024
* Introduce addWaypoint.spec.ts

* clean up imports

* Fix imports

* refactor addEdgeWaypoint.spec.ts

---------

Co-authored-by: Luiz João Motta <[email protected]>
ricardozanini pushed a commit to ricardozanini/kogito-tooling that referenced this pull request Sep 23, 2024
ricardozanini pushed a commit to ricardozanini/kogito-tooling that referenced this pull request Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants