0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 10:05:10 +01:00
gitea/models
Morlinest 8e61823ec4 Fix tests code to prevent some runtime errors (#2381)
* Fix tests code to prevent some runtime errors

* Reduce nesting
2017-08-28 12:17:45 +03:00
..
fixtures
migrations Convert xorm literal queries to method calls (#2253) 2017-08-04 12:42:51 +08:00
access_test.go
access.go
action_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
action.go fix duplicated feed (#2370) 2017-08-28 10:26:04 +08:00
admin_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
admin.go
attachment_test.go
attachment.go
branches.go
consistency.go
error_oauth2.go
error.go
external_login_user.go
git_diff_test.go
git_diff.go
gpg_key_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
gpg_key.go
graph_test.go
graph.go
helper.go
issue_comment_test.go
issue_comment.go
issue_indexer.go Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
issue_label_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
issue_label.go
issue_list_test.go
issue_list.go
issue_mail.go
issue_milestone_test.go
issue_milestone.go
issue_test.go
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue.go Add possibility to record branch or tag information in an issue (#780) 2017-08-24 15:30:27 +03:00
lfs.go
login_source.go
mail.go
main_test.go Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
models_sqlite.go
models_test.go
models_tidb.go
models.go update latest xorm version to vendor (#2353) 2017-08-22 14:39:52 +03:00
notification_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
notification.go
oauth2.go
org_team_test.go
org_team.go
org_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
org.go
pull_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
pull.go
release.go
repo_branch.go
repo_collaboration_test.go
repo_collaboration.go
repo_editor.go Trigger sync webhooks on UI commit (#2302) 2017-08-17 15:22:08 +08:00
repo_list_test.go Fix "index out of range" runtime error in repo_list tests (#2376) 2017-08-28 09:33:38 +08:00
repo_list.go Fix missing collabrative repos (#2367) 2017-08-24 22:01:03 +08:00
repo_mirror.go
repo_redirect_test.go
repo_redirect.go
repo_test.go
repo_unit.go
repo_watch_test.go
repo_watch.go
repo.go Add UseCompatSSHURI setting (#2356) 2017-08-26 15:57:41 +02:00
ssh_key_test.go
ssh_key.go
star_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
star.go
status_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
status.go
test_fixtures.go
token_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
token.go
twofactor.go
unit_tests.go Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
unit.go
update_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
update.go Trigger sync webhooks on UI commit (#2302) 2017-08-17 15:22:08 +08:00
user_follow_test.go
user_follow.go
user_mail_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
user_mail.go
user_openid_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
user_openid.go
user_test.go
user.go Only update needed columns when update user (#2296) 2017-08-12 22:18:44 +08:00
webhook_discord.go Implementation of discord webhook (#2402) 2017-08-28 13:06:45 +08:00
webhook_slack.go
webhook_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
webhook.go Implementation of discord webhook (#2402) 2017-08-28 13:06:45 +08:00
wiki_test.go
wiki.go