summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * app.py: str(e) instead of "{}".format(e)Angelos Evripiotis2019-03-204-7/+7
|/
* Merge branch 'tristan/fix-xdg-env-in-tests' into 'master'bst-marge-bot2019-03-202-0/+7
|\
| * tox.ini: Override/relocate XDG_ environment variables when running testsTristan Van Berkom2019-03-201-0/+4
| * setup.cfg: Override/relocate XDG_ environment variables when running testsTristan Van Berkom2019-03-201-0/+3
|/
* Merge branch 'tristan/move-conftest-into-tests' into 'master'bst-marge-bot2019-03-202-1/+1
|\
| * tests: Move conftest.py into tests/ subdirectoryTristan Van Berkom2019-03-202-1/+1
|/
* Merge branch 'juerg/cache-buildtrees' into 'master'bst-marge-bot2019-03-1613-62/+97
|\
| * Change default of cache-buildtrees option to 'auto'Jürg Billeter2019-03-167-27/+28
| * Rename cache-buildtrees option value 'failure' to 'auto'Jürg Billeter2019-03-167-9/+9
| * userconfig.yaml: Add disclaimer to cache-buildtrees=neverJürg Billeter2019-03-161-2/+5
| * _frontend/app.py: Fail on missing buildtree in failure handlerJürg Billeter2019-03-161-1/+1
| * _artifact.py: Do not create empty buildtree directoriesJürg Billeter2019-03-166-21/+50
| * cascache.py: Handle missing subdir case in contains_subdir_artifacts()Jürg Billeter2019-03-161-5/+7
| * _stream.py: Fix buildtree error message formatting in shell()Jürg Billeter2019-03-161-2/+2
| * tests/integration/artifact.py: Fix empty directory checksJürg Billeter2019-03-161-2/+2
|/