This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 64436da3957ce603c8377b138719eeef6b046330 Merge: 0ce6033 d9728b8 Author: Jürg Billeter <[email protected]> AuthorDate: Thu Mar 4 15:41:59 2021 +0100 Merge pull request #1450 from apache/juerg/cache-query Make artifact and source cache query explicit src/buildstream/_artifact.py | 32 ++-- src/buildstream/_artifactelement.py | 22 +-- src/buildstream/_elementsources.py | 32 +++- src/buildstream/_frontend/cli.py | 2 + src/buildstream/_frontend/widget.py | 4 + src/buildstream/_loader/loadelement.pyx | 1 - src/buildstream/_loader/loader.py | 2 +- src/buildstream/_pipeline.py | 20 +- src/buildstream/_scheduler/queues/fetchqueue.py | 4 +- src/buildstream/_scheduler/queues/pullqueue.py | 18 +- src/buildstream/_stream.py | 90 +++++---- src/buildstream/element.py | 232 +++++++++++------------- tests/artifactcache/push.py | 10 +- tests/frontend/fetch.py | 8 +- tests/frontend/push.py | 8 +- tests/frontend/track.py | 12 +- tests/sourcecache/fetch.py | 12 +- tests/sourcecache/push.py | 4 +- tests/sourcecache/staging.py | 6 +- tests/sources/git.py | 6 +- 20 files changed, 271 insertions(+), 254 deletions(-)
