1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-24 21:34:36 -04:00
gitea/models/repo
Lunny Xiao ce3dd04c63
Fix some mirror bugs (#18649)
* Fix some mirror bugs

* Remove unnecessary code

* Fix lint

* rename stdard url

* Allow more charactors in git ssh protocol url

* improve the detection

* support ipv6 for git url parse

* Fix bug

* Fix template

* Fix bug

* fix template

* Fix tmpl

* Fix tmpl

* Fix parse ssh with interface

* Rename functions name

Co-authored-by: zeripath <art27@cantab.net>
2022-06-11 21:50:14 +08:00
..
archiver.go
attachment_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
attachment.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
avatar.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
collaboration_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
collaboration.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
fork_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
fork.go Feature: Find files in repo (#15028) 2022-06-09 14:15:08 +03:00
git.go
issue.go
language_stats.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
main_test.go Feature: Find files in repo (#15028) 2022-06-09 14:15:08 +03:00
mirror.go Fix some mirror bugs (#18649) 2022-06-11 21:50:14 +08:00
pushmirror_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
pushmirror.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
redirect_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
redirect.go
repo_indexer.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
repo_list_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
repo_list.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
repo_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
repo_unit.go Custom regexp external issues (#17624) 2022-06-10 13:39:53 +08:00
repo.go Custom regexp external issues (#17624) 2022-06-10 13:39:53 +08:00
star_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
star.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
topic_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
topic.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
update.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
user_repo_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
user_repo.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
watch_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
watch.go Move almost all functions' parameter db.Engine to context.Context (#19748) 2022-05-20 22:08:52 +08:00
wiki_test.go Move some repository related code into sub package (#19711) 2022-06-06 16:01:49 +08:00
wiki.go