summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-05Fix repo URL, remove homepage URLrewriteMatthias Beyer
2021-04-08Fix: make BinName optionalChristoph Prokop
2021-04-07Add CLI interface for project(s)Matthias Beyer
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-07Remove deserialization stepMatthias 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-07bin: Add loggingMatthias Beyer
2021-04-07lib: Fix Problems API types to match APIMatthias Beyer
2021-04-07lib: Derive Debug everywhereMatthias Beyer
2021-04-07Implement first CLIMatthias 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-06Remove CLIMatthias Beyer
2021-04-06Add github PR templateMatthias Beyer
2021-04-06Remove compare functionalityMatthias Beyer
2021-04-06Merge branch 'format'Matthias Beyer
2021-04-06Run cargo-fmtMatthias Beyer
2021-04-06Run cargo-fmtMatthias Beyer
2021-04-06Merge branch 'lib-rewrite-api'Matthias Beyer
2021-04-06Rewrite CLI to use buffer APIMatthias Beyer
2021-04-06Rewrite StdinApi as BufferApiMatthias Beyer
2021-04-06Merge branch 'failure-to-thiserror-anyhow'Matthias Beyer
2021-04-06Replace failure with anyhowMatthias Beyer
2021-04-06Convert from failure to thiserrorMatthias Beyer
2021-04-06Merge remote-tracking branch 'github/master'Matthias Beyer
2021-04-06Merge branch 'builds'Matthias Beyer
2021-04-06Remove travis configMatthias Beyer
2021-04-06Fix: Remove license-file as license key is enoughMatthias Beyer
2021-04-06Fix clippy: Remove unnecessary deref()Matthias Beyer
2021-04-06Fix clippy: Add missing "dyn" keywordMatthias Beyer
2021-04-06Fix clippy: Remove Error::from() callMatthias Beyer
2021-04-06Fix clippy: Remove unnecessary "?" operatorMatthias Beyer
2021-04-06Fix clippy: remove return statementMatthias Beyer
2021-04-06builds: Add clippy lintingMatthias Beyer
2021-04-06Add minimum-supported-rust-version buildMatthias Beyer
2021-04-06Add srht build fileMatthias Beyer
2020-09-10Add some debug/trace outputMatthias Beyer
2020-09-10Add helper to get latest version of a packageMatthias Beyer
2020-09-10Add trace output to see request in logMatthias Beyer
2020-09-10Add note about stablityMatthias Beyer
2020-09-10Merge branch 'api-update'Matthias Beyer