mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-09 10:44:23 +00:00
- 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. https://code.forgejo.org/go-chi/session/compare/f8ce6775954417f3270aafd573d3e4e448a44bad..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. |
||
|---|---|---|
| .. | ||
| admin.go | ||
| admin_test.go | ||
| applications.go | ||
| auths.go | ||
| config.go | ||
| diagnosis.go | ||
| emails.go | ||
| hooks.go | ||
| main_test.go | ||
| notice.go | ||
| orgs.go | ||
| packages.go | ||
| queue.go | ||
| queue_tester.go | ||
| repos.go | ||
| runners.go | ||
| stacktrace.go | ||
| users.go | ||
| users_test.go | ||