summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Add test_invalid_junctiondep_not_a_junctionaevri/junction_load_provenanceAngelos Evripiotis2019-03-212-0/+17
* tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-215-9/+52
* loader: provenance in LoadErrors from _get_loaderAngelos Evripiotis2019-03-211-9/+17
* test: Add yaml_file_get_provenanceAngelos Evripiotis2019-03-212-0/+29
* buildstream/_yaml: Provenance, fix type in doc strAngelos Evripiotis2019-03-211-1/+1
* Merge branch 'aevri/dirname_basename' into 'master'bst-marge-bot2019-03-2172-327/+327
|\
| * tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2172-327/+327
|/
* Merge branch 'bschubert/pipeline' into 'master'bst-marge-bot2019-03-2137-89/+311
|\
| * tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-2123-0/+153
| * element.py: Add _fetch_done method and use this to update the stateBenjamin Schubert2019-03-212-1/+10
| * Don't update state before summary. It should be consistentBenjamin Schubert2019-03-211-12/+1
| * Stop updating state in queue.status()Benjamin Schubert2019-03-216-13/+88
| * plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-216-17/+10
| * plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-214-48/+51
|/
* Merge branch 'pointswaves/softreset' into 'master'bst-marge-bot2019-03-213-0/+45
|\
| * Added doc's for workspace reset --softpointswaves/softresetWilliam Salmon2019-03-213-0/+45
|/
* Merge branch 'bschubert/lint/logging-format' into 'master'bst-marge-bot2019-03-212-3/+1
|\
| * casserver.py: fix logging-format-interpolation error and enableBenjamin Schubert2019-03-212-3/+1
|/
* Merge branch 'chandan/remove-manifest-conftest' into 'master'bst-marge-bot2019-03-211-1/+0
|\
| * MANIFEST.in: Remove conftest.py includeChandan Singh2019-03-201-1/+0
|/
* Merge branch 'aevri/element_loaderror_detail' into 'master'bst-marge-bot2019-03-201-4/+4
|\
| * element: keep original 'detail' when re-raisingAngelos Evripiotis2019-03-201-4/+4
|/
* Merge branch 'jonathan/wsl-tests-manual' into 'master'Jonathan Maw2019-03-201-2/+19
|\
| * gitlab-ci: Make WSL tests only run automatically on masterjonathan/wsl-tests-manualJonathan Maw2019-03-201-2/+19
|/
* Merge branch 'bschubert/linter-for-tests' into 'master'bst-marge-bot2019-03-2092-387/+629
|\
| * tests:lint: enable pylintBenjamin Schubert2019-03-202-2/+2
| * tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-2072-72/+72
| * tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-2075-0/+230
| * tests:lint: fix all redefined-outer-name errorsBenjamin Schubert2019-03-201-6/+6
| * tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-205-7/+6
| * tests/external_plugins.py: remove unused importsBenjamin Schubert2019-03-201-2/+0
| * tests:lint: Remove unused variablesBenjamin Schubert2019-03-201-2/+0
| * tests:lint: silence unbalanced-tuple-unpacking errorsBenjamin Schubert2019-03-201-0/+2
| * tests:lint: fix all blacklisted-name errorsBenjamin Schubert2019-03-201-10/+10
| * tests:lint: fix indentationBenjamin Schubert2019-03-201-1/+1
| * tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-205-11/+11
| * tests:lint: Raise exception instead of using 'assert False' for errorsBenjamin Schubert2019-03-201-1/+3
| * tests:lint: use set comprehensions instead of set([])Benjamin Schubert2019-03-201-3/+3
| * tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-203-3/+9
| * tests:lint: fix all ungrouped importsBenjamin Schubert2019-03-202-4/+2
| * tests:lint: fix all misplaced-comparison-constant errorsBenjamin Schubert2019-03-201-6/+6
| * tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-204-6/+6
| * tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-2021-174/+174
| * tests:lint: remove all expression-not-assigned errorsBenjamin Schubert2019-03-201-5/+5
| * tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-205-21/+20
| * tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-2025-36/+67
| * tests: rename tests shadowing another one and fix failuresBenjamin Schubert2019-03-203-3/+3
| * tests/frontend/push.py: add missing assert statementsBenjamin Schubert2019-03-201-2/+2
| * tests: remove duplicated testsBenjamin Schubert2019-03-202-21/+0
|/
* Merge branch 'aevri/str_e' into 'master'bst-marge-bot2019-03-204-7/+7
|\