summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add yaml cache test to yaml list composition twicelachlan/pickle-yaml-test-list-composite-parkLachlan Mackenzie2018-10-051-8/+9
* Add yaml cache testing to yaml list composition testLachlan Mackenzie2018-10-051-6/+10
* Add loader for yaml test files cache optionLachlan Mackenzie2018-10-051-0/+17
* yamlcache/tests: Make yamlcache.open pass a dir in instead of divining its ow...Jonathan Maw2018-10-053-17/+21
* _yaml: Mix spurious check of projectjonathan/pickle-yamlJonathan Maw2018-09-281-2/+0
* yamlcache: Fall back to current directory if not in a projectJonathan Maw2018-09-281-2/+7
* yamlcache: Support files being added without projectsJonathan Maw2018-09-281-13/+21
* Add a cache of parsed and provenanced yamlJonathan Maw2018-09-285-7/+412
* Loader: Make _extract_depends_from_node not 'del' nonexistent fieldsJonathan Maw2018-09-281-1/+1
* Merge branch 'valentindavid/silverblue-path' into 'master'Tiago Gomes2018-09-272-1/+13
|\
| * Fix outside-of-project check when project path is not canonical.Valentin David2018-09-272-1/+13
|/
* Merge branch 'richardmaw/push-failed-build-regression' into 'master'richardmaw-codethink2018-09-271-1/+1
|\
| * tests: Add regression test for pushing failed buildsrichardmaw/push-failed-build-regressionRichard Maw2018-09-271-1/+1
|/
* Merge branch 'mac_fixes' into 'master'Jürg Billeter2018-09-279-44/+158
|\
| * Import sandbox subclass when instantiating sandboxJames Ennis2018-09-273-4/+3
| * utils.py: Reworked safe_removeknownexus2018-09-271-19/+18
| * Adding darwin.py (MacOS) platformknownexus2018-09-272-5/+58
| * Adding Dummy sandboxknownexus2018-09-273-5/+49
| * Max-jobs is now defined on a platform basisknownexus2018-09-272-1/+6
| * Added FUSE check, as WSL does not support FUSE yetknownexus2018-09-271-2/+11
| * Added `set_resource_limits()` to platformknownexus2018-09-272-9/+14
|/
* Merge branch 'juerg/git-describe' into 'master'Jürg Billeter2018-09-273-2/+74
|\
| * tests/sources/git.py: Add track and fetch test with and without tagJürg Billeter2018-09-271-0/+47
| * testutils/repo/git.py: Add add_tag() methodJürg Billeter2018-09-271-0/+3
| * git.py: Make `ref` human readableJürg Billeter2018-09-271-2/+24
|/
* Merge branch 'juerg/platform' into 'master'Jürg Billeter2018-09-2720-99/+124
|\
| * Use lazy platform instantiationJürg Billeter2018-09-272-4/+4
| * _platform: Remove unused contextJürg Billeter2018-09-274-10/+7
| * tests/artifactcache/push.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
| * tests/artifactcache/pull.py: Use Context for artifact cache creationJürg Billeter2018-09-271-6/+5
| * tests/testutils: Use Context for artifact cache creationJürg Billeter2018-09-271-2/+1
| * storage/_casbaseddirectory.py: Use Context for artifact cache creationJürg Billeter2018-09-271-2/+1
| * _artifactcache/casserver.py: Use Context for artifact cache creationJürg Billeter2018-09-271-3/+1
| * _platform/platform.py: Remove unused artifactcache propertyJürg Billeter2018-09-271-7/+0
| * sandbox/_sandboxremote.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-7/+6
| * _stream.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-3/+1
| * _scheduler: Migrate to Context.artifactcacheJürg Billeter2018-09-274-12/+8
| * _loader: Migrate to Context.artifactcacheJürg Billeter2018-09-271-3/+1
| * Move artifact cache creation to ContextJürg Billeter2018-09-275-16/+16
| * _artifactcache: Add preflight() methodJürg Billeter2018-09-272-0/+13
| * _artifactcache/cascache.py: Remove unused enable_push parameterJürg Billeter2018-09-271-5/+2
| * _platform/linux.py: Do not disable push globallyJürg Billeter2018-09-271-1/+1
| * _platform/linux.py: Remove redundant messageJürg Billeter2018-09-271-7/+2
| * element.py: Validate sandbox configJürg Billeter2018-09-271-4/+18
| * _platform: Add check_sandbox_config() methodJürg Billeter2018-09-273-1/+26
| * element.py: Add __use_remote_execution() helper methodJürg Billeter2018-09-271-3/+9
|/
* Merge branch 'mablanch/668-remote-build-failure' into 'master'Jim MacArthur2018-09-274-6/+337
|\
| * _sandboxremote.py: Handle remote build execution exit codemablanch/668-remote-build-failureMartin Blanchard2018-09-271-6/+15
| * _protos: Import google.rpc.Code protoMartin Blanchard2018-09-273-0/+322
|/
* ci: add missing `-p` argumentTiago Gomes2018-09-261-1/+1