0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 03:15:17 +01:00
gitea/routers/repo
6543 bc11caff94
[Vendor] Switch go-version lib (#12719)
* vendor: switch from "mcuadros/go-version" to "hashicorp/go-version"

* Adapt P1

* simplify

* fix lint

* adapt

* fix lint & rm old code

* no deadlock

* rm RWMutex and check GoVersion only 1-time

* Copyright header

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-09-05 12:42:58 -04:00
..
activity.go
attachment.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
blame.go
branch.go
commit.go
compare.go Fix typos (#12542) 2020-08-20 09:53:06 -05:00
download.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
editor.go Do not disable commit changes button on repost (#12644) 2020-08-29 17:32:46 -04:00
editor_test.go
http.go Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherEmail is set (#12646) 2020-08-30 08:24:39 +01:00
issue.go [BugFix] Fix comment broken issue ref dependence (#12651) 2020-09-04 09:36:56 +08:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
lfs.go [Vendor] Switch go-version lib (#12719) 2020-09-05 12:42:58 -04:00
main_test.go
middlewares.go
milestone.go
projects.go Hide 'New Project board' button for users that are not signed in (#12547) 2020-08-22 02:58:59 -04:00
pull.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
pull_review.go
release.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
release_test.go
repo.go Set context for running CreateArchive in to that of the request (#12555) 2020-08-28 09:55:12 +03:00
search.go
setting.go
setting_protected_branch.go
settings_test.go
topic.go
view.go
webhook.go
wiki.go
wiki_test.go