summaryrefslogtreecommitdiffstats
path: root/src/repository/repository.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-09-16Fix clippy: Remove needless borrowMatthias Beyer
2021-08-30Fix: implement unimplemented!()Matthias Beyer
2021-08-30Fix: Do not join patch path with root directory pathMatthias Beyer
2021-08-26Reimplement Repository::load() with parallelismMatthias Beyer
2021-08-26Reimplement repository loadingMatthias Beyer
2021-08-18Fix indentationMatthias Beyer
2021-08-18Refactor iteration to be less nestedMatthias Beyer
2021-08-18Refactor getting patches and ignoring NotFound errorMatthias Beyer
2021-08-18Refactor patch mapping to pathMatthias Beyer
2021-08-18Use anyhow!() to create errors instead of format!()Matthias Beyer
2021-06-09Revert "Fix: Make patch path absolute"Matthias Beyer
2021-06-07Fix: Make patch path absoluteMatthias Beyer
2021-04-09Fix: Patch file finding algorithmMatthias Beyer
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