summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-17Add "db setup" subcommandMatthias Beyer
2021-05-17Refactor: Return Cow instead of StringMatthias Beyer
2021-05-17Merge branch 'no-pager'Matthias Beyer
2021-05-17Merge branch 'download-graceful-error-reporting'Matthias Beyer
2021-05-17Merge branch 'download-fail-slow'Matthias Beyer
2021-05-12Fix: Helptext is for downloadingMatthias Beyer
2021-05-12Report download errors gracefullyMatthias Beyer
2021-05-12Report URL of finished download in bar finish messageMatthias Beyer
2021-05-12Fix: Consume all items before failingMatthias Beyer
2021-05-12Fix typoMatthias Beyer
2021-05-12Remove the pager env variables from CLI helptextMatthias Beyer
2021-05-12Revert "Add automatic pager setup"Matthias Beyer
2021-05-12Set length of bar before iteratingMatthias Beyer
2021-05-11Add doc on default value helper functionsMatthias Beyer
2021-05-11Add doc on config membersMatthias Beyer
2021-05-11Add description for the subcommand implementing functionsMatthias Beyer
2021-05-11Add docs for helper functionsMatthias Beyer
2021-05-11Add module-level docsMatthias Beyer
2021-05-11Refactor: Parsing and connection establishing should be member functionsMatthias Beyer
2021-05-11Refactor: Simplify by removing Into<String> implementationMatthias Beyer
2021-05-11Refactor: Database connection setup codeMatthias Beyer
2021-05-11Refactor: Use human readable time formatMatthias Beyer
2021-05-11Refactor: Construct common arguments with helper functionsMatthias Beyer
2021-05-11Add subcommand: endpoint containers stopMatthias Beyer
2021-05-11Merge branch 'refactor-log-printing'Matthias Beyer
2021-05-11Add color support in LogItem::display() implMatthias Beyer
2021-05-11Refactor: Replace manual string-formatting with LogItem::display() callMatthias Beyer
2021-05-11Refactor: Use moving iterator for ParsedLogMatthias Beyer
2021-05-11Refactor: Implement FromStrMatthias Beyer
2021-05-11Refactor: Use the LogItem::display() function instead of reimplementing itMatthias Beyer
2021-05-11Add subcommand to get top output of containersMatthias Beyer
2021-05-11Add endpoint name and container id in progress messageMatthias Beyer
2021-05-11Fix: Order of header entriesMatthias Beyer
2021-05-11Merge branch 'update-deps'Matthias Beyer
2021-05-11Merge branch 'db-log-of'Matthias Beyer
2021-05-11Update dependency: indicatif 0.15 -> 0.16Matthias Beyer
2021-05-11Merge branch 'fix-depedencies-missing-on-empty-channel'Matthias Beyer
2021-05-11Merge branch 'auto-pager'Matthias Beyer
2021-05-11Fix: Do not return "dependencies missing" error on closed channelMatthias Beyer
2021-05-10Add help text about environment functionsMatthias Beyer
2021-05-10Add automatic pager setupMatthias Beyer
2021-05-10Add human-panic setupMatthias Beyer
2021-05-10Add subcommand "db log-of"Matthias Beyer
2021-05-10Make ParsedLog::build_from generic over AsRef<str>Matthias Beyer
2021-04-26Add support for database connection timeoutMatthias Beyer
2021-04-22Merge branch 'fix-prune-no'Matthias Beyer
2021-04-22Merge branch 'submits-limit'Matthias Beyer
2021-04-22Merge branch 'subcommand-submit'Matthias Beyer
2021-04-22Fix: If no, returnMatthias Beyer
2021-04-22Add --limit argMatthias Beyer