-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add argument to make_codebase_resource
to make the created CodebaseResource path relative to the project work path rather than the project codebase path
#378
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
14f36b7
Upgrade scancode-toolkit to latest beta release #411
tdruez e5b7696
Add a test class to regen test data #411
tdruez 3519009
Upgrade container_inspector to latest 31.0.0 version #411
tdruez 0110163
Handle new scan format in scancode pipes #411
JonoYang a029c26
Handle package_uids for DiscoveredPackages #411
JonoYang 774c5b7
Update deprecated code #411
JonoYang a6bffc5
Regenerate asgiref 3.3.0 test data #411
JonoYang 4c354f1
Add asgiref-3.3.0_scancode_scan.json #411
JonoYang 4ed789f
Add asgiref-3.3.0_walk_test_fixtures.json #411
JonoYang 80d6095
Signed-off-by: Jono Yang <[email protected]>
JonoYang bcceb76
Update make_results_summary() #411
JonoYang b25c2c8
Exclude system_environment from diff #411
JonoYang 98127ea
Modify make_codebase_resource #180
JonoYang d78c895
Add argument to CodebaseResource.save #180
JonoYang bbe588b
Add test for make_codebase_resource #180
JonoYang bb8c832
Create "." directory for project codebase root #180
JonoYang 6dc403c
Modify CodebaseResource walk to handle "." #180
JonoYang 7bca1a2
Update expected test results #180
JonoYang 6ececfa
Update regex in CodebaseResource.children() #180
JonoYang 11bc9b2
Handle root creation in scancode pipes #180
JonoYang 5d84d8e
Create replace_root_path_and_name #180
JonoYang d4cfac2
Update docstring for CodebaseResource #180
JonoYang 06acd33
Use less paths for test expectations #180
JonoYang a9410f8
Add is_root property to CodebaseResource #180
JonoYang 24902bf
Add test for Project.walk_codebase_path #180
JonoYang b3c06cd
Merge branch 'main' into 180-projectcodebase-root-workaround
JonoYang 6831a55
Do not save package_uids in extra_data #180
JonoYang adb7e3f
Merge branch 'main' into 180-projectcodebase-root-workaround
JonoYang d73563e
Merge branch 'main' into 180-projectcodebase-root-workaround
JonoYang d3b985c
Update expected test results #180
JonoYang 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 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 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 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 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.
We need a unit test for this method.