summaryrefslogtreecommitdiffstats
path: root/librepology
AgeCommit message (Expand)Author
2021-07-05Fix repo URL, remove homepage URLrewriteMatthias Beyer
2021-04-08Fix: make BinName optionalChristoph Prokop
2021-04-07lib: Fix: Add missing maintainer filterMatthias Beyer
2021-04-07lib: Add some minimal loggingMatthias Beyer
2021-04-07lib: Fix Endpoint response typesMatthias Beyer
2021-04-07Add crate docMatthias Beyer
2021-04-07Rewrite Request API to not return Response type, but actual queried objectsMatthias Beyer
2021-04-07lib: Fix: The "data" key can hold arbitrary data, as it seemsMatthias Beyer
2021-04-07lib: Fix Problems API types to match APIMatthias Beyer
2021-04-07lib: Derive Debug everywhereMatthias Beyer
2021-04-07Add endpoint API implementation for problemsMatthias Beyer
2021-04-07Split api into modulesMatthias Beyer
2021-04-07Implement API request sending and response parsingMatthias Beyer
2021-04-07Impl ToRequest for ProjectRequestFilteredBuilderMatthias Beyer
2021-04-07Implement first API interface mockupMatthias Beyer
2021-04-06fixup! Restructure for use with reqwestMatthias Beyer
2021-04-06Restructure for use with reqwestMatthias Beyer
2021-04-06Run cargo-fmtMatthias Beyer
2021-04-06Rewrite StdinApi as BufferApiMatthias Beyer
2021-04-06Convert from failure to thiserrorMatthias Beyer
2021-04-06Merge remote-tracking branch 'github/master'Matthias Beyer
2021-04-06Fix clippy: Add missing "dyn" keywordMatthias Beyer
2021-04-06Add minimum-supported-rust-version buildMatthias Beyer
2020-09-10Add trace output to see request in logMatthias Beyer
2020-09-10Merge branch 'api-update'Matthias Beyer
2020-09-10Fix warning about missing keywordMatthias Beyer
2020-09-10API change: Name optional, new name fieldsMatthias Beyer
2020-09-10librepology: Add gitignoreMatthias Beyer
2019-05-02Cargo.toml: Do only specify license, not -fileMatthias Beyer
2019-05-02Revert "Add filters for Repo, Name, Status, Version, License and Maintainer"Matthias Beyer
2019-04-30Add crate metainformationMatthias Beyer
2019-04-25Merge pull request #8 from matthiasbeyer/docMatthias Beyer
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
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