unrhodecode/rhodecode/tests
russell@unturf.com 4f73837822 Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory
Replace server-side session backends (redis, file, database, memcached)
with client-side signed cookie sessions. Users will need to
re-authenticate after deploy.

- Rewrite rc_beaker.py to use pyramid.session.SignedCookieSessionFactory
- Gut user_sessions.py to cookie-only stub
- Drop beaker.container from memory_lru_dict.py (pure repoze.lru)
- Migrate ini configs from beaker.session.* to session.* namespace
- Remove beaker==1.13.0 from requirements.txt
- Remove beaker.backends entry points from pyproject.toml
- Preserve backward-compat fallbacks for encryption key resolution
2026-02-19 15:26:24 -05:00
..
config core: run ruff format 2025-01-13 17:47:37 +01:00
database core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
events core: run ruff format 2025-01-13 17:47:37 +01:00
fixtures fix(tests): fixed test logic on creation 2026-01-21 17:49:15 +01:00
functional core: run ruff format 2025-01-13 17:47:37 +01:00
integrations feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
lib feature(scm): added multibranch support for git and mercurial 2025-12-21 08:27:16 +01:00
load core: run ruff format 2025-01-13 17:47:37 +01:00
models feature: implements AI code review PR checkbox; adds AI PR settings 2026-01-21 11:59:03 +01:00
other feat(repo-creation): added svn bootstrap, and improved repo creation validation 2025-12-26 21:42:03 +01:00
scripts Renamed polymer css/less files to lit 2025-12-09 15:54:37 +01:00
vcs tests: further test fixes 2025-12-30 11:12:53 +01:00
vcs_operations fix(tests): use random suffix for vcs operations 2026-01-21 17:53:52 +01:00
__init__.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth_external_test.py core: run ruff format 2025-01-13 17:47:37 +01:00
conftest.py core: run ruff format 2025-01-13 17:47:37 +01:00
conftest_common.py core: run ruff format 2025-01-13 17:47:37 +01:00
rhodecode.ini Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory 2026-02-19 15:26:24 -05:00
routes.py feature: adds tests 2025-10-30 15:03:13 +02:00
server_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
test_lib_migration.py tests: further test fixes 2025-12-30 11:12:53 +01:00
utils.py Remove beaker dependency, switch to Pyramid SignedCookieSessionFactory 2026-02-19 15:26:24 -05:00
vcsserver_http.ini tests: fixed test suite for celery adoption 2024-11-08 16:17:57 +01:00