summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-017-13/+16
* runcli: rm unused 'color' and '**extra' paramsAngelos Evripiotis2019-03-011-3/+3
* cascache: limit 'infinite' cache to volume sizeAngelos Evripiotis2019-03-011-2/+3
* buildelement: rm unused 'cmd_name' argumentAngelos Evripiotis2019-03-011-3/+3
* _casbaseddirectory.py: Do not sort source directory entries on importJürg Billeter2019-03-011-2/+2
* _casbaseddirectory.py: Create Directory proto objects in canonical formJürg Billeter2019-03-012-71/+72
* _casbaseddirectory.py: Calculate directory digest lazilyJürg Billeter2019-03-012-61/+26
* _casbaseddirectory.py: Rename `ref` field to `__digest`Jürg Billeter2019-03-011-7/+7
* _casbaseddirectory.py: Rename `ref` constructor parameter to `digest`Jürg Billeter2019-03-013-8/+8
* Remove unneeded ref=None argument from CasBasedDirectory() callsJürg Billeter2019-03-013-3/+3
* _sandboxremote.py: Use Directory._get_digest() instead of Directory.refJürg Billeter2019-03-011-2/+2
* _artifactcache.py: Do not use Directory.refJürg Billeter2019-03-011-3/+0
* cascache.py: Use Directory._get_digest() instead of Directory.refJürg Billeter2019-03-011-1/+2
* cascache: don't hardcode 2G warning stringAngelos Evripiotis2019-02-281-3/+5
* _context.py: Cleanup old extract directoriesJürg Billeter2019-02-281-0/+8
* _context.py: Remove unused extractdir fieldJürg Billeter2019-02-281-4/+0
* _artifactcache.py: Remove unused extractdir fieldJürg Billeter2019-02-281-3/+0
* _artifactcache.py: Drop extract directory removal in remove()Jürg Billeter2019-02-281-19/+0
* cascache.py: Remove unused extract() methodJürg Billeter2019-02-281-47/+0
* _artifactcache.py: Remove unused extract() methodJürg Billeter2019-02-281-30/+0
* element.py: Remove unused __extract() methodJürg Billeter2019-02-281-19/+0
* element.py: Use virtual artifact directory for metadataJürg Billeter2019-02-281-20/+23
* _casbaseddirectory.py: Add _exists() methodJürg Billeter2019-02-281-0/+7
* _casbaseddirectory.py: Add _objpath() methodJürg Billeter2019-02-281-0/+5
* element.py: Use virtual artifact directory to compute manifestJürg Billeter2019-02-281-7/+3
* element.py: Use virtual artifact directory to stage buildtreeJürg Billeter2019-02-281-3/+3
* element.py: Use virtual artifact directory to stage dependenciesJürg Billeter2019-02-281-5/+4
* element.py: Add __get_artifact_directory() methodJürg Billeter2019-02-281-0/+19
* _artifactcache.py: Add get_artifact_directory() methodJürg Billeter2019-02-281-0/+21
* element.py: Add __get_extract_key() methodJürg Billeter2019-02-281-7/+20
* _sandboxremote.py: Make TLS for storage service optionalMartin Blanchard2019-02-281-37/+33
* _filebaseddirectory.py: Support importing files from CASjuerg/directory-importJürg Billeter2019-02-271-12/+82
* _filebaseddirectory.py: Add _get_filetype() methodJürg Billeter2019-02-271-0/+16
* _casbaseddirectory.py: Replace file list with filter callbackJürg Billeter2019-02-271-106/+76
* _casbaseddirectory.py: Add result parameter to import methodsJürg Billeter2019-02-271-21/+19
* _casbaseddirectory.py: Remove docstring for import_files()Jürg Billeter2019-02-271-14/+1
* _platform/darwin: fix missing space, say MacOSAngelos Evripiotis2019-02-271-2/+2
* _stream.py, _project.py: Manage GC during pipeline loadDaniel Silverstone2019-02-272-0/+5
* utils.py: Add a _with_gc_disabled() decoratorDaniel Silverstone2019-02-271-0/+31
* utils.py: Remove unused filelist parameter from _process_list()Jürg Billeter2019-02-261-8/+5
* utils.py: Remove unused presorted parameter from _process_list()Jürg Billeter2019-02-261-13/+3
* utils.py: Remove unused files parameter from copy_files and link_filesJürg Billeter2019-02-261-12/+6
* storage: Remove files parameter from Directory.import_filesJürg Billeter2019-02-263-18/+10
* compose.py: Replace file list with filter callbackJürg Billeter2019-02-261-1/+4
* local.py: Remove unnecessary files argument from copy_files() callJürg Billeter2019-02-261-1/+1
* element.py: Replace file lists with filter callbacks in stage_artifact()Jürg Billeter2019-02-261-8/+17
* element.py: Add __split_filter_func() methodJürg Billeter2019-02-261-11/+36
* element.py: Extract __split_filter() from __compute_splits()Jürg Billeter2019-02-261-21/+40
* storage: Add filter_callback parameter to Directory.import_filesJürg Billeter2019-02-263-0/+12
* utils.py: Add filter_callback parameter to copy_files and link_filesJürg Billeter2019-02-261-4/+21