drone/app/api/controller/githook
Atefeh Mohseni Ejiyeh cef6708a1e Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158)
* update migrator mdoule
* added formatted forbidden error helper
* delete work sum
* check branch rule identifier check
* match migrator data contract for webhooks
* self review
* self review
* self review, code cleaning
* resolve conflicts
* updated import api calls
* resolve conflicts
* lint
* bypass pre-receive block ref update on push if it's migrator push
* migrate controller and apis
* pull main
* add migrate routes to terminate path prefix apis
* move apis to migrate pkg
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into atmsn/import_meta
* import branch rules API
* wip import webhooks
2024-08-07 23:40:09 +00:00
..
client.go refactor git hook calling and shared repo (#1200) 2024-04-12 09:48:35 +00:00
controller.go Update default branch on empty repo for first commit (#1122) 2024-04-04 01:16:43 +00:00
extender.go Add alternate_object_dirs support to githook handlers (#1141) 2024-03-26 23:52:49 +00:00
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 Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +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
pre_receive.go Support Repo Migration APIs (create repo, import PRs, webhooks, and branch rules) (#2158) 2024-08-07 23:40:09 +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 Improve secret scanning output (#1170) 2024-03-29 19:33:08 +00:00
wire.go Update default branch on empty repo for first commit (#1122) 2024-04-04 01:16:43 +00:00