unrhodecode/rhodecode/lib
2024-09-25 10:59:01 +03:00
..
_vendor core: refactor of vendor lib to easier sync with vcsserver 2024-06-13 21:30:11 +02:00
archive_cache chore: cleanup, remove unused param for objectstore cache 2024-08-21 00:21:44 +02:00
celerylib fix(mailing): patch repozesendmail to properly use CRLF for newlines. Fixes RFC5322 Issues with mailing 2024-08-28 13:29:10 +02:00
dbmigrate fix(db-migrate): enforce gc collection to optimize memory usage 2024-08-20 12:06:59 +02:00
feedgenerator modernize: updates for python3 2023-07-18 14:45:20 +02:00
hook_daemon fix(svn): svn events fixes and change the way how we handle the events 2024-06-04 17:20:16 +02:00
index tests: fixed tests for archivals 2023-08-25 14:33:35 +02:00
middleware chore(logging): optimize loggers for request wrapper to be easier to read 2024-08-28 13:29:30 +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 chore(caches): cleanup cache lib and added cleanup backend 2024-08-07 13:40:30 +02:00
rc_commands feat(artifacts): new artifact storage engines allowing an s3 based uploads 2024-08-28 23:56:59 +02:00
vcs feat(delete-branch-after-merge-git): added ability to delete a branch automatically after merging PR (if it was configured). Fixes: RCCE-76 2024-06-17 14:59:54 +03:00
__init__.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
action_parser.py fix(svn): svn events fixes and change the way how we handle the events 2024-06-04 17:20:16 +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(archive-cache): implemented s3 based backend for filecaches 2024-06-13 21:29:37 +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 Fixed problem with step param not initializing for 0 step migration 2024-07-12 16:41:59 +00: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 feat(vcs clients filtering): added changes related to vcs client filtering needed for EE. Fixes: RCCE-41 2024-09-16 12:44:30 +03: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(artifacts): new artifact storage engines allowing an s3 based uploads 2024-08-28 23:56:59 +02:00
hooks_base.py feat(vcs clients filtering): added changes related to vcs client filtering needed for EE. Fixes: RCCE-41 2024-09-16 12:44:30 +03: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 core: refactor of vendor lib to easier sync with vcsserver 2024-06-13 21:30:11 +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(bootstrap): fixed issues that lead to leaving rhodecode.local as a default setting which is now explicitly read from .ini config 2024-06-13 10:43:17 +02: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 feat(artifacts): new artifact storage engines allowing an s3 based uploads 2024-08-28 23:56:59 +02:00
string_renderer.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
svn_txn_utils.py fix(svn): svn events fixes and change the way how we handle the events 2024-06-04 17:20:16 +02:00
system_info.py feat(artifacts): new artifact storage engines allowing an s3 based uploads 2024-08-28 23:56:59 +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(git lfs path and path to hg large files in *.ini files): moved git lfs path and path of hg large files to *.ini files. 2024-09-25 10:59:01 +03: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