forgejo/modules/queue
Gusted fc40a5e242
[CHORE] Move to new sessioner library
- Moves to a fork of gitea.com/go-chi/session that removed support for
couchbase (and ledis, but that was never made available in Forgejo)
along with other code improvements.
f8ce677595..main
- The rationale for removing Couchbase is quite simple. Its not licensed
under FOSS
license (https://www.couchbase.com/blog/couchbase-adopts-bsl-license/)
and therefore cannot be tested by Forgejo and shouldn't be supported.
This is a similair vein to the removal of MSSQL
support (https://codeberg.org/forgejo/discussions/issues/122)
- A additional benefit is that this reduces the Forgejo binary by ~600Kb.
2024-08-25 03:47:08 +02:00
..
lqinternal
mock [CHORE] Move to new sessioner library 2024-08-25 03:47:08 +02:00
backoff.go
base.go
base_channel.go Fix linting issues 2024-08-18 16:25:13 +02:00
base_channel_test.go
base_dummy.go
base_levelqueue.go
base_levelqueue_common.go
base_levelqueue_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
base_levelqueue_unique.go
base_redis.go refactor: redis queue backend test cleanup 2024-05-21 18:02:33 +02:00
base_redis_test.go refactor: redis queue backend test cleanup 2024-05-21 18:02:33 +02:00
base_redis_with_server_test.go lint: fix import order issue 2024-05-21 18:02:37 +02:00
base_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
config.go
manager.go
manager_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
queue.go
testhelper.go
workergroup.go
workerqueue.go refactor: redis queue backend test cleanup 2024-05-21 18:02:33 +02:00
workerqueue_test.go Fix linting issues 2024-08-18 16:25:13 +02:00