gitea/models
Lunny Xiao e32030f9fa
Add migrations tests (#34456) (#34498)
Fix #34455
Backport #34456

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-05-19 19:47:57 +07:00
..
actions Fix auto concurrency cancellation skips commit status updates (#33764) (#33849) 2025-03-11 16:51:58 +07:00
activities Optimize user dashboard loading (#33686) (#33708) 2025-02-24 20:34:03 +07:00
admin Fix omitempty bug (#33663) (#33670) 2025-02-21 00:08:05 +07:00
asymkey Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) (#33410) 2025-01-27 02:50:00 +07:00
auth Add new CLI flags to set name and scopes when creating a user with access token (#34080) (#34103) 2025-04-03 01:05:28 +07:00
avatars Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +07:00
db Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +07:00
dbfs Enable `unparam` linter (#31277) 2024-06-11 18:47:45 +07:00
fixtures Refactor testfixtures (#33028) 2024-12-30 02:49:49 +07:00
git Do not show 500 error when default branch doesn't exist (#34096) (#34097) 2025-04-02 18:16:41 +07:00
issues Fix panic when comment is nil (#34257) (#34277) 2025-04-24 18:28:02 +07:00
migrations Add migrations tests (#34456) (#34498) 2025-05-19 19:47:57 +07:00
organization Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +07:00
packages Swift files can be passed either as file or as form value (#34068) (#34236) 2025-04-18 12:34:28 +07:00
perm Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +07:00
project Fix project issues list and counting (#33594) (#33619) 2025-02-18 00:59:32 +07:00
pull Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +07:00
renderhelper Refactor render system (orgmode) (#32671) 2024-11-29 16:08:29 +07:00
repo Fix missing license when sync mirror (#33255) (#33258) 2025-01-14 06:26:27 +07:00
secret Clarify Actions resources ownership (#31724) 2024-08-01 09:04:04 +07:00
shared/types Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +07:00
system Refactor deletion (#28610) 2023-12-25 21:25:29 +07:00
unit Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#32416) 2024-11-11 00:11:00 +07:00
unittest Refactor testfixtures (#33028) 2024-12-30 02:49:49 +07:00
user Return default avatar url when user id is zero rather than updating database (#34094) (#34095) 2025-04-02 09:37:17 +07:00
webhook Add tests for webhook and fix some webhook bugs (#33396) (#33442) 2025-02-02 14:44:50 +07:00
error.go Add merge style `fast-forward-only` (#28954) 2024-02-12 23:37:23 +07:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +07:00
repo.go Fix issue comment number (#30556) (#33055) 2024-12-31 07:54:40 +07:00
repo_test.go Fix issue comment number (#30556) (#33055) 2024-12-31 07:54:40 +07:00
repo_transfer.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-21 19:44:03 +07:00