summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for include '(@)' in project.conf and .bst filesvalentindavid/331_includeValentin David2018-07-1963-167/+1219
* Refactor plugin factory creationValentin David2018-07-186-91/+115
* Move loading and cleaning of elements from Pipeline to Project.Valentin David2018-07-173-35/+60
* Make Project owner of Loader.Valentin David2018-07-179-55/+65
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-07-175-54/+54
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-07-1710-48/+49
* element.py: Include fail-on-overlap setting in cache keyJürg Billeter2018-07-171-0/+4
* _artifactcache: Remove unused method can_diff()juerg/googlecasJürg Billeter2018-07-172-12/+0
* element.py: Do not use ArtifactCache.can_diff()Jürg Billeter2018-07-171-1/+1
* NEWS: Add news entry for CAS-based artifact cacheJürg Billeter2018-07-171-0/+4
* Remove OSTree artifact cacheJürg Billeter2018-07-174-1644/+0
* Remove tar artifact cacheJürg Billeter2018-07-172-379/+0
* doc/source/artifacts.rst: Update documentation for CAS artifact serverJürg Billeter2018-07-171-76/+64
* tests/integration/workspace.py: Test incremental build on all platformsJürg Billeter2018-07-171-1/+0
* tests/frontend/pull.py: Add pull test for missing blobs on the serverJürg Billeter2018-07-171-0/+42
* tests/frontend/push.py: Remove xfail mark from LRU cache testJürg Billeter2018-07-171-4/+0
* tests: Test push/pull on all platformsJürg Billeter2018-07-173-13/+0
* tests/cachekey: Update expected cache keys after switch to CASJürg Billeter2018-07-1725-25/+25
* tests/testutils/artifactshare.py: Use CAS artifact serverJürg Billeter2018-07-171-28/+48
* _platform: Use CAS artifact cacheJürg Billeter2018-07-173-10/+5
* _artifactcache/casserver.py: Update artifact ref mtime on accessJürg Billeter2018-07-171-1/+1
* _artifactcache/casserver.py: Add update_mtime parameter to resolve_ref()Jürg Billeter2018-07-171-1/+5
* _artifactcache/casserver.py: Add cache cleanup based on pushreceiveJürg Billeter2018-07-171-0/+66
* _artifactcache: Add CAS artifact serverJürg Billeter2018-07-172-1/+251
* _artifactcache/cascache.py: Add remote cache supportJürg Billeter2018-07-173-11/+400
* Add proto for BuildStream reference storage serviceJürg Billeter2018-07-175-0/+509
* _artifactcache/cascache.py: Add list_artifacts() methodJürg Billeter2018-07-171-0/+25
* _artifactcache/cascache.py: Add remove() methodJürg Billeter2018-07-171-0/+28
* _artifactcache/cascache.py: Add prune() methodJürg Billeter2018-07-171-0/+45
* _artifactcache: Add CAS artifact cacheJürg Billeter2018-07-171-0/+348
* remote_execution.proto: Add proposed symlink supportJürg Billeter2018-07-172-97/+222
* Import protos for the Bazel Remote Execution APIJürg Billeter2018-07-1712-0/+4576
* Import Google proto dependencies for the Remote Execution APIJürg Billeter2018-07-1720-0/+2199
* HACKING.rst: Add note about protocol buffers and code generationJürg Billeter2018-07-171-0/+22
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-177-5/+69
* .gitlab-ci.yml: Update images to include protobuf and grpcioJürg Billeter2018-07-171-4/+4
* tests/frontend/push.py: Use ArtifactShare statvfs mockingJürg Billeter2018-07-171-29/+9
* tests/testutils/artifactshare.py: Add support for statvfs mockingJürg Billeter2018-07-171-3/+28
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-174-469/+487
* Only redirect elements for workspace and track operationsPRE_CAS_MERGE_JULY_2018Jonathan Maw2018-07-163-4/+19
* tests: Fix filter tests not checking whether files should be missing.Jonathan Maw2018-07-165-0/+72
* Move _list_dir_contents to __init__.pyMove-_list_dir_contents-to-__init__425-add-a-deps-flag-to-bst-checkoutPhillip Smyth2018-07-114-52/+36
* tests/frontend/push.py: Add missing skip annotation for non-Linux468-source-bundle-except-argument-is-ignoredJürg Billeter2018-07-091-0/+1
* _artifactcache/artifactcache.py: Update remote init error messageJürg Billeter2018-07-091-1/+1
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-094-40/+0
* _signals.py: Guard against use in non-main threadJürg Billeter2018-07-081-0/+6
* Provide better error message on missing commandsTiago Gomes2018-07-026-0/+54
* Fix documentation typoTiago Gomes2018-07-021-1/+1
* cli.py: Make buildstream check element paths instead of clickTristan Maat2018-06-291-18/+18
* loader.py: Check whether the dir specified is also a <dir>.bst fileJames Ennis2018-06-292-1/+11