summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/sources/git.py: Add track and fetch test with and without tagjuerg/git-describeJürg Billeter2018-09-271-0/+45
* testutils/repo/git.py: Add add_tag() methodJürg Billeter2018-09-271-0/+3
* git.py: Make `ref` human readableJürg Billeter2018-09-271-1/+11
* 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
* Merge branch 'tiagogomes/acme-challenge' into 'master'Tiago Gomes2018-09-261-1/+7
|\
| * ci: add ACME challengeTiago Gomes2018-09-261-1/+7
|/
* ci: update freedesktop-sdk refTiago Gomes2018-09-261-1/+1
* Merge branch 'tiagogomes/issue-514' into 'master'Tiago Gomes2018-09-251-0/+43
|\
| * CI: test building freedesktop-sdk overnightTiago Gomes2018-09-251-0/+43
|/
* Merge branch 'jmac/stop-caching-vdirs' into 'master'Jim MacArthur2018-09-252-10/+16
|\
| * element.py/_assemble(): Call get_virtual_directory later.jmac/stop-caching-vdirsJim MacArthur2018-09-251-3/+1
| * sandbox.py: Stop caching get_virtual_directory if get_directory is usedJim MacArthur2018-09-251-7/+15
|/
* Merge branch 'juerg/cas-batch' into 'master'Jürg Billeter2018-09-252-43/+174
|\
| * _artifactcache/cascache.py: Use BatchReadBlobsJürg Billeter2018-09-251-12/+137
| * _artifactcache/casserver.py: Harmonize payload size limitJürg Billeter2018-09-251-5/+6
| * _artifactcache/cascache.py: Increase payload size limit for uploadsJürg Billeter2018-09-251-2/+7
| * _artifactcache/cascache.py: Add _ensure_blob helperJürg Billeter2018-09-251-34/+34
|/
* Merge branch 'juerg/rebuild' into 'master'Jürg Billeter2018-09-243-1/+41
|\
| * tests/frontend/rebuild.py: Add strict/non-strict rebuild testjuerg/rebuildJürg Billeter2018-09-242-0/+40
| * element.py: Fix cache check in non-strict modeJürg Billeter2018-09-241-1/+1
|/
* Merge branch 'chandan/update-project-homepage' into 'master'Chandan Singh2018-09-211-1/+2
|\
| * setup.py: Make website the primary homepageChandan Singh2018-09-211-1/+2
|/
* Merge branch 'chandan/fix-source-bundle' into 'master'Chandan Singh2018-09-214-0/+57
|\
| * _stream.py: Ensure source-bundle's source directory existsChandan Singh2018-09-214-0/+57
|/
* Merge branch 'jmac/remote_exec_checkout_fix' into 'master'Jim MacArthur2018-09-214-15/+22
|\
| * tests/artifactcache/push.py: Ignore return value of push_directoryjmac/remote_exec_checkout_fixJim MacArthur2018-09-211-2/+2