drone/git/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
..
foreachref
api_test.go
api.go
archive.go
blame_test.go
blame.go
blob.go
branch.go feat: [code-2984]: fix datarace on branch and tag counts, improved cmd package with mutex (#3202) 2024-12-25 13:22:48 +00:00
cat-file.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
commit.go 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
config.go
diff_test.go
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
errors.go
files.go
format.go feat: [CODE-2567]: improve git commit message handling (#2849) 2024-10-24 10:08:36 +00:00
fs.go feat: [PIPE-21976]: add flattened directory listing (#2869) 2024-10-30 13:26:42 +00:00
last_commit_cache.go fix: [CODE-2833]: Ignore Redis related cache errors when get/set key (#3059) 2024-11-28 18:19:12 +00:00
mapping.go
match_files.go feat: [PIPE-21976]: add flattened directory listing (#2869) 2024-10-30 13:26:42 +00:00
merge.go
object.go
paths_details.go
ref.go fix: [CODE-2501] fix handling non-cmd errors (#3305) 2025-01-21 22:15:29 +00:00
repo.go fix: [CODE-2717]: Modify Sync to take DefaultBranch as input (#2962) 2024-11-11 23:18:28 +00:00
rev.go fix: [CODE-2501] Handle Internal Server Error When Querying Non-existing Git References (#3136) 2024-12-13 02:27:30 +00:00
service_pack.go feat: [CODE-3112]: write response using pkt error format in service pack and advertise refs (#3348) 2025-01-30 08:33:28 +00:00
signature.go
submodule.go
tag.go feat: [code-2984]: fix datarace on branch and tag counts, improved cmd package with mutex (#3202) 2024-12-25 13:22:48 +00:00
tree.go feat: [PIPE-21976]: add flattened directory listing (#2869) 2024-10-30 13:26:42 +00:00
util.go
wire.go