summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buildstream/_cas/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bugValentin David2019-02-122-5/+88
* Merge branch 'jonathan/junction-no-tmpdir' into 'master'Jonathan Maw2019-02-122-44/+17
|\
| * Remove cleanup functionality from loaderJonathan Maw2019-02-122-41/+6
| * loader.py: Load junction from workspace if one's openJonathan Maw2019-02-121-1/+6
| * loader.py: Stage junctions into .bst instead of a tmpdirJonathan Maw2019-02-121-4/+7
|/
* Merge branch 'danielsilverstone-ct/further-optimisations' into 'master'Benjamin Schubert2019-02-122-30/+101
|\
| * _context.py: Cache result of get_strict()Daniel Silverstone2019-02-121-6/+9
| * _yaml.py: Reduce cost of node_final_assertionsDaniel Silverstone2019-02-121-5/+13
| * _yaml.py: Remove use of isinstance() in `{node,list}_{chain_,}copy`Daniel Silverstone2019-02-121-15/+57
| * _yaml.py: Reduce use of `isinstance()` in `node_sanitize()`Daniel Silverstone2019-02-121-3/+21
| * _yaml.py: Only retrieve provenance in node_get() when neededDaniel Silverstone2019-02-121-1/+1
|/
* Merge branch 'jjardon/fedora_29' into 'master'Javier Jardón2019-02-121-15/+10
|\
| * .gitlab-ci.yml: Remove "tests-python-3.7-stretch" jobJavier Jardón2019-02-121-10/+0
| * .gitlab-ci.yml: run all generic fedora test in current stable version:29Javier Jardón2019-02-121-5/+5
| * .gitlab-ci.yml: Add job to run test in current Fedora:29Javier Jardón2019-02-121-0/+5
|/
* Merge branch 'chandan/deps' into 'master'Chandan Singh2019-02-1224-22/+77
|\
| * Re-generate man pageschandan/depsChandan Singh2019-02-1221-21/+27
| * _frontend: Allow printing dependencies using `bst show`Chandan Singh2019-02-123-1/+50
|/
* Merge branch 'juerg/buffer-size' into 'master'Jürg Billeter2019-02-122-3/+5
|\
| * _cas/cascache.py: Increase buffer size in add_object()Jürg Billeter2019-02-121-2/+4
| * utils.py: Increase buffer size in sha256sum()Jürg Billeter2019-02-121-1/+1
|/
* Merge branch 'jjardon/allow_fail_WSL' into 'master'Jürg Billeter2019-02-111-0/+1
|\
| * .gitlab-ci.yml: Do not automatically run "test-wsl" until runner problems are...jjardon/allow_fail_WSLJavier Jardón2019-02-111-0/+1
|/
* Merge branch 'aevri/include-error' into 'master'Jürg Billeter2019-02-112-11/+68
|\
| * tests/format/include: remove unused tmpdir'saevri/include-errorAngelos Evripiotis2019-02-111-6/+6
| * _includes: re-use file_path variableAngelos Evripiotis2019-02-111-1/+1
| * _includes: better error on including directoryAngelos Evripiotis2019-02-112-0/+25
| * _includes: better error on missing includeAngelos Evripiotis2019-02-112-2/+31
| * _includes: better provenance on recursive includeAngelos Evripiotis2019-02-112-3/+6
|/
* Merge branch 'snakeviz' into 'master'Jürg Billeter2019-02-111-18/+5
|\
| * contributing: snakeviz replaces pyflame+flamegraphsnakevizAngelos Evripiotis2019-02-111-18/+5
|/
* Merge branch 'juerg/symlinks' into 'master'Jürg Billeter2019-02-115-38/+43
|\
| * tests/sources/local.py: Add directory symlink testJürg Billeter2019-02-111-0/+20
| * _casbaseddirectory.py: Do not mimic os.walk() in list_relative_paths()Jürg Billeter2019-02-111-14/+1
| * utils.py: Fix sorting of symlinks to directoriesJürg Billeter2019-02-111-13/+13
| * utils.py: Remove list_dirs parameter from list_relative_paths()Jürg Billeter2019-02-112-9/+7
| * sandbox/sandbox.py: Do not follow symlinks in _has_command()Jürg Billeter2019-02-111-2/+2
| * local.py: Do not follow symlinks in local directoriesJürg Billeter2019-02-111-3/+3
|/
* Merge branch 'juerg/import' into 'master'Jürg Billeter2019-02-111-0/+4
|\
| * import.py: Validate config nodejuerg/importJürg Billeter2019-02-101-0/+4
|/
* Merge branch 'jjardon/fedora_27' into 'master'Jürg Billeter2019-02-091-6/+1
|\
| * .gitlab-ci.yml: Remove testing on Fedora 27Javier Jardón2019-02-091-6/+1
|/
* Merge branch 'abderrahim/artifact-cache-junction' into 'master'Javier Jardón2019-02-082-6/+11
|\
| * _project.py: use artifact caches from the parent project for junctionsabderrahim/artifact-cache-junctionAbderrahim Kitouni2019-02-082-5/+10
| * _artifactcache.py: don't leak the project specific remote cachesAbderrahim Kitouni2019-02-081-1/+1
|/
* Merge branch 'phil/plugin-testing-api' into 'master'Phil Dawson2019-02-08101-159/+274
|\
| * Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-08101-159/+274
|/
* Merge branch 'willsalmon/log_formating' into 'master'Will Salmon2019-02-072-4/+19
|\
| * Add more log formatting optionsWilliam Salmon2019-02-072-4/+19
|/
* Merge branch 'danielsilverstone-ct/other-roaring' into 'master'Benjamin Schubert2019-02-064-22/+18
|\