summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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-04Add version for each subcommandMatthias Beyer
2021-03-04Fix: Implementing jobs filtering only by envMatthias 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-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-01Refactor: Environment variable aggregationMatthias Beyer
2021-03-01Refactor: Collect environment resources before building resources for Runnabl...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-01Fix: Ignore conflict on duplicated release store nameMatthias 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-25Add release stores in databaseMatthias Beyer
2021-02-25Fix: Make sure multiprogress bars are hidden, if we hide progress barsMatthias Beyer
2021-02-24Move constants to dedicated moduleMatthias Beyer
2021-02-22Add required "release_stores" configurationMatthias Beyer
2021-02-22Merge branch 'misc'Matthias Beyer
2021-02-22Merge branch 'remove-merged-store'Matthias Beyer
2021-02-22Fix: Debug output should match type nameMatthias Beyer
2021-02-22Remove MergedStoresMatthias Beyer