summaryrefslogtreecommitdiff
path: root/src/buildstream
Commit message (Expand)AuthorAgeFilesLines
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-282-13/+14
* _artifactcache.py: Add remote support to bst artifact showJames Ennis2019-08-275-0/+77
* casremote.py: Remove main process assertion in init()James Ennis2019-08-271-3/+0
* cli.py: Introduce bst artifact showJames Ennis2019-08-273-0/+74
* cli.py: Implement --deps for artifact deleteJames Ennis2019-08-272-4/+8
* _stream.py: Validate selection for target artifacts in _load()James Ennis2019-08-271-3/+6
* _stream.py: Don't say we're loading elements if we're notJames Ennis2019-08-271-3/+6
* Load artifact refs the same way we load element namesJames Ennis2019-08-274-2/+98
* element.py: Add _add_build_dependency() methodJames Ennis2019-08-271-0/+10
* _artifactelement.py: Add get_dependency_refs() methodJames Ennis2019-08-271-0/+15
* element.py: Add _get_artifact() methodJames Ennis2019-08-271-0/+11
* _artifact.py: Add get_dependency_refs() methodJames Ennis2019-08-271-0/+44
* sourcetests/track: Don't overwrite project configurationbschubert/register-sources-on-testBenjamin Schubert2019-08-263-17/+10
* _sourcetests/mirror: Don't overwrite project_confBenjamin Schubert2019-08-261-100/+74
* testing/sources: Automatically register plugin sourcesBenjamin Schubert2019-08-269-50/+147
* sandbox/_mounter: Remove default mutable arguments stderr/outBenjamin Schubert2019-08-231-6/+23
* casserver.py: Fix write operations with bst-artifact-serverJürg Billeter2019-08-221-0/+4
* cli.py: Rewrite artifact log help text & move up to main subcommandTom Mewett2019-08-221-36/+27
* Remove uneccesary _platform.multiprocessingaevri/nompAngelos Evripiotis2019-08-204-137/+27
* casserver.py: Use quota instead of headroomJürg Billeter2019-08-201-12/+6
* casserver.py: Handle CASCacheError for add_object() callsJürg Billeter2019-08-201-3/+22
* casserver.py: Update mtime on readJürg Billeter2019-08-201-1/+6
* _artifactcache.py: Handle CASRemoteErrorJürg Billeter2019-08-201-1/+5
* casremote.py: Use UploadMissingBlobs in CASBatchUpdateJürg Billeter2019-08-202-50/+9
* casremote.py: Handle RESOURCE_EXHAUSTED in CASBatchUpdateJürg Billeter2019-08-201-1/+6
* casremote.py: Drop unused ByteStreamStubJürg Billeter2019-08-201-3/+0
* casremote.py: Use UploadMissingBlobs in _send_blob()Jürg Billeter2019-08-202-38/+20
* casremote.py: Use add_object() in push_message()Jürg Billeter2019-08-201-6/+1
* cascache.py: Add instance_name parameter to add_object()Jürg Billeter2019-08-201-1/+5
* casremote.py: Use FetchMissingBlobs in CASBatchReadJürg Billeter2019-08-202-59/+11
* casremote.py: Use FetchMissingBlobs in _fetch_blob()Jürg Billeter2019-08-202-32/+25
* casremote.py: Use buildbox-casd in init()Jürg Billeter2019-08-203-14/+29
* _context.py: Pass cache quota to CASCacheJürg Billeter2019-08-201-1/+1
* cascache.py: Pass cache quota to casdJürg Billeter2019-08-201-1/+9
* cascache.py: Use buildbox-casd in add_object()Jürg Billeter2019-08-201-33/+20
* _stream.py: Disable fork for Element._shell()Jürg Billeter2019-08-201-0/+2
* _stream.py: Disable fork for staging in artifact checkoutJürg Billeter2019-08-201-0/+2
* _context.py: Add disable_fork() methodJürg Billeter2019-08-203-1/+24
* cascache.py: Start buildbox-casd and set up channelJürg Billeter2019-08-202-4/+84
* _protos: Import local_cas.protoJürg Billeter2019-08-204-0/+1663
* casserver.py: Call CASCache.release_resources() on exitJürg Billeter2019-08-201-66/+78
* _context.py: Call CASCache.release_resources() in __exit__()Jürg Billeter2019-08-201-1/+2
* cascache.py: Add release_resources() methodJürg Billeter2019-08-201-0/+7
* _sourcecache.py: Remove unused code tracking required sourcesJürg Billeter2019-08-201-38/+0
* _artifactcache.py: Remove unused code tracking required elementsJürg Billeter2019-08-201-69/+0
* element.py: Remove call to mark_required_elements()Jürg Billeter2019-08-201-15/+0
* _stream.py: Remove calls to mark_required_{elements,sources}Jürg Billeter2019-08-201-16/+0
* cascache.py: Remove add_reachable_*_callback() methodsJürg Billeter2019-08-203-52/+0
* cascache.py: Remove unused method clean_up_refs_until()Jürg Billeter2019-08-201-10/+0
* cascache.py: Remove unused method list_objects()Jürg Billeter2019-08-201-25/+0