summaryrefslogtreecommitdiff
path: root/tests/sourcecache/fetch.py
Commit message (Expand)AuthorAgeFilesLines
* Call _initialize_state() in Element._new_from_load_element()juerg/cache-query-jobJürg Billeter2020-12-141-6/+0
* Move source cache query to fetch jobJürg Billeter2020-12-141-0/+6
* Add ElementSourcesCacheJürg Billeter2020-09-031-6/+8
* tests/sourcecache: Do not inspect uninitialized elementsJürg Billeter2020-09-031-0/+5
* tests/sourcecache/fetch.py: Use `bst source push` to replace hackJürg Billeter2020-07-061-12/+20
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-161-6/+6
* Remove newly unused API surfaces in CASCacheTristan Maat2019-12-031-6/+4
* Reformat code using BlackChandan Singh2019-11-141-49/+45
* _sourcecache: Fallback to fetch source when remote has missing blobsBenjamin Schubert2019-10-101-0/+47
* tests/sourcecache/fetch.py: Extract configuration of bstBenjamin Schubert2019-10-101-48/+26
* tests/sourcecache/fetch.py: Extract element's creation to a functionBenjamin Schubert2019-10-101-30/+17
* tests/sourcecache/fetch.py: Don't hardcode the element nameBenjamin Schubert2019-10-101-7/+7
* tests/sourcecache/fetch.py: Extract logic to move local cas to remoteBenjamin Schubert2019-10-101-10/+9
* tests/sourcecache: Fix typos in commentsJürg Billeter2019-07-161-1/+1
* tests/sourcecache/fetch.py: Use dummy_context()Jürg Billeter2019-07-161-86/+74
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-6/+6
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-081-3/+10
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-3/+3
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-1/+1
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-3/+3
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-0/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-2/+2
* tests: Add source cache fetch failure testRaoul Hidalgo Charman2019-03-251-0/+52
* tests: Add source cache test for fallbackRaoul Hidalgo Charman2019-03-251-0/+59
* tests: Add source cache fetch testRaoul Hidalgo Charman2019-03-251-0/+111