unrhodecode/rhodecode/tests/models
RhodeCode Admin a7e6b8d86c fix(permissions): added a common way to update private flag via repo model
- this allows to have a one and only one way to control the flag with the business logic shared
- added test for that
- changed view to use this method instead of DB update and custom permissions flush
- fixed a case when update of repo settings didn't flush permissions actually while it should when private flag changed
2024-10-14 11:07:44 +02:00
..
schemas code: fixes to escape characters improperly used 2023-08-25 14:20:05 +02:00
settings updated with a latest changes. 2024-10-02 12:22:06 +03:00
__init__.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
common.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_changeset_status.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_changeset_status_group_voting.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_comment.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_db.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_gist.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_notifications.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_permissions.py fix(permissions): added a common way to update private flag via repo model 2024-10-14 11:07:44 +02:00
test_pullrequest.py feat(configs): deprecared old hooks protocol and ssh wrapper. 2024-08-07 13:35:47 +02:00
test_pullrequest_git.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_repo_groups.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_repo_readme.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_repos.py feat(repo_path-config): moved main storage location path into ini file. Fixes: RCCE-61 2024-03-01 09:39:14 +02:00
test_scm.py fix(tests): fixed the creation of non-linear commits creation in tests 2023-11-23 09:41:19 +01:00
test_user_group_permissions_on_repo_groups.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_user_groups.py lint: ruff run 2023-07-18 13:46:39 +02:00
test_user_permissions_on_repo_groups.py copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
test_users.py lint: ruff run 2023-07-18 13:46:39 +02:00