summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow selecting user or project configuration for remote executionvalentindavid/remote_execution_configuration_command_lineValentin David2019-01-025-5/+24
* Add support for https channel to remote execution and actions serversValentin David2019-01-022-8/+29
* Add support for user remote execution configurationValentin David2019-01-025-4/+72
* Use relative path to project directory for remote execution certificates/keysValentin David2019-01-021-7/+16
* 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
|/
* 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