aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix stderr usages (#26477)wxiaoguang2023-08-131-3/+1
* Refactor project templates (#26448)Denys Konovalov2023-08-121-0/+5
* Count only visible repos on profile (#25928)JakobDev2023-08-112-102/+132
* Always show usernames in reaction tooltips (#26444)Panagiotis "Ivory" Vasilopoulos2023-08-102-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-103-15/+14
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+91
* fix generated source URL on rendered files (#26364)Earl Warren2023-08-081-0/+12
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-073-6/+6
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-072-8/+58
* Fix log typo in task.go (#26337)cassiozareck2023-08-051-1/+1
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-054-10/+25
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-1/+9
* Use yellow if an approved review is stale (#26312)sebastian-sauer2023-08-041-0/+3
* Fix the topic validation rule and suport dots (#26286)wxiaoguang2023-08-032-1/+3
* Allow editing push mirrors after creation (#26151)puni98692023-08-011-0/+6
* Some fixes of the prompt of new branches (#26257)Zettat1232023-08-011-2/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-317-78/+131
* Fix pull request check list is limited (#26179)caicandong2023-07-311-3/+3
* Fix API leaking Usermail if not logged in (#25097)JakobDev2023-07-311-1/+6
* Fix typo in metadata (#26207)KN4CK3R2023-07-302-0/+28
* Fix access check for org-level project (#26182)Zettat1232023-07-291-0/+6
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-288-6/+97
* Prevent primary key update on migration (#26192)KN4CK3R2023-07-281-1/+1
* Release attachments duplicated check (#26176)Lunny Xiao2023-07-271-15/+14
* 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
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-1/+1
* Drop the correct deleted branch table (#26028)yp053272023-07-263-1/+15
* Update xorm version (#26128)Lunny Xiao2023-07-251-1/+4
* Fix wrong commit status in web ui (#26121)yp053272023-07-251-1/+1
* Fix wrong workflow status when rerun a job in an already finished workflow (#...yp053272023-07-251-1/+1
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-254-11/+100
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-246-2/+148
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2213-89/+69
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-213-4/+28
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-213-15/+65
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-205-175/+189
* Upgrade go dependencies (#25819)harryzcy2023-07-142-9/+9
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-123-7/+51
* Fix incorrect oldest sort in project list (#25806)yp053272023-07-113-13/+62
* Exclude default branch from pushed branch hint (#25795)Lunny Xiao2023-07-101-1/+3
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-7/+0
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...wxiaoguang2023-07-101-1/+1
* Revert package access change from #23879 (#25707)KN4CK3R2023-07-095-1/+150
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-0911-66/+61
* Test if container blob is accessible before mounting (#22759)KN4CK3R2023-07-091-0/+46
* Newly pushed branches hints on repository home page (#25715)Lunny Xiao2023-07-082-0/+33
* Less naked returns (#25713)65432023-07-076-44/+45
* Remove unused code (#25734)KN4CK3R2023-07-062-57/+0
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+1