summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! plugin.py: move the creation and handling of the plugin table in Pluginbschubert/pipelineBenjamin Schubert2019-03-211-0/+12
* fixup! fixup! fixup! fixup! WIP: simplifyBenjamin Schubert2019-03-213-67/+53
* fixup! fixup! fixup! WIP: simplifyBenjamin Schubert2019-03-211-1/+1
* fixup! fixup! fixup! WIP: simplifyBenjamin Schubert2019-03-211-9/+5
* fixup! fixup! fixup! WIP: simplifyBenjamin Schubert2019-03-212-11/+6
* plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-216-20/+13
* plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-214-48/+39
* fixup! fixup! WIP: simplifyBenjamin Schubert2019-03-211-9/+1
* fixup! WIP: simplifyBenjamin Schubert2019-03-211-0/+4
* tests/frontend/workspace.py: Expand test to cover the case without stackJürg Billeter2019-03-213-5/+21
* WIP: simplifyBenjamin Schubert2019-03-211-37/+8
* fixup! Test with Unique PQ for update state recursiveBenjamin Schubert2019-03-211-8/+10
* fixup! tests:workspace: make deeper tests when trying to build allBenjamin Schubert2019-03-211-9/+5
* tests:workspace: make deeper tests when trying to build allBenjamin Schubert2019-03-2111-16/+48
* tests/frontend/workspaces.py: Extended test that all elements get built in th...Tristan Van Berkom2019-03-219-6/+41
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-219-0/+74
* Test with Unique PQ for update state recursiveBenjamin Schubert2019-03-212-10/+130
* 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-214-12/+21
* 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