You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rename Action closed to close: State - closed, Action - close
* Fix logic for close and closed MR
* Fix logic for update action into MR and flag never
we set it on 1st place because the more important type of hook than flag approved or not.
Also update action often came with opened state.
* Update tests
* Fix merge handler tests with never rebuild feature
Signed-off-by: Brady Pratt <bpratt@redhat.com>
---------
Signed-off-by: Brady Pratt <bpratt@redhat.com>
Co-authored-by: Yaraslau Supanitski <yaraslau_supanitski@epam.com>
Co-authored-by: Bruno Verachten <gounthar@gmail.com>
Co-authored-by: Kris Stern <krisstern@outlook.com>
Copy file name to clipboardExpand all lines: src/main/java/com/dabsquared/gitlabjenkins/trigger/handler/merge/MergeRequestHookTriggerHandlerFactory.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,12 @@ public static MergeRequestHookTriggerHandler newMergeRequestHookTriggerHandler(b
Copy file name to clipboardExpand all lines: src/test/java/com/dabsquared/gitlabjenkins/trigger/handler/merge/MergeRequestHookTriggerHandlerImplTest.java
0 commit comments