summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* sandboxremote.py: Rename 'instance_name' option to 'instance-name'jmac/rename_instance_nameJim MacArthur2019-01-091-2/+2
* buildstream/plugins/elements/script.py: Mark script as BST_VIRTUAL_DIRECTORYvalentindavid/script_virtual_directoryValentin David2019-01-091-0/+3
* Add support for https channel to remote execution and actions serversvalentindavid/remote_execution_configurationValentin David2019-01-091-8/+35
* Add support for user remote execution configurationValentin David2019-01-093-4/+20
* Use relative path to project directory for remote execution certificates/keysValentin David2019-01-091-0/+10
* sandbox/sandbox.py: Use assertions for programming errors instead of BstErrors.tristan/sandbox-programming-errorTristan Van Berkom2019-01-081-4/+4
* element.py: remove reference to source bundle commandphil/remove-source-bundle-referencePhil Dawson2019-01-081-1/+1
* sandbox/sandbox.py: Fix regression of command loggingTristan Van Berkom2019-01-071-1/+1
* _scheduler/jobs/job.py: Removed 'skipped' propertyTristan Van Berkom2019-01-072-20/+2
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-01-0713-38/+68
* _scheduler/scheduler.py: Only run one cache size job at a timeTristan Van Berkom2019-01-071-8/+45
* _scheduler/scheduler.py: Make _schedule_jobs() privateTristan Van Berkom2019-01-071-16/+18
* Fix stack traces discovered with ^C forceful termination.tristan/keyboard-interrupt-stack-traceTristan Van Berkom2019-01-072-10/+6
* _frontend/app.py: Use buildtree for interactive shell on build failureJürg Billeter2019-01-061-1/+1
* _frontend/cli.py: Reinstate support for guessing targetsjuerg/source-guess-targetJürg Billeter2019-01-041-0/+10
* Use collections.abc for Mapping, IterableThomas Coldrick2019-01-032-14/+14
* Use pycodestyle instead of pep8Javier Jardón2019-01-023-3/+3
* _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