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

Fix: semver comparisons for ranges. #501

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Aug 12, 2024

Description

Fixes semver comparisons for ranges, using the default that the library supports (without ruby-style commas).
Raises an error when semver range is incorrectly specified (hence the new utils helpers).
Re-enables tests/default/ingest/pipeline.yaml that passes with the current 3.0.

Issues Resolved

Closes #500.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@dblock dblock added the skip-changelog No need to update CHANGELOG. label Aug 12, 2024
Copy link
Contributor

github-actions bot commented Aug 12, 2024

Changes Analysis

Commit SHA: 935704b
Comparing To SHA: 09824d0

API Changes

Summary

NO CHANGES

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/10372517526/artifacts/1807173651

API Coverage

Before After Δ
Covered (%) 524 (51.32 %) 524 (51.32 %) 0 (0 %)
Uncovered (%) 497 (48.68 %) 497 (48.68 %) 0 (0 %)
Unknown 26 26 0

@dblock dblock force-pushed the fix-semver branch 2 times, most recently from b23f7d3 to 2742683 Compare August 12, 2024 20:52
Copy link
Contributor

github-actions bot commented Aug 12, 2024

Spec Test Coverage Analysis

Total Tested
550 213 (38.73 %)

@Xtansia Xtansia merged commit 9d3bc34 into opensearch-project:main Aug 13, 2024
15 of 16 checks passed
@dblock dblock deleted the fix-semver branch August 13, 2024 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog No need to update CHANGELOG.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG][TEST-FRAMEWORK] Version selector not handling patch version correctly
2 participants