0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-08 18:19:55 +01:00
gitea/routers/api/v1/repo
Lunny Xiao 7ff783b732
Move mirror to a standalone package from models (#7486)
* move mirror to a standalone package

* fix mirror address in template

* fix tests

* fix lint

* fix comment

* fix tests

* fix tests

* fix vendor

* fix fmt

* fix lint

* remove wrong file submitted

* fix conflict

* remove unrelated changes

* fix go mod

* fix tests

* clean go mod

* make vendor work

* make vendor work

* fix tests

* remove duplicated test
2019-10-01 21:40:17 +08:00
..
blob.go
branch.go
collaborators.go
commits.go
file.go
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_comment.go Move create issue comment to comments package (#8212) 2019-09-24 13:39:50 -04:00
issue_label.go
issue_tracked_time.go
issue.go Extract actions on new issue from models to services (#8217) 2019-09-30 21:50:44 +08:00
key.go
label.go
main_test.go
milestone.go
pull.go Extract actions on new pull request from models to pulls service and move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull (#8218) 2019-09-27 08:22:36 +08:00
release_attachment.go Fix API for edit and delete release attachment (#8285) 2019-09-27 10:24:06 +08:00
release.go Extract actions on deletereleasebyid from models to release service (#8219) 2019-10-01 00:10:00 +08:00
repo_test.go
repo.go Move mirror to a standalone package from models (#7486) 2019-10-01 21:40:17 +08:00
star.go
status.go
subscriber.go
tag.go
topic.go Add API endpoint for accessing repo topics (#7963) 2019-09-03 23:46:24 +08:00
tree.go