summaryrefslogtreecommitdiff
path: root/tests/artifactcache/junctions.py
Commit message (Expand)AuthorAgeFilesLines
* Add test for junction option interactioncoldtom/fix-junction-remotesThomas Coldrick2019-12-101-0/+47
* Reformat code using BlackChandan Singh2019-11-141-78/+75
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-161-1/+1
* plugins/elements/junction.py: Add 'ignore-junction-remotes' optionJames Ennis2019-08-061-0/+62
* plugins/elements/junction.py: Add 'cache-junction-elements' optionJames Ennis2019-08-061-0/+46
* _project.py: Revert back to not caching junctioned elementsJames Ennis2019-08-061-1/+1
* _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-151-1/+1
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-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-261-3/+3
* tests/artifactcache/junctions.py: Rename misleading 'target' elementJames Ennis2019-06-261-4/+4
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-1/+1
* tests/artifactcache: Disable 'unused-import' checks that are pytest fixturesBenjamin Schubert2019-06-061-1/+1
* tests/artifactcache: Silence all 'redefined-outer-name' pylint errorsBenjamin Schubert2019-06-061-0/+3
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-0/+2
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-151-2/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-1/+1
* 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
* The new YAML World OrderDaniel Silverstone2019-03-271-5/+3
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-2/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+3
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-2/+2
* tests: Test push/pull on all platformsJürg Billeter2018-07-171-2/+0
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-171-45/+45
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-091-6/+0
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-111-4/+3
* Add test for project-specific artifact shares with junctionsJürg Billeter2018-02-081-0/+97