summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-10Merge branch 'metrics'Matthias 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
2021-03-07Add "endpoint stats" subcommandMatthias Beyer
2021-03-07Add Endpoint::stats() and helper type for gathering statisticsMatthias Beyer
2021-03-07Move display_data() helper to commands::utilMatthias Beyer
2021-03-07Move mk_header helper to commands::util moduleMatthias Beyer
2021-03-07Add subcommand "endpoint <ENDPOINT> ping"Matthias Beyer
2021-03-07result-inspect: 0.1 -> 0.2Matthias Beyer
2021-03-05Enable tokio feature "time"Matthias Beyer
2021-03-05Add Endpoint::ping()Matthias Beyer
2021-03-05Move endpoint connection setup to utility moduleMatthias Beyer
2021-03-04Remove relative speed setting, select endpoint by utilization insteadMatthias Beyer
2021-03-04Remove counting of package filesMatthias Beyer
2021-03-04Do not pass progress bars by value, but by referenceMatthias Beyer
2021-03-04Merge branch 'fix-env-filter-jobs'Matthias Beyer
2021-03-04Merge branch 'subcommand-versions'Matthias Beyer
2021-03-04Merge branch 'sched-improvements'Matthias Beyer
2021-03-04Add version for each subcommandMatthias Beyer
2021-03-04Fix: Implementing jobs filtering only by envMatthias Beyer
2021-03-02Add comment what the "maxjobs" setting meansMatthias Beyer
2021-03-02Implement scheduling with max jobs per endpointMatthias Beyer
2021-03-01Remove RwLock around EndpointMatthias Beyer
2021-03-01Merge branch 'remove-release-rm-artifact'Matthias Beyer
2021-03-01Merge branch 'release-update'Matthias Beyer
2021-03-01Merge branch 'git-info-to-container'Matthias Beyer
2021-03-01Add feature to pass git author and git commit information to containerMatthias Beyer