summaryrefslogtreecommitdiff
path: root/tests/frontend/pull.py
Commit message (Expand)AuthorAgeFilesLines
* plugins/elements/stack.py: Require all dependencies be build & run.Tristan van Berkom2020-12-101-1/+1
* cascache.py: Fix file modes in checkout()Jürg Billeter2020-06-101-6/+8
* tests/frontend/pull.py: Add test for dynamic build planJürg Billeter2020-05-271-0/+47
* _frontend/cli: Support "build" and "run" values for `artifact pull --deps`Chandan Singh2020-05-131-8/+20
* Replace format-version with min-versionTristan Van Berkom2020-04-251-0/+1
* tests/frontend/pull.py: Add test_pull_missing_blob_split_shareJürg Billeter2020-04-201-29/+63
* tests/frontend/pull.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-2/+2
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-271-48/+0
* Reformat code using BlackChandan Singh2019-11-141-191/+149
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-041-46/+0
* local.py: use extended API, set BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-301-5/+36
* 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