1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 14:46:57 -05:00
gitea/models
Antoine GIRARD ef78309b65 Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)
* Add failing test

* Fix urls

* Improve url in tests

* improve testing

* Remove debug code

* Add deps

* LFS corner-case : Search on lower but store with case

* Temporary comment of blocking action

* fix hooks

* Use temporary repo for git client test

* Use userPassword in place of hard-coded password
2017-12-08 20:21:37 +08:00
..
fixtures Add 'mark all read' option to notifications (#3097) 2017-12-07 13:52:57 +08:00
migrations Add reactions to issues/PR and comments (#2856) 2017-12-04 01:14:26 +02:00
access_test.go
access.go
action_test.go
action.go
admin_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
admin.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
attachment_test.go MySQL, Postgres integration tests in drone (#1638) 2017-04-30 14:30:12 +08:00
attachment.go
branches_test.go
branches.go Add branch overiew page (#2108) 2017-10-26 08:49:16 +08:00
consistency.go
error_oauth2.go
error.go
external_login_user.go
git_diff_test.go
git_diff.go Improve memory usage when reaching diff limits (#2990) 2017-11-29 01:22:24 +02:00
gpg_key_test.go Fix tests code to prevent some runtime errors (#2381) 2017-08-28 12:17:45 +03:00
gpg_key.go GPG key email verification no longer case sensitive (#2661) (#2663) 2017-10-06 23:28:21 +03:00
graph_test.go
graph.go fix #1189, commit messages containing a pipe (#1203) 2017-03-11 12:01:38 +08:00
helper.go
issue_comment_test.go
issue_comment.go
issue_indexer.go
issue_label_test.go
issue_label.go
issue_list_test.go
issue_list.go
issue_mail.go
issue_milestone_test.go
issue_milestone.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
issue_reaction_test.go Tests for reactions (#3083) 2017-12-05 22:57:01 +02:00
issue_reaction.go Tests for reactions (#3083) 2017-12-05 22:57:01 +02:00
issue_stopwatch_test.go Feature: Timetracking (#2211) 2017-09-12 09:48:13 +03:00
issue_stopwatch.go
issue_test.go
issue_tracked_time_test.go
issue_tracked_time.go Use api.TrackedTime in API (#2807) 2017-11-01 10:25:14 +08:00
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
issue.go
lfs_lock.go
lfs.go Fix Git LFS object/repo link storage in database and small refactoring (#2803) 2017-10-30 20:11:56 +08:00
login_source.go
mail.go
main_test.go
models_sqlite.go go vet 2014-04-13 03:14:43 -04:00
models_test.go
models_tidb.go Remove go version from build tags (#133) 2016-11-10 08:43:49 -02:00
models.go
notification_test.go Add 'mark all read' option to notifications (#3097) 2017-12-07 13:52:57 +08:00
notification.go
oauth2.go
org_team_test.go
org_team.go
org_test.go
org.go Hide unactive on explore users and some refactors (#2741) 2017-10-24 20:36:19 +03:00
pull_test.go Fix unit test race condition (#2516) 2017-09-15 10:54:25 +03:00
pull.go
release.go
repo_activity.go
repo_branch.go
repo_collaboration_test.go
repo_collaboration.go
repo_editor.go
repo_indexer.go Fix repo indexer and submodule bug (#3107) 2017-12-07 15:18:04 +08:00
repo_issue.go
repo_list_test.go
repo_list.go
repo_mirror.go
repo_redirect_test.go Unit tests for repo redirects (#961) 2017-02-17 08:55:33 +08:00
repo_redirect.go
repo_test.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 2017-09-16 20:17:57 +03:00
repo_unit.go
repo_watch_test.go Hide unactive on explore users and some refactors (#2741) 2017-10-24 20:36:19 +03:00
repo_watch.go Prevent sending emails and notifications to inactive users (#2384) 2017-09-16 08:18:25 +08:00
repo.go Sanitize logs for mirror sync (#3057) 2017-12-03 13:29:41 +08:00
ssh_key_test.go
ssh_key.go Delete a user's public key via admin api (closes #3014) (#3059) 2017-12-06 12:27:10 +02:00
star_test.go
star.go
status_test.go
status.go Use AfterLoad instead of AfterSet on Structs (#2628) 2017-10-01 19:52:35 +03:00
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 Replace deprecated Id method with ID (#2655) 2017-10-05 07:43:04 +03:00
twofactor.go Various wiki bug fixes (#2996) 2017-11-28 17:43:51 +08:00
unit_tests.go Unit tests for wiki routers (#3022) 2017-11-30 17:52:15 +02:00
unit.go
update_test.go
update.go Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
user_follow_test.go
user_follow.go Refactor session close as xorm already does everything needed internally (#2020) 2017-06-21 08:57:05 +08:00
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 Add reactions to issues/PR and comments (#2856) 2017-12-04 01:14:26 +02:00
webhook_dingtalk.go
webhook_discord.go
webhook_slack.go
webhook_test.go
webhook.go
wiki_test.go
wiki.go