Mateusz Szostok

Results 85 comments of Mateusz Szostok

Additional scope: 1. Update gqlgen to new version: https://github.com/99designs/gqlgen/releases 2. Update golangci-lint and fix discovered issues. It also informs as about deprecated installation script.

Revisit: https://github.com/capactio/capact/pull/584

Consider to make it more robust: https://github.com/capactio/capact/blob/f279dd9f14605cb953553c4ee012dfe8512548ab/internal/cli/alpha/manifestgen/terraform.go#L134-L159 Currently we don't process objects but we can introduce sth similar to: https://github.com/capactio/capact/blob/f279dd9f14605cb953553c4ee012dfe8512548ab/internal/cli/alpha/manifestgen/helm.go#L263-L275

Simplified approach for current use cases: - https://github.com/capactio/capact/issues/560 - https://github.com/capactio/capact/issues/598

For now, we will stick with Neo4j, and due to an increasing number of conflicts due to out-date libraries we need to address that in the near future.

We need to bump prio for this task. It's problematic when it comes to debugging. We had such problem in our engine: ``` 2021-06-29T08:40:59.930Z DEBUG controller-runtime.manager.events [email protected]/zapr.go:69 Warning {"object": {"kind":"Action","namespace":"capact-system","name":"capact-upgrade-fdhwl","uid":"089ef74c-cb7f-46b6-b1a3-b028c87041f7","apiVersion":"core.capact.io/v1alpha1","resourceVersion":"19263936"},...

Hi @amoghrajesh sorry for such late response. Unfortunately, we were on holidays. As CI system we use GitHub Action. For release definition is in [.github/workflows/make-release.yaml](https://github.com/capactio/capact/blob/main/.github/workflows/make-release.yaml) file. After `make release binaries`...

Could solve also: https://github.com/capactio/capact/issues/563

If implemented we need to ensure that delegated storage backends will work properly, see discussion in: https://github.com/capactio/capact/pull/644#discussion_r814720864

I was thinking about adding that, but this is a bit more complicated than calling `argo retry` from our CLI and once again watching Action CR. Unfortunately, when we retry...