argo-cd/util
dudinea 5fca1ce7d8
fix: mitigation of grpc-go CVE-2026-33186 for release-3.2 (#26983)
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
2026-03-25 15:29:24 +02:00
..
app fix: cherry pick #25516 to release-3.2 (#26115) 2026-01-22 13:34:06 -05:00
argo chore: Fix data race in TestLogAppProjEvent (#24528) (#24529) 2025-09-12 15:14:16 +05:30
askpass chore: use name imports for argocd Utilio (#22836) 2025-05-21 16:25:32 +00:00
assets Bump major version to 3 (#21410) 2025-01-10 16:14:00 -05:00
buffered_context chore: upgrade Go to 1.24 (#22242) 2025-03-10 10:14:41 -04:00
cache chore(lint): enable sloppyReassign rule from go-critic (#23443) 2025-06-17 11:46:50 -04:00
cert chore(lint): enable emptyStringTest rule from go-critic (#23400) 2025-06-15 20:25:12 +00:00
cli test: add tests for setting log format and level (#23686) 2025-07-12 10:34:01 -04:00
clusterauth fix: Always create manual long lived token (#19970) 2025-03-31 14:29:08 +00:00
cmp chore: upgrade Go to 1.24 (#22242) 2025-03-10 10:14:41 -04:00
collections chore: replacing custom map util functions with golang std (#20311) 2024-10-09 10:34:03 -04:00
config chore: use testify instead of native testing (#21781) 2025-02-05 09:46:52 -05:00
crypto feat: Use encrypted cookie to store OAuth2 state nonce (instead of redis) (#8241) 2022-01-26 10:59:50 -08:00
db test: fix flaky create repository test by resyncing informers (cherry-pick #25706 for 3.2) (#25795) 2025-12-24 17:45:02 +02:00
dex chore: move OIDC PKCE support from UI to backend (#21729) 2025-06-17 18:18:24 +00:00
env chore: fix some function names in comments (#24381) 2025-09-06 14:11:58 -04:00
errors fix: Use t.Fatal instead of os.Exit in tests (part 2) (#21003) (#22187) 2025-03-06 19:24:07 +00:00
exec fix: capture stderr in executil RunWithExecRunOpts (cherry-pick #25139 for 3.2) (#25140) 2025-11-02 16:52:25 +01:00
git fix: the concurrency issue with git detached processing in Repo Server (#25101) (cherry-pick #25127 for 3.2) (#25448) 2025-11-30 13:24:37 +02:00
github_app chore: upgrade Go to 1.24 (#22242) 2025-03-10 10:14:41 -04:00
glob chore: enable ifElseChain from gocritic (#21636) 2025-01-22 16:13:51 -05:00
gpg chore(lint): enable builtinShadow rule from go-critic (#23430) 2025-06-16 21:20:57 +00:00
grpc fix: mitigation of grpc-go CVE-2026-33186 for release-3.2 (#26983) 2026-03-25 15:29:24 +02:00
guard fix: make webhook payload handlers recover from panics (cherry-pick #24862 for 3.2) (#24912) 2025-10-14 14:15:16 -04:00
hash Restructure application sources to separate types (#799) 2018-11-17 16:20:25 -08:00
healthz fix: invalid error message on health check failure (#26040) (cherry pick #26039 for 3.2) (#26070) 2026-01-20 17:34:00 +02:00
helm chore: replace bitnami images (#24101) 2025-08-27 11:29:49 +03:00
http chore(lint): enable emptyStringTest rule from go-critic (#23400) 2025-06-15 20:25:12 +00:00
hydrator feat(hydrator): Commit message templating (#23679) (#24204) 2025-09-03 14:04:15 -04:00
io docs: Add code comment to explain relativizing all symlinks on extraction (#24514) 2025-09-11 07:12:37 -04:00
jwt fix(server): avoid unnecessary claims restrictions (#22973) (#23202) 2025-05-29 18:57:12 +00:00
kube chore(lint): enable builtinShadow rule from go-critic (#23430) 2025-06-16 21:20:57 +00:00
kustomize fix: kustomize edit add component check (#24100) 2025-08-11 09:04:17 +00:00
localconfig chore(lint): enable nestingReduce linter (#23378) 2025-06-13 13:43:16 -04:00
log chore: enable var-naming from revive (#21861) 2025-02-18 11:02:38 -05:00
lua feat(health): CronJob health and suspend, resume and terminate Job actions (#23991) 2025-08-13 16:08:24 -04:00
manifeststream chore: upgrade Go to 1.24 (#22242) 2025-03-10 10:14:41 -04:00
metrics fix(test): race condition in kubectl metrics (#23382) (#23383) 2025-06-13 15:41:43 +00:00
notification fix: resolve argocdService initialization issue in notifications CLI (cherry-pick #24664 for 3.2) (#24680) 2025-09-22 19:40:48 +02:00
oci fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (cherry-pick #26355 for 3.2) (#26375) 2026-02-10 10:58:06 -05:00
oidc fix(oidc): check userinfo endpoint in AuthMiddleware (cherry-pick #23586 for 3.2) (#25415) 2025-12-17 18:48:23 -05:00
password chore(ci): upgrade golangci-lint to v2 (#22484) 2025-03-27 12:37:52 -04:00
profile chore(lint): enable more gocritic linters (#23328) 2025-06-11 23:50:02 -04:00
proxy chore(lint): enable httpNoBody rule from go-critic (#23399) 2025-06-15 16:11:38 -04:00
rand chore: move pkg/exec in-tree (#22175) (#22460) 2025-03-24 14:29:34 -04:00
rbac chore: fix some function names in comments (#24381) 2025-09-06 14:11:58 -04:00
regex feat(sourceNamespace): Regex Support (#19016) (#19017) 2024-08-13 08:46:25 -04:00
resource chore: use testify instead of native testing (#21781) 2025-02-05 09:46:52 -05:00
security chore(lint): enable tparallel linter (#23318) 2025-06-08 15:10:55 +02:00
session fix(oidc): check userinfo endpoint in AuthMiddleware (cherry-pick #23586 for 3.2) (#25415) 2025-12-17 18:48:23 -05:00
settings fix(server): OIDC config via secrets fails (#18269) (cherry-pick #26214 for 3.2) (#26389) 2026-02-16 22:08:24 -10:00
stats feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
swagger Bump major version to 3 (#21410) 2025-01-10 16:14:00 -05:00
templates chore(lint): enable emptyStringTest rule from go-critic (#23400) 2025-06-15 20:25:12 +00:00
test chore: move OIDC PKCE support from UI to backend (#21729) 2025-06-17 18:18:24 +00:00
text/label chore: remove unused Trunc function (#23232) 2025-06-03 08:27:43 +02:00
tgzstream Bump major version to 3 (#21410) 2025-01-10 16:14:00 -05:00
tls fix(tls): validate RSA keys before marshaling (#23295) 2025-06-06 13:05:41 +02:00
trace feat(opentelemetry): support for secured OTLP endpoint and headers (#15573) 2023-11-27 10:45:00 +05:30
versions fix: OCI client, avoid calling tags/list if revision is not a constraint #23580 (#23581) 2025-06-26 23:12:44 +02:00
webhook fix: cherry pick #25516 to release-3.2 (#26115) 2026-01-22 13:34:06 -05:00
workloadidentity fix(darwin): remove the need for cgo when building a darwin binary on linux (#23507) 2025-06-23 12:05:29 -04:00
util.go chore(ci): upgrade golangci-lint to v2 (#22484) 2025-03-27 12:37:52 -04:00
util_test.go feat(appcontroller): store application health status in redis by default (#10312) (#21532) 2025-03-04 11:29:23 +00:00