argo-cd/util
CPunia e0e827dab0
Some checks are pending
Integration tests / changes (push) Waiting to run
Integration tests / Ensure Go modules synchronicity (push) Blocked by required conditions
Integration tests / Build & cache Go code (push) Blocked by required conditions
Integration tests / Lint Go code (push) Blocked by required conditions
Integration tests / Run unit tests for Go packages (push) Blocked by required conditions
Integration tests / Run unit tests with -race for Go packages (push) Blocked by required conditions
Integration tests / Check changes to generated code (push) Blocked by required conditions
Integration tests / Build, test & lint UI code (push) Blocked by required conditions
Integration tests / shellcheck (push) Waiting to run
Integration tests / Process & analyze test artifacts (push) Blocked by required conditions
Integration tests / Run end-to-end tests (push) Blocked by required conditions
Integration tests / E2E Tests - Composite result (push) Blocked by required conditions
Code scanning - action / CodeQL-Build (push) Waiting to run
Image / build-and-publish-provenance (push) Blocked by required conditions
Image / set-vars (push) Waiting to run
Image / build-only (push) Blocked by required conditions
Image / build-and-publish (push) Blocked by required conditions
Image / Deploy (push) Blocked by required conditions
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
fix: downgrade DiffFromCache log level for cache-miss errors (#26185)
Signed-off-by: CPunia <67651406+cp319391@users.noreply.github.com>
2026-04-20 19:15:35 -04:00
..
app fix: improve error message when hydrateTo sync path does not exist yet (#27336) 2026-04-14 13:50:52 +00:00
argo fix: downgrade DiffFromCache log level for cache-miss errors (#26185) 2026-04-20 19:15:35 -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 chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04: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 test: add t.Parallel() to util jwt, crypto, and password tests (#27423) (#27432) 2026-04-18 18:11:38 -04:00
db feat: Support Azure Service Principal authentication for Azure DevOps repositories (#25324) 2026-04-16 11:16:47 -04: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 feat: Support Azure Service Principal authentication for Azure DevOps repositories (#25324) 2026-04-16 11:16:47 -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 chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04: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 test: add t.Parallel() to util jwt, crypto, and password tests (#27423) (#27432) 2026-04-18 18:11:38 -04: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 test: add t.Parallel() to util jwt, crypto, and password tests (#27423) (#27432) 2026-04-18 18:11:38 -04: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 feat: Support Azure Service Principal authentication for Azure DevOps repositories (#25324) 2026-04-16 11:16:47 -04: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 chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04: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