argo-cd/cmd/argocd/commands
Vilius Puskunalis 611fcb012c
Some checks are pending
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
feat: add sync overrun option to sync windows (#25361) (#25510)
Signed-off-by: Vilius Puškunalis <47086537+puskunalis@users.noreply.github.com>
2026-04-20 06:55:13 +00:00
..
admin chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
headless refactor: replace ptr.To with new(expr) (#26534) 2026-02-24 17:42:12 +01:00
initialize chore(ci): upgrade golangci-lint to v2 (#22484) 2025-03-27 12:37:52 -04:00
testdata feat(cli): Add Plugin Support to the Argo CD CLI (#20074) 2025-05-05 16:12:33 -07:00
utils fix: respect delete confirmation for argocd app deletion (#22657) 2025-04-14 07:49:28 -07:00
account.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
app.go feat: add sync overrun option to sync windows (#25361) (#25510) 2026-04-20 06:55:13 +00:00
app_actions.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
app_resource_test.go fix: get app resources tree view (#26166) 2026-02-03 15:54:10 -05:00
app_resources.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
app_test.go fix: allow automatedSyncPolicy fields to be changed to false (#26763) 2026-03-14 11:27:15 -04:00
applicationset.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
applicationset_test.go fix: allow automatedSyncPolicy fields to be changed to false (#26763) 2026-03-14 11:27:15 -04:00
bcrypt.go feat(cli): support password prompt input when --password is not provided in bcrypt cli (#23906) 2025-07-24 11:35:29 +03:00
bcrypt_test.go feat(cli): support password prompt input when --password is not provided in bcrypt cli (#23906) 2025-07-24 11:35:29 +03:00
cert.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
cert_test.go fix: use certificate fingerprints to deduplicate TLS certs (#25779) 2026-03-11 14:33:00 +00:00
cluster.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
cluster_test.go chore: stop using the deprecated fields of the cluster structure (#25745) 2026-01-06 18:15:52 +02:00
common.go chore(cmd): unify CLI names via common constants and simplify main dispatch (#24486) 2026-02-15 12:03:39 +01:00
common_test.go chore: enable var-naming from revive (#21861) 2025-02-18 11:02:38 -05:00
completion.go feat(cli): add powershell completion (#25595) 2025-12-11 08:08:55 +02:00
configure.go chore: unify clientOpts usage in command parameters (#24251) 2026-03-11 17:09:18 +02:00
configure_test.go Bump major version to 3 (#21410) 2025-01-10 16:14:00 -05:00
context.go fix: check for no local config when running argocd context dev-system (#25245) 2025-12-01 12:33:42 +05:30
context_test.go chore(ci): upgrade golangci-lint to v2 (#22484) 2025-03-27 12:37:52 -04:00
gpg.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
gpg_test.go chore: add unit tests for printKeyTable (header, rows, uppercase subtype) (#24274) (#24706) 2025-09-24 17:36:59 +05:30
login.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
login_test.go fix(server): avoid unnecessary claims restrictions (#22973) (#23202) 2025-05-29 18:57:12 +00:00
logout.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
logout_test.go fix(server): invalidate JWT tokens on logout (#26388) 2026-03-10 09:03:48 -04:00
plugin.go chore(cmd): Fix modernize linter (#26321) 2026-02-08 17:51:03 +02:00
plugin_test.go chore(cli): plugins always have an argocd prefix (#24768) 2025-09-29 20:56:26 +05:30
project.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
project_role.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
project_test.go feat: allow limiting clusterResourceWhitelist by resource name (#12208) (#24674) 2025-12-03 20:55:28 +00:00
projectwindows.go feat: add sync overrun option to sync windows (#25361) (#25510) 2026-04-20 06:55:13 +00:00
projectwindows_test.go feat: add sync overrun option to sync windows (#25361) (#25510) 2026-04-20 06:55:13 +00:00
relogin.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
relogin_test.go chore: unify clientOpts usage in command parameters (#24251) 2026-03-11 17:09:18 +02:00
repo.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
repocreds.go chore: enable unnecessary-format rule from revive (#26958) 2026-04-16 11:21:56 -04:00
root.go chore(cmd): unify CLI names via common constants and simplify main dispatch (#24486) 2026-02-15 12:03:39 +01:00
tree.go chore: fix gitops-engine mod name so it can be referenced by external repos (#26407) 2026-02-12 09:29:40 -05:00
tree_test.go Bump major version to 3 (#21410) 2025-01-10 16:14:00 -05:00
version.go chore(cmd): unify CLI names via common constants and simplify main dispatch (#24486) 2026-02-15 12:03:39 +01:00
version_test.go Bump major version to 3 (#21410) 2025-01-10 16:14:00 -05:00