Holger Dormann

Results 24 issues of Holger Dormann

## Description Currently there is not CLI command to list the agents that are connected to the server. This is required to quickly see if all agents could connect to...

enhancement

Currently `CompleteState` contains the `startupState` but it not handled which is confusing for users. `ank get state` returns and empty `startupState` even when the real startup state was not empty....

enhancement

## Description It would be nice to have a web dashboard for Ankaios that shows the Ankaios state with its workloads and the workloads state. Such dashboard can be implemented...

enhancement
good first issue

ank apply does not return when a manifest with an empty agent is provided. ## Current Behavior `ank apply -d` blocks and shows ``` ❯ ank apply nginx_empty.yaml WORKLOAD NAME...

bug

Reported by @krucod3: ## Current Behavior If you start an Agent and a Server and restart the Server, the Agent receives again the initial workload list. If inside it are...

bug
minor

## Description When building a Debian package using Open Build Service, a source package of Ankaios is required that contains the source of Ankaios plus all dependencies and allows building...

enhancement
good first issue

Reported by @krucod3: ## Description Currently we are using tokio as an asynchronous runtime. The reason was just convenience because of the wide spread usage of the tokio runtime. After...

enhancement

Issue-Id: #337 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute) have been followed. In case an item is not applicable as described,...

ready for review

This PR adds shell completion for static and dynamic parts using [clap_complete](https://docs.rs/clap_complete/latest/clap_complete/index.html). Issues: #237 # Definition of Done The PR shall be merged only if all items mentioned in [CONTRIBUTING.md](https://github.com/eclipse-ankaios/ankaios/blob/main/CONTRIBUTING.md#how-to-contribute)...

## Description When calling `ank apply` there are different possible actions for each workload in the manifests that would have been passed. 1. **No action for that workload**: The workload...

enhancement