summaryrefslogtreecommitdiff
path: root/tests/artifactcache
Commit message (Expand)AuthorAgeFilesLines
* tests/artifactcache/push.py: Use dummy_context()Jürg Billeter2019-07-161-80/+63
* tests/artifactcache/pull.py: Use dummy_context()Jürg Billeter2019-07-161-125/+100
* tests/artifactcache/config.py: Use dummy_context()Jürg Billeter2019-07-161-10/+10
* _pipeline.py, loader.py: Move Element._preflight() to new_from_meta()James Ennis2019-07-161-2/+0
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-151-1/+1
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-155-10/+10
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-2/+2
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-052-8/+8
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-052-2/+2
* tests/artifactcache/junctions.py: Assert the default behaviourJames Ennis2019-06-261-1/+9
* testutils: Move assert_shared and assert_not_shared to testutilsJames Ennis2019-06-261-14/+3
* tests/artifactcache/junctions.py: Rename 'foo' to 'parent' for clarityJames Ennis2019-06-2611-4/+4
* tests/artifactcache/junctions.py: Rename misleading 'target' elementJames Ennis2019-06-264-6/+6
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-254-7/+7
* tests/artifactcache: add __init__.py file to make it a packageBenjamin Schubert2019-06-061-0/+0
* tests/artifactcache/push: remove unused importBenjamin Schubert2019-06-061-1/+0
* tests/artifactcache/pull: Remove unused variableBenjamin Schubert2019-06-061-1/+0
* tests/artifactcache/config: Fix pylint issuesBenjamin Schubert2019-06-061-4/+10
* tests/artifactcache/artifactservice: Fix pylint issuesBenjamin Schubert2019-06-061-3/+1
* tests/artifactcache: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-066-6/+6
* tests/artifactcache: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-066-0/+18
* tests/artifactservice.py: run in separate processraoul/1023-grpc-forkingRaoul Hidalgo Charman2019-05-241-49/+98
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-153-5/+17
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-153-7/+4
* artifactcache tests: change artifactcache variablesRaoul Hidalgo Charman2019-05-152-27/+27
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-166-6/+6
* tests: Fix all remaining references to bst pushchandan/fix-bst-pull-docsChandan Singh2019-04-101-1/+1
* tests: Fix all remaining references to bst pullChandan Singh2019-04-101-1/+1
* artifactservice.py: tests for the artifact serviceraoul/965-AaaP-serviceRaoul Hidalgo Charman2019-04-041-0/+109
* plugintestutils/runcli.py: Add TestArtifact() 'abstraction' classTom Pollard2019-03-292-11/+6
* The new YAML World OrderDaniel Silverstone2019-03-271-5/+3
* tests/artifactcache/push.py: Remove push_directory() testJürg Billeter2019-03-271-108/+0
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-251-2/+2
* _basecache.py: Moves has remote methodsRaoul Hidalgo Charman2019-03-252-3/+3
* _artifactcache: don't define CACHE_SIZE_FILE twiceAngelos Evripiotis2019-03-211-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-8/+8
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-141-2/+4
* CASQuota: move clean method hereRaoul Hidalgo Charman2019-03-141-3/+3
* _basecache.py: Move artifactcache methods to base cacheRaoul Hidalgo Charman2019-03-141-2/+2
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-014-4/+0
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-012-9/+9
* tests: Remove unused variablesBenjamin Schubert2019-03-013-10/+0
* _casbaseddirectory.py: Rename `ref` constructor parameter to `digest`Jürg Billeter2019-03-011-1/+1
* tests/artifactcache/push.py: Use Directory._get_digest()Jürg Billeter2019-03-011-1/+2
* tests/artifactcache/expiry.py: Remove test_extract_expiry()Jürg Billeter2019-02-281-50/+0
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-192-6/+6
* context: remove artifactdirRaoul Hidalgo Charman2019-02-192-3/+2
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-195-36/+35
* element.py: Lift ArtifactCache.get_artifact_fullname() to hereJames Ennis2019-02-132-2/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-086-7/+12