| Commit message (Expand) | Author | Age | Files | Lines |
* | Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concat | Benjamin Schubert | 2019-03-01 | 7 | -13/+16 |
* | runcli: rm unused 'color' and '**extra' params | Angelos Evripiotis | 2019-03-01 | 1 | -3/+3 |
* | cascache: limit 'infinite' cache to volume size | Angelos Evripiotis | 2019-03-01 | 1 | -2/+3 |
* | buildelement: rm unused 'cmd_name' argument | Angelos Evripiotis | 2019-03-01 | 1 | -3/+3 |
* | _casbaseddirectory.py: Do not sort source directory entries on import | Jürg Billeter | 2019-03-01 | 1 | -2/+2 |
* | _casbaseddirectory.py: Create Directory proto objects in canonical form | Jürg Billeter | 2019-03-01 | 2 | -71/+72 |
* | _casbaseddirectory.py: Calculate directory digest lazily | Jürg Billeter | 2019-03-01 | 2 | -61/+26 |
* | _casbaseddirectory.py: Rename `ref` field to `__digest` | Jürg Billeter | 2019-03-01 | 1 | -7/+7 |
* | _casbaseddirectory.py: Rename `ref` constructor parameter to `digest` | Jürg Billeter | 2019-03-01 | 3 | -8/+8 |
* | Remove unneeded ref=None argument from CasBasedDirectory() calls | Jürg Billeter | 2019-03-01 | 3 | -3/+3 |
* | _sandboxremote.py: Use Directory._get_digest() instead of Directory.ref | Jürg Billeter | 2019-03-01 | 1 | -2/+2 |
* | _artifactcache.py: Do not use Directory.ref | Jürg Billeter | 2019-03-01 | 1 | -3/+0 |
* | cascache.py: Use Directory._get_digest() instead of Directory.ref | Jürg Billeter | 2019-03-01 | 1 | -1/+2 |
* | cascache: don't hardcode 2G warning string | Angelos Evripiotis | 2019-02-28 | 1 | -3/+5 |
* | _context.py: Cleanup old extract directories | Jürg Billeter | 2019-02-28 | 1 | -0/+8 |
* | _context.py: Remove unused extractdir field | Jürg Billeter | 2019-02-28 | 1 | -4/+0 |
* | _artifactcache.py: Remove unused extractdir field | Jürg Billeter | 2019-02-28 | 1 | -3/+0 |
* | _artifactcache.py: Drop extract directory removal in remove() | Jürg Billeter | 2019-02-28 | 1 | -19/+0 |
* | cascache.py: Remove unused extract() method | Jürg Billeter | 2019-02-28 | 1 | -47/+0 |
* | _artifactcache.py: Remove unused extract() method | Jürg Billeter | 2019-02-28 | 1 | -30/+0 |
* | element.py: Remove unused __extract() method | Jürg Billeter | 2019-02-28 | 1 | -19/+0 |
* | element.py: Use virtual artifact directory for metadata | Jürg Billeter | 2019-02-28 | 1 | -20/+23 |
* | _casbaseddirectory.py: Add _exists() method | Jürg Billeter | 2019-02-28 | 1 | -0/+7 |
* | _casbaseddirectory.py: Add _objpath() method | Jürg Billeter | 2019-02-28 | 1 | -0/+5 |
* | element.py: Use virtual artifact directory to compute manifest | Jürg Billeter | 2019-02-28 | 1 | -7/+3 |
* | element.py: Use virtual artifact directory to stage buildtree | Jürg Billeter | 2019-02-28 | 1 | -3/+3 |
* | element.py: Use virtual artifact directory to stage dependencies | Jürg Billeter | 2019-02-28 | 1 | -5/+4 |
* | element.py: Add __get_artifact_directory() method | Jürg Billeter | 2019-02-28 | 1 | -0/+19 |
* | _artifactcache.py: Add get_artifact_directory() method | Jürg Billeter | 2019-02-28 | 1 | -0/+21 |
* | element.py: Add __get_extract_key() method | Jürg Billeter | 2019-02-28 | 1 | -7/+20 |
* | _sandboxremote.py: Make TLS for storage service optional | Martin Blanchard | 2019-02-28 | 1 | -37/+33 |
* | _filebaseddirectory.py: Support importing files from CASjuerg/directory-import | Jürg Billeter | 2019-02-27 | 1 | -12/+82 |
* | _filebaseddirectory.py: Add _get_filetype() method | Jürg Billeter | 2019-02-27 | 1 | -0/+16 |
* | _casbaseddirectory.py: Replace file list with filter callback | Jürg Billeter | 2019-02-27 | 1 | -106/+76 |
* | _casbaseddirectory.py: Add result parameter to import methods | Jürg Billeter | 2019-02-27 | 1 | -21/+19 |
* | _casbaseddirectory.py: Remove docstring for import_files() | Jürg Billeter | 2019-02-27 | 1 | -14/+1 |
* | _platform/darwin: fix missing space, say MacOS | Angelos Evripiotis | 2019-02-27 | 1 | -2/+2 |
* | _stream.py, _project.py: Manage GC during pipeline load | Daniel Silverstone | 2019-02-27 | 2 | -0/+5 |
* | utils.py: Add a _with_gc_disabled() decorator | Daniel Silverstone | 2019-02-27 | 1 | -0/+31 |
* | utils.py: Remove unused filelist parameter from _process_list() | Jürg Billeter | 2019-02-26 | 1 | -8/+5 |
* | utils.py: Remove unused presorted parameter from _process_list() | Jürg Billeter | 2019-02-26 | 1 | -13/+3 |
* | utils.py: Remove unused files parameter from copy_files and link_files | Jürg Billeter | 2019-02-26 | 1 | -12/+6 |
* | storage: Remove files parameter from Directory.import_files | Jürg Billeter | 2019-02-26 | 3 | -18/+10 |
* | compose.py: Replace file list with filter callback | Jürg Billeter | 2019-02-26 | 1 | -1/+4 |
* | local.py: Remove unnecessary files argument from copy_files() call | Jürg Billeter | 2019-02-26 | 1 | -1/+1 |
* | element.py: Replace file lists with filter callbacks in stage_artifact() | Jürg Billeter | 2019-02-26 | 1 | -8/+17 |
* | element.py: Add __split_filter_func() method | Jürg Billeter | 2019-02-26 | 1 | -11/+36 |
* | element.py: Extract __split_filter() from __compute_splits() | Jürg Billeter | 2019-02-26 | 1 | -21/+40 |
* | storage: Add filter_callback parameter to Directory.import_files | Jürg Billeter | 2019-02-26 | 3 | -0/+12 |
* | utils.py: Add filter_callback parameter to copy_files and link_files | Jürg Billeter | 2019-02-26 | 1 | -4/+21 |