-
Notifications
You must be signed in to change notification settings - Fork 119
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
fix: When the m2kignore file is removed from language_platforms.zip then in the UI only the Ruby service is detected #1160
Conversation
Thanks for making a pull request! 😃 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1160 +/- ##
=======================================
Coverage 14.89% 14.89%
=======================================
Files 90 90
Lines 8380 8380
=======================================
Hits 1248 1248
Misses 6809 6809
Partials 323 323 ☔ View full report in Codecov by Sentry. |
@Akash-Nayak the bug was caused by this PR https://github.com/konveyor/move2kube-api/pull/148/files |
The bug was fixed in konveyor/move2kube-api#163 We can merge this PR regardless but some minor change is required. |
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.
Some minor changes required.
When there is no ls -a src
. golang java-maven python rust
.. java-gradle nodejs ruby $ move2kube plan -s src $ cat m2k.plan
apiVersion: move2kube.konveyor.io/v1alpha1
kind: Plan
metadata:
name: myproject
spec:
sourceDir: src
services:
src:
- transformerName: Ruby-Dockerfile
paths:
ServiceDirectories:
- .
configs:
OriginalName:
originalName: src
transformers: This PR fixes this issue #1160 (comment). |
27e5047
to
5461624
Compare
…gnored without .m2kignore Signed-off-by: Akash Nayak <akash19nayak@gmail.com>
5461624
to
b4fe65b
Compare
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.
LGTM
Fixes - #1159
Move2Kube-UI detects all the services in the language-platforms, whereas earlier it was only detecting the Ruby service.