##// END OF EJS Templates
dashboard: main page grids async load....
dashboard: main page grids async load. - in some cases when super-admins or all repos in root loading main page could take minutes because we loaded whole dataset. - this change make the loading limited to first page of data. Rest is loaded via DB pagination - In many cases this is major speed-up for showing 1st page fast.
marcink -
r4148:021b2cd2 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_cleanup_sessions.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_fts_search.py Loading ...
test_get_gist.py Loading ...
test_get_gists.py Loading ...
test_get_ip.py Loading ...
test_get_locks.py Loading ...
test_get_method.py Loading ...
test_get_pull_request.py Loading ...
test_get_pull_request_comments.py Loading ...
test_get_pull_requests.py Loading ...
test_get_repo.py Loading ...
test_get_repo_changeset.py Loading ...
test_get_repo_comments.py Loading ...
test_get_repo_group.py Loading ...
test_get_repo_groups.py Loading ...
test_get_repo_nodes.py Loading ...
test_get_repo_refs.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_store_exception.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 ...