summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-11Add "tree-of" subcommand to print dependency tree of a packageMatthias Beyer
2020-12-11Refactor to find linter from repository rootMatthias Beyer
2020-12-11Add "lint" subcommandMatthias Beyer
2020-12-09Fix weird rendering bug of progress barsMatthias Beyer
2020-12-09Make ProgressBars helper able to create spinnersMatthias Beyer
2020-12-07Deny trivial numeric castsMatthias Beyer
2020-12-07Deny macro_use from external crateMatthias Beyer
2020-12-07Add list of denied lintsMatthias Beyer
2020-12-07Remove unused variableMatthias Beyer
2020-12-03Implement release subcommandMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-26Load config file path from repository root instead cwdMatthias Beyer
2020-11-26Fix: Repo path should be cwd, not configurableMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-11Add subcommand "source download"Matthias Beyer
2020-11-11Move to have "source" subcommandMatthias Beyer
2020-11-11Add command: verify-sourcesMatthias Beyer
2020-11-11Add source cache typesMatthias Beyer
2020-11-10Move DB cli interface to proper placeMatthias Beyer
2020-11-09Add CLI option to hide barsMatthias Beyer
2020-11-09Add subcommand: find-pkgMatthias Beyer
2020-11-09Add subcommand: env-ofMatthias Beyer
2020-11-08Do not pass objects not neededMatthias Beyer
2020-11-08Remove unused "mut" keywordMatthias Beyer
2020-11-08Move command implementations into dedicated moduleMatthias Beyer
2020-11-08Move package print format setting from CLI into config fileMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-08Fix: build_package_filter_by_dependency_name() filters can failMatthias Beyer
2020-11-08Add debug outputMatthias Beyer
2020-11-07Merge branch 'progressbars'Matthias Beyer
2020-11-07Make build() less async, add progress barsMatthias Beyer
2020-11-07Degrade ProgressBars to a simple progress-bar-generation helperMatthias Beyer
2020-11-07Change progress bar format to be a configuration parameter.Matthias Beyer
2020-11-07Remove progress bar from package file counting routineMatthias Beyer
2020-11-07Implement versions-of <pkg> commandMatthias Beyer
2020-11-07Add check whether requested image is presentMatthias Beyer
2020-11-06Add logging output and error context messagesMatthias Beyer
2020-11-06Finish implementation of build subcommandMatthias Beyer
2020-11-06Let Image::create_or_fetch() take an &ImageName instead of &strMatthias Beyer
2020-11-05Reorder build() impl, make use of async-awaitMatthias Beyer
2020-11-05Add creating a submit object in the databaseMatthias Beyer
2020-11-05Move create-or-fetch logic into functions on model typesMatthias Beyer
2020-11-05Add inserting of image name into databaseMatthias Beyer
2020-11-05Add inserting of git repo hash into databaseMatthias Beyer
2020-11-05Add creating of the package entry in the databaseMatthias Beyer
2020-11-05build() does only support building one packageMatthias Beyer
2020-11-05Pass database connection to build() implementationMatthias Beyer
2020-11-05Add repository cleanness check in UIMatthias Beyer
2020-11-04Remove all non-equality "Version constraint" implementationMatthias Beyer