summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * contributing: mandate end-to-end tests, allow othersAngelos Evripiotis2018-12-131-17/+44
|/
* Merge branch 'tristan/dont-batch-prepare-assemble-by-default' into 'master'Tristan Van Berkom2018-12-1311-19/+80
|\
| * BuildElement: Don't enable batching of prepare and assemble by defaultTristan Van Berkom2018-12-1311-14/+70
| * distutils plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
| * modulebuild plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
| * pip element plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
| * makemaker plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
| * manual plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
|/
* Merge branch 'bschubert/fix-unbound-variable-exception' into 'master'Benjamin Schubert2018-12-131-2/+2
|\
| * element.py: fix unbounded variable in nested python exceptionBenjamin Schubert2018-12-131-2/+2
|/
* Merge branch 'BenjaminSchubert/fix-quota-tests' into 'master'Tristan Van Berkom2018-12-134-57/+59
|\