drone/app/api/controller/githook
Darko Draskovic 060d977433 Add two new settings to branch rules: block merge and force push to branch (#2656)
* Fix rule naming, warn log and use switch case for ref update
* Fix tests
* Refactor isForcePush to remove post-receive only related msg
* Add two new settings to branch rules: block merge and force push to branch
2024-09-12 14:17:13 +00:00
..
client.go refactor git hook calling and shared repo (#1200) 2024-04-12 09:48:35 +00:00
controller.go Add two new settings to branch rules: block merge and force push to branch (#2656) 2024-09-12 14:17:13 +00:00
extender.go
git.go Add push file size limit and report func (and use it in githook) (#1173) 2024-04-24 16:31:18 +00:00
post_receive.go Add two new settings to branch rules: block merge and force push to branch (#2656) 2024-09-12 14:17:13 +00:00
pre_receive.go Add two new settings to branch rules: block merge and force push to branch (#2656) 2024-09-12 14:17:13 +00:00
pre_receive_file_size_limit.go Temporary rename info/alternates so --batch-all-objects doesn't follow it (#2039) 2024-05-20 18:43:52 +00:00
pre_receive_scan_secrets.go [Secret Scanning] Add basic support for gitleaksignore (#2030) 2024-05-09 22:00:03 +00:00
print.go Temporary rename info/alternates so --batch-all-objects doesn't follow it (#2039) 2024-05-20 18:43:52 +00:00
update.go
wire.go