summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-17Make error on closed channel more verboseMatthias Beyer
2021-03-17Add check whether package name or version is emptyMatthias Beyer
2021-03-17Merge branch 'update-deps'Matthias Beyer
2021-03-16Fix: Check return value of confirmation promptMatthias Beyer
2021-03-13Switch from sha1 to sha-1Matthias Beyer
2021-03-11Fix: Make XDG configuration not requiredMatthias Beyer
2021-03-11Merge branch 'misc'Matthias Beyer
2021-03-11Add more error context to config loadingMatthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-11Add xdg-based config file mergingMatthias Beyer
2021-03-11Add more verbose error if ./. is not a git repositoryMatthias Beyer
2021-03-11Fix: Make error message more readable for humansMatthias Beyer
2021-03-11Add missing about message for release subcommandMatthias Beyer
2021-03-11Add more verbose error output if no subcommand is givenMatthias Beyer
2021-03-11Add more verbose error output if no subcommand is givenMatthias Beyer
2021-03-11Add more error context if CLI command failsMatthias Beyer
2021-03-11Add more error contextMatthias Beyer
2021-03-11Fix: Remove job input/output artifacts tablesMatthias Beyer
2021-03-10Merge branch 'pathes-to-absolute'Matthias Beyer
2021-03-10Fix: Do not check lint script path in config validationMatthias Beyer
2021-03-10Merge branch 'subcommand-endpoint'Matthias Beyer
2021-03-10Add comments on patch-path-fixing algorithmMatthias Beyer
2021-03-10Refactor for more readabilityMatthias Beyer
2021-03-10Re-write patch postprocessingMatthias Beyer
2021-03-10Implement patch-to-container copyingMatthias Beyer
2021-03-10Add command to get metricsMatthias Beyer
2021-03-10Clippy fix: Remove unneeded lifetimesMatthias Beyer
2021-03-10Clippy fix: Remove unneeded to_string() callMatthias Beyer
2021-03-10Add subcommand: container inspectMatthias Beyer
2021-03-10Add long_about for container exec subcommandMatthias Beyer
2021-03-10Refactor: Simplify impl of Endpoint::get_container_by_id()Matthias Beyer
2021-03-09Implement patch-path rewritingMatthias Beyer
2021-03-08Refactor filter building into helper functionMatthias Beyer
2021-03-08Add "containers prune" subcommandMatthias Beyer
2021-03-07Reimplement container subcommands with less boilerplateMatthias Beyer
2021-03-07Move container subcommand to own fileMatthias Beyer
2021-03-07Implement container exec subcommandMatthias Beyer
2021-03-07Implement container stop subcommandMatthias Beyer
2021-03-07Implement container start subcommandMatthias Beyer
2021-03-07Implement container delete subcommandMatthias Beyer
2021-03-07Add container kill subcommandMatthias Beyer
2021-03-07Add container CLI interfaceMatthias Beyer
2021-03-07Add Endpoint::get_container_by_id()Matthias Beyer
2021-03-07Add Endpoint::has_container_with_id()Matthias Beyer
2021-03-07Fix: Do not print table if there is no dataMatthias Beyer
2021-03-07Add filters for listing containers on endpointsMatthias Beyer
2021-03-07Add subcommand "endpoint container list" for listing containersMatthias Beyer
2021-03-07Add Endpoint::container_stats() with helper typesMatthias Beyer
2021-03-07Outsource connecting to endpointsMatthias Beyer
2021-03-07Use the bytesize crate to format size of memory nicelyMatthias Beyer