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(flagd): fix semver version parsing to allow "v" prefix(#106) #107

Merged

Conversation

aepfli
Copy link
Member

@aepfli aepfli commented Nov 21, 2024

fixes: #106

@aepfli aepfli requested a review from a team as a code owner November 21, 2024 14:18
@aepfli aepfli force-pushed the feat/106-fix_semver_versions branch from 637442a to 43628f5 Compare November 21, 2024 14:21
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.21%. Comparing base (d8e10c7) to head (8e804f0).
Report is 48 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
+ Coverage   90.55%   95.21%   +4.66%     
==========================================
  Files           8       13       +5     
  Lines         180      481     +301     
==========================================
+ Hits          163      458     +295     
- Misses         17       23       +6     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@aepfli aepfli force-pushed the feat/106-fix_semver_versions branch from 43628f5 to f1b9b6c Compare November 21, 2024 14:23
…re#106)

Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
@aepfli aepfli force-pushed the feat/106-fix_semver_versions branch from f1b9b6c to b55a198 Compare November 21, 2024 14:29
…rovider/flagd/resolvers/process/custom_ops.py

Co-authored-by: Anton Grübel <anton.gruebel@gmail.com>
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
Copy link
Member

@gruebel gruebel left a comment

Choose a reason for hiding this comment

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

🍻

@gruebel
Copy link
Member

gruebel commented Nov 22, 2024

@aepfli can you sync your branch, i can't do it somehow, probably no permission to do so on your fork.

@aepfli
Copy link
Member Author

aepfli commented Nov 22, 2024

@aepfli can you sync your branch, i can't do it somehow, probably no permission to do so on your fork.

updated ;)

@gruebel gruebel merged commit 93fee85 into open-feature:main Nov 22, 2024
19 checks passed
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.

[BUG][flagd-inprocess] Semver detection is not recognizing versions prefixed with an "v" like "v1.0.0"
4 participants