Sean Liao
45a32a5c32
fix: use unique names for initial commits ( #27171 )
...
Signed-off-by: Sean Liao <sean@liao.dev>
2026-04-06 19:44:31 +00:00
Rohan Sood
68cbd05e52
fix: Add X-Frame-Options and CSP headers to Swagger UI endpoints ( #26521 )
...
Signed-off-by: rohansood10 <rohansood10@users.noreply.github.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: rohansood10 <rohansood10@users.noreply.github.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-04 00:58:32 +00:00
Seitaro Fujigaki
82789b7071
refactor: use new(expr) for pointer literals in Go 1.26 ( #27143 )
...
Signed-off-by: seitarof <pyotarou@icloud.com>
2026-04-03 10:57:32 -04:00
Alexy Mantha
3eebbcb33b
feat: use impersonation for server operations (logs, delete, etc) #22996 ( #26898 )
...
Signed-off-by: Alexy Mantha <alexy@mantha.dev>
2026-04-02 05:48:29 -04:00
OpenGuidou
4259f467b0
fix(server): Ensure OIDC config is refreshed at server restart ( #26913 )
...
Signed-off-by: OpenGuidou <guillaume.doussin@gmail.com>
2026-04-01 17:54:22 -07:00
rumstead
32f23a446f
fix(controller): reduce secret deepcopies and deserialization ( #27049 )
...
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
2026-04-01 16:48:36 -04:00
Anand Francis Joseph
c52bf66380
fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing ( #26793 )
...
Signed-off-by: anandf <anjoseph@redhat.com>
2026-03-31 13:26:11 -04:00
Blake Pettersson
393152ddad
fix: pass repo.insecure flag to helm dependency build ( #27078 )
...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
2026-03-30 15:40:21 -07:00
Max Verbeek
1042e12c6a
fix: force attempt http2 with custom tls config ( #26975 ) ( #26976 )
...
Signed-off-by: Max Verbeek <m4xv3rb33k@gmail.com>
2026-03-30 16:39:56 +02:00
Pierluigi Lenoci
84442e03bc
Honor stderrthreshold when logtostderr is enabled
...
Opt into the fixed klog behavior by setting legacy_stderr_threshold_behavior=false
after klog.InitFlags(). Ref: kubernetes/klog#212 , kubernetes/klog#432
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com>
2026-03-27 00:18:54 +01:00
Zach Aller
f97e2d2844
fix: wrong installation id returned from cache ( #26969 )
...
Signed-off-by: Zach Aller <zach_aller@intuit.com>
2026-03-26 16:57:21 -04:00
Blake Pettersson
a87aab146e
chore(ci): attempt to make test less flaky ( #26890 )
...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
2026-03-18 13:02:42 -04:00
Mangaal Meetei
d011b7b508
fix: Bitbucket webhook diffstat does not work with upper case repo slug ( #26594 )
...
Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
2026-03-18 07:50:32 -04:00
Nitish Kumar
4cdc650a58
feat(helm): support wildcard glob patterns for valueFiles ( #26768 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2026-03-17 21:37:43 +00:00
Alexander Matyushentsev
92c3ef2559
fix: avoid scanning symlinks in whole repo on each app manifest operation ( #26718 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2026-03-17 13:40:16 -07:00
rumstead
5b3073986f
feat(appset): add concurrency when managing applications ( #26642 )
...
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2026-03-17 15:04:11 +00:00
Sinhyeok Seo
382c507beb
fix(server): Cache glob patterns to improve RBAC evaluation performance ( #25759 )
...
Signed-off-by: Sinhyeok Seo <sinhyeok@gmail.com>
Signed-off-by: Sinhyeok Seo <44961659+Sinhyeok@users.noreply.github.com>
2026-03-17 10:22:23 -04:00
Josh Soref
76a14132f5
chore: Make links accessible + friendly ( #26815 )
...
Signed-off-by: Josh Soref <jsoref@gmail.com>
2026-03-13 17:41:48 -04:00
Michael Crenshaw
d875c6170e
chore: make getRepositorySecret more readable ( #26827 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2026-03-13 17:08:02 -04:00
Anand Francis Joseph
8739f91afd
fix(reposerver): using timeouts in http transport for Github App authentication ( #26762 )
...
Signed-off-by: anandf <anjoseph@redhat.com>
2026-03-12 03:15:08 -10:00
Soumya Ghosh Dastidar
6df1a5bbc2
fix: skip token refresh threshold parsing in unrelated components ( #26803 )
...
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2026-03-12 10:30:55 +00:00
jhansi
054538b069
fix: AAD Domain Hint Improvement ( fixes #18066 ) ( #24639 )
...
Signed-off-by: pjmanda <jhansi.manda@amadeus.com>
Signed-off-by: jhansireddy01 <m.jhansireddy01@gmail.com>
Co-authored-by: pjmanda <jhansi.manda@amadeus.com>
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
Co-authored-by: jhansireddy01 <m.jhansireddy01@gmail.com>
2026-03-10 16:21:13 +02:00
Anand Francis Joseph
d9c83da78f
fix(server): invalidate JWT tokens on logout ( #26388 )
...
Signed-off-by: anandf <anjoseph@redhat.com>
2026-03-10 09:03:48 -04:00
Alexander Matyushentsev
984a29c921
fix: skip unnecessary git state clean ( #26714 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2026-03-09 12:58:31 +05:30
argoproj-renovate[bot]
1f6d54ce04
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.11.1 ( #26713 )
...
Signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: reggie-k <regina.voloshin@codefresh.io>
2026-03-08 15:56:45 +02:00
Rouke Broersma
ede9229353
fix(actions): Use correct annotation for CNPG suspend/resume ( #26711 )
...
Signed-off-by: Rouke Broersma <rouke.broersma@infosupport.com>
2026-03-08 15:47:43 +02:00
Alex Eftimie
13bc5ae0c4
feat: add argocd account session-token command ( #15277 ) ( #24638 )
...
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
Signed-off-by: alexef <alex.eftimie@getyourguide.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Peter Jiang <35584807+pjiang-dev@users.noreply.github.com>
2026-03-04 13:58:11 -05:00
Papapetrou Patroklos
e01714590d
fix: create events with argocd namespace ( #26667 )
...
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
2026-03-04 15:51:48 +02:00
Aditya Raj
8ed52b2ca1
feat(notification): add appProject access to notification templates ( #26437 ) ( #26470 )
...
Signed-off-by: Aditya Raj <adityaraj10600@gmail.com>
Signed-off-by: Aditya Raj <161347394+adityaraj178@users.noreply.github.com>
2026-03-03 07:41:05 -05:00
dudinea
1d2d032642
test: fix test TestUntgz/preserves file mode ( #26663 ) ( #26664 )
...
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
2026-03-03 11:06:43 +02:00
Rodrigo Fior Kuntzer
b61b08d18b
fix(repo-server): optimize short ref resolution in revision comparison ( #26456 )
...
Signed-off-by: Rodrigo Fior Kuntzer <rodrigo@miro.com>
2026-03-02 14:57:04 -05:00
Papapetrou Patroklos
6a10ffe833
fix: ensure compatibility of kubeversion.version with what helm reeturns ( #26469 )
...
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
2026-03-01 11:40:15 +02:00
Peter Jiang
19b41b9d31
feat: ApplicationSet watch API ( #26409 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
Co-authored-by: nitishfy <justnitish06@gmail.com>
2026-02-26 10:07:00 -05:00
Takuma Shibuya
5e6449fbba
fix: handle parse errors in ReadLocalConfig properly ( #26597 )
...
Signed-off-by: sivchari <shibuuuu5@gmail.com>
2026-02-24 22:40:26 -10:00
Takuma Shibuya
3ce6f14b74
refactor: remove helper pointer functions in pull_request tests ( #26598 )
...
Signed-off-by: sivchari <shibuuuu5@gmail.com>
2026-02-24 13:05:53 -05:00
Takuma Shibuya
6795b80cfc
refactor: replace ptr.To with new(expr) ( #26534 )
...
Signed-off-by: sivchari <shibuuuu5@gmail.com>
2026-02-24 17:42:12 +01:00
argoproj-renovate[bot]
51327cb818
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.10.1 ( #26382 )
...
Signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
2026-02-24 02:51:19 -10:00
jaehanbyun
b48ed499c0
chore(cmd): unify CLI names via common constants and simplify main dispatch ( #24486 )
...
Signed-off-by: jaehanbyun <awbrg789@naver.com>
2026-02-15 12:03:39 +01:00
Leonardo Luz Almeida
0cdd44bda7
chore: fix gitops-engine mod name so it can be referenced by external repos ( #26407 )
...
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2026-02-12 09:29:40 -05:00
Nitish Kumar
18efd0cf1b
fix: trim whitespaces when retrieving source refresh paths ( #26400 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2026-02-12 03:34:34 -10:00
erin
8f9ee6d1da
fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes ( #26355 )
...
Signed-off-by: erin liman <erin.liman@tiktokusds.com>
2026-02-10 10:18:50 -05:00
Papapetrou Patroklos
262360e0ee
chore: Bump oauth2 0.35.0 ( #26347 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
Signed-off-by: Papapetrou Patroklos <1743100+ppapapetrou76@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 16:45:46 +02:00
Mike Cutsail
2793097480
feat: add OTEL instrumentation for authentication and handlers ( #25296 )
...
Signed-off-by: Mike Cutsail <mcutsail15@apple.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2026-02-10 13:31:55 +00:00
Matthieu MOREL
2c5f7317a5
fix: enable and fix modernize linter ( #26352 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-02-10 08:02:55 -05:00
Michael Crenshaw
8515358413
chore: improve app install ID error ( #26178 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2026-02-09 17:04:59 -05:00
Matthieu MOREL
1b4398b5ba
chore(util): Fix modernize linter ( #26342 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-02-09 10:59:51 -05:00
Matthieu MOREL
847b8b203c
chore(util): Fix modernize linter ( #26344 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-02-09 10:59:32 -05:00
Matthieu MOREL
1a62c87d29
chore(util): Fix modernize linter ( #26316 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
2026-02-09 00:48:56 -10:00
Matthieu MOREL
34eeede822
chore(util): Fix modernize linter ( #26329 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-02-09 00:44:05 -10:00
Matthieu MOREL
1d65d8be6c
chore(util): Fix modernize linter ( #26323 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-02-08 17:48:27 +02:00