1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-23 21:24:20 -04:00
gitea/models
Lunny Xiao 9361b65f54
Fix bug when project board get open issue number (#17703)
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-11-19 12:00:18 +08:00
..
admin Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
appstate Sync gitea app path for git hooks and authorized keys when starting (#17335) 2021-10-21 17:22:43 +08:00
avatars Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
db A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
fixtures Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
issues Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
login Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
migrations A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
unit Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
unittest A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
user Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
webhook Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
access_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
access.go
action_list.go
action_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
action.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
attachment_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
attachment.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
branches_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
branches.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
commit_status_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
commit_status.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
commit.go
consistency_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
consistency.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
engine_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
error.go Move user follow and openid into models/user/ (#17613) 2021-11-17 17:58:31 +08:00
external_login_user.go
fixture_generation.go
fixture_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
gpg_key_add.go Handle duplicate keys on GPG key ring (#17242) 2021-10-07 23:10:14 +03:00
gpg_key_commit_verification.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
gpg_key_common.go
gpg_key_import.go
gpg_key_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
gpg_key_verify.go
gpg_key.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
helper_directory.go
helper_environment.go
helper.go
issue_assignees_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
issue_assignees.go
issue_comment_list.go
issue_comment_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_comment.go Refactor commentTags functionality (#17558) 2021-11-11 14:29:30 +08:00
issue_dependency_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_dependency.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
issue_label_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_label.go
issue_list_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_list.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_lock.go
issue_milestone_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_milestone.go
issue_reaction_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_reaction.go Added GetUserByIDCtx. (#17602) 2021-11-09 22:21:01 -05:00
issue_stopwatch_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_stopwatch.go
issue_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_tracked_time_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_tracked_time.go
issue_user_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_user.go
issue_watch_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
issue_watch.go
issue_xref_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
issue_xref.go
issue.go Prevent NPE due to missing repo in regression in #17551 (#17697) 2021-11-18 03:18:12 -05:00
lfs_lock.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
lfs.go
main_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
migrate.go
notification_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
notification.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
org_team_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
org_team.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
org_test.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
org.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
project_board.go Kanban colored boards (#16647) 2021-09-29 22:53:12 +02:00
project_issue.go Fix bug when project board get open issue number (#17703) 2021-11-19 12:00:18 +08:00
project_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
project.go
protected_tag_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
protected_tag.go
pull_list.go
pull_sign.go
pull_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
pull.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
release.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
repo_activity.go
repo_archiver.go
repo_avatar.go Fix possible panic (#17694) 2021-11-18 21:25:56 +08:00
repo_branch.go
repo_collaboration_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_collaboration.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo_generate_test.go
repo_generate.go Move webhook into models/webhook/ (#17579) 2021-11-10 13:13:16 +08:00
repo_indexer.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_issue.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo_language_stats.go
repo_list_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
repo_list.go
repo_mirror.go
repo_permission_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_permission.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo_pushmirror_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
repo_pushmirror.go
repo_redirect_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_redirect.go
repo_sign.go
repo_test.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
repo_transfer_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
repo_transfer.go
repo_unit.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo_watch_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
repo_watch.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
repo.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
review_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
review.go Move unit into models/unit/ (#17576) 2021-11-09 20:57:58 +01:00
ssh_key_authorized_keys.go
ssh_key_authorized_principals.go
ssh_key_deploy.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_fingerprint.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_parse.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
ssh_key_principals.go Move EmailAddress & UserRedirect into models/user/ (#17607) 2021-11-11 15:03:30 +08:00
ssh_key_test.go
ssh_key.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
star_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
star.go
statistic.go Move user follow and openid into models/user/ (#17613) 2021-11-17 17:58:31 +08:00
task.go Move migrations into services and base into modules/migration (#17663) 2021-11-16 23:25:33 +08:00
token_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
token.go Fix problem when database ID is not incremented as expected (#17229) 2021-10-06 15:36:24 -05:00
topic_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
topic.go
update.go
upload.go
user_avatar.go In many cases user avatar link should be an absolute URL with http host (#17420) 2021-10-25 13:01:16 +08:00
user_email_test.go Remove unnecessary variable assignments (#17695) 2021-11-18 09:33:06 +08:00
user_email.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
user_heatmap_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
user_heatmap.go
user_test.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
user.go Move user/org deletion to services (#17673) 2021-11-19 01:42:27 +08:00
userlist_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
userlist.go
wiki_test.go Decouple unit test, remove intermediate unittestbridge package (#17662) 2021-11-16 16:53:21 +08:00
wiki.go