gitea/models
Ethan Koenig d21d5fd736 Remove unnecessary loads in org_team ()
..
fixtures Consistency checks for action unit tests ()
migrations Allow migrating installations with no local avatars ()
access.go Fix SQL bug in models/access ()
access_test.go Unit tests and bug fix for models/org
action.go Fix FIXME and remove superfluous queries in models/org ()
action_test.go Consistency checks for action unit tests ()
admin.go fix delete repo will hang on postgres ()
admin_test.go Unit tests for models/admin
attachment.go Fix unused Engine bugs ()
branches.go Remove unused vars ()
consistency_test.go Consistency checks for action unit tests ()
error.go Oauth2 consumer ()
external_login_user.go Oauth2 consumer ()
git_diff.go Refactor process package and introduce ProcessManager{} with tests ()
git_diff_test.go fix gofmt error
graph.go Fix typos in models/ ()
graph_test.go Fix benchmarktests ()
helper.go Fix lint errors
issue.go LableIDs -> LabelIDs ()
issue_comment.go Bug fixed for deleted label in issue comment ()
issue_indexer.go fix: Admin can see all private repositories on Explore page. ()
issue_label.go small optimization for get issue labels
issue_label_test.go Fix consistency check ()
issue_list.go Refactor for issues loadattributes of a repository ()
issue_mail.go Fix typos in models/ ()
issue_milestone.go Unit tests for issue_milestone ()
issue_milestone_test.go Unit tests for issue_milestone ()
issue_test.go Optimize and unit test Issue_ReplaceLabels ()
issue_user.go Gogs -> Gitea ()
issue_user_test.go Move IssueUser code to separate file ()
lfs.go Git LFS support v2 ()
login_source.go fix some typos ()
mail.go Fix URL handling in the whole markdown module, improve test coverage ()
models.go Move push update to post-receive and protected branch check to pre-receive ()
models_sqlite.go go vet
models_test.go fix: gofmt error. ()
models_tidb.go Remove go version from build tags ()
notification.go refactor notificationsForUser since xorm In support slice of customerize type ()
notification_test.go Consistency checks for unit tests ()
org.go Remove unnecessary loads in org_team ()
org_team.go Remove unnecessary loads in org_team ()
org_team_test.go Remove unnecessary loads in org_team ()
org_test.go Consistency checks for unit tests ()
pull.go LableIDs -> LabelIDs ()
pull_test.go Consistency checks for unit tests ()
release.go fix some typos ()
repo.go Fix unused Engine bugs ()
repo_branch.go Lint models/repo_branch.go
repo_collaboration.go API Endpoints for collaborators ()
repo_collaboration_test.go Unit tests for models/repo_collaboration ()
repo_editor.go Cleanup log messaging
repo_list.go move all repo list functions as a standalone file ()
repo_list_test.go refactor: move SearchRepositoryByName testing. ()
repo_mirror.go Cleanup log messaging
repo_redirect.go Redirects for renamed repos ()
repo_redirect_test.go Unit tests for repo redirects ()
repo_test.go refactor: move SearchRepositoryByName testing. ()
repo_unit.go Add units concept for modulable functions of a repository ()
repo_watch.go Unit tests for repo watching ()
repo_watch_test.go Unit tests for repo watching ()
setup_for_test.go Optimize and unit test Issue_ReplaceLabels ()
ssh_key.go Use fingerprint to check instead content for public key ()
ssh_key_test.go Use assert in legacy unit tests ()
star.go refactor: small optimize for sql query ()
star_test.go feat: support search bar on star tab of user profile. ()
token.go Create missing database indexes ()
token_test.go Less boilerplate in models/ unit tests ()
twofactor.go Two factor authentication support ()
unit.go Add units concept for modulable functions of a repository ()
update.go Move push update to post-receive and protected branch check to pre-receive ()
update_test.go Move push update to post-receive and protected branch check to pre-receive ()
user.go Bug fixed for org avatar caused by ()
user_mail.go Fix typos in models/ ()
user_mail_test.go test: Add user mail testing. ()
user_test.go feat: Able to disable non-admin to create new organization ()
webhook.go Add X-GitHub-* headers for webhook to get clubhouse.io integration working ()
webhook_slack.go Fix typos in models/ ()
webhook_test.go Bug fixes and unit tests for models/webhook ()
wiki.go Take back control of hooks ()
wiki_test.go Better settings for unit tests ()