-
Notifications
You must be signed in to change notification settings - Fork 12
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
👻 Revert 0.4 stuff #86
Conversation
The addon is passing non-YAML files in --rules option to the analyzer. For example: when custom targets built with uploaded windup.xml files. This does not seem to hurt anything. The analyzer output mentions that it cannot be parsed as YAML but does not error. Fixing will mainly avoid: confusion; red-herrings while troubleshooting. Signed-off-by: Jeff Ortel <jortel@redhat.com>
upgrade Go 1.20. Replaces gofmt with goimports. Documentation claims it performs the same formatting plus manages/orders imports. Added missing packages in Makefile. Updated the go.mod and ran go mod tidy. closes: konveyor#63 NOT FOR 0.3. --------- Signed-off-by: Jeff Ortel <jortel@redhat.com>
Moving the non system binaries to /usr/local/bin --------- Signed-off-by: Shawn Hurley <shawn@hurley.page>
Signed-off-by: Shawn Hurley <shawn@hurley.page>
Signed-off-by: Shawn Hurley <shawn@hurley.page>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Latest hub. Fixed in hub addon binding: konveyor/tackle2-hub#629 Signed-off-by: Jeff Ortel <jortel@redhat.com>
hack/konveyor-analyzer
Outdated
@@ -16,7 +16,7 @@ do | |||
done | |||
|
|||
docker run \ | |||
--entrypoint /usr/local/bin/konveyor-analyzer \ | |||
--entrypoint konveyor-analyzer \ |
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.
does this need to be /usr/bin/konveyor-analyzer
? Assume it doesn't matter since its in PATH
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.
This is a hack I created to run the analyzer locally as a command. I don't know if this will work without the path or not. @shawn-hurley made the changes.
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.
we will see when CI runs
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.
VISIACK
Confirmed go.mod/go.sum is good and this builds
…konveyor#80)" This reverts commit 92300c9. Signed-off-by: Jeff Ortel <jortel@redhat.com>
…onveyor#82)" This reverts commit 4ad2bc9. Signed-off-by: Jeff Ortel <jortel@redhat.com>
2cbca1d
to
17d2c83
Compare
d94b0a0
to
d0dbb06
Compare
Closing PR, we solved this another way |
No description provided.