argo-cd/cmd/util
Geoffrey MUSELLI e8f512686e
feat(appset): ApplicationSet in any namespace (#12378)
* 12107: ApplicationSet in any namespaces

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: fix build

Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com>

* 12107: Fix lint

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix After review 2

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix After review 2

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix after rebase

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix syncspolicy after rebase

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix tests labels

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix tests labels 2

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* 12107: Fix after review

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>

* match existing appset controller arg pattern

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

* remove unused env var

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>

---------

Signed-off-by: gmuselli <geoffrey.muselli@gmail.com>
Signed-off-by: Geoffrey Muselli <geoffrey.muselli@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-06-26 21:17:02 -04:00
..
testdata feat: declarative config for cluster and repo(#4734) (#5102) 2020-12-23 14:15:05 -08:00
app.go feat(appset): ApplicationSet in any namespace (#12378) 2023-06-26 21:17:02 -04:00
app_test.go chore: Clean up repeated package import (#13821) 2023-06-01 10:48:09 -06:00
applicationset.go fix: return nil if reading application set was successful (#12261) 2023-02-03 10:04:52 -05:00
applicationset_test.go chore: Code format (#12400) 2023-06-07 15:34:14 +00:00
cluster.go chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#13292) 2023-05-04 18:06:56 -04:00
cluster_test.go chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#13292) 2023-05-04 18:06:56 -04:00
common.go feat: support --inline flag in 'argocd admin app/proj generate-spec' commands (#6804) 2021-07-26 14:58:13 -07:00
project.go fix: --file usage is broken for 'argocd proj create' command (#13130) 2023-04-06 13:16:58 -04:00
project_test.go fix: improve 'argocd-util proj generate-spec' usability (#5717) 2021-03-09 11:42:16 -08:00
repo.go feat: Allow force of basic auth for HTTP repositories (#11983) 2023-02-01 13:11:46 -05:00