summaryrefslogtreecommitdiffstats
path: root/src/repository/repository.rs
AgeCommit message (Expand)Author
2021-04-09Fix: Error message should be less technical hereMatthias Beyer
2021-04-08Fix: Error out if a patch file is missingMatthias Beyer
2021-03-17Add check whether package name or version is emptyMatthias Beyer
2021-03-10Add comments on patch-path-fixing algorithmMatthias Beyer
2021-03-10Refactor for more readabilityMatthias Beyer
2021-03-10Re-write patch postprocessingMatthias Beyer
2021-03-09Implement patch-path rewritingMatthias Beyer
2021-02-15Add logging what is searchedMatthias Beyer
2021-02-15Add logging what is loadedMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: single-character string constant used as patternMatthias Beyer
2021-01-15Fix clippy: unneeded `return` statementMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-10Fix: Ignore non-package filesMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-06Fix: Do not search hidden directories for package filesMatthias Beyer
2020-11-04Remove all non-equality "Version constraint" implementationMatthias Beyer
2020-10-29Add Repository::packages() to get iterator over all packages in RepositoryMatthias Beyer
2020-10-26Move helper functions to appropriate moduleMatthias Beyer
2020-10-26Implement tests for Repository typeMatthias Beyer
2020-10-13Replace use of deprecated functionMatthias Beyer
2020-10-12Fix typo in method nameMatthias Beyer
2020-10-12Let Repository::find() return Vec<_> to be compatible with other find_* methodsMatthias Beyer
2020-10-12Add progress reporting to repository loading mechanismMatthias Beyer
2020-10-12Implement RepositoryMatthias Beyer