summaryrefslogtreecommitdiffstats
path: root/models (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-302-1/+11
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-302-18/+10
* [BUG] Don't delete inactive emails explicitlyGusted2024-03-291-8/+0
* Merge pull request '[Port] gitea#29842: Notify reviewers added via CODEOWNERS...Earl Warren2024-03-281-87/+0
|\
| * [Port] gitea#29842: Notify reviewers added via CODEOWNERSJimmy Praet2024-03-281-87/+0
* | [Port] gitea#29930: Move notifications to a standalone fileLunny Xiao2024-03-282-466/+480
|/
* Merge pull request '[COSMETIC] unify the wording of the Forgejo migration com...Gusted2024-03-281-8/+8
|\
| * [COSMETIC] unify the wording of the Forgejo migration commentsEarl Warren2024-03-281-8/+8
* | Revert "avoid superfluous synchronized pull_request run when opening a PR"Earl Warren2024-03-284-142/+2
|/
* Merge pull request '[REFACTOR] webhook.Handler interface' (#2758) from oliver...Earl Warren2024-03-271-0/+1
|\
| * [REFACTOR] webhook.Handler interfaceoliverpool2024-03-241-0/+1
* | models/forgejo_migrations: Gitea tables migration IDEarl Warren2024-03-272-3/+3
* | Merge pull request '[ACTIONS] port scheduled actions from Gitea' (#2826) from...Earl Warren2024-03-276-36/+38
|\ \
| * | Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-262-6/+7
| * | Fix schedule tasks bugs (#28691)Lunny Xiao2024-03-256-34/+35
| |/
* | Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013)DrMaxNix2024-03-261-2/+3
* | Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-261-1/+1
* | Fix some pending problems (#29985)wxiaoguang2024-03-262-10/+8
* | Refactor StringsToInt64s (#29967)wxiaoguang2024-03-262-8/+3
* | Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-265-19/+45
* | Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-262-0/+8
* | Fix user id column case (#29863)Nanguan Lin2024-03-261-2/+2
* | Rename CommitGPGSignature to ObjectSignatureGergely Nagy2024-03-261-4/+4
* | Add a migration to remove SSH signatures from release notesGergely Nagy2024-03-265-0/+123
|/
* Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...Earl Warren2024-03-2411-35/+441
|\
| * fix action fixturesoliverpool2024-03-242-1/+2
| * migration v1_11/v111.go: Unknown columns in 'field list'oliverpool2024-03-241-12/+13
| * old migrations: warning instead of erroroliverpool2024-03-242-2/+2
| * fix commit_statusoliverpool2024-03-242-13/+16
| * fix webhook fixturesoliverpool2024-03-242-7/+27
| * fix action_run fixturesoliverpool2024-03-241-0/+377
| * fail test when log.Error is calledoliverpool2024-03-241-0/+4
* | Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...Earl Warren2024-03-243-0/+20
|\ \
| * | Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-213-0/+20
| |/
* / [TESTS] webhook forms creation and editionoliverpool2024-03-231-0/+7
|/
* Add more stats tables (#29730)Lunny Xiao2024-03-201-1/+6
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-205-74/+214
* remove repetitive words (#29695)pengqiseven2024-03-202-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-201-8/+8
* Merge pull request '[PORT] Refactor code_indexer to use an SearchOptions stru...Gusted2024-03-191-1/+1
|\
| * Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-181-1/+1
* | Sync branches to DB immediately when handle git hook calling (gitea#29493)Jason Song2024-03-181-0/+5
|/
* Merge pull request '[Windows] prevent ? in testdata path' (#2668) from oliver...Gusted2024-03-151-1/+2
|\
| * [Windows] prevent ? in testdata patholiverpool2024-03-151-1/+2
* | [BUG] Use correct headcommitidGusted2024-03-141-1/+1
|/
* add test for webhook migrationoliverpool2024-03-114-0/+114
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-111-6/+1
* Make runs-on support variable expression (#29468)sillyguodong2024-03-112-0/+72
* Partially enable MSSQL case-sensitive collation support (#29238)wxiaoguang2024-03-112-3/+2
* Store webhook event in database (#29145)oliverpool2024-03-115-41/+97