summaryrefslogtreecommitdiffhomepage
path: root/cmd/gitops-pusher
AgeCommit message (Expand)AuthorFilesLines
2026-01-08cmd,internal,feature: add workload idenity support to gitops pusherMario Minardi1-38/+73
2025-06-16scripts/check_license_headers.sh: delete, rewrite as a Go testBrad Fitzpatrick1-0/+1
2025-02-18cmd/gitops-pusher: log error details when unable to fetch ACL ETagPercy Wegmann1-1/+3
2024-12-05cmd/gitops-pusher: default previousEtag to controlEtag (#14296)Andrew Lytvynov1-6/+6
2024-08-08cmd/gitops-pusher: ignore previous etag if local acls match control (#13068)Andrew Lytvynov1-11/+11
2024-08-08cmd/gitops-pusher: add --fail-on-manual-edits flag (#13066)Andrew Lytvynov1-11/+24
2024-02-09cmd/gitops-pusher: only use OAuth creds if non-empty stringJenny Zhang1-1/+3
2024-01-29cmd/gitops-pusher: fix logic for checking credentialsgitops-1.58.2Will Norris1-1/+1
2023-09-04.github,cmd/gitops-pusher: update to checkout@v4Maisem Ali1-1/+1
2023-07-19cmd/gitops-pusher: re-use existing types from acl packageJenny Zhang2-14/+78
2023-02-27Add support for OAuth tokens #7394 (#7393)Vladimir Pouzanov1-19/+36
2023-01-27all: update copyright and license headersWill Norris2-6/+4
2023-01-26util/httpm: add new package for prettier HTTP method constantsBrad Fitzpatrick1-3/+4
2022-12-14cmd/gitops-pusher: support alternate api-server URLsDenton Gentry1-3/+4
2022-09-01cmd/gitops-pusher: standardize hujson before posting to validate (#5525)Xe Iaso1-3/+7
2022-08-30cmd/gitops-pusher: be less paranoid about external modifications (#5488)Xe Iaso1-8/+1
2022-07-25cmd/gitops-pusher: things i forgot to push last PR (#5128)Xe Iaso1-4/+5
2022-07-22cmd/gitops-pusher: add etag cache file for the three version problem (#5124)Xe Iaso3-8/+129
2022-07-22cmd/gitops-pusher: fix minor bug with ACL tests (#5123)Xe Iaso1-6/+6
2022-07-22cmd/gitops-pusher: port to use ffcli (#5113)Xe Iaso1-32/+95
2022-07-21cmd/gitops-pusher: use fmt.Println for errors (#5112)Xe Iaso1-3/+5
2022-07-15cmd/gitops-pusher: format HuJSON, enabling exact ACL matches (#5061)Xe Iaso1-4/+9
2022-07-15cmd/gitops-pusher: support GitHub Actions error syntax (#5060)Xe Iaso1-4/+18
2022-07-08cmd/gitops-pusher: correctly handle ACL tests failing (#5016)Xe Iaso1-7/+19
2022-06-21cmd/gitops-pusher: add new GitOps assistant (#4893)Xe Iaso2-0/+271