-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
feat: add Modelina CLI #1849
feat: add Modelina CLI #1849
Conversation
✅ Deploy Preview for modelina canceled.
|
cc: @jonaslagoni |
Perfect @devilkiller-ag 👌 |
@jonaslagoni, so what should be our next step? |
@devilkiller-ag we each can now make PRs that target the |
Okay, then I will start with working on tests, and see why it's failing? |
@devilkiller-ag alright 👍 |
Just merged the cleanup, what's the next thing to tackle 👀 |
Quality Gate passedIssues Measures |
Retarget the PR to |
@devilkiller-ag I actually see it as merge ready 🤔 How about you? |
@jonaslagoni Seems good to me! But the Runtime test for Rust, Kotlin, and Scala Model is still failing. Is it fine for merging to |
@devilkiller-ag they can safely be ignored, has nothing to do with these changes |
Hi @jonaslagoni, when we are going to merge this? |
Wanted to wait few days to give the other maintainers some time to review it, but since it's |
🎉 This PR is included in version 4.0.0-next.21 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Modelina and integrate it with AsyncAPI CLI
Related Issue
Related to issue #1724 and PR #1785
Checklist
npm run lint
).npm run test
).Additional Notes
This PR is the extension of PR #1785. The initial base has been built from Async API CLI. Now we need to add rectify all the tests, do clean-ups, and integrate this Modelina CLI with Modelina CLI.