This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers
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
..
admin Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
api/v1 API endpoint for repo transfer (#9947) 2020-01-31 15:49:04 +00:00
dev
org Fix wrong paging on org members (#9990) 2020-01-26 15:32:53 +08:00
private Improve push update options (#10105) 2020-02-02 15:27:34 -05:00
repo Cache last commit to accelerate the repository directory page visit (#10069) 2020-02-01 19:11:32 +00:00
routes Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
user API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
utils
home.go API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
init.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 2020-02-02 23:19:58 +00:00
install.go Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
metrics.go
swagger_json.go