summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPbschubert/refactor-pipelineBenjamin Schubert2019-03-228-171/+153
* Merge branch 'bschubert/optimize-dependencies' into 'master'bst-marge-bot2019-03-222-39/+51
|\
| * Rework Element.dependencies to be more efficientBenjamin Schubert2019-03-222-39/+51
|/
* Merge branch 'raoul/source-key-fix' into 'master'bst-marge-bot2019-03-216-23/+122
|\
| * element.py: remove reduntant list(self.sources())Raoul Hidalgo Charman2019-03-211-2/+2
| * tests: Check get_unique_key isn't used before trackRaoul Hidalgo Charman2019-03-214-0/+110
| * element.py: move _generate_key to _source_cachedRaoul Hidalgo Charman2019-03-212-21/+10
|/
* Merge branch 'bschubert/better-pytest-report' into 'master'bst-marge-bot2019-03-216-50/+61
|\
| * tests: when comparing lists/dicts, compare all at onceBenjamin Schubert2019-03-216-50/+61
|/
* Merge branch 'aevri/you_only_write_once' into 'master'bst-marge-bot2019-03-214-28/+10
|\
| * cleanupjob, cascache: don't write cache size twiceAngelos Evripiotis2019-03-212-4/+6
| * cascache: remove redundant assignmentAngelos Evripiotis2019-03-211-1/+1
| * cascache: rm redundant calculate_cache_sizeAngelos Evripiotis2019-03-211-18/+2
| * _artifactcache: rm comment 'remove the size from'Angelos Evripiotis2019-03-211-1/+0
| * _artifactcache: don't define CACHE_SIZE_FILE twiceAngelos Evripiotis2019-03-212-4/+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