summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added dependency to the Docswillsalmon/documentation_dependencyWilliam Salmon2018-07-171-0/+5
* tests/frontend/buildcheckout.py: Added tests for "Add a `--deps` flag to `bst...add_flag_to_checkoutPhillip Smyth2018-07-171-0/+36
* buildstream/_frontend/cli.py: Added a `--deps` flag to `bst checkout`Phillip Smyth2018-07-173-13/+18
* 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
* Add error message when running commands on directoriesFrancisco Redondo Marchena2018-06-283-0/+19
* _scheduler/job.py: Added long commentTristan Van Berkom2018-06-261-1/+22
* doc: Adding part 4 of the getting started tutorial: integration commandsTristan Van Berkom2018-06-2517-0/+514