unrhodecode/rhodecode/model
2024-02-15 14:24:48 +01:00
..
validation_schema core: revamp of automation/scheduler/artifacts EE functionality 2023-08-16 15:57:08 +02:00
__init__.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
auth_token.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
changeset_status.py lint: use null() to compare to == None for linters to be happy 2023-10-13 13:58:26 +02:00
comment.py lint: use null() to compare to == None for linters to be happy 2023-10-13 13:58:26 +02:00
db.py fix(cache-invalidation): fixed case when empty repos once cached wouldn't invalidate caches because of empty case condition 2024-02-15 14:24:48 +01:00
forms.py fix(mercurial): dropped support for depreacted hgsubversion fixes RCCE-12 2023-12-28 15:09:26 +01:00
gist.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
integration.py chore(warnings): fixed sqlalchemy warning for use of cases syntax 2023-11-23 10:20:07 +01:00
meta.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
notification.py cleanup: few fixes 2023-07-27 17:07:36 +02:00
permission.py fix(permissions): Invalidate cache on changing the default permissions 2023-11-06 11:08:04 +01:00
pull_request.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
repo.py fix(submodules): fixed an error if reaching out submodule path. 2024-01-10 11:22:57 +01:00
repo_group.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
repo_permission.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
scm.py feature(caches): refactor how invalidationContext works, fixes many issues with the previousl solution 2024-02-08 10:52:32 +01:00
settings.py fix(mercurial): dropped support for depreacted hgsubversion fixes RCCE-12 2023-12-28 15:09:26 +01:00
ssh_key.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
update.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
user.py modernize: python3 updates 2023-07-18 14:50:17 +02:00
user_group.py modernize: updates for python3 2023-07-18 14:45:20 +02:00
validators.py fix(validators): fixed improved error message on user group validators 2024-01-15 14:33:34 +01:00