summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _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
|/
* Merge branch 'juerg/cas-mtime' into 'master'Jürg Billeter2018-10-222-7/+9
|\
| * _artifactcache: Fix ref in update_mtime()Jürg Billeter2018-10-222-3/+5
| * _artifactcache: Rename update_atime() to update_mtime()Jürg Billeter2018-10-222-7/+7
|/
* Merge branch 'aevri/affect' into 'master'Angelos Evripiotis2018-10-1911-11/+11
|\
| * Spelling fixes: 'affect', not 'effect' as verbAngelos Evripiotis2018-10-1911-11/+11
|/
* Merge branch 'jjardon/warnings_collections' into 'master'Valentin David2018-10-1812-12/+17
|\
| * Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-1812-12/+17
|/
* Merge branch 'danielsilverstone-ct/report-loop' into 'master'richardmaw-codethink2018-10-182-4/+15
|\
| * _loader/loader.py: Be more explanatory in CircDep exceptionDaniel Silverstone2018-10-182-4/+15
|/
* Merge branch 'valentindavid/move_alpine_tarball' into 'master'Javier Jardón2018-10-176-6/+6
|\