summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: Add Makefile to regenerate frozen requirements fileschandan/tox-makeChandan Singh2018-12-291-0/+35
* CONTRIBUTING.rst: Add steps for installing non-python build dependenciesChandan Singh2018-12-291-5/+32
* CONTRIBUTING.rst: Updated to reflect running tests using tox.Tristan Van Berkom2018-12-291-12/+40
* .gitlab-ci.yml: Run tests using toxChandan Singh2018-12-291-6/+6
* Add tox.ini to enable running tests using toxChandan Singh2018-12-293-0/+14
* Add requirements files for install, test and plugin dependenciesChandan Singh2018-12-298-30/+90
* 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
|/
* Merge branch 'juerg/fetch' into 'master'Jürg Billeter2018-12-206-4/+113
|\
| * tests/sources: Test that fetch() is not called for cached sourcesJürg Billeter2018-12-204-0/+98
| * element.py: Do not call fetch() for cached sourcesJürg Billeter2018-12-201-1/+2
| * Move fetch logic from FetchQueue to ElementJürg Billeter2018-12-202-4/+14
|/
* Merge branch 'jjardon/license_badge' into 'master'716-add-example-with-build-directory-outside-of-source-directoryJavier Jardón2018-12-191-0/+3
|\
| * README.rst: Add license badgeJavier Jardón2018-12-191-0/+3
|/
* Merge branch 'willsalmon/shellBuildTrees' into 'master'Will Salmon2018-12-196-16/+174
|\
| * Basic options for shell --build to use buildtreesWilliam Salmon2018-12-196-16/+174
|/
* Merge branch 'raoul/627-RE-instance-config' into 'master'Jim MacArthur2018-12-183-25/+53
|\
| * Documentation: Include instance-name in remote execution documentationraoul/627-RE-instance-configJim MacArthur2018-12-181-1/+10
| * _cascache.py: Add instance names to GRPC callsJim MacArthur2018-12-181-18/+31
| * sandboxremote: Add server/storage config with defaultsJim MacArthur2018-12-181-9/+7
| * Add remote execution instance optionRaoul Hidalgo Charman2018-12-181-2/+10
|/
* Merge branch 'chandan/source-subgroup' into 'master'Chandan Singh2018-12-1428-259/+325
|\
| * NEWS: Add entry for new source command groupChandan Singh2018-12-141-2/+6
| * Introduce new "source" command groupChandan Singh2018-12-1427-257/+319
|/
* Merge branch 'aevri/contributing_e2e_tests' into 'master'Angelos Evripiotis2018-12-131-17/+44
|\