gitea/modules/setting
zeripath 2c903383b5
Add Unique Queue infrastructure and move TestPullRequests to this ()
* Upgrade levelqueue to version 0.2.0

This adds functionality for Unique Queues

* Add UniqueQueue interface and functions to create them

* Add UniqueQueue implementations

* Move TestPullRequests over to use UniqueQueue

* Reduce code duplication

* Add bytefifos

* Ensure invalid types are logged

* Fix close race in PersistableChannelQueue Shutdown
..
cache.go Cache last commit to accelerate the repository directory page visit ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
database.go Add support for database schema in PostgreSQL ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Make hook status printing configurable with delay ()
indexer.go Refactor code indexer ()
indexer_test.go Restrict repository indexing by glob match ()
log.go Use Req.URL.RequestURI() to cope with FCGI urls ()
mailer.go Use gitea forked macaron ()
markup.go Markdown: Sanitizier Configuration ()
migrations.go Add retry for migration http/https requests ()
queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
repository.go Make archive prefixing configurable with a global setting ()
service.go Add /milestones endpoint ()
session.go Movde dependents on macaron from modules/setting ()
setting.go Add warning when using relative path to app.ini ()
task.go Graceful Queues: Issue Indexing and Tasks ()
webhook.go Webhook support custom proxy ()