uffizzi icon indicating copy to clipboard operation
uffizzi copied to clipboard

Build self-serve developer platforms in minutes, not months with out-of-the-box Kubernetes multi-tenancy, virtual clusters, cloud-based dev environments, customizable templating, and more.

Results 150 uffizzi issues
Sort by recently updated
recently updated
newest added

Remove validation for `module UffizziCore::Concerns::Models::ComposeFile` ```validates :project, uniqueness: { scope: :project }, if: -> { kind.main? }``` because exists new validation instead of above ```validate :main_compose_file_uniqueness, on: :create, if: ->...

community-new

- Create compose file (example below) - Compose file should contain number at the beginning of any option - Try to add this compose file into uffizzi **Result:** Error: `Invalid...

bug
returned

Backend part for [this](https://github.com/UffizziCloud/uffizzi_cli/issues/114) task

returned

When a pod has Terminated status a preview should not considered as failed. Repo for testing this issue: https://github.com/axisofentropy/uffizzi_chaos

1. Create a preview from the file with the command bundle exec uffizzi preview create uffizzi-compose-webhook-docker.yml 2. Try to add this (or another) file into Uffizzi with the command bundle...

bug

Related issue https://github.com/UffizziCloud/uffizzi_platform/issues/17

bug

docker-compose docs: https://docs.docker.com/compose/compose-file/#restart kubernetes docs: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy

We need to add the same behavior as described in https://github.com/UffizziCloud/uffizzi_app/issues/103 but for open-sourced app

1. Go to the Previews page 2. Start new preview deployment **Result**: "Deployed by" image blinks when a request with project deployments is posted. ![image](https://user-images.githubusercontent.com/10543986/164232332-470a54fe-1f4d-4190-99c2-ae230966e51b.png)

bug
frontend
platform

We need to implement the same logic as in https://github.com/UffizziCloud/uffizzi_app/issues/40

platform