..
admin
Use a struct as test options ( #19393 )
2022-04-14 21:58:21 +08:00
appstate
asymkey
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
auth
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
avatars
format with gofumpt ( #18184 )
2022-01-20 18:46:10 +01:00
db
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
fixtures
Exclude Archived repos from Dashboard Milestones ( #19882 )
2022-06-04 19:30:01 +01:00
foreignreference
Store the foreign ID of issues during migration ( #18446 )
2022-03-17 18:08:35 +01:00
git
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
issues
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
migrations
Fix data-race problems in git module (quick patch) ( #19934 )
2022-06-11 11:56:27 +08:00
organization
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
packages
Add Helm Chart registry ( #19406 )
2022-04-19 12:55:35 -04:00
perm
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
project
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
pull
Delete related PullAutoMerge and ReviewState on User/Repo Deletion ( #19649 )
2022-05-08 15:46:34 +02:00
repo
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
unit
Fix incorrect translation key ( #19744 )
2022-05-19 09:59:28 +08:00
unittest
Fix data-race problems in git module (quick patch) ( #19934 )
2022-06-11 11:56:27 +08:00
user
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
webhook
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
action.go
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
action_list.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
action_test.go
GetFeeds must always discard actions with dangling repo_id ( #19598 )
2022-05-05 11:39:26 -04:00
branch.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
consistency.go
Fix order by parameter ( #19849 )
2022-06-04 20:18:50 +01:00
consistency_test.go
[doctor] Add check/fix for bogus action rows ( #19656 )
2022-05-10 02:49:01 +02:00
engine_test.go
error.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
fixture_generation.go
Move access and repo permission to models/perm/access ( #19350 )
2022-05-11 12:09:36 +02:00
fixture_test.go
issue.go
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
issue_assignees.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_assignees_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_comment.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
issue_comment_list.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_comment_test.go
issue_dependency.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_dependency_test.go
Use for a repo action one database transaction ( #19576 )
2022-05-03 21:46:28 +02:00
issue_label.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_label_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_list.go
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
issue_list_test.go
issue_lock.go
Move milestone to models/issues/ ( #19278 )
2022-04-08 17:11:15 +08:00
issue_project.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_stopwatch.go
Only return valid stopwatches ( #19863 )
2022-06-02 10:36:46 +08:00
issue_stopwatch_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_tracked_time.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_tracked_time_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_user.go
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
issue_user_test.go
issue_watch.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_watch_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_xref.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
issue_xref_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
main_test.go
Use a struct as test options ( #19393 )
2022-04-14 21:58:21 +08:00
migrate.go
Move milestone to models/issues/ ( #19278 )
2022-04-08 17:11:15 +08:00
migrate_test.go
Move milestone to models/issues/ ( #19278 )
2022-04-08 17:11:15 +08:00
notification.go
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
notification_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
org.go
Move some repository related code into sub package ( #19711 )
2022-06-06 16:01:49 +08:00
org_team.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
org_team_test.go
Move access and repo permission to models/perm/access ( #19350 )
2022-05-11 12:09:36 +02:00
org_test.go
Move organization related structs into sub package ( #18518 )
2022-03-29 14:29:02 +08:00
pull.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
pull_list.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
pull_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
release.go
improvement some release related code ( #19867 )
2022-06-03 02:13:58 -04:00
repo.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
repo_activity.go
Fix some slice problems (incorrect slice length) ( #19592 )
2022-05-03 17:04:23 +08:00
repo_collaboration.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
repo_collaboration_test.go
Move access and repo permission to models/perm/access ( #19350 )
2022-05-11 12:09:36 +02:00
repo_permission_test.go
Move access and repo permission to models/perm/access ( #19350 )
2022-05-11 12:09:36 +02:00
repo_test.go
Custom regexp external issues ( #17624 )
2022-06-10 13:39:53 +08:00
repo_transfer.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
repo_transfer_test.go
review.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
review_test.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
statistic.go
Estimate Action Count in Statistics ( #19775 )
2022-05-21 14:50:50 -04:00
task.go
Move almost all functions' parameter db.Engine to context.Context ( #19748 )
2022-05-20 22:08:52 +08:00
token.go
Use base32 for 2FA scratch token ( #18384 )
2022-01-26 12:10:10 +08:00
token_test.go
upload.go
user.go
Move some code into models/git ( #19879 )
2022-06-12 23:51:54 +08:00
user_heatmap.go
Move organization related structs into sub package ( #18518 )
2022-03-29 14:29:02 +08:00
user_heatmap_test.go
RSS/Atom support for Repos ( #19055 )
2022-03-13 17:40:47 +01:00
user_test.go
Move organization related structs into sub package ( #18518 )
2022-03-29 14:29:02 +08:00