summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer
2021-01-30Update tokio: 0.2 -> 1.0, shipliftMatthias Beyer
2021-01-30typed-builder: 0.7 -> 0.8Matthias Beyer
2021-01-30reqwest: 0.10 -> 0.11Matthias Beyer
2021-01-30itertools: 0.9 -> 0.10Matthias Beyer
2021-01-29Add dependency: aquamarineMatthias Beyer
2021-01-25Remove unused crateMatthias Beyer
2021-01-15Reimplement tree printing using 'ptree'Matthias Beyer
2021-01-15Add compatiblity setting in configuration fileMatthias Beyer
2021-01-13Revert "Reimplement hash verification"Matthias Beyer
2021-01-13Add more Authors to Cargo.tomlMatthias Beyer
2021-01-13Set license in Cargo.tomlMatthias Beyer
2021-01-12Reimplement hash verificationMatthias Beyer
2021-01-12Fix: Spawn filesystem task on a blocking tokio threadMatthias Beyer
2021-01-12Pin shiplift to revisionMatthias Beyer
2021-01-11Fix: Remove indentation from script snippets when building scriptChristoph Prokop
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-15Add subcommand to generate CLI completion scriptMatthias Beyer
2020-12-14Disable logging in handlebarsMatthias Beyer
2020-12-14Remove ContainerError type, thiserror dependencyMatthias Beyer
2020-12-11CleanupMatthias Beyer
2020-12-11Remove unused dependency: tracingMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-07Fix Licensing issueMatthias Beyer
2020-12-03Dependency: tokio: Enable only features we needMatthias Beyer
2020-12-03Update dependency: ascii_table must be 3.0.2 or newerMatthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-26Update dependency: env_logger: 0.7 -> 0.8Matthias Beyer
2020-11-26Update dependency: log: 0.3 -> 0.4Matthias Beyer
2020-11-26Update dependency: config: 0.9 -> 0.10Matthias Beyer
2020-11-15Implement error reporting of failed jobsMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-13Add command to show a single job from the databaseMatthias Beyer
2020-11-11Add subcommand "source download"Matthias Beyer
2020-11-11Add hash algorithms to verify source integrityMatthias Beyer
2020-11-09Add more trace outputMatthias Beyer
2020-11-05Enable serde_json feature on dieselMatthias Beyer
2020-11-05Downgrade dependency: We need to use uuid = "0.6" for compatibility with dieselMatthias Beyer
2020-11-05Add dependency serde_json for de/encoding JSONMatthias Beyer
2020-11-05Add helper function to find git commitMatthias Beyer
2020-11-05Add model for submit storingMatthias Beyer
2020-11-04Add FileSink as LogSink implementation that writes to a fileMatthias Beyer
2020-11-04Merge branch 'db' into orchestratorMatthias Beyer
2020-11-03Add flag to print output as CSVMatthias Beyer
2020-11-03Do the right thing when output is a pipeMatthias Beyer
2020-11-03Add subcommand to show all artifacts from dbMatthias Beyer
2020-11-03Add DB interface module for talking to the DB directlyMatthias Beyer
2020-11-03Add dependency dieselMatthias Beyer
2020-11-03Add tar dependency for unpacking tar archivesMatthias Beyer
2020-11-03Add first setup for EndpointManagerMatthias Beyer