..
__init__.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
conftest.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_add_field_to_repo.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_add_user_to_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_api.py
api: added function to fetch comments for a repository.
2019-01-28 12:05:34 +01:00
test_cleanup_sessions.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_close_pull_request.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_comment_commit.py
tests: fixing tests for pull-requests and changelog(commits)
2019-06-28 14:24:57 +02:00
test_comment_pull_request.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_create_gist.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_create_pull_request.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_create_repo.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_create_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_create_user.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_create_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_delete_gist.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_delete_repo.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_delete_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_delete_user.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_delete_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_deprecated_api.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_fork_repo.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_fts_search.py
api: added tests for the search API
2019-03-29 12:51:50 +01:00
test_get_gist.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_gists.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_ip.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_locks.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_method.py
api: added function to fetch comments for a repository.
2019-01-28 12:05:34 +01:00
test_get_pull_request.py
tests: fixes after some later code changes
2019-07-29 13:01:18 +02:00
test_get_pull_request_comments.py
api: added function to fetch comments for a repository.
2019-01-28 12:05:34 +01:00
test_get_pull_requests.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_repo.py
tests: fix cache problems after empty repo check change.
2019-06-06 20:24:25 +02:00
test_get_repo_changeset.py
diffs: fixed outdated files in pull-requests re-using the filediff raw_id for anchor generation.
2019-09-25 10:33:00 +02:00
test_get_repo_comments.py
api: added function to fetch comments for a repository.
2019-01-28 12:05:34 +01:00
test_get_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_repo_groups.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_repo_nodes.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_repo_refs.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_repos.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_server_info.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_user.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_user_groups.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_get_users.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_grant_user_group_permission.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_grant_user_group_permission_to_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_grant_user_group_permission_to_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_grant_user_permission.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_grant_user_permission_to_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_grant_user_permission_to_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_invalidate_cache.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_merge_pull_request.py
api: pull-requests, fixed invocation of merge as another user.
2019-02-15 10:27:18 +01:00
test_pull.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_remove_field_from_repo.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_remove_user_from_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_repo_locking.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_rescan_repos.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_revoke_user_group_permission.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_revoke_user_group_permission_from_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_revoke_user_group_permission_from_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_revoke_user_permission.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_revoke_user_permission_from_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_revoke_user_permission_from_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_store_exception.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_update_pull_request.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_update_repo.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_update_repo_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_update_user.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_update_user_group.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
test_utils.py
docs: updated copyrights to 2019
2019-01-02 18:13:27 +01:00
utils.py
landing-rev: fixes #4102 , use branches instead of landing tip refs by default.
2019-08-16 09:55:36 +02:00