Vilius Puskunalis
611fcb012c
feat: add sync overrun option to sync windows ( #25361 ) ( #25510 )
...
Integration tests / Run end-to-end tests (push) Blocked by required conditions
Integration tests / E2E Tests - Composite result (push) Blocked by required conditions
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
Code scanning - action / CodeQL-Build (push) Waiting to run
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 / build-and-publish-provenance (push) Blocked by required conditions
Image / Deploy (push) Blocked by required conditions
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
Signed-off-by: Vilius Puškunalis <47086537+puskunalis@users.noreply.github.com>
2026-04-20 06:55:13 +00:00
Prune Sebastien THOMAS
29fd8db39a
feat(appset): filtering repos by archived status #20736 ( #21505 )
...
Signed-off-by: Prune <prune@lecentre.net>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2026-04-17 17:32:18 +00:00
Allan Yung
9a19735918
feat: Support Azure Service Principal authentication for Azure DevOps repositories ( #25324 )
...
Signed-off-by: Allan Yung <allan.yung@bbdsoftware.com>
Co-authored-by: Dan Garfield <dan.garfield@octopus.com>
2026-04-16 11:16:47 -04:00
Alexander Matyushentsev
ad310c2452
feat: replace error message in webhook handler with metrics ( #27215 )
...
Signed-off-by: Alexander Matyushentsev <alexander@akuity.io>
2026-04-08 13:59:58 -07:00
Alexandre Gaudreault
f298f4500f
fix(hydrator): preserve all source type fields in GetDrySource() ( #27189 )
...
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2026-04-06 18:46:43 +00:00
Peter Jiang
22327073ef
fix: allow automatedSyncPolicy fields to be changed to false ( #26763 )
...
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
2026-03-14 11:27:15 -04:00
Arthur Outhenin-Chalandre
b7e2027f35
feat: add Prune and Delete as application level sync option ( #23370 )
...
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@ledger.fr>
2026-03-13 13:50:34 -04: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
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
HARSHIL GARG
4519fdf650
fix: include Depth field in Repository.Sanitized() response ( #26572 )
...
Signed-off-by: Harshil Garg <harshil562@users.noreply.github.com>
2026-02-23 23:05:35 -10:00
shibatch
b5e09212cf
chore: update generated files from codegen
...
Generated files updated after changing namePrefix/nameSuffix
comments in types.go to reflect override behavior.
Signed-off-by: shibatch <shibatch@pepabo.com>
2026-02-20 05:42:32 +09:00
shibatch
205241f350
docs: fix namePrefix/nameSuffix description to reflect override behavior
...
The documentation and API comments incorrectly described namePrefix and
nameSuffix as "appended to resources", which could be misleading about
their actual behavior.
In reality, these options use `kustomize edit set nameprefix/namesuffix`
commands (util/kustomize/kustomize.go:166,175), which override any
existing namePrefix/nameSuffix values in the kustomization.yaml file.
Updated both docs/user-guide/kustomize.md and
pkg/apis/application/v1alpha1/types.go to accurately reflect this
override behavior.
Co-Authored-By: Claude (claude-sonnet-4-5) <noreply@anthropic.com>
Signed-off-by: shibatch <shibatch@pepabo.com>
2026-02-19 18:46:31 +09: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
Matthieu MOREL
5345a2aa22
chore: update golangci-lint to v2.8.0 ( #26354 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2026-02-10 16:11:02 +05:30
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
2bea8c0deb
chore(pkg): Fix modernize linter ( #26314 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
2026-02-07 18:35:29 +01:00
Papapetrou Patroklos
19a74df8dc
fix: return missing information in cluster get API ( #25566 )
...
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
2026-01-26 13:37:50 -05:00
Nitish Kumar
fded82ad57
test: add tests for glob match ( #26027 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2026-01-16 16:00:30 +00:00
Blake Pettersson
429fc1f2d9
fix: nil and empty ignoredifferences ( #25980 )
...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
2026-01-15 10:48:42 +01:00
rumstead
f83906d877
feat(appset): optimize appset controller performance when grabbing cluster secrets ( #25624 ) ( #25577 )
...
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
2026-01-12 18:37:48 -05:00
Peter Jiang
05504d623c
feat(appset): add Health field to ApplicationSet status ( #25753 )
...
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
2026-01-12 16:35:49 +02:00
Papapetrou Patroklos
5959693845
chore: stop using the deprecated fields of the cluster structure ( #25745 )
...
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
2026-01-06 18:15:52 +02:00
Shubham Singh
fee1c565c3
fix: update Jsonnet field tag to avoid jsonnet: {} in manifests ( #25625 )
...
Signed-off-by: Omar Nasser <omarnasserjr@gmail.com>
Signed-off-by: shubham singh mahar <smahar@obmondo.com>
Co-authored-by: Omar Nasser <omarnasserjr@gmail.com>
Co-authored-by: shubham singh mahar <smahar@obmondo.com>
2025-12-17 11:59:58 +05:30
pbhatnagar-oss
bbc3e99aa4
feat(repo): add support for github app authentication without installationid ( #25339 ) ( #25374 )
...
Signed-off-by: pbhatnagar-oss <pbhatifiwork@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-12-14 16:11:49 -05:00
Blake Pettersson
e932dc2575
fix: use custom cluster secret informer ( #25534 )
...
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com>
2025-12-10 10:08:03 -05:00
pedro-cs-ribeiro
3bf3d8a212
feat: PreDelete hooks support (Issue #13975 ) ( #22288 )
...
Signed-off-by: Dan Garfield <dan@codefresh.io>
Signed-off-by: Pedro Ribeiro <pedro.ribeiro@cross-join.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
Co-authored-by: Dan Garfield <dan@codefresh.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrii Korotkov <137232734+andrii-korotkov-verkada@users.noreply.github.com>
Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
Co-authored-by: pedro-ribeiro-rci <pedro.ribeiro@rci.rogers.ca>
Co-authored-by: Pedro Ribeiro <pedro.ribeiro@cross-join.com>
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-12-05 20:27:03 +00:00
Sangyeong Park
0c6fa288c2
feat(hydrator): add inline parameter support to Source Hydrator ( #24228 ) ( #24277 )
...
Signed-off-by: sangyeong01 <tkddud386@gmail.com>
Signed-off-by: sangyeong01 <sy.park@alpacax.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-12-05 12:32:48 -05:00
Peter Jiang
528482c87a
feat(ui): implement abstraction layer for appset ui support ( #24916 )
...
Signed-off-by: Peter Jiang <peterjiang823@gmail.com>
Signed-off-by: Peter Jiang <35584807+pjiang-dev@users.noreply.github.com>
2025-12-05 19:24:54 +02:00
Michael Crenshaw
e77acec858
feat: allow limiting clusterResourceWhitelist by resource name ( #12208 ) ( #24674 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-12-03 20:55:28 +00:00
Papapetrou Patroklos
1301eaa9e7
feat: use different env variable to control server side K8s API call timeout ( #25271 )
...
Signed-off-by: Patroklos Papapetrou <ppapapetrou76@gmail.com>
Signed-off-by: Papapetrou Patroklos <1743100+ppapapetrou76@users.noreply.github.com>
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
Co-authored-by: Dan Garfield <dan.garfield@octopus.com>
2025-12-02 11:34:50 +02:00
Nitish Kumar
27f30b4a7d
chore(refactor): use rbac package for valid actions ( #25456 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2025-12-01 01:05:43 -10:00
Robin Lieb
c917599b0b
docs: update RepoCreds Type description to include oci option ( #25353 )
...
Signed-off-by: Robin Lieb <34332703+robinlieb@users.noreply.github.com>
2025-11-19 12:01:30 -10:00
Alexander Matyushentsev
1b08fd1004
feat: add ability to use shallow clone for repositories ( #24931 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2025-11-03 13:00:59 -08:00
Atif Ali
4a71661dbe
chore(ui): fix Incorrect links to applications managed by other argo instances ( #23266 )
...
Signed-off-by: Atif Ali <atali@redhat.com>
2025-10-14 21:38:14 -04:00
Alexandre Gaudreault
7396c1a9d2
fix: hydration errors not set on applications ( #24755 )
...
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-09-30 21:44:43 +00:00
warjiang
983f47e3bb
fix: typo error in comments ( #24650 )
...
Signed-off-by: warjiang <1096409085@qq.com>
2025-09-23 13:42:00 -04:00
Alexander Matyushentsev
f6f1a42492
feat: add status.resourcesCount field to appset and change limit default ( #24698 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2025-09-23 12:11:36 -04:00
Alexandre Gaudreault
c377101491
fix(appset): progressive sync loop when application has sync errors ( #24507 )
...
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-09-16 17:56:55 +00:00
Oliver Gondža
5a8b427322
feat(controller): Permit using newer revision when retrying failed sync ( #11494 ) ( #23038 )
...
Signed-off-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-09-11 15:19:00 +00:00
Nitish Kumar
2e5601f932
chore(cli): print groups when retrieving roles info ( #24522 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2025-09-11 10:50:39 -04:00
Nitish Kumar
7ae14c89d9
feat: preserve non-hydrated files during hydration ( #24129 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2025-09-11 10:47:00 -04:00
Pavel
ed752cb540
fix: correct post-delete finalizer removal when cluster not found ( #24415 )
...
Signed-off-by: Pavel Aborilov <aborilov@gmail.com>
2025-09-08 08:50:23 -07:00
Michael Crenshaw
e8f86101f5
fix(security): repository.GetDetailedProject exposes repo secrets ( #24387 )
...
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
2025-09-04 10:59:58 -04:00
downfa11
4c9291152b
fix: syncPolicy.automated.enabled=false does not disable automated sync ( #24254 )
...
Signed-off-by: downfa11 <downfa11@naver.com>
2025-09-03 21:33:59 +05:30
Nitish Kumar
4dfab5d136
fix: remove tracking annotation from git manifest when performing hydration ( #23857 )
...
Signed-off-by: nitishfy <justnitish06@gmail.com>
2025-08-04 17:21:47 +03:00
Michael Crenshaw
6ec53193fd
chore(refactor): remove unused actions parameter fields ( #24008 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-08-01 08:01:49 -07:00
Itai Spiegel
42d4cfb857
fix: existingWindows to treat all fields of the window instead of a small subset of them ( #20712 ) ( #23636 )
...
Signed-off-by: Itai Spiegel <itai.spiegel@gmail.com>
2025-07-31 19:24:02 -04:00
Alexandre Gaudreault
69d1d88807
chore: remove ErrApplicationNotAllowedToUseProject from API ( #23972 )
...
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
2025-07-29 10:29:22 -04:00
Michael Crenshaw
8e00df5326
fix(repo-server): support .argocd-source.yaml kustomize version ( #23643 ) ( #23644 )
...
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Co-authored-by: rumstead <37445536+rumstead@users.noreply.github.com>
2025-07-16 15:12:25 +00:00