generated from aboutcode-org/skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Reorg code #15
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
Merged
Reorg code #15
Conversation
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
Signed-off-by: Jono Yang <jyang@nexb.com>
* Add apache-2.0 license text to Matchcode Signed-off-by: Jono Yang <jyang@nexb.com>
* Add clearcode as a dependency to minecode
* Update configure to install clearcode-toolkit
Signed-off-by: Jono Yang <jyang@nexb.com>
* Add minecode and clearcode as dependencies for matchcode
* Update configure to install clearcode
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Use specific branch of commoncode with fix Signed-off-by: Jono Yang <jyang@nexb.com>
* Do not install clearcode from repo archive in minecode configure Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Create minecodeio/static dir Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Update minecode test expectations Signed-off-by: Jono Yang <jyang@nexb.com>
* Guard imports in matchcode.utils Signed-off-by: Jono Yang <jyang@nexb.com>
* Add index_error and last_indexed_date to Package model in PackageDB Signed-off-by: Jono Yang <jyang@nexb.com>
* Update expected test results Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Move test files Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Remove some redundant code Signed-off-by: Jono Yang <jyang@nexb.com>
* Remove individual test setups in favor of a single one Signed-off-by: Jono Yang <jyang@nexb.com>
* Fix clearsync Makefile command Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Add descriptions for the API endpoints
* Add instructions for visiting and mapping
* Add Makefile commands for visiting and mapping
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Rename all references to discovery to minecode Signed-off-by: Jono Yang <jyang@nexb.com>
* Update code to visit every "page" of Package Resources through the API when creating a PackageInfo object Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* fingerprinting, halohash will be stored in matchcode-toolkit Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Add some usage instructions Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
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 PR adds matchcode to the PurlDB, as well as reorganizes the codebase such that all of the different Django apps are together in the same project.