##// END OF EJS Templates
markdown-renderer: use lazy loaded markdown renderers initialization....
markdown-renderer: use lazy loaded markdown renderers initialization. - they are heavy to initialize, and should be cached. - we're not caching it at load time, but on access time after this change. - speeds up application start.
marcink -
r3239:1b708774 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_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_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_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 ...