| .. |
|
app
|
fix: improve error message when hydrateTo sync path does not exist yet (#27336)
|
2026-04-14 13:50:52 +00:00 |
|
argo
|
fix(controller): reduce secret deepcopies and deserialization (#27049)
|
2026-04-01 16:48:36 -04:00 |
|
askpass
|
chore: enable noctx linter (#24765)
|
2025-09-29 20:20:53 +02: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: bumps go redis client 9.17.2 (#25643)
|
2025-12-17 09:25:04 +02:00 |
|
cert
|
chore(util): Fix modernize linter (#26342)
|
2026-02-09 10:59:51 -05:00 |
|
cli
|
Honor stderrthreshold when logtostderr is enabled
|
2026-03-27 00:18:54 +01:00 |
|
clusterauth
|
fix: Always create manual long lived token (#19970)
|
2025-03-31 14:29:08 +00:00 |
|
cmp
|
fix: error sending generate manifest metadata cmp server (#25891)
|
2026-01-19 08:47:01 +02:00 |
|
collections
|
chore: replacing custom map util functions with golang std (#20311)
|
2024-10-09 10:34:03 -04:00 |
|
config
|
chore: enable noctx linter (#24765)
|
2025-09-29 20:20:53 +02:00 |
|
crypto
|
feat: Use encrypted cookie to store OAuth2 state nonce (instead of redis) (#8241)
|
2022-01-26 10:59:50 -08:00 |
|
db
|
chore(docs): Fix godoc in util/db/certificate.go (#27380)
|
2026-04-16 12:01:19 +00:00 |
|
dex
|
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.10.1 (#26382)
|
2026-02-24 02:51:19 -10:00 |
|
env
|
refactor: replace ptr.To with new(expr) (#26534)
|
2026-02-24 17:42:12 +01: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
|
chore: fix gitops-engine mod name so it can be referenced by external repos (#26407)
|
2026-02-12 09:29:40 -05:00 |
|
git
|
chore: don't read current user git configs in tests (#27172)
|
2026-04-08 10:53:50 -04:00 |
|
github_app
|
chore: use Expecter Structs from mockery (#25133)
|
2025-11-01 13:07:08 +00:00 |
|
glob
|
fix: improve error message when hydrateTo sync path does not exist yet (#27336)
|
2026-04-14 13:50:52 +00:00 |
|
gpg
|
chore: enable noctx linter (#24765)
|
2025-09-29 20:20:53 +02:00 |
|
grpc
|
chore(util): Fix modernize linter (#26344)
|
2026-02-09 10:59:32 -05:00 |
|
guard
|
fix: enable and fix modernize linter (#26352)
|
2026-02-10 08:02:55 -05: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) (#26039)
|
2026-01-20 11:24:47 +02:00 |
|
helm
|
fix: pass repo.insecure flag to helm dependency build (#27078)
|
2026-03-30 15:40:21 -07:00 |
|
http
|
fix: enable and fix modernize linter (#26352)
|
2026-02-10 08:02:55 -05:00 |
|
hydrator
|
feat(hydrator): Commit message templating (#23679) (#24204)
|
2025-09-03 14:04:15 -04:00 |
|
io
|
test: fix test TestUntgz/preserves file mode (#26663) (#26664)
|
2026-03-03 11:06:43 +02:00 |
|
jwt
|
chore(util): Fix modernize linter (#26323)
|
2026-02-08 17:48:27 +02:00 |
|
kube
|
chore: fix gitops-engine mod name so it can be referenced by external repos (#26407)
|
2026-02-12 09:29:40 -05:00 |
|
kustomize
|
chore: fix gitops-engine mod name so it can be referenced by external repos (#26407)
|
2026-02-12 09:29:40 -05:00 |
|
localconfig
|
fix(server): invalidate JWT tokens on logout (#26388)
|
2026-03-10 09:03:48 -04:00 |
|
log
|
chore: enable var-naming from revive (#21861)
|
2025-02-18 11:02:38 -05:00 |
|
lua
|
refactor: use new(expr) for pointer literals in Go 1.26 (#27143)
|
2026-04-03 10:57:32 -04:00 |
|
manifeststream
|
chore: upgrade Go to 1.24 (#22242)
|
2025-03-10 10:14:41 -04:00 |
|
metrics
|
test(engine): refactor engine tests to ignore dry-run results (#25674)
|
2025-12-16 12:32:05 -05:00 |
|
notification
|
feat(notification): add appProject access to notification templates (#26437) (#26470)
|
2026-03-03 07:41:05 -05:00 |
|
oci
|
fix: force attempt http2 with custom tls config (#26975) (#26976)
|
2026-03-30 16:39:56 +02:00 |
|
oidc
|
fix(server): Ensure OIDC config is refreshed at server restart (#26913)
|
2026-04-01 17:54:22 -07:00 |
|
password
|
chore(util): Fix modernize linter (#26329)
|
2026-02-09 00:44:05 -10:00 |
|
profile
|
chore: enable noctx linter (#24765)
|
2025-09-29 20:20:53 +02:00 |
|
proxy
|
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.1 (#26713)
|
2026-03-08 15:56:45 +02:00 |
|
rand
|
chore(util): Fix modernize linter (#26329)
|
2026-02-09 00:44:05 -10:00 |
|
rbac
|
chore(util): Fix modernize linter (#26344)
|
2026-02-09 10:59:32 -05:00 |
|
regex
|
feat(sourceNamespace): Regex Support (#19016) (#19017)
|
2024-08-13 08:46:25 -04:00 |
|
resource
|
chore: fix gitops-engine mod name so it can be referenced by external repos (#26407)
|
2026-02-12 09:29:40 -05:00 |
|
security
|
chore(lint): enable tparallel linter (#23318)
|
2025-06-08 15:10:55 +02:00 |
|
session
|
fix(server): invalidate JWT tokens on logout (#26388)
|
2026-03-10 09:03:48 -04:00 |
|
settings
|
fix(settings): only trigger reload for app.kubernetes.io/part-of=argocd secrets (#27213)
|
2026-04-10 09:56:43 -07:00 |
|
stats
|
feat: improve api-server and controller performance (#3222)
|
2020-03-16 11:51:59 -07:00 |
|
swagger
|
fix: Add X-Frame-Options and CSP headers to Swagger UI endpoints (#26521)
|
2026-04-04 00:58:32 +00:00 |
|
templates
|
chore(util): Fix modernize linter (#26300)
|
2026-02-06 17:17:17 -05:00 |
|
test
|
fix(server): invalidate JWT tokens on logout (#26388)
|
2026-03-10 09:03:48 -04: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: enable and fix modernize linter (#26352)
|
2026-02-10 08:02:55 -05:00 |
|
trace
|
feat(opentelemetry): ✨ support for secured OTLP endpoint and headers (#15573)
|
2023-11-27 10:45:00 +05:30 |
|
versions
|
chore(util): Fix modernize linter (#26323)
|
2026-02-08 17:48:27 +02:00 |
|
webhook
|
feat(webhooks): add webhook support for GHCR (#26462)
|
2026-04-16 13:11:31 +02: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 |