Add column 'branch_filter_strategy' to 'web_hooks'
What does this MR do and why?
Add column branch_filter_strategy
to table web_hooks
of database.
While allowing webhook to support regex, it can be compatible with historical wildward. We let the user choose which parsing strategy to use, this choice is stored in a new column branch_filter_strategy
.
Issue: Webhook push events support regular expressions
Screenshots or screen recordings
Before | After |
---|---|
cc @prajnamas @icbd
Edited by Zhiyuan Lu