drone/app/api/request
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
..
archive_test.go
archive.go
auth.go
check.go
common.go feat: [CODE-3134]: Add fetch label with include_values query param (#3369) 2025-02-04 19:53:27 +00:00
connector.go
context_test.go
context.go
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
execution.go
git_test.go
git.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
gitspace.go
infra_provider.go
label.go
lfs.go feat: [CODE-2528]: Support Git LFS (#3506) 2025-03-11 21:14:13 +00:00
membership.go
pipeline.go
principal.go
publickey.go
pullreq.go feat: [CODE-3174]: improve pullreq space list API (#3409) 2025-02-11 20:21:06 +00:00
repo.go fix: [CODE-3057]: Revert "temporary fix for listing more than 30 repos in a single request" (#3324) 2025-01-27 08:06:38 +00:00
rule.go
secret.go
space.go
template.go
time.go
token.go
util_test.go
util.go
webhook.go