drone/app/api/controller/githook
Darko Draskovic 53000fe59d feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512)
* Move output error init and error print outside of refupdates loop
* Merge remote-tracking branch 'origin/main' into dd/git-commiter
* Merge remote-tracking branch 'origin/main' into dd/git-commiter
* Merge remote-tracking branch 'origin/main' into dd/git-commiter
* Return commit sha email map and print user commiter mismatches
* Merge remote-tracking branch 'origin/main' into dd/git-commiter
* Move user commiter match check into separate func/file and add user_commiter_match setting
* Address empty repo push case
* Add GetBranchCommiterEmails func
* Add alt obj dirs to git GetCommit and getCommit
* Block any push that contains commits not committed by the user
2025-03-10 12:43:23 +00:00
..
client.go feat: [CODE-2402] : Update all occurences of 'gitness' to 'harness' within comments and markdown. Updated the logo reference (did not delete the Gitness logo directory yet). No active code changes except display strings. (#2684) 2024-09-25 00:13:28 +00:00
controller.go feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
extender.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +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 techdebt: [CODE-3209]: move caches to store package (#3449) 2025-02-24 17:37:49 +00:00
pre_receive.go feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
pre_receive_file_size_limit.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
pre_receive_scan_secrets.go feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
pre_receive_user_commiter.go feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
print.go feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
update.go Improve secret scanning output (#1170) 2024-03-29 19:33:08 +00:00
wire.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00