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

Internal - Remove the Call Home version validation #1063

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

eyalbe4
Copy link
Contributor

@eyalbe4 eyalbe4 commented Dec 25, 2024

  • Remove the minimum Artifactory version validation before sending the Call Home requests, since the validation moves to the caller of the API. This is done to avoid duplicate "Get Artifactory Version" requests.
  • Rename the API functions, to force the callers to adapt to this change.

@eyalbe4 eyalbe4 added the improvement Automatically generated release notes label Dec 25, 2024
@eyalbe4 eyalbe4 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
@eyalbe4 eyalbe4 requested a review from EyalDelarea December 25, 2024 10:58
Copy link
Contributor

@EyalDelarea EyalDelarea left a comment

Choose a reason for hiding this comment

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

@eyalbe4,
What happens if, as a future implementer, I fail to check the minimum version? How will I know?
I know the functions names has changed, but it does not enforce a version check.

Also, how will I know the minimum version needed now that it has moved to the core? assuming i'm a developer who do want to validate on my end.

@eyalbe4
Copy link
Contributor Author

eyalbe4 commented Dec 25, 2024

@EyalDelarea,
This API is internal, and should not be used independently.

@eyalbe4 eyalbe4 merged commit 80a5e1b into jfrog:dev Dec 25, 2024
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants