unrhodecode/rhodecode/lib
RhodeCode Admin 39bed20bcb feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe.
- no longer depend on diskcache
- use simpler version with Redis lock, and filesystem storage
- fixes RCCE-78
2024-06-05 12:32:12 +02:00
..
_vendor feat(locks): added no-blocking option for redis blocks 2024-04-26 12:07:06 +02:00
celerylib fix(celery): signal startup failure with sys.exit to recycle celery worker on errors 2024-05-22 15:35:24 +02: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
hook_daemon feat(ssh-wrapper-speedup): major rewrite of code to address imports problem with ssh-wrapper-v2 2024-02-28 09:30:58 +01:00
index tests: fixed tests for archivals 2023-08-25 14:33:35 +02:00
middleware chore(debug): improved logging for simplesvn 2024-05-20 09:00:12 +02:00
plugins copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
pyramid_shell shell: remove module level imports 2024-04-22 14:54:33 +02:00
rc_cache feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe. 2024-06-05 12:32:12 +02:00
rc_commands feat(ssh-wrapper-speedup): major rewrite of code to address imports problem with ssh-wrapper-v2 2024-02-28 09:30:58 +01:00
vcs feat(mercurial): added close branch commit message template 2024-03-03 08:40:40 +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
api_utils.py refactor(ssh-wrapper): changed SSHVcsServer to SshVcsServer, updated call_service_api method. 2024-02-28 11:52:11 +02:00
audit_logger.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
auth.py fix(events): fixed celery based events where it was missing request object 2024-03-11 14:55:48 +01:00
base.py feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +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
config_utils.py feat(ssh-wrapper-speedup): major rewrite of code to address imports problem with ssh-wrapper-v2 2024-02-28 09:30:58 +01: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 fix(encryption): rely on default config based strict mode if not explicitly given into function params 2024-04-25 10:56:23 +02:00
encrypt.py fix(encryption): don't be strict on enc format when no enc headers are missing. 2024-05-06 14:54:21 +02:00
encrypt2.py fix(encryption): don't be strict on enc format when no enc headers are missing. 2024-05-06 14:54:21 +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 fix(user-models): added extra protection against model username changes that would create duplicates 2024-03-13 19:46:19 +01: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 feat(svn-config): moved svn related config keys to *.ini file. Fixes: RCCE-60 2024-02-28 09:34:14 +02:00
hooks_base.py feat(celery-hooks): added all needed changes to support new celery backend, removed DummyHooksCallbackDaemon, updated tests. Fixes: RCCE-55 2024-02-12 11:38:03 +02:00
hooks_utils.py fix(events): fixed celery based events where it was missing request object 2024-03-11 14:55:48 +01: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 fix(events): fixed celery based events where it was missing request object 2024-03-11 14:55:48 +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 statsd: added special repr for statsdclient for nicer debug 2024-02-28 09:29:49 +01:00
str_utils.py chore(sync-up): synced libs/settings maker from vcsserver 2024-03-05 15:36:11 +01:00
string_renderer.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
system_info.py feat(disk-cache): rewrite diskcache backend to be k8s and NFS safe. 2024-06-05 12:32:12 +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 feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02: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