summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-17Update changelog for the 0.1.3 releaseMatthias 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-17Merge branch 'database-setup'Matthias Beyer
2021-05-17Merge branch 'fix-examples'Matthias Beyer
2021-05-17Add more detailed notes on how to setup butidoMatthias Beyer
2021-05-17Create database in dev-container script as wellMatthias Beyer
2021-05-17Fix example: Fix syntaxMatthias Beyer
2021-05-17Fix example: releases are now stored in subdir of releases rootMatthias 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-11Update changelog for the 0.1.2 releaseMatthias Beyer
2021-05-11Merge branch 'doc'Matthias 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-11Merge branch 'connection-code-cleanup'Matthias 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-11Merge branch 'human-readable-time'Matthias Beyer
2021-05-11Refactor: Use human readable time formatMatthias Beyer
2021-05-11Refactor: Construct common arguments with helper functionsMatthias Beyer