summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make unsed loop control variables underscoresfrazer/flake8Frazer Leslie Clews2019-11-1214-30/+43
* remove unused importsFrazer Leslie Clews2019-11-121-1/+0
* doc/source/hacking: Remove pycodestyle, add BlackChandan Singh2019-11-122-16/+26
* Reformat code using BlackChandan Singh2019-11-12275-13931/+12098
* .gitlab-ci.yml: Check code formatting as part of CIChandan Singh2019-11-121-1/+4
* Remove pycodestyleChandan Singh2019-11-124-8/+0
* .pylintrc: Disable formatting messagesChandan Singh2019-11-121-1/+13
* Add configuration to run BlackChandan Singh2019-11-122-0/+38
* 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
|\
| * _remote.py: Expand user in certificates pathsBenjamin Schubert2019-11-112-2/+82
|/
* Merge branch 'chandan/stack-no-sources' into 'master'bst-marge-bot2019-11-081-0/+3
|\
| * plugins/elements/stack: Disallow sourceschandan/stack-no-sourcesChandan Singh2019-11-081-0/+3
|/
* Merge branch 'bschubert/fix-children-termination' into 'master'bst-marge-bot2019-11-081-2/+8
|\
| * app.py: Also catch SystemError with click.AbortBenjamin Schubert2019-11-081-2/+8
|/
* Merge branch 'traveltissues/closeworkspaces' into 'master'bst-marge-bot2019-11-065-26/+31
|\
| * _stream: correct typo in error messagetraveltissues/closeworkspacesDarius Makovsky2019-11-061-1/+1
| * Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-065-25/+30
|/
* Merge branch 'traveltissues/1182' into 'master'bst-marge-bot2019-11-054-6/+11
|\
| * Remove `commit`ting sources inside `Source()._generate_key`Darius Makovsky2019-11-054-6/+11
|/
* Merge branch 'bschubert/better-reporting-on-userconfig' into 'master'bst-marge-bot2019-11-052-1/+27
|\
| * _context.py: Improve reporting of incorrect user configbschubert/better-reporting-on-userconfigBenjamin Schubert2019-11-052-1/+27
|/
* Merge branch 'aevri/testutils_artifactshare' into 'master'bst-marge-bot2019-11-051-28/+33
|\
| * tests/artifactshare: safer cleanup_on_sigterm useaevri/testutils_artifactshareAngelos Evripiotis2019-11-051-2/+2
| * testutils/artifactshare: don't hang on errorAngelos Evripiotis2019-11-051-28/+33
|/