Lidia Mokevnina

Results 41 comments of Lidia Mokevnina
trafficstars

Potential registries: JFrog's Artifactory, Cloudsmith

[@Adam Vollrath](https://dualbootpartners.slack.com/team/UDEN19UP7) I didn't understand this: This docker-registry connection should just pipe the credentials (username and password) directly to the uffizzi_controller Does it mean we shouldn't save those credentials in...

@NealArw Please write a checklist of items that a developer should check in the feature before pushing to qa (general recommendations) and what he should check in qa

Description from https://github.com/UffizziCloud/uffizzi_app/issues/40 ``` When the controller creates a new deployment the credential for a private registry hasn't been created yet. The pulling starts only after the second try. But...

In order to test add `raise` to any test file and push to qa. It should send a notification to the Slack channel.

Linked CLI [task](https://github.com/UffizziCloud/uffizzi_cli/issues/48)

When RuntimeError, TypeError, NameError, ArgumentError, SyntaxError are raised, the error message is returned as json.

For QA: Each deployment container should have the UFFIZZI_URL variable with the current preview URL as a value. It should be checked in the cluster. Find the pod name: ```...

PR in the uffizzi_app repository: https://github.com/UffizziCloud/uffizzi_app/pull/65

Compose file examples ``` services: redis: image: redis:latest hello-world: image: nginx healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] interval: 1m30s timeout: 10s retries: 3 start_period: 40s x-uffizzi: continuous_preview: delete_preview_after: 10h x-uffizzi-ingress:...