gitea/modules/setting
6543 bc11caff94
[Vendor] Switch go-version lib ()
* 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>
..
attachment.go Add a storage layer for attachments ()
cache.go Mark Cache with ini tag ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Refactor Cron and merge dashboard tasks ()
database.go Set utf8mb4 as the default charset on MySQL if CHARSET is unset ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go [Vendor] Switch go-version lib ()
indexer.go Support elastic search for code search ()
indexer_test.go Restrict repository indexing by glob match ()
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line ()
mailer.go Sendmail should create a process on the gitea system and have a default timeout ()
markup.go Fix sanitizer config - multiple rules ()
migrations.go Add retry for migration http/https requests ()
project.go Kanban board ()
queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
repository.go Global default branch setting ()
service.go Add /milestones endpoint ()
session.go Movde dependents on macaron from modules/setting ()
setting.go [Vendor] Switch go-version lib ()
task.go Graceful Queues: Issue Indexing and Tasks ()
webhook.go Add Matrix webhook ()