Commit Graph

50 Commits (2728f0c21360a81845b7b5aebe68c857a5d04bd5)

Author SHA1 Message Date
wxiaoguang 124b072f0b
Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) 3 years ago
6543 3e88af898a
Make git.OpenRepository accept Context (#19260) 3 years ago
KN4CK3R 3f280f89e7
Update HTTP status codes to modern codes (#18063) 3 years ago
6543 3043eb36bf
Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 3 years ago
6543 80adbebbc8
Unexport git.GlobalCommandArgs (#18376) 3 years ago
Gusted c2e13fb763
Fix partial cloning a repo (#18373) 3 years ago
6543 54e9ee37a7
format with gofumpt (#18184) 3 years ago
Gusted ff2fd08228
Simplify parameter types (#18006) 3 years ago
Lunny Xiao 719bddcd76
Move repository model into models/repo (#17933) 3 years ago
Lunny Xiao 1fee11d69a
Move accessmode into models/perm (#17828) 3 years ago
Lunny Xiao a666829a37
Move user related model into models/user (#17781) 3 years ago
wxiaoguang 81926d61db
Decouple unit test, remove intermediate `unittestbridge` package (#17662) 3 years ago
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109) 3 years ago
Lunny Xiao a4bfef265d
Move db related basic functions to models/db (#17075) 3 years ago
Jimmy Praet 3d6cb25e31
Support unprotected file patterns (#16395) 3 years ago
a1012112796 3705168837
Add agit flow support in gitea (#14295) 3 years ago
Lunny Xiao e3c626834b
Let package git depend on setting but not opposite (#15241) 3 years ago
zeripath 84f5a0bc62
Always set the merge base used to merge the commit (#15352) 3 years ago
KN4CK3R c03e488e14
Add LFS Migration and Mirror (#14726) 4 years ago
zeripath 8be2cc4fc7
Reduce memory usage in testgit (#15306) 4 years ago
KN4CK3R 32833a9cfb
Fixed previous fix. (#15098) 4 years ago
zeripath 71aca93dec
Remove extraneous logging (#15020) 4 years ago
zeripath 6463483ec5
Do not show full lfs file on error in git_test.go:rawTest() (#14980) 4 years ago
a1012112796 a5279b74b6
Make manual merge autodetection optional and add manual merge as merge method (#12543) 4 years ago
zeripath 74bd9691c6
Re-attempt to delete temporary upload if the file is locked by another process (#12447) 4 years ago
zeripath 1f0b797ddc
Make the PushCreate test declarative (#11229) 4 years ago
zeripath d26aee3830
Slight performance changes to integrations/git_test.go (#11227) 4 years ago
zeripath 57cca44c5e
Generate Diff and Patch direct from Pull head (#10936) 5 years ago
zeripath cadec9bc22
Prevent panic on merge to PR (#10403) 5 years ago
John Olheiser 95013fde60
Fix push-create SSH bugs (#10145) 5 years ago
John Olheiser 6715677b2b Push to create repo (#8419) 5 years ago
David Svantesson bac4b78e09 Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) 5 years ago
Lunny Xiao 7b7d382b8b Fix datarace on git.GlobalCommandArgs on tests (#9162) 5 years ago
zeripath 055f6d2296 Fix "data race" in testlogger (#9159) 5 years ago
Lars Lehtonen 3dfe9190b0 integrations: fix dropped errors in TestCreateOrUpdateRepoFileForUpdateWithFileMove() (#9040) 5 years ago
zeripath 5e759b60cc Restore functionality for early gits (#7775) 5 years ago
zeripath baefea311f
Fix #732: Add LFS objects to base repository on merging (#7082) 5 years ago
zeripath fb4438a815
Improve git test (#7086) 5 years ago
zeripath 31557b1274
Fix LFS Locks over SSH (#6999) 5 years ago
zeripath 5422f23ed8 Quieter Integration Tests (#6513) 6 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 6 years ago
zeripath 2a03e96bce
Allow markdown files to read from the LFS (#5787) 6 years ago
zeripath 01c10a951b
Fix ssh deploy and user key constraints (#1357) (#5939) 6 years ago
zeripath 7096085f2b Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST header for deadline (#5250) 6 years ago
B-OnTheGo e47df0b301 Enforce token on api routes [fixed critical security issue #4357] (#4840) 6 years ago
Ethan Koenig a2648281a0 Improvements to git integration test (#3466) 7 years ago
Antoine GIRARD 9e842c8a72 Fix SSH auth lfs locks (#3152) 7 years ago
Antoine GIRARD 095fb9f2e3 Add integrations tests from git cli (#3377) 7 years ago
Antoine GIRARD ef78309b65 Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092) 7 years ago
Lunny Xiao f70758dec9 Add git clone test on integration test (#1682) 7 years ago