summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests:lint: enable pylintbschubert/linter-for-testsBenjamin Schubert2019-03-192-2/+2
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-1972-72/+72
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-1975-0/+230
* tests:lint: fix all redefined-outer-name errorsBenjamin Schubert2019-03-191-6/+6
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-195-7/+6
* tests/external_plugins.py: remove unused importsBenjamin Schubert2019-03-191-2/+0
* tests:lint: Remove unused variablesBenjamin Schubert2019-03-191-2/+0
* tests:lint: silence unbalanced-tuple-unpacking errorsBenjamin Schubert2019-03-191-0/+2
* tests:lint: fix all blacklisted-name errorsBenjamin Schubert2019-03-191-10/+10
* tests:lint: fix indentationBenjamin Schubert2019-03-191-1/+1
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-195-11/+11
* tests:lint: Raise exception instead of using 'assert False' for errorsBenjamin Schubert2019-03-191-1/+3
* tests:lint: use set comprehensions instead of set([])Benjamin Schubert2019-03-191-3/+3
* tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-193-3/+9
* tests:lint: fix all ungrouped importsBenjamin Schubert2019-03-192-4/+2
* tests:lint: fix all misplaced-comparison-constant errorsBenjamin Schubert2019-03-191-6/+6
* tests:lint: remove all len comparisons existence checkBenjamin Schubert2019-03-194-6/+6
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-1921-174/+174
* tests:lint: remove all expression-not-assigned errorsBenjamin Schubert2019-03-191-5/+5
* tests:lint: be explicit when not using a variableBenjamin Schubert2019-03-195-21/+20
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-1925-36/+67
* tests: rename tests shadowing another one and fix failuresBenjamin Schubert2019-03-193-3/+3
* tests/frontend/push.py: add missing assert statementsBenjamin Schubert2019-03-191-2/+2
* tests: remove duplicated testsBenjamin Schubert2019-03-192-21/+0
* 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
|/
* Merge branch 'aevri/direct_load_junction_projects' into 'master'bst-marge-bot2019-03-154-7/+96
|\
| * _project: don't _find_project_dir if a junctionAngelos Evripiotis2019-03-153-4/+85
| * runcli.run(): coerce project and args to stringsAngelos Evripiotis2019-03-151-0/+4
| * loader: clearer error if no junction project.confAngelos Evripiotis2019-03-151-3/+7
|/
* Merge branch 'aevri/tmpdir_for_cache_size' into 'master'bst-marge-bot2019-03-151-1/+1
|\
| * cascache: atomically save size via tmpdir insteadAngelos Evripiotis2019-03-151-1/+1
|/
* Merge branch 'jjardon/bst-external-table' into 'master'Javier Jardón2019-03-151-0/+7
|\
| * README.rst: Add table with package status of bst-externalJavier Jardón2019-03-141-0/+7
|/
* Merge branch 'aevri/doc_artifact_log' into 'master'Jürg Billeter2019-03-141-2/+37
|\
| * 'artifact log': document the 'artifacts' argumentaevri/doc_artifact_logAngelos Evripiotis2019-03-141-2/+37
|/
* Merge branch 'aevri/nodefaultsset' into 'master'bst-marge-bot2019-03-141-16/+11
|\
| * element.py: remove redundant `__defaults_set`Angelos Evripiotis2019-03-141-4/+2
| * Element.__init_defaults: init if no plugin_confAngelos Evripiotis2019-03-141-10/+8
| * element: refactor, rm unused temp varAngelos Evripiotis2019-03-141-2/+1
|/
* Merge branch 'jennis/remove_node_chain_stuff' into 'master'Jürg Billeter2019-03-145-161/+26
|\
| * _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuffJames Ennis2019-03-145-161/+26
|/
* Merge branch 'juerg/cas' into 'master'bst-marge-bot2019-03-142-8/+8
|\