summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Allow selecting user or project configuration for remote executionvalentindavid/remote_execution_configuration_command_lineValentin David2019-01-024-5/+23
* Add support for https channel to remote execution and actions serversValentin David2019-01-021-5/+29
* Add support for user remote execution configurationValentin David2019-01-023-4/+20
* Use relative path to project directory for remote execution certificates/keysValentin David2019-01-021-7/+16
* _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
* _downloadablefilesource.py: Avoid crashes when HOME is unsetTristan Van Berkom2018-12-261-1/+7
* 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
* _stream.py: fix _buildtree_pull_required logictpollard/fixbuildtreereqTom Pollard2018-12-201-1/+1
* buildstream/utils.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
* BREAK: remove auto-init behaviourAngelos Evripiotis2018-12-203-22/+8
* _project::_find_project_dir: fix error messageAngelos Evripiotis2018-12-201-3/+4
* Expose base class for Git source pluginsChandan Singh2018-12-203-644/+678
* 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
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-194-11/+41
* _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
* Introduce new "source" command groupChandan Singh2018-12-142-104/+158
* 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
* element.py: fix unbounded variable in nested python exceptionBenjamin Schubert2018-12-131-2/+2
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-131-4/+16
* cli: Add artifact log commandRichard Maw2018-12-121-0/+59
* cli: Add artifact command groupRichard Maw2018-12-121-0/+42
* cli: Add support for auto-completing artifact ref namesRichard Maw2018-12-121-7/+26
* Remove source bundle commandPhil Dawson2018-12-122-112/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-122-9/+22
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-122-6/+11
* Add --tar option to source-checkout commandPhil Dawson2018-12-122-8/+71
* Make specifying elements optional in bst commandsJonathan Maw2018-12-112-14/+100
* _context.py: Store the directory buildstream was invoked onJonathan Maw2018-12-112-2/+6
* _stream.py: Fix ugly error when opening a workspace using a relative pathJonathan Maw2018-12-111-1/+2
* cli: Interactively warn if the user is trying to close the workspace they're ...Jonathan Maw2018-12-114-1/+38
* _workspaces.py: Do not include .bstproject.yaml in the cache keyJonathan Maw2018-12-111-1/+6
* _project.py: Find project from workspace if outside of a projectJonathan Maw2018-12-111-13/+35
* cli.py: Use utils' search upwards helper when searching for project.confJonathan Maw2018-12-111-11/+2