summaryrefslogtreecommitdiff
path: root/tests/frontend/pull.py
Commit message (Expand)AuthorAgeFilesLines
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-0/+42
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-281-1/+1
* testutils: Move assert_shared and assert_not_shared to testutilsJames Ennis2019-06-261-23/+1
* tests/frontend/pull.py: Fix typojennis/fix_typoJames Ennis2019-06-171-1/+1
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-15/+31
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-151-4/+2
* 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-3/+3
* tests: Fix all remaining references to bst pullChandan Singh2019-04-101-9/+9
* tests/frontend/pull.py: Add test for pull completing partial artifactsJürg Billeter2019-03-251-0/+31
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-10/+10
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+3
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-201-1/+1
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-011-1/+1
* tests: Remove unused variablesBenjamin Schubert2019-03-011-2/+0
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-2/+2
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-14/+14
* buildstream/_cas/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bugValentin David2019-02-121-0/+72
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+2
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-051-0/+53
* tests/frontend/pull.py: Add default target test for bst push/pullJürg Billeter2019-01-241-0/+50
* tests/frontend/pull.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-4/+4
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-6/+6
* Rework Skipped usageJosh Smith2018-09-191-1/+2
* Add tests that not-found objects in cache are shown as SKIPPEDbschubert/log-missed-cacheBenjamin Schubert2018-08-291-0/+19
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-021-2/+1
* tests/frontend/pull.py: Add pull test for missing blobs on the serverJürg Billeter2018-07-171-0/+42
* tests: Test push/pull on all platformsJürg Billeter2018-07-171-7/+0
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-171-178/+182
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-091-10/+0
* Interpret names as colon separated junction path in loader.Valentin David2018-06-081-0/+34
* _stream.py: Do not force `PipelineSelection.ALL` for build with trackingJürg Billeter2018-05-111-1/+1
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-111-15/+21
* tests/frontend/pull.py: Do not use a workspace for the non-strict testJürg Billeter2018-02-271-2/+3
* tests/frontend: Summarize the existing push and pull testsSam Thursfield2018-02-261-0/+20
* tests/frontend/pull.py: Add track+pull test for non-strict build planJürg Billeter2018-01-231-0/+44
* tests/frontend/pull.py: Add pull test for non-strict build planJürg Billeter2018-01-231-0/+51
* tests: Exercise the new multiple cache supportSam Thursfield2018-01-111-76/+85
* Add support for multiple remote cachesSam Thursfield2018-01-111-27/+6
* tests/frontend: Assert cached state in a single lineSam Thursfield2018-01-111-12/+6
* tests/frontend: Updating tests to use new error checksTristan Van Berkom2018-01-011-6/+6
* tests/frontend: Reverse ordering of cache specificationsSam Thursfield2017-12-121-7/+7
* Replace 'push-url' and 'pull-url' options with just 'url'sam/canonical-push-urlsSam Thursfield2017-11-221-8/+4
* Fix tests for other platformsTristan Maat2017-09-281-0/+3
* Test the proper fallback of artifact configsMathieu Bridon2017-09-191-3/+33
* tests/frontend/pull.py: Added test case for testing `bst pull`Tristan Van Berkom2017-09-051-0/+145