gitea/models
Lunny Xiao 35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName

* fix tests

* fix tests bug

* some improvements
2017-12-02 15:34:39 +08:00
..
fixtures
migrations Fix git lfs path (#3016) 2017-11-29 01:35:23 +02:00
access.go
access_test.go
action.go
action_test.go
admin.go
admin_test.go
attachment.go
attachment_test.go
branches.go
branches_test.go
consistency.go Fix activity feed (#1779) 2017-05-26 09:38:18 +08:00
error.go
error_oauth2.go
external_login_user.go
git_diff.go
git_diff_test.go
gpg_key.go GPG key email verification no longer case sensitive (#2661) (#2663) 2017-10-06 23:28:21 +03:00
gpg_key_test.go
graph.go
graph_test.go
helper.go Fix lint errors 2017-02-22 17:10:45 -05:00
issue.go
issue_comment.go
issue_comment_test.go
issue_indexer.go
issue_label.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
issue_label_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
issue_list.go
issue_list_test.go
issue_mail.go Issue content should not be updated when closing with comment (#2833) 2017-11-03 17:23:17 +08:00
issue_milestone.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
issue_milestone_test.go Fix import order (#1951) 2017-06-12 10:01:09 -05:00
issue_stopwatch.go Use AfterLoad instead of AfterSet on Structs (#2628) 2017-10-01 19:52:35 +03:00
issue_stopwatch_test.go
issue_test.go
issue_tracked_time.go Use api.TrackedTime in API (#2807) 2017-11-01 10:25:14 +08:00
issue_tracked_time_test.go Feature: Timetracking (#2211) 2017-09-12 09:48:13 +03:00
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go Hide unactive on explore users and some refactors (#2741) 2017-10-24 20:36:19 +03:00
lfs.go
lfs_lock.go
login_source.go
mail.go
main_test.go
models.go Git LFS lock api (#2938) 2017-11-28 22:58:37 +02:00
models_sqlite.go
models_test.go
models_tidb.go
notification.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
notification_test.go
oauth2.go
org.go Hide unactive on explore users and some refactors (#2741) 2017-10-24 20:36:19 +03:00
org_team.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
org_team_test.go
org_test.go
pull.go
pull_test.go
release.go
repo.go
repo_activity.go
repo_branch.go Create new branch from branch selection dropdown (#2130) 2017-10-15 22:59:24 +03:00
repo_collaboration.go
repo_collaboration_test.go Unit tests for models/repo_collaboration (#1032) 2017-02-24 09:37:38 +08:00
repo_editor.go
repo_indexer.go
repo_issue.go
repo_list.go Add search mode option to /api/repo/search (#2756) 2017-10-27 00:16:13 +03:00
repo_list_test.go
repo_mirror.go
repo_redirect.go Redirects for renamed repos (#807) 2017-02-05 22:35:03 +08:00
repo_redirect_test.go Unit tests for repo redirects (#961) 2017-02-17 08:55:33 +08:00
repo_test.go
repo_unit.go Remove repo unit index (#2621) 2017-10-02 23:22:25 +03:00
repo_watch.go
repo_watch_test.go
ssh_key.go
ssh_key_test.go
star.go
star_test.go
status.go
status_test.go
test_fixtures.go Integration test framework (#1290) 2017-04-25 15:24:51 +08:00
token.go
token_test.go
twofactor.go Various wiki bug fixes (#2996) 2017-11-28 17:43:51 +08:00
unit.go
unit_tests.go
update.go Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
update_test.go
user.go
user_follow.go Refactor session close as xorm already does everything needed internally (#2020) 2017-06-21 08:57:05 +08:00
user_follow_test.go
user_mail.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
user_mail_test.go
user_openid.go
user_openid_test.go
user_test.go
webhook.go
webhook_dingtalk.go
webhook_discord.go fix discord hook bug (#2778) 2017-10-25 13:13:45 +08:00
webhook_slack.go
webhook_test.go
wiki.go
wiki_test.go