aboutsummaryrefslogtreecommitdiffstats
path: root/models/git
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days2-4/+3
* Detect whether action view branch was deleted (#32764)Lunny Xiao10 days1-2/+16
* Add priority to protected branch (#32286)65432024-11-274-2/+153
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+0
* Optimize branch protection rule loading (#32280)65432024-10-292-8/+43
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+1
* Show lock owner instead of repo owner on LFS setting page (#31788)Jason Song2024-08-112-7/+92
* Rename head branch of pull requests when renaming a branch (#31759)Lunny Xiao2024-08-041-0/+7
* Exclude protected branches from recently pushed (#31748)Jason Song2024-08-011-1/+14
* Fix Null Pointer error for CommitStatusesHideActionsURL (#31731)yp053272024-07-301-0/+4
* Fix loadRepository error when access user dashboard (#31719)yp053272024-07-291-0/+4
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-282-1/+64
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-31/+93
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+13
* Fix branch order (#31174)Lunny Xiao2024-05-311-8/+4
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-212-22/+139
* Fix duplicate status check contexts (#30660)Zettat1232024-04-302-25/+61
* chore: use errors.New to replace fmt.Errorf with no parameters will much bett...Cheng2024-04-211-2/+2
* Fix commitstatus summary (#30431)Lunny Xiao2024-04-141-14/+18
* Fix rename branch 500 when the target branch is deleted but exist in database...Lunny Xiao2024-04-121-6/+25
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-122-12/+93
* Add container.FilterSlice function (#30339)oliverpool2024-04-091-15/+11
* Move from `max( id )` to `max( index )` for latest commit statuses (#30076)YR Chen2024-03-281-47/+73
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-0/+5
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-233-9/+9
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Add testing for CalcCommitStatus (#28823)Lunny Xiao2024-01-171-0/+115
* Fix `GetCommitStatuses` (#28787)KN4CK3R2024-01-152-36/+33
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+1
* 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