-
Notifications
You must be signed in to change notification settings - Fork 45
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
✨ Make providers return a builtin config so engine can look at updated locations #671
✨ Make providers return a builtin config so engine can look at updated locations #671
Conversation
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
a9ef16b
to
bb280f4
Compare
b4555b8
to
2c6f6fb
Compare
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com> fixup
921273f
to
405b48c
Compare
* switching to the bundle CI Signed-off-by: Shawn Hurley <shawn@hurley.page>
9cd7ebb
to
5087451
Compare
LGTM, Just a note run API tests with not-merged PR from go-konveyor-tests could be done adding "API tests PR: XYZ" to PR description (details https://github.com/konveyor/ci/blob/main/.github/workflows/global-ci.yml#L150) |
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
@aufi Yeah that is true, problem is that this only works when you first open the PR |
…d locations (#671) Some providers can mutate the original location given in init config. For example, for binaries, java provider decompiles and uses the new decompiled path. This PR adds a way for providers to communicate updated locations back to the engine so builtin provider can be configured correctly without the user having to do it. --------- Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com> Signed-off-by: Shawn Hurley <shawn@hurley.page> Co-authored-by: Pranav Gaikwad <pgaikwad@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
…d locations (#671) (#677) Some providers can mutate the original location given in init config. For example, for binaries, java provider decompiles and uses the new decompiled path. This PR adds a way for providers to communicate updated locations back to the engine so builtin provider can be configured correctly without the user having to do it. --------- Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com> Signed-off-by: Shawn Hurley <shawn@hurley.page> Co-authored-by: Pranav Gaikwad <pgaikwad@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com> Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com> Signed-off-by: Shawn Hurley <shawn@hurley.page> Signed-off-by: Cherry Picker <noreply@github.com> Co-authored-by: Shawn Hurley <shawn@hurley.page> Co-authored-by: Pranav Gaikwad <pgaikwad@redhat.com>
closes #93 Requires: - konveyor/tackle2-hub#668 - konveyor/analyzer-lsp#671 - konveyor/analyzer-lsp#686 --------- Signed-off-by: Jeff Ortel <jortel@redhat.com>
closes #93 Requires: - konveyor/tackle2-hub#668 - konveyor/analyzer-lsp#671 - konveyor/analyzer-lsp#686 --------- Signed-off-by: Jeff Ortel <jortel@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
closes #93 Requires: - konveyor/tackle2-hub#668 - konveyor/analyzer-lsp#671 - konveyor/analyzer-lsp#686 --------- Signed-off-by: Jeff Ortel <jortel@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com> Signed-off-by: Jeff Ortel <jortel@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com> Co-authored-by: Jeff Ortel <jortel@redhat.com>
Some providers can mutate the original location given in init config. For example, for binaries, java provider decompiles and uses the new decompiled path. This PR adds a way for providers to communicate updated locations back to the engine so builtin provider can be configured correctly without the user having to do it.