gitea/models
delvh ad551bffc1
Fix incorrect translation key ()
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
admin Use a struct as test options ()
appstate Sync gitea app path for git hooks and authorized keys when starting ()
asymkey Use a struct as test options ()
auth Delete user related oauth stuff on user deletion too ()
avatars format with gofumpt ()
db Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
fixtures Fix issue overview for teams ()
foreignreference Store the foreign ID of issues during migration ()
issues Use a struct as test options ()
migrations Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
organization Fix duplicate entry error when add team member ()
packages Add Helm Chart registry ()
perm Move access and repo permission to models/perm/access ()
project Add missing `sorting` column in `project_issue` table ()
pull Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
repo Use Vue to refactor pull merge UI ()
unit Fix incorrect translation key ()
unittest Use better message for consistency check ()
user Fix some slice problems (incorrect slice length) ()
webhook Use a struct as test options ()
action.go Move access and repo permission to models/perm/access ()
action_list.go GetFeeds must always discard actions with dangling repo_id ()
action_test.go GetFeeds must always discard actions with dangling repo_id ()
branches.go Move access and repo permission to models/perm/access ()
branches_test.go more context for models ()
commit.go Collaborator trust model should trust collaborators ()
commit_status.go more context for models ()
commit_status_test.go Move repository model into models/repo ()
consistency.go [doctor] Add check/fix for bogus action rows ()
consistency_test.go [doctor] Add check/fix for bogus action rows ()
engine_test.go Refactor install page (db type) ()
error.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
fixture_generation.go Move access and repo permission to models/perm/access ()
fixture_test.go Decouple unit test code from business code ()
issue.go Fix issue overview for teams ()
issue_assignees.go Move milestone to models/issues/ ()
issue_assignees_test.go Move some issue methods as functions ()
issue_comment.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
issue_comment_list.go Move milestone to models/issues/ ()
issue_comment_test.go Propagate context and ensure git commands run in request context ()
issue_dependency.go Use for a repo action one database transaction ()
issue_dependency_test.go Use for a repo action one database transaction ()
issue_label.go more context for models ()
issue_label_test.go more context for models ()
issue_list.go Move milestone to models/issues/ ()
issue_list_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
issue_lock.go Move milestone to models/issues/ ()
issue_project.go Move milestone to models/issues/ ()
issue_stopwatch.go Improve Stopwatch behavior ()
issue_stopwatch_test.go Move user related model into models/user ()
issue_test.go Fix issue overview for teams ()
issue_tracked_time.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
issue_tracked_time_test.go Refactor SecToTime() function ()
issue_user.go Move repository model into models/repo ()
issue_user_test.go Move repository model into models/repo ()
issue_watch.go Add missing `X-Total-Count` and fix some related bugs ()
issue_watch_test.go A better go code formatter, and now `make fmt` can run in Windows ()
issue_xref.go Improved ref comment link when origin is body/title ()
issue_xref_test.go Use for a repo action one database transaction ()
lfs.go Improve SyncMirrors logging ()
lfs_lock.go Move access and repo permission to models/perm/access ()
main_test.go Use a struct as test options ()
migrate.go Move milestone to models/issues/ ()
migrate_test.go Move milestone to models/issues/ ()
notification.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
notification_test.go Move user related model into models/user ()
org.go Move access and repo permission to models/perm/access ()
org_team.go Fix duplicate entry error when add team member ()
org_team_test.go Move access and repo permission to models/perm/access ()
org_test.go Move organization related structs into sub package ()
protected_tag.go Move organization related structs into sub package ()
protected_tag_test.go Move repository model into models/repo ()
pull.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
pull_list.go Move access and repo permission to models/perm/access ()
pull_test.go Allow custom default merge message with .gitea/default_merge_message/<merge_style>_TEMPLATE.md ()
release.go add test coverage for original author conversion during migrations ()
repo.go Move access and repo permission to models/perm/access ()
repo_activity.go Fix some slice problems (incorrect slice length) ()
repo_collaboration.go Move access and repo permission to models/perm/access ()
repo_collaboration_test.go Move access and repo permission to models/perm/access ()
repo_generate.go Move init repository related functions to modules ()
repo_generate_test.go Fixed assert statements. ()
repo_list.go Fix issue overview for teams ()
repo_list_test.go Decouple unit test, remove intermediate `unittestbridge` package ()
repo_permission_test.go Move access and repo permission to models/perm/access ()
repo_test.go Allow users to self-request a PR review ()
repo_transfer.go Move access and repo permission to models/perm/access ()
repo_transfer_test.go Move repository model into models/repo ()
review.go Move access and repo permission to models/perm/access ()
review_test.go format with gofumpt ()
statistic.go Move access and repo permission to models/perm/access ()
task.go Only check for non-finished migrating task ()
token.go Use base32 for 2FA scratch token ()
token_test.go A better go code formatter, and now `make fmt` can run in Windows ()
upload.go Remove NewSession method from db.Engine interface ()
user.go Delete user related oauth stuff on user deletion too ()
user_heatmap.go Move organization related structs into sub package ()
user_heatmap_test.go RSS/Atom support for Repos ()
user_test.go Move organization related structs into sub package ()
userlist.go Move organization related structs into sub package ()
userlist_test.go Move organization related structs into sub package ()