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

Enable conan support #781

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from
Open

Enable conan support #781

wants to merge 19 commits into from

Conversation

orto17
Copy link
Contributor

@orto17 orto17 commented Nov 6, 2024

This PR includes support of conan requirements file update. It does not support installation of the suggested fixes. In order to update the dependencies, the user should run a 'conan install' command with the suggested conan file..

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • Update documentation about new features / new supported technologies

@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Nov 6, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Nov 6, 2024
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Nov 6, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Nov 6, 2024
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Nov 10, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Nov 10, 2024
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Nov 10, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Nov 10, 2024
Copy link
Contributor

@eranturgeman eranturgeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good! Most of the comments are "cosmetics" and things we talked about that we can further discuss

@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Dec 1, 2024
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Dec 11, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 11, 2024
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Dec 11, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 11, 2024
@orto17 orto17 requested a review from eranturgeman December 11, 2024 13:38
return
}

func (conan *ConanPackageHandler) logNoInstallationMessage() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method is redundant and is being called only once, we can simple move this to the function where it is called.

Copy link
Contributor

@eranturgeman eranturgeman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comments

@orto17 orto17 requested a review from eranturgeman December 25, 2024 13:13
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Dec 25, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 25, 2024
@orto17 orto17 added the safe to test Approve running integration tests on a pull request label Dec 25, 2024
@github-actions github-actions bot removed the safe to test Approve running integration tests on a pull request label Dec 25, 2024
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


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.

2 participants