drone/git
Atefeh Mohseni Ejiyeh d3261ebc20 feat: [CODE-2528]: Update raw and get-content APIs to download lfs objects (#3549) 2025-04-02 21:28:41 +00:00
..
api feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
check [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
command feat: [CODE-3061]: make git functions return not found if commit is not found (#3304) 2025-01-21 16:15:41 +00:00
diff [maint] diff with json response contain diff with headers (#1035) 2024-02-09 12:20:23 +00:00
enum feat: [CODE-3076]: update several refs on merge (#3355) 2025-02-03 10:52:01 +00:00
hash [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
hook fix: [CODE-3173]: remove zero reference updated check (#3408) 2025-02-11 10:39:11 +00:00
merge feat: [CODE-3076]: update several refs on merge (#3355) 2025-02-03 10:52:01 +00:00
parser feat: [CODE-2528]: Update raw and get-content APIs to download lfs objects (#3549) 2025-04-02 21:28:41 +00:00
sha Code Suggestions - Backend Support (#2006) 2024-04-26 16:54:50 +00:00
sharedrepo fix: [CODE-3307]: remove invalid file from repo if copy from sharedrepo fails (#3515) 2025-03-05 21:00:43 +00:00
storage [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
tempdir feat: [CODE-2531]: replace os.IsNotExist(err) with error.Is(err, fs.ErrNotExist) (#3036) 2024-11-22 12:17:56 +00:00
types [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
blame.go feat: [PIPE-22535]: Include previous commit in blame (#2812) 2024-10-17 18:21:51 +00:00
blob.go feat: [CODE-2528]: Update raw and get-content APIs to download lfs objects (#3549) 2025-04-02 21:28:41 +00:00
branch.go feat: [CODE-3076]: update several refs on merge (#3355) 2025-02-03 10:52:01 +00:00
commit.go feat: [CODE-3352]: Add git pre-receive preprocessor (#3535) 2025-03-18 20:21:28 +00:00
common.go [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
context.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
env.go techdebt: fix latest linting issues (#806) 2023-11-16 12:02:05 +00:00
errors.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
hunk.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
interface.go feat: [CODE-3406] Add lfs checks to git pre-receive objects processor (#3607) 2025-04-02 16:55:36 +00:00
kuberesolver.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
mapping.go [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
match_files.go [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
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 [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
path.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
pipeline.go added git FS; removed clone from generate pipeline (#1219) 2024-04-16 08:02:21 +00:00
pre_receive_pre_processor.go feat: [CODE-2528]: Update raw and get-content APIs to download lfs objects (#3549) 2025-04-02 21:28:41 +00:00
push_remote.go fix: [CODE-2501] Handle Internal Server Error When Querying Non-existing Git References (#3136) 2024-12-13 02:27:30 +00:00
ref.go feat: [CODE-3076]: update several refs on merge (#3355) 2025-02-03 10:52:01 +00:00
repo.go fix: [CODE-3249]: Silent not found error on delete git repository (#3477) 2025-03-01 01:55:35 +00:00
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.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 [code-1946] initial work on ssh server (#2075) 2024-06-03 12:47:31 +00:00
sort.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
stream.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
submodule.go [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
summary.go fix: [CODE-2717]: Modify Sync to take DefaultBranch as input (#2962) 2024-11-11 23:18:28 +00:00
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 feat: [PIPE-21976]: add flattened directory listing (#2869) 2024-10-30 13:26:42 +00:00
upload.go [code-1016] Replace `gitea` Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
validate.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
wire.go refactor git hook calling and shared repo (#1200) 2024-04-12 09:48:35 +00:00