gitea/models
Lunny Xiao d81e31ad78
Move org functions ()
* Move org functions

* Fix comment
2022-05-20 12:20:51 +02:00
..
admin
appstate
asymkey Use a struct as test options () 2022-04-14 21:58:21 +08:00
auth
avatars
db Delete related PullAutoMerge and ReviewState on User/Repo Deletion () 2022-05-08 15:46:34 +02:00
fixtures Fix issue overview for teams () 2022-05-16 17:49:17 +08:00
foreignreference
issues Use a struct as test options () 2022-04-14 21:58:21 +08:00
migrations Delete related PullAutoMerge and ReviewState on User/Repo Deletion () 2022-05-08 15:46:34 +02:00
organization Move org functions () 2022-05-20 12:20:51 +02:00
packages
perm Move access and repo permission to models/perm/access () 2022-05-11 12:09:36 +02:00
project Add missing `sorting` column in `project_issue` table () 2022-05-06 22:25:59 +08:00
pull
repo Use Vue to refactor pull merge UI () 2022-05-12 21:39:02 +08:00
unit Fix incorrect translation key () 2022-05-19 09:59:28 +08:00
unittest Use better message for consistency check () 2022-05-10 16:18:20 +02:00
user Fix some slice problems (incorrect slice length) () 2022-05-03 17:04:23 +08:00
webhook Use a struct as test options () 2022-04-14 21:58:21 +08:00
action.go
action_list.go
action_test.go
branches.go
branches_test.go
commit.go Collaborator trust model should trust collaborators () 2022-02-02 11:10:06 +01:00
commit_status.go more context for models () 2022-04-28 13:48:48 +02:00
commit_status_test.go
consistency.go [doctor] Add check/fix for bogus action rows () 2022-05-10 02:49:01 +02:00
consistency_test.go
engine_test.go
error.go
fixture_generation.go
fixture_test.go
issue.go Fix issue overview for teams () 2022-05-16 17:49:17 +08:00
issue_assignees.go
issue_assignees_test.go
issue_comment.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion () 2022-05-08 15:46:34 +02:00
issue_comment_list.go Move milestone to models/issues/ () 2022-04-08 17:11:15 +08:00
issue_comment_test.go
issue_dependency.go
issue_dependency_test.go
issue_label.go
issue_label_test.go
issue_list.go Move milestone to models/issues/ () 2022-04-08 17:11:15 +08:00
issue_list_test.go
issue_lock.go
issue_project.go Move milestone to models/issues/ () 2022-04-08 17:11:15 +08:00
issue_stopwatch.go
issue_stopwatch_test.go Move user related model into models/user () 2021-11-24 17:49:20 +08:00
issue_test.go
issue_tracked_time.go Delete related PullAutoMerge and ReviewState on User/Repo Deletion () 2022-05-08 15:46:34 +02:00
issue_tracked_time_test.go Refactor SecToTime() function () 2022-02-28 23:57:20 +01:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go
issue_xref_test.go Use for a repo action one database transaction () 2022-05-03 21:46:28 +02:00
lfs.go
lfs_lock.go
main_test.go
migrate.go
migrate_test.go Move milestone to models/issues/ () 2022-04-08 17:11:15 +08:00
notification.go
notification_test.go
org.go
org_team.go
org_team_test.go
org_test.go
protected_tag.go Move organization related structs into sub package () 2022-03-29 14:29:02 +08:00
protected_tag_test.go
pull.go
pull_list.go
pull_test.go
release.go add test coverage for original author conversion during migrations () 2022-02-01 13:20:28 -05:00
repo.go
repo_activity.go
repo_collaboration.go
repo_collaboration_test.go Move access and repo permission to models/perm/access () 2022-05-11 12:09:36 +02:00
repo_generate.go
repo_generate_test.go
repo_list.go Fix issue overview for teams () 2022-05-16 17:49:17 +08:00
repo_list_test.go
repo_permission_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
review.go Move access and repo permission to models/perm/access () 2022-05-11 12:09:36 +02:00
review_test.go
statistic.go
task.go
token.go
token_test.go
upload.go
user.go
user_heatmap.go Move organization related structs into sub package () 2022-03-29 14:29:02 +08:00
user_heatmap_test.go
user_test.go