summaryrefslogtreecommitdiffstats
path: root/librepology
AgeCommit message (Collapse)Author
2021-07-05Fix repo URL, remove homepage URLHEADmasterMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Rewrite StdinApi as BufferApiMatthias Beyer
So we do not depend on stdin anymore. The user of the lib should simply provide a Read. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Convert from failure to thiserrorMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Merge remote-tracking branch 'github/master'Matthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Fix clippy: Add missing "dyn" keywordMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-04-06Add minimum-supported-rust-version buildMatthias Beyer
Only cargo-check here (including tests), because we don't need to generate a binary to check MSRV. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10Add trace output to see request in logMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10Merge branch 'api-update'Matthias Beyer
2020-09-10Fix warning about missing keywordMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10API change: Name optional, new name fieldsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-09-10librepology: Add gitignoreMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-02Cargo.toml: Do only specify license, not -fileMatthias Beyer
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
2019-05-02Revert "Add filters for Repo, Name, Status, Version, License and Maintainer"Matthias Beyer
We do not really need this feature in the library, authors of software can easily implement this for their needs and we do not have to ship all features all people _might_ use at some point. Keep the library KISSy. This reverts commit 44215217da63762b36827f5ef6604c5a2ad6b73d.
2019-04-30Add crate metainformationMatthias Beyer
2019-04-25Merge pull request #8 from matthiasbeyer/docMatthias Beyer
Doc
2019-04-25Remove unused importMatthias Beyer
2019-04-25Add doc: v1::types moduleMatthias Beyer
2019-04-25Refactor: Impl of Api for RestApi to be less codeMatthias Beyer
2019-04-25Add doc: REST Api typeMatthias Beyer
2019-04-25Refactor: Move StdinWrapper to own moduleMatthias Beyer
2019-04-25Add doc: v1::api::StdinWrapperMatthias Beyer
2019-04-25Add doc: v1::api::ApiMatthias Beyer
2019-04-24types: Add "new" deriveMatthias Beyer
2019-04-24Split types into module and submodulesMatthias Beyer
Without breaking the build because we reexport the private submodule types in the crate::v1::types module.
2019-04-23Add filters for Repo, Name, Status, Version, License and MaintainerMatthias Beyer
2019-04-23Make v1::types derive Eq, PartialEq, Ord, PartialOrdMatthias Beyer
2019-04-19Add README for librepologyMatthias Beyer
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.