summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-31Fix: git commit hash/author information passingMatthias Beyer
2021-05-31Merge branch 'fix-color-log-in-db'Matthias Beyer
2021-05-31Fix: Insert shouldn't be done with LogItem::display()Matthias Beyer
2021-05-31Fix typoMatthias Beyer
2021-05-31Add trace outputMatthias Beyer
2021-05-31Impl Debug for ParsedLogMatthias Beyer
2021-05-31Add another successfullness test for log parserMatthias Beyer
2021-05-31Make job-successfullness-check less boolishMatthias Beyer
2021-05-28Remove feature "PackageFlags"Matthias Beyer
2021-05-26Add tests for job-successfullness-checkMatthias Beyer
2021-05-25Fix: Error out if a dependency cannot be foundMatthias Beyer
2021-05-25Impl Display for PackageVersionConstraintMatthias Beyer
2021-05-20Update dependency: indicatif 0.15 -> 0.16.1Matthias Beyer
2021-05-18Fix typo in fn nameMatthias Beyer
2021-05-18Fix: Counting should not use helper fnMatthias Beyer
2021-05-18Preallocate a reasonable large bufferMatthias Beyer
2021-05-18Make normal about message more consise, detailed about in long messageMatthias Beyer
2021-05-18Remove angle brackets for readability and consistencyMatthias Beyer
2021-05-18Remove unnecessary linebreakMatthias Beyer
2021-05-18Move detailed about text to long aboutMatthias Beyer
2021-05-17Fix typo in help messageMatthias Beyer
2021-05-17Fix: Check whether environments are equalMatthias Beyer
2021-05-17Fix: Do not print database password in debug logMatthias Beyer
2021-05-17Revert "Update dependency: indicatif 0.15 -> 0.16"Matthias Beyer
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