0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-20 19:43:55 +01:00
gitea/routers/repo
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
..
activity.go
attachment.go
branch.go
commit.go
download.go
editor.go
http.go
issue.go Add reactions to issues/PR and comments (#2856) 2017-12-04 01:14:26 +02:00
issue_label.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
pull.go
release.go Fix missing branch in release bug (#3108) 2017-12-08 13:22:02 +08:00
release_test.go Fix missing branch in release bug (#3108) 2017-12-08 13:22:02 +08:00
repo.go Fix error message sanitiziation (#3082) 2017-12-04 03:48:03 +02:00
search.go
setting.go Allow adding collaborators with (fullname) (#3103) 2017-12-07 15:00:09 +08:00
setting_protected_branch.go
view.go Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092) 2017-12-08 20:21:37 +08:00
webhook.go
wiki.go
wiki_test.go