summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use collections.abc for Mapping, Iterablecoldtom/collectionsThomas Coldrick2019-01-032-14/+14
* Merge branch 'chandan/toxify' into 'master'Tristan Van Berkom2019-01-0312-77/+211
|\
| * CONTRIBUTING.rst: Add instructions to recreate tox environmentchandan/toxifyChandan Singh2019-01-031-0/+6
| * Move sphinx build functionality to toxChandan Singh2019-01-033-31/+33
| * Move all requirements files into "tools" directoryChandan Singh2019-01-039-11/+11
| * CONTRIBUTING.rst: Add steps for installing non-python build dependenciesChandan Singh2019-01-031-5/+32
| * CONTRIBUTING.rst: Updated to reflect running tests using tox.Tristan Van Berkom2019-01-031-12/+40
| * .gitlab-ci.yml: Run tests using toxChandan Singh2019-01-031-13/+10
| * Add tox.ini to enable running tests using toxChandan Singh2019-01-023-0/+15
| * Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-028-29/+88
|/
* Merge branch 'jjardon/pycodestyle' into 'master'Tristan Maat2019-01-027-27/+17
|\
| * Use pycodestyle instead of pep8Javier Jardón2019-01-026-19/+9
| * .gitlab-ci.yml: Use new testsuite images with pycodestyle 1.4.0Tristan Maat2019-01-021-8/+8
|/
* Merge branch 'chandan/update-doc-makefile-note' into 'master'Chandan Singh2019-01-021-4/+4
|\
| * doc/Makefile: Update comment about sphinx entrypointchandan/update-doc-makefile-noteChandan Singh2019-01-021-4/+4
|/
* Merge branch 'chandan/element-filename-requirements' into 'master'Tristan Van Berkom2018-12-317-18/+127
|\
| * doc: Add note about valid element namesChandan Singh2018-12-311-0/+24
| * tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-314-0/+27
| * _loader/loader.py: Add warnings about invalid characters in filenameChandan Singh2018-12-312-0/+43
| * _loader/loader.py: Refactor warnings about element names in one methodChandan Singh2018-12-311-18/+33
|/
* Merge branch 'tristan/junction-tests' into 'master'Tristan Van Berkom2018-12-312-40/+47
|\
| * tests/loader/junctions.py: Test the error we expect when a cross junction ele...Tristan Van Berkom2018-12-312-1/+23
| * tests/loader/junctions.py: Use Result checking APIs instead of manuallyTristan Van Berkom2018-12-311-39/+24
|/
* Merge branch 'tristan/fix-netrc-crasher' into 'master'Tristan Van Berkom2018-12-263-3/+28
|\
| * tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
| * tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
| * _downloadablefilesource.py: Avoid crashes when HOME is unsetTristan Van Berkom2018-12-261-1/+7
|/
* Merge branch 'tristan/test-fixes' into 'master'Tristan Van Berkom2018-12-2610-21/+11
|\
| * dev-requirements.txt: Remove the restriction on pylint.tristan/test-fixesTristan Van Berkom2018-12-261-1/+1
| * dev-requirements.txt: Require new version of pytest-datafilesTristan Van Berkom2018-12-261-1/+1
| * buildstream/storage/_casbaseddirectory.py: Fixing new (unnecessary-pass) lint...Tristan Van Berkom2018-12-261-5/+0
| * plugins/elements/import.py: Fixing new (duplicate-string-formatting-argument)...Tristan Van Berkom2018-12-261-1/+1
| * _frontend/widget.py: Fixing new (wrong-import-order) linter errorTristan Van Berkom2018-12-261-1/+1
| * _frontend/complete.py: Fixing new (simplifiable-if-expression) linter errorTristan Van Berkom2018-12-261-1/+1
| * _frontend/cli.py: Fixing new (unnecessary-pass) linter errorsTristan Van Berkom2018-12-261-3/+0
| * _artifactcache/casserver.py: Fixed new (wrong-import-order) linter errorTristan Van Berkom2018-12-261-1/+1
| * source.py: Fixing new (unnecessary-pass) linter errorTristan Van Berkom2018-12-261-1/+0
| * element.py: Fixing new (unnecessary-pass) and (simplifiable-if-expression) li...Tristan Van Berkom2018-12-261-3/+2
| * _signals.py: Fixing new (simplifiable-if-expression) linter errorsTristan Van Berkom2018-12-261-2/+2
| * dev-requirements.txt: Require at least pytest 3.9Tristan Van Berkom2018-12-261-1/+1
|/
* Merge branch 'tpollard/fixbuildtreereq' into 'master'Tom Pollard2018-12-211-1/+1
|\
| * _stream.py: fix _buildtree_pull_required logictpollard/fixbuildtreereqTom Pollard2018-12-201-1/+1
|/
* Merge branch 'chandan/fix-warning' into 'master'Chandan Singh2018-12-202-4/+4
|\
| * buildstream/utils.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
| * tests/frontend/logging.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
|/
* Merge branch 'aevri/rm-autoinit' into 'master'Angelos Evripiotis2018-12-205-27/+20
|\
| * BREAK: remove auto-init behaviourAngelos Evripiotis2018-12-204-24/+16
| * _project::_find_project_dir: fix error messageAngelos Evripiotis2018-12-201-3/+4
|/
* Merge branch 'chandan/abstract-git-source' into 'master'Chandan Singh2018-12-203-644/+678
|\
| * Expose base class for Git source pluginsChandan Singh2018-12-203-644/+678
|/