drone/app/api
Darko Draskovic 07224c37de feat: [CODE-3352]: Add git pre-receive preprocessor (#3535)
* Replace map[string]string with []CommitInfo in FindCommitterMismatchOutput
* Merge remote-tracking branch 'origin/main' into dd/pre-preceive-preprocessor
* Merge remote-tracking branch 'origin/main' into dd/pre-preceive-preprocessor
* Add total to FindCommitterMismatchOutput
* Reuse changedRefs for only deleted branches on push check
* Merge remote-tracking branch 'origin/main' into dd/pre-preceive-preprocessor
* Fix typo commiter -> committer
* Rename listAllObjects in listGitObjDir and loop thru dirs outside listGitObjDir
* Use line with commiter prefix to find commiter email
* Merge remote-tracking branch 'origin/main' into dd/pre-preceive-preprocessor
* Merge remote-tracking branch 'origin/main' into dd/pre-preceive-preprocessor
* Rename vars and add total to findOversizeFiles
* Use CatFileBatch instead of git show info to find commiter emails and remove unused CatFileBatchCheck
* Use WithAlternateObjectDirs in findCommiterEmailsMismatch
* Merge remote-tracking branch 'origin/mai
2025-03-18 20:21:28 +00:00
..
auth feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
controller feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
handler feat: [CDE-669]: Integrating gitspaces and infra providers with delete spaces functionality. (#3558) 2025-03-18 08:00:25 +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 feat: [CODE-2528]: Support Git LFS (#3506) 2025-03-11 21:14:13 +00:00
request feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
usererror fix: [CODE-3288]: Revert "Block any push that contains commits not committed by the user (#3512)" (#3532) 2025-03-10 16:49:41 +00:00
api.go