unrhodecode/rhodecode/lib
2022-10-25 13:33:32 +02:00
..
_vendor statsd: fix unicode tags generation as we use str now 2022-10-14 15:53:27 +02:00
celerylib metrics: use prom metrics, and added some additional metrics 2022-10-25 13:08:47 +02:00
dbmigrate db: fixed new by-uri template missing data 2021-02-06 00:34:13 +01:00
feedgenerator code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
index code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
middleware metrics: fix request total name 2022-10-25 13:33:32 +02:00
paster_commands code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
plugins code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pyramid_shell code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
rc_cache caches: make sure we init caches on repo names withou '/' to not create a new cache subpath 2022-09-01 22:00:13 +02:00
rc_commands setup: added optional parameters to apply a default license, or skip re-creation of database at install. 2021-01-06 13:40:50 +01:00
vcs caches: cache ctx_description on local cache on 2022-10-16 22:30:13 +02:00
__init__.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
action_parser.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
audit_logger.py pull-requests: optimize db transaction logic. 2021-07-15 15:05:16 +02:00
auth.py auth: python3 compatability code for migration 2022-10-13 12:53:14 +02:00
base.py clone-urls: allow custom clone by id template. 2021-01-22 08:56:20 +01:00
bleach_whitelist.py markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline. 2020-10-18 10:10:20 +02:00
caching_query.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
channelstream.py channelstream: fix dogpile core import. 2022-10-16 22:30:37 +02:00
codeblocks.py diffs: fixed problem with potential diff display. 2020-12-04 16:12:23 +01:00
colander_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
colored_formatter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
compat.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
datelib.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
db_manage.py installation: fixed some defaults for better 1st time experience. 2021-02-06 00:25:21 +01:00
diff_match_patch.py py3: remove usage of basestring 2019-01-22 23:06:49 +01:00
diffs.py comments: multiple changes on comments navigation/display logic 2020-10-27 10:05:00 +01:00
encrypt.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
encrypt2.py encryption: added new backend using cryptography + Fernet encryption. 2019-02-26 13:18:24 +01:00
exc_tracking.py exc-tracker: don't fail on empty request in context of celery app for example. 2020-10-22 09:34:06 +02:00
exceptions.py comment-history: fixes/ui changes 2020-06-23 17:43:06 +02:00
ext_json.py pylons: fixed code and test suite after removal of pylons. 2017-11-16 18:27:09 +01:00
ext_json_renderer.py file-store: changed for stream upload endpoint. 2020-12-22 23:54:10 +01:00
graphmod.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
helpers.py helpers: use a small compilation cache to not re-compile same patterns over and over. 2022-10-13 13:24:37 +02:00
hooks_base.py metrics: use prom metrics, and added some additional metrics 2022-10-25 13:08:47 +02:00
hooks_daemon.py hooks-daemon: fixed problem with lost hooks value from .ini file. 2021-01-09 03:06:08 +01:00
hooks_utils.py comments: added rcextensions hoooks for comment editing, and renamed methods to remove odd log_ prefix which 2020-07-14 11:24:40 +02:00
html_filters.py comments: edit functionality added 2020-05-27 23:47:09 +02:00
jsonalchemy.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
logging_formatter.py logging: added json logger to send json formatted logs 2022-10-13 12:53:37 +02:00
markdown_ext.py markdown: improved styling, and fixed nl2br extensions to only do br on new elements not inline. 2020-10-18 10:10:20 +02:00
markup_renderer.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
memory_lru_dict.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pagination.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
partial_renderer.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pidlock.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
pyramid_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
rc_beaker.py beaker-cache: remove no longer used beaker cache init 2020-12-07 22:56:04 +01:00
repo_maintenance.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
request.py debugging: expose logs/exception when debug log is enabled. 2022-10-03 12:03:41 +02:00
request_counter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
statsd_client.py metrics: added new statsd client and enabled new metrics on app 2022-10-14 12:47:01 +02:00
string_renderer.py reviewers: added observers as another way to define reviewers. 2020-10-06 08:49:13 +02:00
system_info.py sys-info: added helpers for faster loading of sys-info data 2021-10-12 13:40:59 +02:00
user_log_filter.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
user_sessions.py user-sessions: fix cleanup with corrupted session data. 2020-09-03 22:44:48 +02:00
utils.py notifications: properly inject the custom email headers into templates. 2020-07-24 09:51:14 +02:00
utils2.py pull-requests: added retry mechanism for updating pull requests. 2021-05-24 23:46:36 +02:00
view_utils.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00