summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-202-34/+104
* source-bundle: Enable --except optionfranred/fix-except-argument-in-source-bundleFrancisco Redondo Marchena2018-07-192-2/+5
* scheduler.py: Correct some anomalies within the docstringsQinusty/scheduler_docstring_fixJosh Smith2018-07-191-2/+4
* Reorder app.py imports1.3.0Daniel Playle2018-07-181-3/+2
* _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
* 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
* _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
* 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
* Remove OSTree artifact cacheJürg Billeter2018-07-173-1601/+0
* Remove tar artifact cacheJürg Billeter2018-07-171-297/+0
* _platform: Use CAS artifact cacheJürg Billeter2018-07-172-4/+4
* _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-171-0/+249
* _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
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-171-0/+0
* Only redirect elements for workspace and track operationsPRE_CAS_MERGE_JULY_2018Jonathan Maw2018-07-163-4/+19
* _artifactcache/artifactcache.py: Update remote init error messageJürg Billeter2018-07-091-1/+1
* _signals.py: Guard against use in non-main threadJürg Billeter2018-07-081-0/+6
* Provide better error message on missing commandsTiago Gomes2018-07-023-0/+33
* 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-282-0/+7
* _scheduler/job.py: Added long commentTristan Van Berkom2018-06-261-1/+22
* Fix element check for BST_FORBID_BDEPENDSValentin David2018-06-221-1/+1
* Source plugin deb depends on host's arpy python packageJavier Jardón2018-06-221-0/+4
* Source plugin patch depends on host's patchJavier Jardón2018-06-221-0/+4