-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
chore: switch to visualiser library #342
chore: switch to visualiser library #342
Conversation
✅ Deploy Preview for modest-rosalind-098b67 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@jonaslagoni We probably should "wait" with this PR, due to simple reasons:
I think that we should wait and merge it when we will move library to AsyncAPI org and fix above problems - of course PR can be still open :) |
/dnm |
This pull request has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation. There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@jonaslagoni are you going to work on this? Do you need help? |
If you could give me 48 hours a day, that would be really helpful 😆 Current status if I am not mistaken:
Other then that, yes time is what I need 😆 |
# Conflicts: # package-lock.json # package.json
Alright, I fixed the issues you outlined @magicmatatjahu. I did not include any extra features as this is solely about switching internals with a library 🙂 Any extra stuff I would suggest we add later. |
Okay I missed that one, that needs to be adapted. |
# Conflicts: # package-lock.json
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
# Conflicts: # package-lock.json # src/components/Visualiser/utils/node-calculator.ts
@magicmatatjahu it's all ready now, switched the library to the official AsyncAPI library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Conflicts: # package-lock.json # src/components/Visualiser/FlowDiagram.tsx # src/components/Visualiser/Nodes/ApplicationNode.tsx # src/components/Visualiser/Visualiser.tsx # src/components/Visualiser/utils/node-factory.ts
Done @fmvilas 🙂 |
Regarding the code smell it's because of different types that will clash because each library uses different parser versions. Choose to leave it as is, let me know if you want to disable the rule for that line. This is until the library support the new version: asyncapi/EDAVisualiser#10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
# Conflicts: # package-lock.json # package.json # src/components/Visualiser/Controls.tsx # src/components/Visualiser/FlowDiagram.tsx # src/components/Visualiser/Nodes/ApplicationNode.tsx # src/components/Visualiser/Nodes/PublishNode.tsx # src/components/Visualiser/Nodes/SubscribeNode.tsx # src/components/Visualiser/Visualiser.tsx # src/components/Visualiser/VisualiserTemplate.tsx # src/components/Visualiser/utils/node-calculator.ts # src/components/Visualiser/utils/node-factory.ts
@jonaslagoni When I switch to the visualiser I see this in console and Studio is broken: Which version of |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation. There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
Co-authored-by: Fran Mendez <fmvilas@gmail.com>
Description
This PR switches to the split-out visualization library.
Related issue(s)
fixes #261