summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-11-04Merge branch 'db' into orchestratorMatthias Beyer
2020-11-04Add module for OrchestratorMatthias Beyer
2020-11-03Load repo only when needed, E.G. not in "db" subcommandMatthias Beyer
2020-11-03Add DB interface module for talking to the DB directlyMatthias Beyer
2020-11-03Add DB connection establishingMatthias Beyer
2020-11-03Fix: Environment prefixMatthias Beyer
2020-11-03Import generated schema.rs fileMatthias Beyer
2020-11-03Add first setup for EndpointManagerMatthias Beyer
2020-11-02Implement depsof subcommandMatthias Beyer
2020-11-02Add ability to have dependency flags in formatstringMatthias Beyer
2020-10-30Remove "Executor"Matthias Beyer
2020-10-29Fix: Name of clap argumentMatthias Beyer
2020-10-29Fix: Rename functions, remove CLI optionMatthias Beyer
2020-10-29Move package filtering to util moduleMatthias Beyer
2020-10-29Implement what-depends subcommandMatthias Beyer
2020-10-29Add ui module for user interface utility functionsMatthias Beyer
2020-10-29Re-design main() and progress bar passingMatthias Beyer
2020-10-29Merge branch 'cli'Matthias Beyer
2020-10-28Move progress bar setup to utility moduleMatthias Beyer
2020-10-28Merge branch 'filestore'Matthias Beyer
2020-10-28Make package counter have a progress barMatthias Beyer
2020-10-28Add code to load release/staging directoryMatthias Beyer
2020-10-28Put everything into a subcommand "build"Matthias Beyer
2020-10-28Add Artifact type for filestoreMatthias Beyer
2020-10-27Implement log module for job log handlingMatthias Beyer
2020-10-26Add job related typesMatthias Beyer
2020-10-13Add recursive Tree printingMatthias Beyer
2020-10-13Add debug/trace outputMatthias Beyer
2020-10-13Remove VersionParser, which is implemented with a simple TryInto<>Matthias Beyer
2020-10-13Use Configuration instead of manually pulling together configuration valuesMatthias Beyer
2020-10-13Fix: Return Tree object, not result of add_package() callMatthias Beyer
2020-10-12Make percent output right-alignedMatthias Beyer
2020-10-12Add progress bar for package tree buildingMatthias Beyer
2020-10-12Implement Tree building in main()Matthias Beyer
2020-10-12Prepare for using multiple progress barsMatthias Beyer
2020-10-12Add progress reporting to repository loading mechanismMatthias Beyer
2020-10-12Remove unused importsMatthias Beyer
2020-10-12Reimplement main() to simply load the repositoryMatthias Beyer
2020-10-12Implement RepositoryMatthias Beyer
2020-10-12Implement basic main()Matthias Beyer
2020-10-12Add minimal CLI definitionMatthias Beyer
2020-10-12Initial importMatthias Beyer