Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split 'sources' module into files | Radostin Stoyanov | 2017-08-03 | 1 | -330/+0 |
* | Use explicit import | Radostin Stoyanov | 2017-08-03 | 1 | -3/+8 |
* | sources: Use default values of arguments | Radostin Stoyanov | 2017-08-03 | 1 | -6/+6 |
* | DockerSource: Show correct err msg on skopeo fail | Radostin Stoyanov | 2017-07-24 | 1 | -1/+1 |
* | DockerSource: Fix formula of download progress | Radostin Stoyanov | 2017-07-24 | 1 | -3/+15 |
* | DockerSource: Add support for Manifest version 1 | Radostin Stoyanov | 2017-07-21 | 1 | -3/+15 |
* | DockerSource: Don't calc progress on short lines | Radostin Stoyanov | 2017-07-18 | 1 | -0/+3 |
* | DockerSource: Remove '/' at the end of URI | Radostin Stoyanov | 2017-07-18 | 1 | -1/+1 |
* | DockerSource: Encapsulate URI generation | Radostin Stoyanov | 2017-07-18 | 1 | -14/+19 |
* | DockerSource: Encapsulate layers' info retrieval | Radostin Stoyanov | 2017-07-18 | 1 | -3/+9 |
* | sources: Update doc strings | Radostin Stoyanov | 2017-07-18 | 1 | -2/+9 |
* | DockerSource: Ignore short lines from skopeo | Radostin Stoyanov | 2017-07-05 | 1 | -2/+2 |
* | Gather common utility functions in "utils" module | Radostin Stoyanov | 2017-07-05 | 1 | -314/+21 |
* | get_image_details: Use connection options | Radostin Stoyanov | 2017-07-05 | 1 | -4/+13 |
* | Detect and log download progress of layers | Radostin Stoyanov | 2017-07-05 | 1 | -1/+136 |
* | Add new module to store the progress | Radostin Stoyanov | 2017-07-05 | 1 | -19/+33 |
* | checksum: Log failures | Radostin Stoyanov | 2017-07-05 | 1 | -2/+8 |
* | Remove redundant checksum verification | Radostin Stoyanov | 2017-07-05 | 1 | -10/+2 |
* | DockerSource: Use downloaded layers | Radostin Stoyanov | 2017-07-05 | 1 | -1/+23 |
* | DockerSource: Encapsulate skopeo copy in a method | Radostin Stoyanov | 2017-07-05 | 1 | -19/+25 |
* | Compact layers' details passed to extract methods | Radostin Stoyanov | 2017-07-05 | 1 | -24/+25 |
* | Log the size of layers when extracting | Radostin Stoyanov | 2017-07-05 | 1 | -2/+26 |
* | DockerSource: Retrieve manifest before download | Radostin Stoyanov | 2017-07-04 | 1 | -6/+21 |
* | DockerSource: Use getter for image directory | Radostin Stoyanov | 2017-07-04 | 1 | -15/+23 |
* | Improve URI parse of DockerSource | Radostin Stoyanov | 2017-07-04 | 1 | -7/+12 |
* | bootstrap: Use explicit arguments | Radostin Stoyanov | 2017-07-04 | 1 | -11/+12 |
* | Set logger name/format/level | Radostin Stoyanov | 2017-07-01 | 1 | -19/+24 |
* | Auto-correct docker source URI | Radostin Stoyanov | 2017-06-28 | 1 | -1/+3 |
* | Resolve pylint issues | Radostin Stoyanov | 2017-06-28 | 1 | -2/+5 |
* | Refactor info messages | Radostin Stoyanov | 2017-06-28 | 1 | -6/+12 |
* | Improve logging of virt-sandbox | Radostin Stoyanov | 2017-06-28 | 1 | -4/+2 |
* | Raise exception if file source is invalid | Radostin Stoyanov | 2017-06-28 | 1 | -0/+4 |
* | Improve logging of executed processes | Radostin Stoyanov | 2017-06-28 | 1 | -5/+7 |
* | Log executed process calls | Radostin Stoyanov | 2017-06-19 | 1 | -9/+26 |
* | Add automated check for code style | Radostin Stoyanov | 2017-06-19 | 1 | -34/+59 |
* | Remove useless shebang | Cédric Bosdonnat | 2017-06-16 | 1 | -1/+0 |
* | Fix file headers for GPLv3 | Cédric Bosdonnat | 2017-06-16 | 1 | -7/+5 |
* | Change shebang to use /usr/bin/env | Radostin Stoyanov | 2017-06-16 | 1 | -1/+1 |
* | Move source files in src/virtBootstrap | Radostin Stoyanov | 2017-06-16 | 1 | -0/+276 |