Grayson Adkins
Grayson Adkins
To support generic docker registries, we should add `docker-registry` subcommand to `uffizzi connect`. **Example use** ``` $ uffizzi connect docker-registry ``` We should support: - Both interactive and non-interactive usage...
We should consider CI pipelines (e.g. GitHub Actions) as the primary interface for Uffizzi. The Uffizzi Dashboard should be secondary. Instead of just testing our CLI, our tests should start...
**Idea 1** We could configure our test process such that when a developer opens a PR for a Uffizzi feature branch, it triggers a pipeline that deploys a Uffizzi-on-Uffizzi preview....
Add instructions to docs.uffizzi.com also (i.e. https://github.com/UffizziCloud/docs).
Design link: https://xd.adobe.com/view/7ddd3657-9248-46fd-8d9c-2369ba834ac1-288e/screen/50add92c-6093-4bb6-92ff-ce975ed8217c/specs/
Duplicate of https://github.com/UffizziCloud/uffizzi_platform/issues/419
Transform your QA process with on-demand, ephemeral test environments. Uffizzi makes it easy to create a clean test environment for every new feature branch. Preview new features in isolation, then...
@zipofar Please see this example for generic ephemeral volumes. https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes To support the `./healthchecks` example, assume: - Volume type `ephemeral` (Generic). - Storage is local (Assume the volume to mount...
If more than one container in the compose mounts the same volume, then only one container should have Read + Write permissions. All others should be Read-only. In this case,...
Please note that volumes should be supported in both open-source and closed source Uffizzi. This is different that was discussed [here in Slack](https://uffizzi-internal.slack.com/archives/CN8MKSAQ5/p1654700235563069?thread_ts=1654683838.846979&cid=CN8MKSAQ5).