aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Improve job commit description (#30579) (#30709)release/v1.22-legacyGiteabot2024-04-261-0/+11
* Fix wrong table name (#30557) (#30651)Lunny Xiao2024-04-234-8/+6
* Fix package list performance (#30520) (#30616)Giteabot2024-04-211-11/+11
* Improve "must-change-password" logic and document (#30472) (#30478)Giteabot2024-04-141-2/+2
* Fix rename branch 500 when the target branch is deleted but exist in database...Giteabot2024-04-121-6/+25
* Check the token's owner and repository when registering a runner (#30406) (#3...Giteabot2024-04-111-0/+3
* Avoid user does not exist error when detecting schedule actions when the comm...Giteabot2024-04-111-0/+3
* Fix ambiguous id when fetch Actions tasks (#30382) (#30383)Giteabot2024-04-101-1/+1
* Avoid running action when action unit is disabled after workflows detected (#...Giteabot2024-04-081-1/+4
* Fix oauth2 builtin application logic (#30304) (#30327)Giteabot2024-04-081-6/+6
* Clean up log messages (#30313) (#30318)Giteabot2024-04-072-14/+5
* Fix missing 0 prefix of GPG key id (#30245) (#30248)Giteabot2024-04-023-7/+23
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206) (#30222)Giteabot2024-04-011-8/+0
* Fix GPG subkey verify (#30193) (#30203)Giteabot2024-03-311-0/+4
* Refactor topic Find functions and add more tests for pagination (#30127) (#30...Giteabot2024-03-292-25/+20
* Fix migration v292 (#30153)v1.22.0-rc0Lunny Xiao2024-03-286-134/+162
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-3/+65
* Move from `max( id )` to `max( index )` for latest commit statuses (#30076)YR Chen2024-03-281-47/+73
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-2711-38/+357
* Load attachments for code comments (#30124)yp053272024-03-271-0/+4
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-252-1/+11
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-242-18/+10
* Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013)DrMaxNix2024-03-231-2/+3
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-221-1/+1
* Fix some pending problems (#29985)wxiaoguang2024-03-221-5/+4
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-212-8/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-215-19/+45
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-212-6/+7
* Move notifications to a standalone file (#29930)Lunny Xiao2024-03-202-457/+472
* Fix template error when comment review doesn't exist (#29888)wxiaoguang2024-03-192-0/+17
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+4
* Fix user id column case (#29863)Nanguan Lin2024-03-171-2/+2
* Fix codeowner detected diff base branch to mergebase (#29783)Lunny Xiao2024-03-151-72/+0
* Refactor label.IsArchived() (#29750)65432024-03-131-6/+6
* Add more stats tables (#29730)Lunny Xiao2024-03-121-1/+6
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-127-30/+101
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-125-74/+214
* remove repetitive words (#29695)pengqiseven2024-03-112-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-8/+8
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-6/+1
* Make runs-on support variable expression (#29468)sillyguodong2024-03-082-0/+72
* Partially enable MSSQL case-sensitive collation support (#29238)wxiaoguang2024-03-082-3/+2
* Store webhook event in database (#29145)oliverpool2024-03-075-41/+97
* Fix bug hidden on CI and make ci failed if tests failure (#29254)Lunny Xiao2024-03-0718-29/+155
* Avoid issue info panic (#29625)wxiaoguang2024-03-061-3/+7
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-0/+5
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-063-0/+24
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-052-30/+65
* Fix projects mode bugs (#29593)Denys Konovalov2024-03-043-3/+4