summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* import_cas.py: Tidyupjmac/virtual_directory_testsJim MacArthur2018-09-201-14/+24
* _casbaseddirectory: Add selectable roundtrip importJim MacArthur2018-09-191-0/+10
* import_cas.py: Symlink resolutionJim MacArthur2018-09-191-9/+42
* import_cas.py: Improve parametrizationJim MacArthur2018-09-191-5/+3
* import_cas.py: Parametrize with combination, fix testsJim MacArthur2018-09-191-5/+14
* import_cas.py: check for directoriesJim MacArthur2018-09-191-0/+3
* _casbaseddirectory: List directory names in file listsJim MacArthur2018-09-191-0/+1
* import_cas.py: Parametrize to allow different overlay combinationsJim MacArthur2018-09-191-3/+4
* import_cas.py: Add create_new_vdirJim MacArthur2018-09-191-10/+17
* import_cas.py: Generate all filesetsJim MacArthur2018-09-191-5/+7
* import_cas: Add some more files and directory/symlink supportJim MacArthur2018-09-191-10/+26
* Fixes to import_cas.pyJim MacArthur2018-09-191-0/+4
* Fixes to print statements - only use generator onceJim MacArthur2018-09-191-3/+3
* _casbaseddirectory: Lots of debugging print statementsJim MacArthur2018-09-191-0/+8
* import_cas.py: More work on testJim MacArthur2018-09-191-4/+10
* import_cas.py: The first, very simple, CAS import testJim MacArthur2018-09-191-0/+51
* storage/__init__.py: Add CasBasedDirectoryJim MacArthur2018-09-191-0/+1
* _casbaseddirectory.py: Re-add the cas-to-cas import codeJim MacArthur2018-09-191-14/+193
* sandbox.py: Re-add the __allow_real_directory check, to stop us using CASCach...Jim MacArthur2018-09-191-1/+1
* Add some more asserts to check early that we're not doing the wrong thing wit...Jim MacArthur2018-09-193-2/+7
* Merge branch 'tristan/fix-required-artifacts' into 'master'Tristan Van Berkom2018-09-147-89/+218
|\
| * tests/artifactcache/expiry.py: Added test_never_delete_required_track()Tristan Van Berkom2018-09-141-1/+57
| * testutils/element_generators.py: Changing sized element functionsTristan Van Berkom2018-09-142-18/+77
| * testutils/repo/git.py: Added modify_file() methodTristan Van Berkom2018-09-141-0/+7
| * tests/artifactcache/expiry.py: Assert the expected errorsTristan Van Berkom2018-09-141-0/+2
| * tests/artifactcache/expiry.py: Cleanup of test for required artifactsTristan Van Berkom2018-09-141-39/+23
| * _artifactcache/artifactcache.py: Changes to mark_required_elements()Tristan Van Berkom2018-09-143-32/+53
|/
* Merge branch 'richardmaw/test-config-fixes' into 'master'richardmaw-codethink2018-09-142-20/+23
|\
| * Tidy relative workspace testsRichard Maw2018-09-141-17/+21
| * tests: Use cli.configure for custom logging testRichard Maw2018-09-141-3/+2
|/
* Merge branch 'richardmaw/builddir-sockets' into 'master'richardmaw-codethink2018-09-145-0/+77
|\
| * tests: cover builds that make socketsRichard Maw2018-09-143-0/+63
| * Handle sockets when copying trees into artifactsRichard Maw2018-09-142-0/+14
|/
* Merge branch 'richardmaw/element-cache-state-simplify' into 'master'richardmaw-codethink2018-09-131-4/+1
|\
| * element: Remove __cached fieldRichard Maw2018-09-131-4/+1
|/
* Merge branch 'chandan/pypi-badge' into 'master'Chandan Singh2018-09-131-0/+3
|\
| * README.rst: Add status badges for PyPI release and Python versionsChandan Singh2018-09-131-0/+3
|/
* Merge branch 'jjardon/pip_dependency' into 'master'Javier Jardón2018-09-131-0/+1
|\
| * source/install_source.rst: pip plugin depends on host pipJavier Jardón2018-09-131-0/+1
|/
* Merge branch 'juerg/cas-batch' into 'master'Jürg Billeter2018-09-101-0/+49
|\
| * _artifactcache/casserver.py: Implement BatchReadBlobsJürg Billeter2018-09-101-0/+25
| * _artifactcache/casserver.py: Implement Capabilities serviceJürg Billeter2018-09-101-0/+24
|/
* Merge branch 'tiagogomes/issue-287' into 'master'Tiago Gomes2018-09-108-27/+140
|\
| * Add tests for validating configuration variablesTiago Gomes2018-09-103-0/+101
| * element: validate configuration variablesTiago Gomes2018-09-102-1/+12
| * docs: document protected variablesTiago Gomes2018-09-102-15/+22
| * tests: avoid setting max-jobsTiago Gomes2018-09-101-11/+5
|/
* Merge branch 'richardmaw/subprocess-PWD' into 'master'richardmaw-codethink2018-09-103-18/+34
|\
| * subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-103-18/+34
|/
* Merge branch 'tristan/fix-cache-exclusivity' into 'master'Tristan Van Berkom2018-09-1012-146/+198
|\