Oliver

Results 35 issues of Oliver

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.72.1 (d5c2e9c34 2023-09-13)...

C-bug
A-parsing
S-waiting-on-design

When marking all tasks as completed in the PR and afterwards deselecting some of the tasks, then the task-list-completed-checker is triggered again but finishes with success (green). Expected: The PR...

The podman-api-rs uses the `time` dependency which has a known vulnerability for segmentation fault. We use podman-api-rs in our project and the github security scan has shown that there is...

C-bug

Hello, I have a question to following scenario: Suppose I want to delete a container and then add it as new one with the podman-api. For our project, the operations...

Issues: #91 # 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,...

## Description The `agent/src/workload/workload_control_loop.rs` file has a little bit too much responsibilities. We can decouple more and simplify the unit tests here, when: 1. Extracting the current concrete operations "create,...

enhancement

## Description The devcontainer has been grown a lot: ![image](https://github.com/eclipse-ankaios/ankaios/assets/42932060/694402b1-e685-47d6-848b-fc9be01b046b) This devcontainer is pulled in CI/CD pipeline and also local builds are running very long. The most dependencies are installed...

enhancement
CI/CD

## Description Currently, the stests are implemented to use polling to ask for workload states, workloads ,etc. This leads sometimes to unstable system tests and forces a developer to search...

enhancement

## Description Currently, we write error conversion code manually, e.g. `try_from`/`from`. This was fine when having a small code base and to have full control over the view try_froms/froms. However,...

enhancement

## Description Currently we are facing issues with maintaining different custom error types and conversions between them. It would be great to follow the principle to have module group-wide errors...

enhancement