summaryrefslogtreecommitdiffstats
path: root/src/frontend
AgeCommit message (Collapse)Author
2019-04-25Refactor: Add helper for writing outputMatthias Beyer
2019-04-25Refactor: Add helper for printing tableMatthias Beyer
2019-04-25Refactor: Add helper function for constructing table objectMatthias Beyer
2019-04-25Add doc: All Frontend implementationsMatthias Beyer
2019-04-25Add doc: fn new_frontend()Matthias Beyer
2019-04-25Add doc: Frontend traitMatthias Beyer
2019-04-24Change JSON output of compareMatthias Beyer
This changes the output format of the JSON for the compare command, so that we easily use it in HTML templates.
2019-04-24Add missing "ComparePackage" typeMatthias Beyer
Because we cannot build a "Package" from the compare file (because we shouldn't, because we only need _some_ information about the package), we should use a special helper type for deserializing the contents of the file.
2019-04-24Implement TableFrontend::compare_packages()Matthias Beyer
2019-04-24Implement JsonFrontend::compare_packages()Matthias Beyer
2019-04-24Implement ListFrontend::compare_packages()Matthias Beyer
2019-04-24Add Frontend::compare_packages()Matthias Beyer
2019-04-23Merge pull request #2 from matthiasbeyer/frontend-jsonMatthias Beyer
Implement JSON frontend
2019-04-23Fix: Status and Www implement Display, so they implement ToString as wellMatthias Beyer
2019-04-23Refactor: Do not use the `format!("{}", ...)` trickMatthias Beyer
2019-04-23Implement JSON frontendMatthias Beyer
2019-04-19Initial importMatthias Beyer
In the beginning there was darkness. So I spoke "git init". And there was a git repository.