Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -4/+4 |
| | | | | | | and migrate affected code _last refactoring bits to replace **util.OptionalBool** with **optional.Option[bool]**_ | ||||
* | Add user webhooks (#21563) | KN4CK3R | 2023-03-10 | 1 | -5/+5 |
| | | | | | | | Currently we can add webhooks for organizations but not for users. This PR adds the latter. You can access it from the current users settings.  | ||||
* | Support system hook API (#14537) | Lunny Xiao | 2023-01-28 | 1 | -0/+81 |
This add system hook API |