summaryrefslogtreecommitdiffstats
path: root/src/commands
AgeCommit message (Expand)Author
2021-04-09Merge branch 'source-get-path'Matthias Beyer
2021-04-08Optimize: Dont compute PathBuf object three timesMatthias Beyer
2021-04-08Remove helper Source::exists()Matthias Beyer
2021-04-08Add subcommand to get path to source fileMatthias Beyer
2021-04-08Print submit details before starting buildsMatthias Beyer
2021-04-08Rewrite source verification outputMatthias Beyer
2021-03-18Rewrite PackageVersionConstraint constructingMatthias Beyer
2021-03-16Fix: Check return value of confirmation promptMatthias Beyer
2021-03-11Merge branch 'misc'Matthias Beyer
2021-03-11Endpoint configuration as MapMatthias Beyer
2021-03-11Fix: Make error message more readable for humansMatthias Beyer
2021-03-10Merge branch 'subcommand-endpoint'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-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-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-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-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-04Remove counting of package filesMatthias Beyer
2021-03-04Do not pass progress bars by value, but by referenceMatthias Beyer
2021-03-04Fix: Implementing jobs filtering only by envMatthias Beyer
2021-03-01Merge branch 'remove-release-rm-artifact'Matthias Beyer
2021-03-01Merge branch 'release-update'Matthias Beyer
2021-03-01Add feature to pass git author and git commit information to containerMatthias Beyer
2021-03-01Refactor: Open git repository in command::build()Matthias Beyer
2021-03-01Fix: Remove idea to be able to remove an artifact by its filepathMatthias Beyer
2021-03-01Add flag to be able to update without confirmation promptMatthias Beyer
2021-03-01Add release update functionalityMatthias Beyer
2021-03-01Implement "db releases" subcommandMatthias Beyer
2021-03-01Implement "release rm" subcommandMatthias Beyer
2021-02-25Merge branch 'multiple-release-stores'Matthias Beyer
2021-02-25Multiple release storesMatthias Beyer
2021-02-25Fix: Make sure multiprogress bars are hidden, if we hide progress barsMatthias Beyer