unrhodecode/rhodecode/tests/vcs
Daniel Dourvaris de8ff5bcfa file-nodes: added streaming remote attributes for vcsserver.
- this will enable doing a streaming raw content or raw downloads of large files without transfering them over to enterprise for pack & repack using msgpack
- msgpack has a limit of 4gb and generally pack+repack for 2gb is very slow
2019-08-23 19:09:59 +02:00
..
__init__.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
conftest.py commits: re-implemented fetching a single commit for git case. 2019-06-10 12:28:47 +02:00
test_archives.py commits: updated logic of in-memory-commits, fixed tests and re-architectured a bit how commit_ids are calculated and updated. 2019-06-11 12:59:37 +02:00
test_branches.py tests: fixed author for commit messages to be in a proper format. 2019-07-11 20:22:45 +02:00
test_client_http.py file-nodes: added streaming remote attributes for vcsserver. 2019-08-23 19:09:59 +02:00
test_commits.py tests: fixed author for commit messages to be in a proper format. 2019-07-11 20:22:45 +02:00
test_config.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_diff.py tests: fixes after some later code changes 2019-07-29 13:01:18 +02:00
test_exceptions.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_filenodes_unicode_path.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_getitem.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_getslice.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_git.py git: replaced some raw subprocess commands with dedicated GIT vcsserver commands. 2019-07-19 13:16:44 +02:00
test_hg.py git: replaced some raw subprocess commands with dedicated GIT vcsserver commands. 2019-07-19 13:16:44 +02:00
test_hg_vcsserver_cache_invalidation.py caches: updated cache backend to new vcsserver caches implementation. 2019-07-17 00:14:26 +02:00
test_inmemory.py git: adjusted code for new libgit2 backend 2019-07-12 17:39:32 +02:00
test_nodes.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_repository.py tests: fixed author for commit messages to be in a proper format. 2019-07-11 20:22:45 +02:00
test_svn.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
test_tags.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
test_vcs.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
utils.py docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00