##// END OF EJS Templates
integrations: refactor/cleanup + features, fixes #4181...
integrations: refactor/cleanup + features, fixes #4181 * added scopes on integrations, scopes are: - repo only - repogroup children only - root repos only - global (any repo) * integrations schemas now have separate section for the settings (eg. slack) and options (eg. scope/enabled) * added descriptions to integration types * added icons to integration types * added 'create new' integration page * added scope of integration to integrations list * added breadcrumbs for each repo/repogroup/global integrations pages * added sorting to integrations list * added pagination to integrations list * added icons to integrations list * added type filter to integrations list * added message to integrations list if none we found * added extra permissions check on integrations views * db migration from 56 => 57 - adds child_repos_only field * added tests for integrations triggered on events * added tests for integrations schemas * added tests for integrations views for repo/repogroup/admin
dan -
r731:7a6d3636 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / api / tests
__init__.py Loading ...
conftest.py Loading ...
test_add_field_to_repo.py Loading ...
test_add_user_to_user_group.py Loading ...
test_api.py Loading ...
test_close_pull_request.py Loading ...
test_comment_commit.py Loading ...
test_comment_pull_request.py Loading ...
test_create_gist.py Loading ...
test_create_pull_request.py Loading ...
test_create_repo.py Loading ...
test_create_repo_group.py Loading ...
test_create_user.py Loading ...
test_create_user_group.py Loading ...
test_delete_gist.py Loading ...
test_delete_repo.py Loading ...
test_delete_repo_group.py Loading ...
test_delete_user.py Loading ...
test_delete_user_group.py Loading ...
test_deprecated_api.py Loading ...
test_fork_repo.py Loading ...
test_get_gist.py Loading ...
test_get_gists.py Loading ...
test_get_ip.py Loading ...
test_get_locks.py Loading ...
test_get_pull_request.py Loading ...
test_get_pull_requests.py Loading ...
test_get_repo.py Loading ...
test_get_repo_changeset.py Loading ...
test_get_repo_group.py Loading ...
test_get_repo_groups.py Loading ...
test_get_repo_nodes.py Loading ...
test_get_repos.py Loading ...
test_get_server_info.py Loading ...
test_get_user.py Loading ...
test_get_user_group.py Loading ...
test_get_user_groups.py Loading ...
test_get_users.py Loading ...
test_grant_user_group_permission.py Loading ...
test_grant_user_group_permission_to_repo_group.py Loading ...
test_grant_user_group_permission_to_user_group.py Loading ...
test_grant_user_permission.py Loading ...
test_grant_user_permission_to_repo_group.py Loading ...
test_grant_user_permission_to_user_group.py Loading ...
test_invalidate_cache.py Loading ...
test_merge_pull_request.py Loading ...
test_pull.py Loading ...
test_remove_field_from_repo.py Loading ...
test_remove_user_from_user_group.py Loading ...
test_repo_locking.py Loading ...
test_rescan_repos.py Loading ...
test_revoke_user_group_permission.py Loading ...
test_revoke_user_group_permission_from_repo_group.py Loading ...
test_revoke_user_group_permission_from_user_group.py Loading ...
test_revoke_user_permission.py Loading ...
test_revoke_user_permission_from_repo_group.py Loading ...
test_revoke_user_permission_from_user_group.py Loading ...
test_update_pull_request.py Loading ...
test_update_repo.py Loading ...
test_update_repo_group.py Loading ...
test_update_user.py Loading ...
test_update_user_group.py Loading ...
test_utils.py Loading ...
utils.py Loading ...