summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rearrange commentjmac/cas_to_cas_octJim MacArthur2018-10-261-2/+2
* casbaseddirectory: Combine all the _resolve functionsJim MacArthur2018-10-251-51/+7
* _casbaseddirectory.py: Remove some unnecessary things, label othersJim MacArthur2018-10-251-29/+4
* casbaseddirectory: Remove roundtrip checking codeJim MacArthur2018-10-251-27/+1
* Make virtual_directory_test do the cas roundtrip test instead of _casbaseddir...Jim MacArthur2018-10-251-8/+30
* CasBasedDirectory: Remove some printsJim MacArthur2018-10-251-14/+0
* virtual_directory_test.py: More fixed examples and better test namesJim MacArthur2018-10-251-5/+13
* Make the duplication test optional in cas_based_directoryJim MacArthur2018-10-251-18/+17
* Detect infinite symlink loops in resolve()Jim MacArthur2018-10-251-2/+10
* hack: remove files which previously blocked directory creationJim MacArthur2018-10-251-1/+4
* Separation of fixed/random tests in virtual_directory_importJim MacArthur2018-10-241-59/+72
* CAS-to-CAS: Now passing all 20x20 testsJim MacArthur2018-10-242-23/+61
* Don't forcbily create directories in _resolve in all casesJim MacArthur2018-10-241-5/+12
* CASBasedDirectory: Import '.'Jim MacArthur2018-10-231-1/+1
* CASBasedDirectory: Do not sort the input file list!Jim MacArthur2018-10-231-1/+1
* Virtual directory test: Expand random testing to 6 rootsJim MacArthur2018-10-231-47/+50
* casbaseddirectory: Various fixes.Jim MacArthur2018-10-231-3/+41
* Fix 'remove_item'->delete_entryJim MacArthur2018-10-231-2/+2
* Correct deleting and overwriting casesJim MacArthur2018-10-231-53/+134
* Add a tool to show differences in two CAS directoriesJim MacArthur2018-10-191-4/+46
* Add code necessary to do cas-to-cas importJim MacArthur2018-10-192-14/+235
* virtual_directory_import.py: Check import via a file-based directoryJim MacArthur2018-10-051-0/+6
* virtual_directory_import.py: Add random test generatorJim MacArthur2018-10-051-3/+34
* _casbaseddirectory: Ingore '.' when resolvingJim MacArthur2018-10-051-2/+6
* _casbaseddirectory: _list_relative_paths now passes all testsJim MacArthur2018-10-041-2/+4
* _casbaseddirectory: Optionally resolve absolute symlinksJim MacArthur2018-10-031-7/+11
* _casbaseddirectory: Corrections to list_relative_files, adds _resolveJim MacArthur2018-10-021-9/+76
* Tests: add test_directory_listingjmac/vdir_import_test_backupJim MacArthur2018-09-281-3/+31
* CasBasedDirectory: New way of doing list_relative_paths - not working yetJim MacArthur2018-09-281-8/+26
* tests/storage/virtual_directory_import.py: New fileJim MacArthur2018-09-201-0/+137
* buildstream/storage/__init__.py: import CasBasedDirectoryJim MacArthur2018-09-201-0/+1
* Merge branch 'adamjones/contributing-links' into 'master'Javier Jardón2018-09-191-3/+2
|\
| * Fix rst links for guideline linksAdam Jones2018-09-191-3/+2
|/
* Merge branch 'tristan/remove-blessings' into 'master'Tristan Van Berkom2018-09-193-9/+77
|\
| * _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-193-9/+77
|/
* Merge branch 'Qinusty/skipped-rework' into 'master'Qinusty2018-09-1913-69/+88
|\
| * cascache.py: Modify messaging API callsJosh Smith2018-09-191-10/+4
| * cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-193-9/+7
| * element.py: Remove redundant timed_activityJosh Smith2018-09-191-9/+8
| * tests.py: Test skip on pushJosh Smith2018-09-191-0/+23
| * Rework Skipped usageJosh Smith2018-09-1910-45/+50
|/
* Merge branch 'issue-642-Invalid_project.conf_seen_as_missing' into 'master'Phillip Smyth2018-09-194-1/+20
|\
| * Adding test for Invalid Yamlissue-642-Invalid_project.conf_seen_as_missingknownexus2018-09-183-0/+16
| * Incorrect error when malformed project.confknownexus2018-09-181-1/+4
|/
* Merge branch 'richardmaw/fix-chroot-sandbox-devices' into 'master'Tristan Van Berkom2018-09-186-9/+38
|\
| * tests: test that integration commands can use /devRichard Maw2018-09-182-0/+19
| * FUSE: Mount with -odev in chroot sandboxRichard Maw2018-09-184-8/+18
| * fuse: Report the correct device number for devicesRichard Maw2018-09-181-1/+1
|/
* Merge branch 'tristan/fix-artifact-config-crash' into 'master'Tristan Van Berkom2018-09-185-1/+46
|\
| * tests/artifactcache/config.py: Added test for invalid push remote configurationTristan Van Berkom2018-09-184-0/+35