| .. |
|
app
|
fix: cherry pick #25516 to release-3.1 (#26116)
|
2026-01-22 13:33:42 -05:00 |
|
argo
|
chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890)
|
2026-01-12 10:57:44 -05:00 |
|
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
|
chore(lint): enable more gocritic linters (#23328)
|
2025-06-11 23:50:02 -04:00 |
|
clusterauth
|
fix: Always create manual long lived token (#19970)
|
2025-03-31 14:29:08 +00:00 |
|
cmp
|
fix: Ensure that symlink targets are not made absolute on extracting a tar (#24145) - backport/cherry-pick to 3.1 (#24519)
|
2025-09-11 10:48:02 -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
|
fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27464)
|
2026-04-21 01:38:45 -10:00 |
|
dex
|
chore: move OIDC PKCE support from UI to backend (#21729)
|
2025-06-17 18:18:24 +00:00 |
|
env
|
fix: allow for backwards compatibility of durations defined in days (cherry-pick #24769 for 3.1) (#24771)
|
2025-09-29 15:23:09 +05:30 |
|
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.1) (#25141)
|
2025-11-03 08:14:38 +01:00 |
|
git
|
chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890)
|
2026-01-12 10:57:44 -05: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.1 (#26982)
|
2026-03-25 15:30:42 +02:00 |
|
guard
|
fix: make webhook payload handlers recover from panics (cherry-pick #24862 for 3.1) (#24914)
|
2025-10-14 14:14:53 -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.1) (#26071)
|
2026-01-20 18:35:15 +02:00 |
|
helm
|
fix: Ensure that symlink targets are not made absolute on extracting a tar (#24145) - backport/cherry-pick to 3.1 (#24519)
|
2025-09-11 10:48:02 -04:00 |
|
http
|
chore(lint): enable emptyStringTest rule from go-critic (#23400)
|
2025-06-15 20:25:12 +00:00 |
|
io
|
chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890)
|
2026-01-12 10:57:44 -05: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) (cherry-pick 3.1) (#24102)
|
2025-08-11 12:02:46 +02: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
|
chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890)
|
2026-01-12 10:57:44 -05:00 |
|
manifeststream
|
fix: Ensure that symlink targets are not made absolute on extracting a tar (#24145) - backport/cherry-pick to 3.1 (#24519)
|
2025-09-11 10:48:02 -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.1) (#24681)
|
2025-09-22 04:43:49 -10:00 |
|
oci
|
fix(oci): loosen up layer restrictions (cherry-pick #24640 for 3.1) (#24649)
|
2025-09-18 06:01:17 -10:00 |
|
oidc
|
chore: move OIDC PKCE support from UI to backend (#21729)
|
2025-06-17 18:18:24 +00:00 |
|
password
|
chore(cherry-pick-3.1): bump go to 1.25.5 and bump expr to v1.17.7 (#25890)
|
2026-01-12 10:57:44 -05: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
|
fix(server): avoid unnecessary claims restrictions (#22973) (#23202)
|
2025-05-29 18:57:12 +00: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
|
chore: move OIDC PKCE support from UI to backend (#21729)
|
2025-06-17 18:18:24 +00:00 |
|
settings
|
fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27464)
|
2026-04-21 01:38:45 -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 (cherry-pick #23581) (#23582)
|
2025-06-26 23:55:19 +02:00 |
|
webhook
|
fix: cherry pick #25516 to release-3.1 (#26116)
|
2026-01-22 13:33:42 -05:00 |
|
workloadidentity
|
fix(darwin): remove the need for cgo when building a darwin binary on linux (cherry-pick #23507) (#23526)
|
2025-06-23 12:07: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 |