drone/git
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
..
api feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
check
command
diff
enum
hash
hook
merge
parser feat: [CODE-2528]: Support Git LFS (#3506) 2025-03-11 21:14:13 +00:00
sha
sharedrepo fix: [CODE-3307]: remove invalid file from repo if copy from sharedrepo fails (#3515) 2025-03-05 21:00:43 +00:00
storage
tempdir
types
blame.go
blob.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
branch.go
commit.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
common.go
context.go
diff.go
env.go
errors.go
hunk.go
interface.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
kuberesolver.go
mapping.go
match_files.go
merge.go feat: [CODE-3309]: move shared repo root dir to the same parent dir as the repos (#3517) 2025-03-05 21:16:00 +00:00
operations.go feat: [CODE-3309]: move shared repo root dir to the same parent dir as the repos (#3517) 2025-03-05 21:16:00 +00:00
params.go
path.go
pipeline.go
pre_receive_pre_processor.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
push_remote.go
ref.go
repo.go
scan_secrets.go feat: [CODE-3309]: move shared repo root dir to the same parent dir as the repos (#3517) 2025-03-05 21:16:00 +00:00
service_pack.go
service.go feat: [CODE-3309]: move shared repo root dir to the same parent dir as the repos (#3517) 2025-03-05 21:16:00 +00:00
sort.go
stream.go
submodule.go
summary.go
tag.go feat: [CODE-3309]: move shared repo root dir to the same parent dir as the repos (#3517) 2025-03-05 21:16:00 +00:00
tree.go
upload.go
validate.go
wire.go