unrhodecode/rhodecode/lib
2024-07-12 16:41:59 +00:00
..
_vendor core: refactor of vendor lib to easier sync with vcsserver 2024-06-13 21:30:11 +02:00
archive_cache fix: fixed s3 region. Fixes: RCCE-98 2024-07-11 09:36:35 +03:00
celerylib celery: added test view to test celery exception handling 2024-06-14 08:58:18 +02:00
dbmigrate chore: added excplicit db-migrate to update hooks for 5.X rel 2024-07-03 09:50:40 +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 fix(svn): svn events fixes and change the way how we handle the events 2024-06-04 17:20:16 +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(archive-cache): implemented s3 based backend for filecaches 2024-06-13 21:29:37 +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(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 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(archive-cache): implemented s3 based backend for filecaches 2024-06-13 21:29:37 +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 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 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
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(archive-cache): implemented s3 based backend for filecaches 2024-06-13 21:29:37 +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