533 Commits (v1.25.0-dev)

Author SHA1 Message Date
Denys Konovalov 9a071a596f
Add API endpoint to request contents of multiple files simultaniously (#34139) 10 months ago
Lunny Xiao ae0af8ea5b
Refactor Git Attribute & performance optimization (#34154) 10 months ago
Lunny Xiao 32b97b3ce8
Uniform all temporary directories and allow customizing temp path (#32352) 10 months ago
Kerwin Bryant 8c9d2bdee3
Keep file tree view icons consistent with icon theme (#33921) 10 months ago
Lunny Xiao 7a09bc904a
Avoid creating unnecessary temporary cat file sub process (#33942) 10 months ago
Lunny Xiao c27d87a9ac
Refactor Branch struct in package modules/git (#33980) 10 months ago
TheFox0x7 ee3c82f874
Enable addtional linters (#34085) 10 months ago
wxiaoguang 86c1a33369
Fix some UI bugs and clean up unused tests (#34088) 10 months ago
TheFox0x7 0fde8ecd55
Enable testifylint rules (#34075) 10 months ago
TheFox0x7 2a59dfbd47
enable staticcheck QFxxxx rules (#34064) 10 months ago
Lunny Xiao c1b9ecca34
Decouple Batch from git.Repository to simplify usage without requiring the creation of a Repository struct. (#34001) 10 months ago
charles a7594969b6
Fix the issue with error message logging for the `check-attr` command on Windows OS. (#34035) 11 months ago
wxiaoguang 96e7369515
Try to fix check-attr bug (#34029) 11 months ago
Lunny Xiao d6e94fa4e4
Move duplicated functions (#33977) 11 months ago
Lunny Xiao 3fe449c21a
Use filepath.Join instead of path.Join for file system file operations (#33978) 11 months ago
wxiaoguang 9d7c02f9f7
Try to figure out attribute checker problem (#33901) 11 months ago
Lunny Xiao 0056fdb942
Move git references checking to gitrepo packages to reduce expose of repository path (#33891) 11 months ago
Kerwin Bryant 92f997ce6b
Add file tree to file view page (#32721) 11 months ago
wxiaoguang 403775e74e
Improve issue & code search (#33860) 11 months ago
wxiaoguang 657239b480
Fix material icon & diff highlight (#33844) 11 months ago
Dustin Firebaugh 3f1f808b9e
Full-file syntax highlighting for diff pages (#33766) 11 months ago
wxiaoguang 6422f05a4e
Decouple diff stats query from actual diffing (#33810) 11 months ago
TheFox0x7 ae3a18e01a
Remove context from git struct (#33793) 11 months ago
TheFox0x7 cc1fdc84ca
Use test context in tests and new loop system in benchmarks (#33648) 12 months ago
Alexander McRae a1f1bccd7a
Add go wrapper around git diff-tree --raw -r -M (#33369) 1 year ago
Rowan Bohde ac2d97cb61
Link to tree views of submodules if possible (#33424) 1 year ago
Zettat123 a9577e0808
Fix `GetCommitBranchStart` bug (#33298) 1 year ago
wxiaoguang 7069369e03
Support performance trace (#32973) 1 year ago
Michael Vetter 076d122f34
Fix typo in documentation of GetBranchNames() (#33330) 1 year ago
hiifong b7614e2d2f
Fix parentCommit invalid memory address or nil pointer dereference. (#33204) 1 year ago
wxiaoguang 2ea929a952
Refactor RefName (#33234) 1 year ago
wxiaoguang 81352542fd
Refactor context RefName and RepoAssignment (#33226) 1 year ago
Lunny Xiao be4e961240
Fix mirror bug (#33224) 1 year ago
TheFox0x7 2a02734f93
Refactor older tests to use testify (#33140) 1 year ago
Rowan Bohde a8e7caedfa
add submodule diff links (#33097) 1 year ago
yp05327 0d7d2ed39d
Support the new exit code for `git remote` subcommands for git version >=2.30.0 (#33129) 1 year ago
wxiaoguang 34dfc25b83
Make git clone URL could use current signed-in user (#33091) 1 year ago
wxiaoguang e709cc76da
Make Gitea always use its internal config, ignore `/etc/gitconfig` (#33076) 1 year ago
Steffen Schröter 57eb9d0b64
Inherit submodules from template repository content (#16237) 1 year ago
Lunny Xiao f4ccbd38dc
Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from latest commit cache (#32987) 1 year ago
Lunny Xiao b8b690feb9
Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817) 1 year ago
wxiaoguang bd5d1341d4
Fix commit range paging (#32944) 1 year ago
Lunny Xiao 751fe8b714
Move some errors to their own sub packages (#32880) 1 year ago
wxiaoguang 52b319bc00
Refactor pprof labels and process desc (#32909) 1 year ago
TheFox0x7 33e8e82c4b
Enable tenv and testifylint rules (#32852) 1 year ago
silverwind 1cfb718976
Update golangci-lint to v1.62.2, fix issues (#32845) 1 year ago
wxiaoguang 22bf2ca6ba
Make API "compare" accept commit IDs (#32801) 1 year ago
Lunny Xiao fbe6d9dc6b
Use batch database operations instead of one by one to optimze api pulls (#32680) 1 year ago
wxiaoguang 513da407f4
Support "merge upstream branch" (Sync fork) (#32741) 1 year ago
Zettat123 5dda9510f4
Fix gogit `GetRefCommitID` (#32705) 1 year ago