unrhodecode/rhodecode/lib
2024-01-29 13:19:59 +01:00
..
_vendor vendor: bumped redis-lock to latest version 2023-08-03 20:47:22 +02:00
celerylib fix(celery): fixed celery logging error about the missing keys for ini options 2023-12-21 17:05:44 +01:00
dbmigrate dbmigrate: fixed migration problems 2023-08-29 15:29:48 +02:00
feedgenerator modernize: updates for python3 2023-07-18 14:45:20 +02:00
index tests: fixed tests for archivals 2023-08-25 14:33:35 +02:00
middleware fix(git): fixed issues with gzip detection for git protocol 2023-12-15 09:46:38 +01:00
paster_commands copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
plugins copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
pyramid_shell copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
rc_cache fix(permission-flush): use delete method for permission cache invalidation as it's multi-process safe. 2024-01-12 15:25:27 +01:00
rc_commands modernize: python3 updates 2023-07-18 14:50:17 +02:00
vcs fix(server-info): removed dulwich from update-server-info and added force flag support 2024-01-29 13:19:59 +01:00
__init__.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
action_parser.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
audit_logger.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
auth.py caches: make sure the global cache namespace prefixes are used. 2023-07-26 16:15:52 +02:00
base.py tests: fixup the config stubs 2023-08-23 13:42:49 +02:00
caching_query.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
channelstream.py fix(channelstream): fixed history writing 2023-11-24 14:11:35 +01:00
codeblocks.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
colander_utils.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
colored_formatter.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
datelib.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
db_manage.py fix(mercurial): dropped support for depreacted hgsubversion fixes RCCE-12 2023-12-28 15:09:26 +01:00
diff_match_patch.py diffs: python3 port 2023-07-18 11:44:44 +02:00
diffs.py code: fixes to escape characters improperly used 2023-08-25 14:20:05 +02:00
enc_utils.py libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
encrypt.py dbmigrate: fixed migration problems 2023-08-29 15:29:48 +02:00
encrypt2.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
exc_tracking.py exc-tracking: fixed API calls with new exceptions store engine 2023-08-25 12:50:30 +02:00
exceptions.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
ext_json.py libs: ext_json improvements for orjson support 2023-07-18 11:40:47 +02:00
ext_json_renderer.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
graphmod.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
hash_utils.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
helpers.py helpers: fix tests and tag replacers 2023-08-25 16:06:54 +02:00
hooks_base.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
hooks_daemon.py tests: fixup the config stubs 2023-08-23 13:42:49 +02:00
hooks_utils.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
html_filters.py html_sanitizer: abstracted bleach into own function/code for later replacement 2023-07-19 10:26:46 +02:00
html_sanitizer_defs.py html_sanitizer: abstracted bleach into own function/code for later replacement 2023-07-19 10:26:46 +02:00
jsonalchemy.py fix(deprecations): fixed sqlalchemy warning about non-cachable JsonObject 2023-12-05 10:00:37 +01:00
logging_formatter.py lint: ruff run 2023-07-18 13:46:39 +02:00
markdown_ext.py lint: ruff run 2023-07-18 13:46:39 +02:00
markup_renderer.py fix(jupyter): adopted to support more formats. Fixes: RCCE-38 2024-01-29 12:23:16 +02:00
memory_lru_dict.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
pagination.py cleanup: few fixes 2023-07-27 17:07:36 +02:00
partial_renderer.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
pidlock.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
pyramid_utils.py chore(code-formatting): use f-string 2024-01-03 15:33:40 +01:00
rc_beaker.py prompts: fixed input() calls for python3 2023-08-25 12:51:20 +02:00
repo_maintenance.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
request.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
request_counter.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
statsd_client.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
str_utils.py cleanups: typing + whitespaces 2023-07-20 10:33:37 +02:00
string_renderer.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
system_info.py code: import fix/pep8 2023-10-09 12:45:35 +02:00
type_utils.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
user_log_filter.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
user_sessions.py sessions: fixed more problems with redis sessions cleanup errors 2023-08-28 20:59:22 +02:00
utils.py fix(server-info): removed dulwich from update-server-info and added force flag support 2024-01-29 13:19:59 +01:00
utils2.py code: import fix/pep8 2023-10-09 12:45:35 +02:00
view_utils.py modernize: python3 updates 2023-07-18 14:50:17 +02:00