summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* 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
* Source plugin git depends on host's gitJavier Jardón2018-06-221-0/+4
* Source plugin bzr depends on host's bzrJavier Jardón2018-06-221-0/+4
* Source plugin tar depends on host's lzipJavier Jardón2018-06-221-0/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-1997-97/+0
* doc: Overhaul of page names and titlesTristan Van Berkom2018-06-131-1/+1
* Handle missing tags in git repositories correctlyTristan Maat2018-06-111-0/+4
* doc/source/core_framework.rst: Use a toctree instead of linksTristan Van Berkom2018-06-096-14/+12
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-0924-40/+73
* Allow tracking dependencies within sub-projects.Valentin David2018-06-082-10/+30
* Handle cross junction elements in workspaces.Valentin David2018-06-086-30/+37
* Reword uses of project in Workspaces.Valentin David2018-06-081-22/+30
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-6/+41
* autotools plugin: Dont regenerate existing configure scriptsTristan Van Berkom2018-06-081-4/+6
* _artifactcache/pushreceive.py: Cleanup reported error when receiving oversize...Tristan Van Berkom2018-06-071-3/+2
* pushreceive.py: Abstract the buffer_James Ennis2018-06-071-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-071-5/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-071-1/+13