Gergely Czuczy

Results 18 comments of Gergely Czuczy

There' DSO support now, could we please have RH/CentOS packages? :)

Should I expose the `dns_resolve_addresses` (`salt.utils.network:2157`) function to jinja? I think it might be a good idea to do so, it can come useful in reasonable situations writing state files.

Could we please get this functionality? I really don't know how this works technically, however I'm using a logitech H820 with mumble for work stuff, and having the physical mute...

I just installed my first kodi/osmc. so far wasted 2 hours of my life trying to add an NFS mount to the library. I have an installation, without the ability...

Actually, my problem is different, this might just work fine. Packages are installed at phase 760. Overlay is handled at phase 790. Now, in my setup, I need to add...

There's a lot of code duplicated from `repository.go:679` (valueFiles logic) to the new copyFrom logic. I think these should be refactored to call common functions. Also, they way that both...

I've got the following errors while running `test-local`: ``` # github.com/argoproj/argo-cd/v2/controller controller/state.go:191:3: github.com/sirupsen/logrus.Debugf format %s has arg source of wrong type github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1.ApplicationSource (...) # github.com/argoproj/argo-cd/v2/util/argo util/argo/argo.go:417:14: fmt.Sprintf format %s has...

I think the PR looks feature-complete right now, unit tests are also passing. The place I couldn't find the tests for are the changes in the `reposerver/repository/repository.go:runManifestGenAsync` function, that's where...

Docs are updated as well. @ishitasequeira, could you please review it?

> One thought that comes to my mind is, are we allowing a nested access of referenced sources for `from`? For example, something like below: > > ``` > sources:...