unrhodecode/rhodecode/lib
2025-02-26 04:55:00 +01:00
..
_vendor core: run ruff format 2025-01-13 17:47:37 +01:00
archive_cache archive-cache: make it more resilient to errors and not break if single metadata is broken 2025-02-26 04:55:00 +01:00
celerylib svn: fixed lack of hooks data for svn over ssh 2025-01-23 13:38:24 +01:00
dbmigrate core: run ruff format 2025-01-13 17:47:37 +01:00
feedgenerator core: run ruff format 2025-01-13 17:47:37 +01:00
hook_daemon core: run ruff format 2025-01-13 17:47:37 +01:00
index core: run ruff format 2025-01-13 17:47:37 +01:00
middleware fix: req-tracking, handle edge case when SVN server is off 2025-01-17 10:04:42 +01:00
plugins core: run ruff format 2025-01-13 17:47:37 +01:00
pyramid_shell core: run ruff format 2025-01-13 17:47:37 +01:00
rc_cache core: run ruff format 2025-01-13 17:47:37 +01:00
rc_commands core: run ruff format 2025-01-13 17:47:37 +01:00
vcs fix(branch removal(closing)): added check to avoid deleting(closing) landing branches during PR merge with delete source branch option enabled. 2025-02-11 13:14:03 +02:00
__init__.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
action_parser.py core: run ruff format 2025-01-13 17:47:37 +01:00
api_utils.py ssh-wrapper: added extra logging in case of failed user fetch 2025-01-06 12:09:22 +01:00
audit_logger.py core: run ruff format 2025-01-13 17:47:37 +01:00
auth.py core: run ruff format 2025-01-13 17:47:37 +01:00
base.py core: run ruff format 2025-01-13 17:47:37 +01:00
caching_query.py core: run ruff format 2025-01-13 17:47:37 +01:00
channelstream.py core: run ruff format 2025-01-13 17:47:37 +01:00
codeblocks.py core: run ruff format 2025-01-13 17:47:37 +01:00
colander_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
colored_formatter.py core: run ruff format 2025-01-13 17:47:37 +01:00
config_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
datelib.py core: run ruff format 2025-01-13 17:47:37 +01:00
db_manage.py core: run ruff format 2025-01-13 17:47:37 +01:00
diff_match_patch.py core: run ruff format 2025-01-13 17:47:37 +01:00
diffs.py core: run ruff format 2025-01-13 17:47:37 +01:00
enc_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
encrypt.py core: run ruff format 2025-01-13 17:47:37 +01:00
encrypt2.py core: run ruff format 2025-01-13 17:47:37 +01:00
exc_tracking.py core: run ruff format 2025-01-13 17:47:37 +01:00
exceptions.py core: run ruff format 2025-01-13 17:47:37 +01:00
ext_json.py core: run ruff format 2025-01-13 17:47:37 +01:00
ext_json_renderer.py core: run ruff format 2025-01-13 17:47:37 +01:00
graphmod.py core: run ruff format 2025-01-13 17:47:37 +01:00
hash_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
helpers.py fix: fixed metatags change after ruff format 2025-01-17 13:16:27 +01:00
hooks_base.py core: run ruff format 2025-01-13 17:47:37 +01:00
hooks_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
html_filters.py core: run ruff format 2025-01-13 17:47:37 +01:00
html_sanitizer_defs.py core: run ruff format 2025-01-13 17:47:37 +01:00
jsonalchemy.py core: run ruff format 2025-01-13 17:47:37 +01:00
logging_formatter.py core: run ruff format 2025-01-13 17:47:37 +01:00
markdown_ext.py core: run ruff format 2025-01-13 17:47:37 +01:00
markup_renderer.py core: run ruff format 2025-01-13 17:47:37 +01:00
memory_lru_dict.py core: run ruff format 2025-01-13 17:47:37 +01:00
pagination.py core: run ruff format 2025-01-13 17:47:37 +01:00
partial_renderer.py fix(auto-merge): removed usage of global. 2025-02-05 11:15:58 +02:00
pidlock.py core: run ruff format 2025-01-13 17:47:37 +01:00
pyramid_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
rc_beaker.py core: run ruff format 2025-01-13 17:47:37 +01:00
repo_maintenance.py core: run ruff format 2025-01-13 17:47:37 +01:00
request.py core: run ruff format 2025-01-13 17:47:37 +01:00
request_counter.py core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
statsd_client.py core: run ruff format 2025-01-13 17:47:37 +01:00
str_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
string_renderer.py core: run ruff format 2025-01-13 17:47:37 +01:00
svn_txn_utils.py svn: fixed lack of hooks data for svn over ssh 2025-01-23 13:38:24 +01:00
system_info.py core: run ruff format 2025-01-13 17:47:37 +01:00
type_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
user_log_filter.py core: run ruff format 2025-01-13 17:47:37 +01:00
user_sessions.py core: run ruff format 2025-01-13 17:47:37 +01:00
utils.py core: run ruff format 2025-01-13 17:47:37 +01:00
utils2.py core: run ruff format 2025-01-13 17:47:37 +01:00
vcs_common.py core: run ruff format 2025-01-13 17:47:37 +01:00
view_utils.py core: run ruff format 2025-01-13 17:47:37 +01:00