Evgeny Agafonov

Results 16 issues of Evgeny Agafonov

Sometimes we catch error: ``` 2022-08-25T10:09:50.262Z pid=1 tid=26zd WARN: {"context":"Job raised exception","job":{"retry":60,"queue":"deployments","args":[11],"class":"Deployment::DeployContainersJob","jid":"871cd7ac3b464014ea0cf165","created_at":1661422187.6823604,"enqueued_at":1661422187.6824265,"error_message":"PG::UndefinedColumn: ERROR: column repo.credential_id does not exist\nLINE 1: ...po.\"branch\" AS t1_r5, repo.\"project_id\" AS t1_r6, repo.\"cred...\n ^\n","error_class":"ActiveRecord::StatementInvalid","processor":"app-deployment-5247-6b5499dd77-v8qxv:1","failed_at":1661422190.2623594},"jobstr":"{\"retry\":60,\"queue\":\"deployments\",\"args\":[11],\"class\":\"Deployment::DeployContainersJob\",\"jid\":\"871cd7ac3b464014ea0cf165\",\"created_at\":1661422187.6823604,\"enqueued_at\":1661422187.6824265}"} 2022-08-25T10:09:50.262Z pid=1 tid=26zd...

community-new

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

community-new

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

community-new

Related issue https://github.com/UffizziCloud/uffizzi_platform/pull/132

community-new

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

community-new

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

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

bug

We use `NotAuthorizedError` in `UffizziCore::DockerHubClient` but this error does not exists in project

community-new

We need to move all changes from [#1282 (closed)](https://github.com/dualbootpartners/idyl/uffizzi_app/-/issues/1282) into the open-sourced app