unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

Use Git to record and deploy changes to your DevOps infrastructure

Results 55 unfurl issues
Sort by recently updated
recently updated
newest added

This PR adds a new container build that includes [Podman](https://podman.io) for container-in-container use. Podman does not require a daemon and as such is easier to manage inside an exising container....

Add an api endpoint that patches the "ResourceTemplate" json that is exported It should match the patch endpoints we already are using in our graphql api which we've implemented twice...

Follow up for #138. Current the export api only exports the local unfurl ensemble loaded on startup. We also want to support a mode where the api takes a parameter...

Let's add a `serve` command line option that runs unfurl as a simple HTTP server using [flask](https://github.com/pallets/flask). The command should take these options: `--port` (port to run on, default to...

usability issue in #857: Prefill data in input-fields where this is possible (e.g. under "Compute", start with the required minimum value, with text explaining minimum requirement)

TOSCA parsing and validation error messages should include source filename and line number. We have the original parsed yaml nodes elements available we just need to preserve that info all...

Our codebase needs a lot more type annotations and we should start using either Mypy (see http://mypy-lang.org/ and http://mypy-lang.blogspot.com/ ((more up to date) or maybe [pytype](https://github.com/google/pytype). We should evaluate both....

Current colors as it looks in one terminal and another: Available colors: https://click.palletsprojects.com/en/8.0.x/api/#click.style

Currently when you deploy, a lock is held on the ensemble being deployed but it is only local to the machine that is running unfurl (`YamlManifest.lock()`). To prevent deploy job...

Add a generic package manager artifact type (ie. an `artifact.OSPackage`) to `artifacts.yaml` that uses the underlying OS' package manager to install a package. The artifact's implementation can detect its host's...