-
Notifications
You must be signed in to change notification settings - Fork 91
Use enum instead of bool for USD contribution variant #1996
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
Merged
tadeas-hejnic
merged 21 commits into
develop
from
1666-yn-0448-usd-contribution-set-as-default-variant-allow-to-not-set-at-all
Aug 18, 2026
+124
−31
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
076908e
use enum instead of bool for contribution variant
tadeas-hejnic e94ca79
str -> enum in settings, use dict with defined labels also in tooltips
tadeas-hejnic 7f9b701
add conversion from old settings
tadeas-hejnic 53c0093
linting
tadeas-hejnic de9c015
fix: convert the values to list
tadeas-hejnic c2e6d1e
fix: store the labels and values in the enum correctly
tadeas-hejnic cd2d6ff
Merge branch 'develop' into 1666-yn-0448-usd-contribution-set-as-defa…
tadeas-hejnic 8095e07
readability improvement
tadeas-hejnic faf7b65
if_missing -> if_not_set
tadeas-hejnic f70635e
add Literal type hint
tadeas-hejnic 8160416
Merge branch 'develop' into 1666-yn-0448-usd-contribution-set-as-defa…
tadeas-hejnic 0975552
remove unnecessary check
tadeas-hejnic 85fdcc7
remove unnecessary condition
tadeas-hejnic c48cd78
formating adjustment
tadeas-hejnic c41accc
return if no profiles
tadeas-hejnic 75bb83f
include version number in convert func name
tadeas-hejnic db4ef06
include version number in convert func name 2
tadeas-hejnic 9f929ac
convert of old values
tadeas-hejnic 492da26
fix incorrect formatting
tadeas-hejnic 81a9c59
Add comment
tadeas-hejnic 74d69f7
use direct index instead of .get
tadeas-hejnic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.