unrhodecode/rhodecode/tests/lib
Marcin Kuzminski c218e2a9ea caches: use .refresh() instead of .invalidate()
- .invalidate() does a delete of cached valued under a key, which means
in previous logic we delete, get_or_create, and compute.
- .refresh() is simply replacing exising key with newly computed values, this
creates less locks, and it's faster.
2018-08-03 14:34:33 +02:00
..
auth_modules release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
middleware hooks: made the callback host configurable. 2018-07-03 11:57:03 +02:00
__init__.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_action_parser.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_auth.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_auth_crypto_backend.py tests: don't use md5 for testing crypto for compliance reasons. 2018-07-03 14:30:57 +02:00
test_base.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_caches.py caches: new cache context managers. 2018-08-02 18:04:52 +02:00
test_codeblocks.py diffs: in case of text lexers don't do any HL because of pygments newline 2018-02-07 15:03:42 +01:00
test_colored_formatter.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_datelib.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_db_manage.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_dbmigrate.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_diffs.py diffs: in case of text lexers don't do any HL because of pygments newline 2018-02-07 15:03:42 +01:00
test_diffs_context.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_encrypt.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_ext_json.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_graphmod.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_helpers.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_hooks_base.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_hooks_daemon.py hooks: made the callback host configurable. 2018-07-03 11:57:03 +02:00
test_jsonalchemy.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_libs.py caches: use .refresh() instead of .invalidate() 2018-08-03 14:34:33 +02:00
test_mako_emails.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_markup_renderer.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_search.py release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
test_system_info.py system-info: fetch vcs settings from vcsserver. Fixes #4276 2016-11-14 21:14:29 +01:00
test_utils.py caches: use dogpile for sql_cache_short region. 2018-07-12 17:20:03 +02:00