summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * _artifactcache/cascache.py: Refactor slightly for indentationDaniel Silverstone2018-10-251-3/+4
| * sandbox/_sandboxchroot.py: Silence warning about dict.getDaniel Silverstone2018-10-251-1/+1
| * sandbox/_sandboxchroot.py: Silence warning about preexec_fnDaniel Silverstone2018-10-251-1/+1
| * sandbox/_sandboxchroot.py: Silence warning about unused variableDaniel Silverstone2018-10-251-1/+0
| * sandbox/_sandboxbwrap.py: Disable lint about dict.getDaniel Silverstone2018-10-251-1/+1
| * sandbox/_mounter.py: Remove useless inheritance on `object`Daniel Silverstone2018-10-251-1/+1
| * sandbox/_mount.py: Do not use dict literals in argument defaultsDaniel Silverstone2018-10-251-3/+6
| * plugins/source/git.py: Rationalised unused return valuesDaniel Silverstone2018-10-251-2/+2
| * _scheduler/queue/trackqueue.py: Remove unused importDaniel Silverstone2018-10-251-1/+0
| * _scheduler/queue/pullqueue.py: Remove unused return valueDaniel Silverstone2018-10-251-1/+1
| * _scheduler/jobs/job.py: Correct lint issue around abstract methodDaniel Silverstone2018-10-251-1/+1
| * _platform/linux.py: Simplify return statementDaniel Silverstone2018-10-251-5/+1
| * _platform/linux.py: Remove unused importsDaniel Silverstone2018-10-251-1/+0
| * _platform/darwin.py: Remove unused importsDaniel Silverstone2018-10-251-2/+0
| * _platform/darwin.py: Remove useless __init__()Daniel Silverstone2018-10-251-4/+0
| * _options/optionbool.py: Refactor conditionsDaniel Silverstone2018-10-251-2/+2
| * _fuse/mount.py: Deal with abstract method lint issueDaniel Silverstone2018-10-251-1/+1
| * _fuse/{hardlinks,mount}.py: Remove dangerous use of {} in defaultsDaniel Silverstone2018-10-252-3/+5
| * _frontend/status.py: Reorder importsDaniel Silverstone2018-10-251-1/+1
| * _frontend/app.py: Remove unused import of `resource`Daniel Silverstone2018-10-251-1/+0
| * _artifactcache/artifactcache.py: Silence lint issuesDaniel Silverstone2018-10-251-3/+3
| * _artifactcache/artifactcache.py: Remove superfluous parensDaniel Silverstone2018-10-251-1/+1
| * utils.py: Group stat importsDaniel Silverstone2018-10-251-1/+1
| * utils.py: Disable lint warning about popenDaniel Silverstone2018-10-251-1/+2
| * source.py: Remove unused variableDaniel Silverstone2018-10-251-2/+0
| * source.py: Remove unused local variableDaniel Silverstone2018-10-251-1/+0
| * source.py: Quiet several pylint issues with abstract methodsDaniel Silverstone2018-10-251-6/+6
| * plugin.py: use dict.get() instead of an if statementDaniel Silverstone2018-10-251-3/+1
| * element.py: Silence pylint warning about abstract methodDaniel Silverstone2018-10-251-1/+1
| * element.py: Simplify some conditions with `in (foo, bar)`Daniel Silverstone2018-10-251-2/+2
| * buildelement.py: Quieten a lint about `__commands`Daniel Silverstone2018-10-251-1/+1
| * _yamlcache.py: Remove unused importsDaniel Silverstone2018-10-251-2/+1
| * _yamlcache.py: Correct braino in variable nameDaniel Silverstone2018-10-251-1/+1
| * _yamlcache.py: Correct bug in `YamlCache._get_filepath()`Daniel Silverstone2018-10-251-1/+1
| * _yaml.py: Quieten a lint in Python < 3.6Daniel Silverstone2018-10-251-2/+3
| * _yaml.py: use `in (a,b)` to simply boolean checksDaniel Silverstone2018-10-251-2/+2
| * _workspaces.py: Simplify chained comparisonDaniel Silverstone2018-10-251-1/+1
| * _variables.py: Fix lint issue in `find_recursive_variable`Daniel Silverstone2018-10-251-2/+2
| * _context.py: Remove useless `return` from `Context.message`Daniel Silverstone2018-10-251-1/+0
|/
* Merge branch 'jennis/patch_remote_cache_docs' into 'master'James Ennis2018-10-251-1/+15
|\
| * using_configuring_artifact_server.rst: Fix incorrect reference to bst push (w...jennis/patch_remote_cache_docsJames Ennis2018-10-251-1/+1
| * docs: Add helpful notes to artifact server configuration instructionsJames Ennis2018-10-251-0/+14
|/
* Merge branch 'aevri/unknown-uri-452' into 'master'Angelos Evripiotis2018-10-251-1/+3
|\
| * _downloadablefilesource: handle ValueError-sAngelos Evripiotis2018-10-251-1/+3
|/
* Merge branch 'mablanch/630-remote-execution-reconn' into 'master'Jim MacArthur2018-10-231-15/+43
|\
| * _sandboxremote.py: Try to reopen operation steam on failuremablanch/630-remote-execution-reconnMartin Blanchard2018-10-231-15/+43
|/
* Merge branch 'aevri/rm-exitstack' into 'master'Phil Dawson2018-10-232-6/+4
|\
| * plugins/sources: refactor, rm needless ExitStack-sAngelos Evripiotis2018-10-232-6/+4
|/
* Merge branch 'juerg/test-artifactshare' into 'master'Jürg Billeter2018-10-231-3/+2
|\
| * tests/testutils/artifactshare.py: Fix has_artifact() to match core codeJürg Billeter2018-10-231-3/+2
|/