aboutsummaryrefslogtreecommitdiffstats
path: root/models/git
Commit message (Expand)AuthorAgeFilesLines
* Make FindBranches have stable result (#25631)wxiaoguang2023-07-031-6/+2
* Display branch commit status (#25608)Lunny Xiao2023-07-031-0/+47
* Get latest commit statuses from database instead of git data on dashboard for...Lunny Xiao2023-07-031-0/+17
* Following-up improvments for various PRs (#25620)wxiaoguang2023-07-011-2/+2
* Fix branch commit message too long problem (#25588)Lunny Xiao2023-06-302-8/+18
* Sync branches into databases (#22743)Lunny Xiao2023-06-295-224/+565
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-151-0/+34
* Fix parallelly generating index failure with Mysql (#24567)Lunny Xiao2023-06-051-6/+28
* Fix missed table name on iterate lfs meta objects (#24768)Lunny Xiao2023-05-171-1/+1
* Revert "Fix missed table name on iterate lfs meta objects" (#24764)Yarden Shoham2023-05-171-1/+1
* Fix missed table name on iterate lfs meta objectsLunny Xiao2023-05-171-1/+1
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-0/+50
* Use more specific test methods (#24265)KN4CK3R2023-04-221-3/+3
* Fix branch protection priority (#24045)Lunny Xiao2023-04-112-7/+79
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-3/+3
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-8/+4
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+2
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-3/+66
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-165-419/+684
* Improve utils of slices (#22379)Jason Song2023-01-111-4/+4
* Use context parameter in models/git (#22367)Jason Song2023-01-097-91/+91
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+4
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-0/+54
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-034-17/+12
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-021-0/+18
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-12-011-65/+36
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-279-18/+9
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-17/+19
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-3/+3
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-125-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-12/+12
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-2/+18
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-23/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-17/+17
* Add more linters to improve code readability (#19989)Wim2022-06-202-5/+5
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+3
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-3/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-129-0/+2017