summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-0/+59
* tests: Check that progress tallies are correct, including across junctionsJonathan Maw2019-07-261-0/+44
* Mark xfail test that only fail in CIWilliam Salmon2019-07-2522-3/+113
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-2517-19/+67
* Test that commands can be found on PATH when links are presentWilliam Salmon2019-07-253-0/+42
* Fix descend can not follow symlinksWilliam Salmon2019-07-251-1/+141
* Implmented export_to_tar for casbaseddirectoryWilliam Salmon2019-07-255-0/+49
* element.py: clobber sources with workspaceDarius Makovsky2019-07-2229-29/+28
* tests: Add regression test for issue #1086Chandan Singh2019-07-192-0/+25
* Make the Cli verbose for updatingtraveltissues/fix-update-scriptDarius Makovsky2019-07-181-1/+4
* Mock BST_TEST_SUITE env when running update.pyDarius Makovsky2019-07-181-1/+7
* Store Platform reference in Context instance variableJürg Billeter2019-07-174-33/+0
* _variables: Fix reporting of missing variableBenjamin Schubert2019-07-172-2/+7
* node: Add 'get_str_list' on 'MappingNode'Benjamin Schubert2019-07-175-15/+15
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-0/+95
* tests/sourcecache: Fix typos in commentsJürg Billeter2019-07-163-3/+3
* tests/sourcecache/staging.py: Use dummy_context()Jürg Billeter2019-07-161-62/+48
* tests/sourcecache/push.py: Use dummy_context()Jürg Billeter2019-07-161-29/+26
* tests/sourcecache/fetch.py: Use dummy_context()Jürg Billeter2019-07-161-86/+74
* tests/internals/pluginloading.py: Use dummy_context()Jürg Billeter2019-07-161-22/+19
* tests/internals/loader.py: Use dummy_context()Jürg Billeter2019-07-161-32/+17
* tests/internals/context.py: Use dummy_context()Jürg Billeter2019-07-161-4/+5
* tests/format/include_composition.py: Use dummy_context()Jürg Billeter2019-07-161-79/+84
* 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
* tests/testutils: Add dummy_context() helperJürg Billeter2019-07-162-0/+47
* Checkout to default dir if no tar or directory:Rebecca Grayson2019-07-161-0/+18
* element.py: Introduce __update_strict_cache_key_of_rdeps()James Ennis2019-07-161-1/+1
* _pipeline.py, loader.py: Move Element._preflight() to new_from_meta()James Ennis2019-07-161-2/+0
* tests/frontend/show.py: Test proper resolution of max-jobsTristan Van Berkom2019-07-161-0/+51
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-161-0/+1
* node: Rename 'copy' to 'clone'Benjamin Schubert2019-07-151-1/+1
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-153-23/+23
* _yaml: Mark 'strip_node_info' as buildstream-privateBenjamin Schubert2019-07-153-6/+6
* _yaml: Set 'MappingNode' public-private APIBenjamin Schubert2019-07-151-7/+7
* _yaml: Mark attributes in ProvenanceInformation as Buildstream-privateBenjamin Schubert2019-07-151-4/+4
* _yaml: Remove 'node_get_provenance' and add 'Node.get_provenance'Benjamin Schubert2019-07-155-13/+13
* _yaml: Remove 'indices' from 'node_get_provenance'Benjamin Schubert2019-07-151-3/+3
* _yaml: Move 'value' of Node in each sub nodeBenjamin Schubert2019-07-151-7/+14
* _yaml: Remove 'node_validate' and replace by 'MappingNode.validate_keys'Benjamin Schubert2019-07-153-5/+5
* _yaml: Create 'from_dict' on Node and remove node creation methodsBenjamin Schubert2019-07-151-1/+1
* _yaml: Remove 'node_extend_list' and add 'SequenceNode.append'Benjamin Schubert2019-07-151-14/+0
* _yaml: Add a 'from_dict' on Node to create new nodes from dictsBenjamin Schubert2019-07-152-17/+17
* _yaml: Move 'node_composite' to a method on 'MappingNode'Benjamin Schubert2019-07-151-7/+7
* tests/yaml: Stop using 'composite_dict' and use 'composite' insteadBenjamin Schubert2019-07-151-7/+7
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-3/+3