unrhodecode/rhodecode/api/tests
2017-08-03 20:17:46 +02:00
..
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
conftest.py db: use unicode for some of the defaults to reduce sqlalchemy warnings. 2017-07-26 12:14:56 +02: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 audit-logs: implemented pull request and comment events. 2017-06-17 15:22:50 +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 audit-logs: implemented pull request and comment events. 2017-06-17 15:22:50 +02: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 user-api: use simple schema validator to be consistent how we validate between API and web views. 2017-06-21 15:36:24 +02:00
test_create_user_group.py user-group-api: use simple schema validator to be consistent how we validate 2017-06-21 13:28:12 +02: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 gists: migrated gists controller to pyramid view. 2017-07-07 12:05:30 +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 pull-requests: migrated code from pylons to pyramid 2017-07-27 11:30:55 +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 users: make AuthUser propert a method, and allow override of params. 2017-08-03 20:17:46 +02: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 audit-logs: implemented pull request and comment events. 2017-06-17 15:22:50 +02: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 audit-logs: implemented pull request and comment events. 2017-06-17 15:22:50 +02:00
test_update_repo.py audit-logs: moved async tasks from old deprecated action_logger. 2017-06-14 15:45:17 +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