-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(models): add Repository model and schema * refactor(sources): rm RDF methods from Extractor interface * refactor(github): rdf funcs GithubExtractor->Repository * refactor(project): Project interface match new Extractor * refactor(cli): use updated Project interface * style(models): sort Repository attributes * refactor(git): use Repository mode in GitExtractor * refactor(gitlab): use Repository model in GitlabExtor * style(github): sort Repository args * refactor(models): allow multiple authors * test: adapt to new Project interface * fix(git): clone repo upon calling extract() if no local path is provided * fix(github): use raw url in list files, not blob * test: cover list_files methods * fix(models): repository.download URL as RDF IRI * fix(git): add cloned repo cleanup in destructor * fix(git): safe cleanup of cloned dir + rm cleanup from project * style: trim end of lines/files + black formatting * fix(git): additional safety check on cleanup
- Loading branch information
Showing
14 changed files
with
264 additions
and
299 deletions.
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
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.