-
-
Notifications
You must be signed in to change notification settings - Fork 551
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
Update rules with required phrases automatically #3924
Open
AyanSinhaMahapatra
wants to merge
82
commits into
develop
Choose a base branch
from
update-rules-with-required-phrases-auto
base: develop
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.
Open
Update rules with required phrases automatically #3924
AyanSinhaMahapatra
wants to merge
82
commits into
develop
from
update-rules-with-required-phrases-auto
Conversation
This file contains 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
Add a script which can add required phrases in already existing rules automatically from required phrases already present in other rules and license field names. This can be done one license expression at a time. Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
changed the title
Update rules with required phrases auto
Update rules with required phrases automatically
Sep 17, 2024
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
force-pushed
the
update-rules-with-required-phrases-auto
branch
from
September 18, 2024 13:43
ea221d4
to
518116d
Compare
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
4 tasks
I am pushing shortly a few updates:
|
Do not damage rules with URLs Signed-off-by: Philippe Ombredanne <[email protected]>
Ensure that the leading /usr is not broken with {{ required phrase }} markers. Signed-off-by: Philippe Ombredanne <[email protected]>
Ensure that /usr paths are not broken with {{ required phrase }} markers. Signed-off-by: Philippe Ombredanne <[email protected]>
Ensure that URLs are not broken with {{ required phrase }} markers. Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
This is code that belongs to required_phrase.py, not to tokenize.py Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
This creates many false positives. Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
This helps with required phrases handling, addition and generation * Add new Rule.source attribute to track the "source" of a license rule like when adding a new required phrase to a rule * Add new Rule.is_tiny computed attribute to ytrack tiny, very small rules * Add new Rule.is_approx_matchable property for rules that can only be matched exactly * Add new Rule.is_generic for rules that contain "generic" licenses * Support required_phrases-related fields in Rule.validate() * Update index.py accordingly Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
filter_invalid_matches_to_single_word_gibberish() also considers license_clues as eligible for gibberish filtering. Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
This is a more correct result Signed-off-by: Philippe Ombredanne <[email protected]>
is_candidate_false_positive() now also considers license_clues as eligible for false poistive filtering. Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Adjust with latest license code detection for required phrases Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
This after merging the latest develop and taking into account updates with required phrases. Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Seen in Debian copyright files Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Only process stopwords this for "is_continuous" rules Signed-off-by: Philippe Ombredanne <[email protected]>
Some rules now have a "is_required_phrase" flag Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Signed-off-by: Philippe Ombredanne <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a continuation of #3254 with added required phrases in license rules after review and further manual curations. Also contains improvements in required phrase collection and marking.
Reference: #2637 #2878
Tasks
Run tests locally to check for errors.