summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py: Add plugin requirements as extraschandan/extras-requireChandan Singh2019-11-151-0/+9
* Merge branch 'chandan/black' into 'master'Chandan Singh2019-11-15285-14002/+12216
|\
| * Start linting doc/source/conf.pyChandan Singh2019-11-142-45/+40
| * doc/source/hacking: Remove pycodestyle, add BlackChandan Singh2019-11-142-16/+26
| * Reformat code using BlackChandan Singh2019-11-14275-13933/+12097
| * .gitlab-ci.yml: Check code formatting as part of CIChandan Singh2019-11-141-1/+4
| * Remove pycodestyleChandan Singh2019-11-144-8/+0
| * .pylintrc: Disable formatting messagesChandan Singh2019-11-141-1/+13
| * Add configuration to run BlackChandan Singh2019-11-142-0/+38
|/
* Merge branch 'tpollard/profileerror' into 'master'bst-marge-bot2019-11-142-0/+30
|\
| * _profile.py: Raise exception if invalid BST_PROFILE topicsTom Pollard2019-11-142-0/+30
|/
* Merge branch 'bschubert/graceful-children-sigterm' into 'master'bst-marge-bot2019-11-132-28/+31
|\
| * scheduler.py: Extract timeout to kill as a global variableBenjamin Schubert2019-11-131-2/+5
| * job.py: Gracefully handle killed subprocessesBenjamin Schubert2019-11-131-0/+8
| * job.py: handle SIGTERM gracefullyBenjamin Schubert2019-11-131-0/+14
| * job.py: Don't use 'terminate_wait', as it uses waitpid()Benjamin Schubert2019-11-132-28/+6
|/
* Merge branch 'chandan/pylint' into 'master'bst-marge-bot2019-11-138-16/+12
|\
| * tox.ini: Fix pylint configurationChandan Singh2019-11-131-1/+1
| * src/buildstream: Fix pylint warning 'arguments-differ'Chandan Singh2019-11-136-10/+10
| * src/buildstream: Fix/silence attribute-defined-outside-initChandan Singh2019-11-131-1/+1
| * src/buildstream: Remove unused importsChandan Singh2019-11-132-4/+0
|/
* Merge branch 'traveltissues/1204' into 'master'bst-marge-bot2019-11-131-5/+3
|\
| * Pass color setting to StatusDarius Makovsky2019-11-131-5/+3
|/
* Merge branch 'bschubert/fix-capa-check' into 'master'bst-marge-bot2019-11-126-71/+225
|\
| * _sourcecache.py: Fix reporting of capabilities for the source cacheBenjamin Schubert2019-11-122-12/+63
| * _remote: Ensure checks done in the subclasses are propagatedBenjamin Schubert2019-11-124-59/+162
|/
* Merge branch 'chandan/fix-no-color' into 'master'bst-marge-bot2019-11-123-13/+12
|\
| * _frontend: Simplify color handlingChandan Singh2019-11-123-13/+12
|/
* Merge branch 'chandan/fix-implicit-string-concat' into 'master'bst-marge-bot2019-11-121-2/+2
|\
| * tests/frontend/completions: Fix implicit string concatenationChandan Singh2019-11-121-2/+2
|/
* Merge branch 'juerg/sandbox-reapi' into 'master'bst-marge-bot2019-11-112-178/+226
|\
| * sandbox: Move SandboxRemoteBatch to SandboxREAPIJürg Billeter2019-11-112-69/+68
| * sandbox: Move _run() from SandboxRemote to SandboxREAPIJürg Billeter2019-11-112-102/+111
| * sandbox: Add abstract SandboxREAPI classJürg Billeter2019-11-112-6/+32
| * _sandboxremote.py: Fetch outputs in _execute_action()Jürg Billeter2019-11-111-8/+17
| * _sandboxremote.py: Extract _execute_action() method from _run()Jürg Billeter2019-11-111-22/+32
| * _sandboxremote.py: Simplify exit code returnJürg Billeter2019-11-111-6/+3
| * _sandboxremote.py: Send command and action together with the other blobsJürg Billeter2019-11-111-14/+7
| * _sandboxremote.py: Ensure working directory existsJürg Billeter2019-11-111-0/+5
|/
* Merge branch 'bschubert/fix-children-termination' into 'master'bst-marge-bot2019-11-113-16/+85
|\
| * scheduler.py: Remove FIXME message and add explanation insteadBenjamin Schubert2019-11-111-5/+3
| * scheduler.py: Prevent the asyncio loop from leaking into subprocessesBenjamin Schubert2019-11-112-11/+82
|/
* Merge branch 'chandan/no-command-general-elements' into 'master'bst-marge-bot2019-11-112-0/+6
|\
| * Indicate that compose & stack plugins do not run commandsChandan Singh2019-11-112-0/+6
|/
* Merge branch 'coldtom/allow-dev-shm' into 'master'bst-marge-bot2019-11-114-2/+61
|\
| * _sandboxbwrap.py: Create /dev/shm in the sandboxThomas Coldrick2019-11-114-2/+61
|/
* Merge branch 'traveltissues/1186-3' into 'master'bst-marge-bot2019-11-113-16/+30
|\
| * _stream: Remove exception case for removed optionDarius Makovsky2019-11-111-10/+0
| * Add _is_trackable() method to Source()Darius Makovsky2019-11-113-6/+30
|/
* Merge branch 'bschubert/expand-path-configs' into 'master'bst-marge-bot2019-11-112-2/+82
|\