summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout_1.2Tiago Gomes2018-07-205-39/+229
* .gitlab-ci.yml: Use testsuite images for running testsChandan Singh2018-07-191-4/+4
* Updating man pages for 1.1.4 release1.1.4Tristan Van Berkom2018-07-1818-73/+71
* _stream.py: Clarifying ambiguous FIXME comment about required artifactsbst-1-branchpointTristan Van Berkom2018-07-181-3/+6
* Refactor: Use new logging mechanism from Contexttristan/local-cache-expiryTristan Van Berkom2018-07-188-318/+55
* _context.py: Adding apis for message recording and task logging.Tristan Van Berkom2018-07-181-1/+138
* NEWS: Add news about cache expiryTristan Maat2018-07-181-0/+4
* tests/artifactcache/expiry.py: Add expiry testsTristan Maat2018-07-182-0/+278
* Clean the artifact cache when we hit the cache quotaTristan Maat2018-07-186-3/+201
* Compute the artifact cache size after each build/pullTristan Maat2018-07-187-2/+127
* Make elements keep track of their built artifact sizeTristan Maat2018-07-184-0/+108
* Add cache_quota to user configTristan Maat2018-07-183-0/+133
* Make Jobs abstract and element-independentTristan Maat2018-07-1815-376/+718
* _scheduler/*queue.py: Move queues to a subdirectoryTristan Maat2018-07-189-13/+14
* utils.py: Allow `list_relative_paths` to list directoriesTristan Maat2018-07-181-6/+8
* _exceptions.py: Add `detail` to ArtifactErrorsTristan Maat2018-07-181-2/+2
* Bump required python version to 3.5Tristan Maat2018-07-184-8/+5
* _artifactcache/cascache.py: Fix prune()Jürg Billeter2018-07-171-0/+2
* _frontend/cli.py: Fix help text for `bst checkout --deps`Jürg Billeter2018-07-171-1/+1
* Fix 'main install' to be explicit that it is for Linux distros onlydevcurmudgeon2018-07-172-5/+3
* Adding a helpful link to the exampleWilliam Salmon2018-07-171-1/+1
* 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