unrhodecode/rhodecode/model
RhodeCode Admin 28af9bcecf translations: moved methods from new request subscriber to actual methods of custom class.
- this enabled it to work with celery exceptions without any problems
- celery has no new request scope so those were undefined in celery
2023-01-12 15:57:46 +01:00
..
validation_schema url-validator: make it more explicit credentials could be a case for repo import validator to fail 2022-09-01 21:59:29 +02:00
__init__.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
auth_token.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
changeset_status.py pull-requests: added awaiting my review filter for users pull-requests. 2021-04-20 12:59:31 +02:00
comment.py comments: add ability to resolve todos from the side-bar. 2021-02-03 15:14:34 +01:00
db.py db: added index to cache_args column for feaster lookup on cache invalidation 2023-01-05 09:46:07 +01:00
forms.py clone-urls: allow custom clone by id template. 2021-01-22 08:56:20 +01:00
gist.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
integration.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
meta.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
notification.py translations: moved methods from new request subscriber to actual methods of custom class. 2023-01-12 15:57:46 +01:00
permission.py permissions: use constant for fork enable/disable 2021-03-24 16:52:47 +01:00
pull_request.py pull-requests: Add possibility to include pull request description into merge commit message 2022-11-04 12:03:49 +01:00
repo.py 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
repo_group.py permissions: flush permissions on owner changes for repo and repo groups. 2021-03-24 14:54:26 +01:00
repo_permission.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
scm.py caches: introduce invalidation as a safer ways to expire keys, deleting them are more problematic. 2021-07-23 11:09:12 +02:00
settings.py settings: fixed some issuetracker settings tests 2023-01-09 16:06:41 +01:00
ssh_key.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
update.py automation: enabled automated check for new versions. 2021-02-04 23:40:58 +01:00
user.py notifications: skip double rendering just to generate email title/desc 2020-11-11 22:44:38 +01:00
user_group.py code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
validators.py url-validator: make it more explicit credentials could be a case for repo import validator to fail 2022-09-01 21:59:29 +02:00