Commit Graph

214 Commits (mj-v1.14.3)

Author SHA1 Message Date
Lauris BH 81cfe243f9
Add top author stats to activity page (#9615)
4 years ago
zeripath 66ee9b87f9 Add require signed commit for protected branch (#9708)
4 years ago
David Svantesson 25531c71a7 Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)
4 years ago
zeripath 0c07f1de5b Provide Default messages for merges (#9393)
4 years ago
Mario Lubenka 61db834904 Change target branch for pull request (#6488)
4 years ago
zeripath e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
4 years ago
zeripath 74179d1b5e Remove SavePatch and generate patches on the fly (#9302)
4 years ago
Mura Li 6e6936d73d Fix nondeterministic behavior (#9341)
4 years ago
zeripath dc2fe9801f Make repository management section handle lfs locks (#8726)
4 years ago
zeripath 60c5339042 Graceful: Cancel Process on monitor pages & HammerTime (#9213)
4 years ago
John Olheiser 15a5c10d33 Variable expansion in repository templates (#9163)
4 years ago
Lunny Xiao 7b7d382b8b Fix datarace on git.GlobalCommandArgs on tests (#9162)
4 years ago
Lunny Xiao 8ab35eefc4 Move mirror sync actions to notification (#9022)
4 years ago
Benno 149a9df9e8 Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)
5 years ago
zeripath 722a7c902d
Add Close() method to gogitRepository (#8901)
5 years ago
zeripath 74bb292fe3
Migrate temp_repo.go to use git.NewCommand (#8918)
5 years ago
zeripath ee1d64ddd1
Stop using git count-objects and use raw directory size for repository (#8848)
5 years ago
zeripath 8eeb2877d5
Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)
5 years ago
jaqra 065bbddab9 Fix count for commit graph last page (#8843)
5 years ago
Lunny Xiao 21dfe1b256
fix 500 when edit hook (#8782)
5 years ago
zeripath 9d663dfde6 On windows set core.longpaths true (#8776)
5 years ago
zeripath 5e6a008fba
Add basic repository lfs management (#7199)
5 years ago
zeripath 28f60bb5cb
Ensure default gpg settings not nil and found commits have reference to repo (#8604)
5 years ago
zeripath fcb535c5c3
Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)
5 years ago
zeripath c888ebfba7 IsBranchExist: return false if provided name is empty (#8485)
5 years ago
zeripath 5e759b60cc Restore functionality for early gits (#7775)
5 years ago
Mario Lubenka f92a0b68fe Bugfix for image compare and minor improvements to image compare (#8289)
5 years ago
Mario Lubenka a37236314c Adds side-by-side diff for images (#6784)
5 years ago
Filip Navara 52fda312df Fix reading git notes from nested trees (#8026)
5 years ago
guillep2k 4cb1bdddc8 Strict name matching for Repository.GetTagID() (#8074)
5 years ago
Gary Kim ee11974719 Search Commits via Commit Hash (#7400)
5 years ago
Richard Mahn 3302066f69 Fixes #7945 - makes sure we are only getting tag refs (#7990)
5 years ago
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
5 years ago
Mura Li 602155df7b Do not fetch all refs (#7797)
5 years ago
zeripath 7ad67109d7
Be more strict with git arguments (#7715)
5 years ago
guillep2k 3566d2c860 Include "executable" files in the index, as they are not necessarily binary (#7718)
5 years ago
zeripath a4b7a4f2f8 Correct wrong datetime format for git (#7689)
5 years ago
Christian Muehlhaeuser 5e4e7d3df0 Added missing error checks in tests (#7554)
5 years ago
Christian Muehlhaeuser 54d96c79b5 Removed unnecessary conversions (#7557)
5 years ago
silverwind fe7689a6b2 Fix empty commits now showing in repo overview (#7521)
5 years ago
Cherrg a7b1ba0e3d wiki history improvements (#7391)
5 years ago
Mura Li f88aa1d215 Support git.PATH entry in app.ini (#6772)
5 years ago
Filip Navara 6e2a59e4ce Use commit graph files for listing pages (#7314)
5 years ago
Richard Mahn cd96dee982 Fixes #7292 - API File Contents bug (#7301)
5 years ago
Lunny Xiao d741316aae add commitgraph support global default true when git version >= 2.18 (#7313)
5 years ago
Richard Mahn 567e117df8 Fixes #7238 - Annotated tag commit ID incorrect (#7321)
5 years ago
Lunny Xiao edc94c7041 Monitor all git commands; move blame to git package and replace git as a variable (#6864)
5 years ago
mrsdizzie a25b3d4c72 Fix Submodule dection in subdir (#7275)
5 years ago
Lunny Xiao 8ec659722d Only check and config git on web subcommand but not others (#7236)
5 years ago
kolaente f9ec2f89f2 Add golangci (#6418)
5 years ago
Mario Lubenka 1608f63e39 Fixes diff on merged pull requests (#7171)
5 years ago
Richard Mahn 8de0b0a3f0 Fixes #2738 - Adds the /git/tags API endpoint (#7138)
5 years ago
Mario Lubenka 311ce2d1d0 Compare branches, commits and tags with each other (#6991)
5 years ago
mrsdizzie 2ac2a5b0ba Refactor submodule URL parsing (#7100)
5 years ago
Vladimir Panteleev a98e085031 Show git-notes (#6984)
5 years ago
zeripath 0d69dfb4ca
Do not attempt to return blob on submodule (#6996)
5 years ago
Lunny Xiao 710245e81e
Refactor models.NewRepoContext to extract git related codes to modules/git (#6941)
5 years ago
zeripath ce8de35334 Remove local clones & make hooks run on merge/edit/upload (#6672)
5 years ago
Mario Lubenka 55a8e12d85 Number of commits ahead/behind in branch overview (#6695)
5 years ago
Lauris BH 1fa9662946
Git statistics in Activity tab (#4724)
5 years ago
Filip Navara dbb0c9658c Fix #6813: Allow git.GetTree to take both commit and tree names (#6816)
5 years ago
Filip Navara 55daee8d22 Remove `seen` map from `getLastCommitForPaths` (#6807)
5 years ago
Filip Navara b83114f140 Fix one performance/correctness regression in #6478 found on Rails repository. (#6686)
5 years ago
Filip Navara 2af67f6044 Improve listing performance by using go-git (#6478)
5 years ago
Richard Mahn 2262811e40 Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)
5 years ago
Mura Li 2a9806bfc6 Pre-calculate the absolute path of git (#6575)
5 years ago
Mura Li 3186ef554c Support search operators for commits search (#6479)
5 years ago
zeripath 89cc7c646d
Prevent server 500 on compare branches with no common history (#6555)
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
5 years ago
Unknwon 9a2e43bff2 move out git module and #1573 send push hook
9 years ago
Adam Strzelecki 3df5dcc1dc Allow pre-receive hook customization
9 years ago
Unknwon 56c66ee486 #2008 more supported git hooks
9 years ago
Unknwon 987dcc5372 fix #1383
9 years ago
Unknwon 902b578465 better escape char handle
9 years ago
Unknwon 3d14e73fd8 fix #1119 and data race in timming tasks
9 years ago
Unknwon 915bf1d2e3 Merge pull request #1994 from arthuroy/develop
9 years ago
Unknwon 2c653141a8 #1742 Update default branch in git repository while change in web view
9 years ago
Arthur Ouyang fc56f42dc3 Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error
9 years ago
Arthur Ouyang 0bd4d15e47 Use refStr[11:] instead of TrimPrefix
9 years ago
Arthur Ouyang e04c97b9fa Fix #1965 - the hyperlink and the display name of the branch
9 years ago
Unknwon e06558e208 #1922 Pull request fail to merge with BIN
9 years ago
Unknwon 3a81fdf092 rename fields
9 years ago
Unknwon 25ec20d525 #1838 update merge base before generate new patch
9 years ago
Matthias Pioch 8b92f9cca6 fix workaround for reverse proxy, ssh, submodule
9 years ago
Matthias Pioch 78a4e71245 workaround for reverse proxy, ssh, submodule
9 years ago
Unknwon c6ce6bd4c2 work on #1830
9 years ago
Unknwon 6a6e43f964 print out git version
9 years ago
Unknwon 215920772a save PR info as patch and minor fix on PR
9 years ago
Unknwon 953bb06857 basic PR feature
9 years ago
Unknwon 37e0cee877 finish PR UI
9 years ago
Unknwon 8c046073a8 work on PR conversation
9 years ago
Unknwon 125d314465 more clear error
9 years ago
Unknwon 1cb03135b7 new repo git hooks UI
9 years ago
Unknwon aa65761d81 new commits table
9 years ago
Unknwon ac616c07de fix #966
9 years ago
Unknwon 7372042441 list view: issue, label, milestone
9 years ago
Unknwon 6f8e388b55 fix #1169
9 years ago
Filippo Valsorda 5d5d774e03 Handle submodules without a .gitmodules entry - fix #1023
9 years ago
Unknwon 5e763baa12 modules/git/signature.go: parse date foramt #663
9 years ago
Unknwon 9dfa17faf2 modules/git: able to parse RFC1123Z date format #663
9 years ago
Unknwon 3005c4f6db Fix diff css style, hooks \r char
10 years ago
Unknwon 64c68220d2 Fix #264
10 years ago
Linquize 67c44b7d27 If git >= 2.0, sort tags in descending order by version number
10 years ago
Unknwon 2a031c1365 Fix #515
10 years ago
Unknwon ebb05475ed Fix #495 and cannot view repository by tag
10 years ago
Unknwon 3f707b3f32 Add basic submodule support
10 years ago
lunnyxiao 7df60af60e submodule support and closed #478
10 years ago
lunnyxiao 150eef93b2 add submodule basic support & buf fixed #478
10 years ago
Unknwon ae3639868e Quick fix on #476
10 years ago
Unknwon 62f21ff3ed Work on #476
10 years ago
Unknwon 0d9c41be7d Work on #476
10 years ago
Unknwon 9a1d5d2489 Finish new web hook pages
10 years ago
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
10 years ago
Unknwon 8dd07c0ddd New UI merge in progress
10 years ago