Add a faster package scan with --package-only#3689
Merged
AyanSinhaMahapatra merged 8 commits intodevelopfrom Mar 19, 2024
Merged
Add a faster package scan with --package-only#3689AyanSinhaMahapatra merged 8 commits intodevelopfrom
--package-only#3689AyanSinhaMahapatra merged 8 commits intodevelopfrom
Conversation
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Reference: #3464 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
882fa29 to
754966a
Compare
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
pombredanne
approved these changes
Mar 11, 2024
Member
pombredanne
left a comment
There was a problem hiding this comment.
Looking good! ... please merge and add some further tests later.
6 tasks
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
e8cc0f9 to
3b53f43
Compare
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
7fcd25d to
15b4f7d
Compare
pombredanne
approved these changes
Mar 18, 2024
Member
pombredanne
left a comment
There was a problem hiding this comment.
Thanks. Good to merge... you may want to refine the help text for the option: metadata, steps, codebase are words we are not using often so they may confuse users.
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
Member
Author
|
Merging, thanks! |
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
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.
Adds a new command line option
--package-only:This replaces the previous implementation at #3525
Reference: #3464
Tasks
Run tests locally to check for errors.