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

👻 Revert 0.4 stuff #86

Closed
wants to merge 9 commits into from
Closed

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Apr 29, 2024

No description provided.

jortel and others added 7 commits January 19, 2024 10:17
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>
@jortel jortel changed the base branch from main to release-0.3 April 29, 2024 17:26
@pranavgaikwad pranavgaikwad changed the title Revert 0.4 stuff 👻 Revert 0.4 stuff Apr 29, 2024
@@ -16,7 +16,7 @@ do
done

docker run \
--entrypoint /usr/local/bin/konveyor-analyzer \
--entrypoint konveyor-analyzer \
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

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

Copy link
Contributor

@dymurray dymurray left a 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

jortel added 2 commits April 30, 2024 06:14
…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>
@shawn-hurley
Copy link
Contributor

Closing PR, we solved this another way

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