jaehanbyun
b48ed499c0
chore(cmd): unify CLI names via common constants and simplify main dispatch ( #24486 )
...
Signed-off-by: jaehanbyun <awbrg789@naver.com>
2026-02-15 12:03:39 +01:00
Matthieu MOREL
7357465ea6
chore: enable noctx linter ( #24765 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-09-29 20:20:53 +02:00
Matthieu MOREL
fd48c47cf9
chore(lint): enable typeAssertChain rule from go-critic ( #23407 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-06-16 09:28:20 +02:00
Michael Crenshaw
2bf3f6850e
chore(lint): enable more gocritic linters ( #23328 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-06-11 23:50:02 -04:00
teddy-wahle
4a1d0f3af5
fix: Switch default logging to JSON (issue: 20897) ( #21656 )
...
Signed-off-by: Teddy Wahle <teddy.wahle@verkada.com>
2025-02-06 18:32:26 +00:00
github-actions[bot]
4d9835927d
Bump major version to 3 ( #21410 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: crenshaw-dev <350466+crenshaw-dev@users.noreply.github.com>
2025-01-10 16:14:00 -05:00
Matthieu MOREL
947a7b84d7
chore: enable indent-error-flow from revive ( #21394 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-01-07 10:25:22 -05:00
Matthieu MOREL
53bc19b5f2
chore: enable unused-parameter from revive ( #21365 )
...
* chore: enable unused-parameter from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
* apply recommandations
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
---------
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-01-07 10:12:56 -05:00
Matthieu MOREL
cb3024c5ff
chore: enable superfluous-else from revive ( #21373 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-01-06 11:41:38 -05:00
Matthieu MOREL
9ea979bbcd
chore: enable use-any from revive ( #21282 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2025-01-02 18:26:59 -05:00
Michael Crenshaw
6a09102389
chore: log panics in JSON ( #20924 ) ( #20925 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2024-11-24 20:05:39 -05:00
Alexandre Gaudreault
effbdc936c
feat(dex): set logger based on argo config ( #13191 ) ( #19608 )
...
* feat(dex): set logger based on argo config
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
* add env config
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
* organize import bug?
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
---------
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2024-08-21 09:38:37 -04:00
Matthieu MOREL
7cf5ed06d4
chore: enable gofumpt and whitespace linters ( #18567 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-06-11 15:41:55 +00:00
Eng Zer Jun
e8331b4d12
chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml ( #13292 )
...
At the time of making this commit, the package `github.com/ghodss/yaml`
is no longer actively maintained.
`sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively
maintained by Kubernetes SIG.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-05-04 18:06:56 -04:00
Jake
1be1a0475b
feat: add HTTPS to dex server ( #9424 ) ( #9883 )
...
* feat: add HTTPS support to dex server (#9424 )
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* refactor transports, add v2.5 to docs, other small nits
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* use OIDCTLSConfig in session manager
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* update tls to use os instead of ioutil (but really this is just me trying to get CICD to work)
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* cleanup and nits
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* fix tests after merge
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* fix tests
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
* nit
Signed-off-by: notfromstatefarm <86763948+notfromstatefarm@users.noreply.github.com>
2022-07-13 16:45:35 -04:00
jannfis
2d6ce088ac
chore: Replace deprecated ioutil in CLI code ( #9846 )
...
Signed-off-by: jannfis <jann@mistrust.net>
2022-07-07 16:52:14 -04:00
Kent Rancourt
ae19965ff7
refactor: improve context handling in cmd/ ( #9860 )
...
Signed-off-by: Kent <kent.rancourt@gmail.com>
2022-07-05 09:32:22 -04:00
Kent Rancourt
b524769714
feat: implement consistent startup messages for all components ( #9800 )
...
* feat: implement consistent startup messages for all components
Signed-off-by: Kent <kent.rancourt@gmail.com>
* DRY up previous commit
Signed-off-by: Kent <kent.rancourt@gmail.com>
2022-06-28 14:55:51 -04:00
Ken Kaizu
acfc396ac0
feat: dex subcommand logformat/loglevel flags ( #8542 )
...
Signed-off-by: krrrr38 <k.kaizu38@gmail.com>
Co-authored-by: Michael Crenshaw <michael@crenshaw.dev>
2022-04-22 05:36:21 +00:00
Yuan Tang
a02f35e9e6
feat: Add identifiable user agents in various Argo commands ( #8566 )
...
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
2022-02-25 18:27:05 +01:00
jannfis
ae49b45249
chore: Upgrade Go module to v2 ( #5931 )
...
* chore: Upgrade Go module to v2
Signed-off-by: jannfis <jann@mistrust.net>
* Restore import order
Signed-off-by: jannfis <jann@mistrust.net>
* fix knowntypes_normalizer codegen error
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix codegen
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix Procfile
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2021-04-01 20:44:18 +02:00
kshamajain99
6de3cf44a4
fix: support longer http cookie ( #2917 ) ( #5497 )
...
* fix: support longer cookie
Signed-off-by: kshamajain99 <kshamajain99@gmail.com>
2021-02-18 12:26:01 -08:00
kshamajain99
7af5837ffa
build consolidated argocd binary ( #5247 )
...
Signed-off-by: kshamajain99 <kshamajain99@gmail.com>
2021-01-20 11:28:06 -08:00