You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/setting
zeripath c01221e70f
Queue: Make WorkerPools and Queues flushable (#10001)
* Make WorkerPools and Queues flushable

Adds Flush methods to Queues and the WorkerPool
Further abstracts the WorkerPool
Adds a final step to Flush the queues in the defer from PrintCurrentTest
Fixes an issue with Settings inheritance in queues

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Change to for loop

* Add IsEmpty and begin just making the queues composed WorkerPools

* subsume workerpool into the queues and create a flushable interface

* Add manager command

* Move flushall to queue.Manager and add to testlogger

* As per @guillep2k

* as per @guillep2k

* Just make queues all implement flushable and clean up the wrapped queue flushes

* cope with no timeout

Co-authored-by: Lauris BH <lauris@nix.lv>
5 years ago
..
cache.go Use gitea forked macaron (#7933) 6 years ago
cors.go Use gitea forked macaron (#7933) 6 years ago
cron.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 5 years ago
database.go Add support for database schema in PostgreSQL (#8819) 5 years ago
database_sqlite.go Move database settings from models to setting (#7806) 6 years ago
database_test.go Move database settings from models to setting (#7806) 6 years ago
git.go Make hook status printing configurable with delay (#9641) 5 years ago
indexer.go Refactor code indexer (#9313) 5 years ago
indexer_test.go Restrict repository indexing by glob match (#7767) 6 years ago
log.go Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 5 years ago
mailer.go Use gitea forked macaron (#7933) 6 years ago
markup.go Markdown: Sanitizier Configuration (#9075) 5 years ago
migrations.go Add retry for migration http/https requests (#9019) 5 years ago
queue.go Queue: Make WorkerPools and Queues flushable (#10001) 5 years ago
repository.go Make archive prefixing configurable with a global setting (#9943) 5 years ago
service.go Add /milestones endpoint (#8733) 5 years ago
session.go Use gitea forked macaron (#7933) 6 years ago
setting.go Make CertFile and KeyFile relative to CustomPath (#9868) 5 years ago
task.go Graceful Queues: Issue Indexing and Tasks (#9363) 5 years ago
webhook.go Webhook support custom proxy (#8760) 5 years ago