summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for _pretty_sizeQinusty/unit-test-utilsJosh Smith2018-09-192-0/+74
* utils: Fix _pretty_size() for sizes > 1024TJosh Smith2018-09-191-3/+4
* 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
| * _artifactcache/artifactcache.py: Error out gracefully when push remote is mal...Tristan Van Berkom2018-09-181-1/+11
|/
* Merge branch 'danielsilverstone-ct/fix-654' into 'master'Tristan Van Berkom2018-09-183-15/+12
|\
| * sandbox/_sandboxremote.py: Acquire artifact cache via PlatformDaniel Silverstone2018-09-181-12/+7
| * tests/artifactcache/pull.py: Do not double-initialize remotesDaniel Silverstone2018-09-181-3/+0
| * _artifactcache/artifactcache.py: Ensure no double-setup of remotesDaniel Silverstone2018-09-181-0/+5
|/
* Merge branch 'tristan/fix-override-options' into 'master'Tristan Van Berkom2018-09-184-0/+52
|\
| * tests/format/optionoverrides.py: Added test for options in element overridesTristan Van Berkom2018-09-183-0/+49
| * _project.py: Fix option resolution in element & source overridesTristan Van Berkom2018-09-181-0/+3
|/
* Merge branch 'tristan/contributing-guide' into 'master'Tristan Van Berkom2018-09-176-4/+10
|\
| * update HACKING referencesAdam Jones2018-09-175-4/+4
| * Rename HACKING.rst to CONTRIBUTING.rstAdam Jones2018-09-171-0/+0
| * Add a section on how to raise an issueAdam Jones2018-09-171-0/+6
|/
* Merge branch 'richardmaw/subprocess-PWD' into 'master'Tristan Van Berkom2018-09-1633-63/+59
|\
| * Cachekey update helper: Document ensuring . in PYTHONPATHRichard Maw2018-09-161-1/+1
| * Bump Artifact VersionRichard Maw2018-09-1629-29/+29
| * sandbox: deduplicate default environment logicRichard Maw2018-09-163-33/+29
|/
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* Merge branch 'tiagogomes/some-cleanups' into 'master'Tiago Gomes2018-09-147-27/+65
|\
| * scheduler: minor cleanups to CleanupJobTiago Gomes2018-09-142-10/+2
| * artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-143-5/+5
| * artifactcache: improve _fetch_directory()Tiago Gomes2018-09-141-6/+19
| * artifactcache: improve _create_tree()Tiago Gomes2018-09-141-4/+19
| * scheduler: add missing copyrightTiago Gomes2018-09-141-0/+19
| * artifactcache: fix oversightTiago Gomes2018-09-141-1/+1
| * core: remove unused variable on ContextTiago Gomes2018-09-141-1/+0
|/
* 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
|\