mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* turn text input into select input * mimic old behavior for pre-existing projects * explicit settings under the project should have precedence * add PrebuildBranchPattern to project settings * add branch name pattern to project settings page * fixup c&p error * match branch names by glob pattern * fix pattern matching * fix project settings form * fix initial value for prebuildBranchPattern * adding more tests * add globstar tes * fixup rebase error * Apply suggestions from code review Co-authored-by: George Tsiolis <tsiolis.g@gmail.com> * fine tune debounce wait --------- Co-authored-by: George Tsiolis <tsiolis.g@gmail.com>