wadm icon indicating copy to clipboard operation
wadm copied to clipboard

wasmCloud Application Deployment Manager (wadm): Declarative application deployments for wasmCloud applications.

Results 27 wadm issues
Sort by recently updated
recently updated
newest added

Currently, when storing an application, wadm parses the YAML string into a manifest and stores the serialized version of that manifest. After validating that the manifest is in a proper...

enhancement
good first issue

This is a follow on to #203 and #204. Looking up links can take up a bunch of time and bandwidth. Wadm should fetch the initial list of linkdefs from...

enhancement
pinned

This is a follow up to #203. Ideally, we should probably just cache all state data locally by watching the NATS kv bucket. This would greatly reduce the amount of...

enhancement
pinned

Linux binaries should be compiled towards `musl`, not GNU, such that they are static and portable.

enhancement
pinned

As part of the tradeoffs we made during initial development, we basically decided to store state as a big JSON blob per key. The better way to do this with...

enhancement
pinned

In https://github.com/wasmCloud/wadm/blob/main/src/scaler/spreadscaler/link.rs there are quite a few TODOs that mention deleting and re-putting links if the values are different. Now, this correlates to `source_config` and `target_config`, and what we should...

enhancement
good first issue

At the moment, all the status messages are listed in a big ol' string. This makes scanning the information difficult both in the cli and in other interfaces that consume...

From @brooksmtownsend: > wadm manifest validation should not accept spread blocks being empty or at the wrong indentation level. I assume this is because we allow spread blocks to be...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently handlers respond with...

enhancement
pinned

Inside of the scaler logic we have the notion of a `BackoffAwareScaler`, which approached exponential backoffs in a very naïve way. Basically, for specific commands that might take a long...

enhancement