drone/app/api
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
..
auth feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
controller feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
handler feat: [CDE-660]: Adding support for listing and (soft) deleting infra provider configs. (#3502) 2025-03-04 06:35:19 +00:00
middleware fix: [AH-865]: Updated encode logic to support multiple separators in the path (#3465) 2025-02-26 02:27:52 +00:00
openapi fix: [PIPE-25291]: Added openapi endpoint for repo "import-progress" api (#3452) 2025-02-19 16:04:07 +00:00
render
request feat: [CODE-3174]: improve pullreq space list API (#3409) 2025-02-11 20:21:06 +00:00
usererror feat: [CODE-3288]: Block any push that contains commits not committed by the user (#3512) 2025-03-10 12:43:23 +00:00
api.go