unrhodecode/rhodecode/api/tests
Daniel Dourvaris 2beb24a857 reviewers: added validation and default review rules via API calls.
- update/create pull request now validate and update the default reviewer rules.
2017-06-14 11:10:19 +02:00
..
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
conftest.py auth-tokens: fixed tests 2017-02-28 12:49:40 +01:00
test_add_field_to_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_add_user_to_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_api.py api: add get_method API call. 2017-02-10 16:24:57 +01:00
test_cleanup_sessions.py user-sessions: added an API call to cleanup sessions. 2017-01-30 11:17:42 +01:00
test_close_pull_request.py pull-request-api: updated logic of closing a PR via API call. 2017-06-13 00:14:21 +02:00
test_comment_commit.py api: validate commit_id when using commit_comment API 2017-02-08 21:30:23 +01:00
test_comment_pull_request.py comments: renamed ChangesetCommentsModel to CommentsModel to reflect what it actually does. 2017-01-09 17:52:00 +01:00
test_create_gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_pull_request.py reviewers: added validation and default review rules via API calls. 2017-06-14 11:10:19 +02:00
test_create_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_create_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_gist.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_repo.py audit-logger: unify calls to repo.delete and also store source of call, api/web. 2017-05-16 14:48:07 +02:00
test_delete_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_delete_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_deprecated_api.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_fork_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_gist.py home: moved home and repo group views into pyramid. 2017-06-05 15:16:04 +02:00
test_get_gists.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_ip.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_locks.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_method.py api: add get_method API call. 2017-02-10 16:24:57 +01:00
test_get_pull_request.py home: moved home and repo group views into pyramid. 2017-06-05 15:16:04 +02:00
test_get_pull_requests.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_changeset.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_groups.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_nodes.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repo_refs.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_repos.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_server_info.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_user_groups.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_get_users.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_group_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_group_permission_to_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_group_permission_to_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_permission_to_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_grant_user_permission_to_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_invalidate_cache.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_merge_pull_request.py tests: fixed api merge tests after introducing merge checks. 2017-01-18 14:29:21 +01:00
test_pull.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_remove_field_from_repo.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_remove_user_from_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_repo_locking.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_rescan_repos.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_group_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_group_permission_from_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_group_permission_from_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_permission.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_permission_from_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_revoke_user_permission_from_user_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_pull_request.py pull-request: extended default reviewers functionality. 2017-05-29 20:10:17 +02:00
test_update_repo.py home: moved home and repo group views into pyramid. 2017-06-05 15:16:04 +02:00
test_update_repo_group.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_user.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
test_update_user_group.py admin-users: add view for user groups managment 2017-03-21 20:51:18 +01:00
test_utils.py api: use consistent way to extract users, repos, repo groups and user groups by id or name. 2017-03-13 12:56:22 +01:00
utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00