gitea/modules/setting
zeripath 2c903383b5
Add Unique Queue infrastructure and move TestPullRequests to this (#9856)
* 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
2020-02-02 23:19:58 +00:00
..
cache.go Cache last commit to accelerate the repository directory page visit (#10069) 2020-02-01 19:11:32 +00:00
cors.go Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
cron.go
database.go Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
database_sqlite.go
database_test.go
git.go Make hook status printing configurable with delay (#9641) 2020-01-12 08:46:03 +00:00
indexer.go
indexer_test.go
log.go
mailer.go
markup.go
migrations.go
queue.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 2020-02-02 23:19:58 +00:00
repository.go Make archive prefixing configurable with a global setting (#9943) 2020-01-22 23:46:46 +00:00
service.go
session.go Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
setting.go Add warning when using relative path to app.ini (#10104) 2020-02-02 18:20:20 +02:00
task.go Graceful Queues: Issue Indexing and Tasks (#9363) 2020-01-07 12:23:09 +01:00
webhook.go