aboutsummaryrefslogtreecommitdiffstats
path: root/models/git
Commit message (Expand)AuthorAgeFilesLines
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-122-3/+4
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-282-6/+5
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-192-3/+2
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+3
* Abstract hash function usage (#28138)Adam Majer2023-12-132-9/+6
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-112-27/+13
* Fix commit status in repo list (#28412)yp053272023-12-111-1/+3
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-093-24/+19
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-13/+10
* Upgrade xorm to 1.3.4 (#27807)Nanguan Lin2023-10-271-1/+1
* Upgrade xorm (#27673)Nanguan Lin2023-10-191-1/+1
* Restore warning commit status (#27504)silverwind2023-10-081-0/+4
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-2/+12
* Search branches (#27055)Lunny Xiao2023-09-171-0/+4
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-0/+6
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-3/+3
* Fix bugs in LFS meta garbage collection (#26122)Zettat1232023-07-261-5/+4
* Only show newly pushed branches message in the same repository (#26148)Zettat1232023-07-261-0/+1
* Fix wrong commit status in web ui (#26121)yp053272023-07-251-1/+1
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-4/+0
* Exclude default branch from pushed branch hint (#25795)Lunny Xiao2023-07-101-1/+3
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-081-0/+21
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-2/+2
* 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