This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * add sendFinished to interface/model Signed-off-by: ermin.muratovic <[email protected]> * add checkbox to webhook settings form Signed-off-by: ermin.muratovic <[email protected]> * store and read sendFinished in webhook.yaml Signed-off-by: ermin.muratovic <[email protected]> * show info with details and link to docs Signed-off-by: ermin.muratovic <[email protected]> * make sendFinished by default true Signed-off-by: ermin.muratovic <[email protected]> * update info message Signed-off-by: ermin.muratovic <[email protected]> * sendFinished checkbox should only be enabled for triggered events Signed-off-by: ermin.muratovic <[email protected]> * set sendFinished on triggered only Signed-off-by: ermin.muratovic <[email protected]> * default sendFinished true Signed-off-by: ermin.muratovic <[email protected]> * disable checkbox via formControl Signed-off-by: ermin.muratovic <[email protected]> * when sendFinished does not exist in yaml fallback to false Signed-off-by: ermin.muratovic <[email protected]> * update already existing webhooks sendFinished Signed-off-by: ermin.muratovic <[email protected]> * default value is already in model defined Signed-off-by: ermin.muratovic <[email protected]> * add line separator Signed-off-by: ermin.muratovic <[email protected]> * make label of disabled checkbox lighter color Signed-off-by: ermin.muratovic <[email protected]> * make input radio and enabled for '*' and 'triggered' Signed-off-by: ermin.muratovic <[email protected]> * trigger form change on radio change Signed-off-by: ermin.muratovic <[email protected]> * fix tests Signed-off-by: ermin.muratovic <[email protected]> * fix tests Signed-off-by: ermin.muratovic <[email protected]> * update sendFinished control correctly Signed-off-by: ermin.muratovic <[email protected]> * make webhook lowercase Signed-off-by: ermin.muratovic <[email protected]> * fix tests Signed-off-by: ermin.muratovic <[email protected]>
- Loading branch information
1 parent
5e779eb
commit 89598f8
Showing
13 changed files
with
185 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters