-
Notifications
You must be signed in to change notification settings - Fork 50
Speedup and refactor remove variants cmd #6094
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
Open
northwestwitch
wants to merge
22
commits into
main
Choose a base branch
from
speedup_remove_variants
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+353
−185
Open
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5705c49
Fix conflicts
802a4b0
Wop
78e9c94
Fix tests
81fee6c
Speedup dry run by skipping counting the affected variants
6f8e732
Improve changelog
c8d8f07
Merge branch 'main' into speedup_remove_variants
dnil 7e3facd
Merge branch 'main' into speedup_remove_variants
northwestwitch 2acd96a
Merge branch 'main' into speedup_remove_variants
dnil f802423
Merge branch 'main' into speedup_remove_variants
northwestwitch d8c1ae1
Apply suggestions from code review
northwestwitch ffbf140
Apply suggestion from @dnil
northwestwitch b58df78
Fix code style issues with Black
lint-action ad3ab27
Fix changelog
abbf51c
convert cursor to list
cc179bf
Print total removed vars only if not dry run
04d489a
Merge branch 'main' into speedup_remove_variants
northwestwitch dbadb4b
Merge branch 'main' into speedup_remove_variants
dnil 16f045b
Merge branch 'main' into speedup_remove_variants
northwestwitch 23fc082
Merge branch 'main' into speedup_remove_variants
northwestwitch 9e0547b
Merge branch 'main' into speedup_remove_variants
northwestwitch e38bac4
Merge branch 'main' into speedup_remove_variants
northwestwitch d348692
Merge branch 'main' into speedup_remove_variants
dnil 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, we never split the CTGs right? So these would still have those
whatever_researchon them? But it would never propagate to a{ category: 'whatever', variant_type: "research" }There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah right, now that you tell me I remember. I'll fix, or perhaps I'll just leave it as it was
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted now! Very good point!