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 feat: [code-2976]: replace go-chi with chi v5 (#3186) 2024-12-20 18:16:33 +00:00
archive.go fix complex file extensions like tar.gz (#2143) 2024-07-15 14:41:58 +00:00
auth.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
check.go add API: get recent status check UIDs (#685) 2023-10-19 06:19:42 +00:00
common.go feat: [CODE-3134]: Add fetch label with include_values query param (#3369) 2025-02-04 19:53:27 +00:00
connector.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
context_test.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
context.go feat: [CODE-2865]: ssh support changes (#3052) 2025-01-13 15:56:57 +00:00
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
execution.go feat: [PIPE-22871]: API for listing executions for a project/space (#2941) 2024-11-08 11:55:40 +00:00
git_test.go [code-1016] Replace gitea Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
git.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
gitspace.go fix: [CDE-332]: gitspaces swagger fix (#2916) 2024-11-04 08:19:40 +00:00
infra_provider.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
label.go feat: [PIPE-24548]: Add label PR label assignment count (#3292) 2025-01-17 17:37:46 +00:00
lfs.go feat: [CODE-2528]: Support Git LFS (#3506) 2025-03-11 21:14:13 +00:00
membership.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
pipeline.go feat: [PIPE-23137]: updated executionInfo struct with more data and added lastExecutions to list space pipelines API (#2958) 2024-11-08 19:08:20 +00:00
principal.go feat: [CODE-1741]: add new API endpoint for principal find operation (#1227) 2024-04-25 13:10:56 +00:00
publickey.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
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 feat: [CODE-2297]: add dry run param for delete branch API (#2590) 2024-08-28 08:39:04 +00:00
secret.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
space.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00
template.go fix space path handling (#2577) 2024-08-26 13:13:25 +00:00
time.go fix: [code-2912]: minor improvements, requested changes (#3197) 2024-12-23 16:20:40 +00:00
token.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00
util_test.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
util.go feat: [code-2976]: replace go-chi with chi v5 (#3186) 2024-12-20 18:16:33 +00:00
webhook.go [MISC] Move UID to Identifier to match Harness Standards (#992) 2024-01-29 23:29:53 +00:00