image-automation-controller/internal/controller
Sanskar Jaiswal 1dd0e63924
add support for specifying push options
Add `.spec.git.push.options` to allow specifying the push options to be
sent to the upstream Git server during a push operation. For more info,
see: https://git-scm.com/docs/git-push#Documentation/git-push.txt---push-optionltoptiongt

This is useful for platforms like GitLab when used with
image-automation-controller by enabling the creation of MRs automatically
upon a push operation (ref: https://docs.gitlab.com/ee/user/project/push_options.html#push-options-for-merge-requests)

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2023-08-23 20:48:09 +05:30
..
testdata Rename controllers to controller 2023-05-25 10:08:03 +02:00
controllers_fuzzer_test.go Set controller package name 2023-05-31 13:15:46 +02:00
imageupdateautomation_controller.go add support for specifying push options 2023-08-23 20:48:09 +05:30
imageupdateautomation_controller_test.go Set controller package name 2023-05-31 13:15:46 +02:00
suite_test.go Handle delete before adding finalizer 2023-07-31 15:32:48 +05:30
update_test.go retry reconciliation in delete before finalizer test 2023-08-23 18:31:43 +05:30