argo-cd/util
Michael Crenshaw abb354b5e3
test: fix flaky impersonation test (#25641)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-12-14 14:29:58 +02:00
..
app fix: improve CMP logging and error messages (#24022) 2025-09-12 16:54:58 +00:00
argo feat: allow limiting clusterResourceWhitelist by resource name (#12208) (#24674) 2025-12-03 20:55:28 +00: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 feat(redis): Secrets credentials via volume mount (#24597) 2025-11-24 07:48:15 -05:00
cert chore(lint): enable emptyStringTest rule from go-critic (#23400) 2025-06-15 20:25:12 +00:00
cli chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02: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: 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 test: fix flaky impersonation test (#25641) 2025-12-14 14:29:58 +02:00
dex chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02:00
env fix: allow for backwards compatibility of durations defined in days (#24769) 2025-09-28 23:39:42 +02: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 (#25139) 2025-11-02 17:01:38 +02:00
git fix: the concurrency issue with git detached processing in Repo Server (#25101) (#25127) 2025-11-28 09:34:29 -05:00
github_app chore: use Expecter Structs from mockery (#25133) 2025-11-01 13:07:08 +00:00
glob chore: enable ifElseChain from gocritic (#21636) 2025-01-22 16:13:51 -05:00
gpg chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02:00
grpc chore: refactor test functions to pass context from testing.T to fixtures (#25134) 2025-11-02 13:39:24 +01:00
guard fix: make webhook payload handlers recover from panics (#24862) 2025-10-09 17:26:22 -04:00
hash Restructure application sources to separate types (#799) 2018-11-17 16:20:25 -08:00
healthz chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02:00
helm fix: use registry for helm registry .. commands (#23142) 2025-12-04 17:40:52 -05:00
http feat: oidc background token refresh (#23727) 2025-11-13 11:37:53 -05:00
hydrator feat(hydrator): Commit message templating (#23679) (#24204) 2025-09-03 14:04:15 -04:00
io chore(deps): bump github.com/cyphar/filepath-securejoin from 0.4.1 to 0.6.0 (#25228) 2025-11-09 14:10:06 -05:00
jwt fix(server): avoid unnecessary claims restrictions (#22973) (#23202) 2025-05-29 18:57:12 +00:00
kube chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02:00
kustomize chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +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 feat(actions): Add cloudnativepg reload, restart, promote, suspend and resume actions (#24192) 2025-12-10 01:15:08 -10: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 (#24664) 2025-09-22 14:26:52 +02:00
oci feat: adds various OCI metrics (#25493) 2025-12-08 13:53:28 +02:00
oidc feat: oidc background token refresh (#23727) 2025-11-13 11:37:53 -05:00
password chore(deps): update module github.com/golangci/golangci-lint to v2.5.0 (#24673) 2025-09-22 04:05:06 +00:00
profile chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02:00
proxy chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02: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 feat: oidc background token refresh (#23727) 2025-11-13 11:37:53 -05:00
settings fix: use custom cluster secret informer (#25534) 2025-12-10 10:08:03 -05:00
stats feat: improve api-server and controller performance (#3222) 2020-03-16 11:51:59 -07:00
swagger chore: enable noctx linter (#24765) 2025-09-29 20:20:53 +02: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 chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.87 to 0.9.88 (#25544) 2025-12-08 13:40:57 +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