1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 08:05:20 +01:00
gitea/models
2022-04-26 18:01:42 +02:00
..
admin
appstate
asymkey
auth
avatars
db
fixtures
foreignreference
issues
migrations
organization
packages Add Helm Chart registry (#19406) 2022-04-19 12:55:35 -04:00
perm
project
repo
unit
unittest Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
user
webhook
access_test.go
access.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
action_list.go
action_test.go
action.go
branches_test.go
branches.go
commit_status_test.go
commit_status.go
commit.go
consistency_test.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
consistency.go
engine_test.go
error.go
fixture_generation.go
fixture_test.go
helper_directory.go
helper_environment.go
helper.go
issue_assignees_test.go Move some issue methods as functions (#19255) 2022-03-29 16:57:33 +02:00
issue_assignees.go
issue_comment_list.go
issue_comment_test.go
issue_comment.go
issue_dependency_test.go
issue_dependency.go
issue_label_test.go
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
issue_lock.go
issue_project.go
issue_stopwatch_test.go Move user related model into models/user (#17781) 2021-11-24 17:49:20 +08:00
issue_stopwatch.go Improve Stopwatch behavior (#18930) 2022-04-25 22:45:22 +02:00
issue_test.go User specific repoID or xorm builder conditions for issue search (#19475) 2022-04-25 16:06:24 +02:00
issue_tracked_time_test.go
issue_tracked_time.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
issue.go User specific repoID or xorm builder conditions for issue search (#19475) 2022-04-25 16:06:24 +02:00
lfs_lock.go
lfs.go Improve SyncMirrors logging (#19045) 2022-03-10 10:09:48 +00:00
main_test.go
migrate_test.go
migrate.go
notification_test.go
notification.go
org_team_test.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
org_team.go Performance improvement for add team user when org has more than 1000 repositories (#19227) 2022-04-01 09:53:18 +08:00
org_test.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
org.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
protected_tag_test.go
protected_tag.go
pull_list.go Don't delete branch if other PRs with this branch are open (#18164) 2022-01-03 20:45:58 +01:00
pull_test.go
pull.go
release.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
repo_activity.go Propagate context and ensure git commands run in request context (#17868) 2022-01-19 23:26:57 +00:00
repo_collaboration_test.go
repo_collaboration.go
repo_generate_test.go
repo_generate.go
repo_list_test.go
repo_list.go Move reaction to models/issues/ (#19264) 2022-03-31 17:20:39 +08:00
repo_permission_test.go
repo_permission.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go
review_test.go
review.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
statistic.go
task.go Use a more general (and faster) method to sanitize URLs with credentials (#19239) 2022-03-31 10:25:40 +08:00
token_test.go
token.go
upload.go
user_heatmap_test.go
user_heatmap.go
user_test.go
user.go
userlist_test.go
userlist.go