summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* source.py: Silence messages while consuming source fetcherstristan/fix-status-messagesTristan Van Berkom2018-10-031-17/+37
* git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-031-4/+12
* Merge branch 'juerg/dummy-sandbox' into 'master'Jürg Billeter2018-10-031-0/+4
|\
| * _platform/linux.py: Accept all configs for dummy sandboxJürg Billeter2018-10-031-0/+4
|/
* Merge branch 'docs_Search_not_working' into 'master'Phillip Smyth2018-10-021-1/+2
|\
| * Forcing CI to install Sphinx 1.7.9docs_Search_not_workingPhillip Smyth2018-10-021-1/+2
|/
* Merge branch 'juerg/sandbox' into 'master'Jürg Billeter2018-10-021-9/+5
|\
| * sandbox/_sandboxremote.py: Use helpers to set up cwd and envJürg Billeter2018-10-021-9/+5
|/
* Merge branch 'juerg/cas-batch' into 'master'Jürg Billeter2018-10-012-6/+117
|\
| * _artifactcache/cascache.py: Use BatchUpdateBlobsJürg Billeter2018-10-011-4/+74
| * _artifactcache/casserver.py: Implement BatchUpdateBlobsJürg Billeter2018-10-011-2/+43
|/
* Merge branch 'tiagogomes/ci-minor-tweaks' into 'master'Tiago Gomes2018-10-011-5/+5
|\
| * ci: correct freedestop-sdk version commenttiagogomes/ci-minor-tweaksTiago Gomes2018-10-011-1/+1
| * ci: upper case variablesTiago Gomes2018-10-011-5/+5
|/
* Merge branch 'juerg/cpucount' into 'master'Jürg Billeter2018-10-012-4/+9
|\
| * _platform: Fix get_cpu_count() with cap=NoneJürg Billeter2018-10-012-4/+9
|/
* Merge branch 'bochecha/cache-size' into 'master'Tom Pollard2018-09-281-1/+6
|\
| * data/userconfig.yaml: Document the cache.quota settingbochecha/cache-sizeMathieu Bridon2018-09-281-1/+6
|/
* 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