Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Targz #121

Merged
merged 35 commits into from Mar 16, 2019
Merged

Targz #121

merged 35 commits into from Mar 16, 2019

Commits on Mar 12, 2019

  1. Copy the full SHA
    395079b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce4d742 View commit details
    Browse the repository at this point in the history
  3. uh, this actually made a file that winrar could open

    although the internal filepath was based on the full path from c:\ but this is promising. I still think things are done idiomatically wrong though.
    bdistin committed Mar 12, 2019
    Copy the full SHA
    3e30ec2 View commit details
    Browse the repository at this point in the history
  4. add directory test

    and fixes
    bdistin committed Mar 12, 2019
    Copy the full SHA
    9107f7f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b81275e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    df51ab7 View commit details
    Browse the repository at this point in the history
  7. add more unit tests

    bdistin committed Mar 12, 2019
    Copy the full SHA
    1e53b16 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2760bdd View commit details
    Browse the repository at this point in the history
  9. fix type in Untar?

    bdistin committed Mar 12, 2019
    Copy the full SHA
    4ab339d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. add gzip methods

    bdistin committed Mar 15, 2019
    Copy the full SHA
    476e14e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3eedac View commit details
    Browse the repository at this point in the history
  3. simplify Tar

    bdistin committed Mar 15, 2019
    Copy the full SHA
    3e5bb26 View commit details
    Browse the repository at this point in the history
  4. fix imports

    bdistin committed Mar 15, 2019
    Copy the full SHA
    dbcf694 View commit details
    Browse the repository at this point in the history
  5. utilize scan in targz

    bdistin committed Mar 15, 2019
    Copy the full SHA
    4544c56 View commit details
    Browse the repository at this point in the history
  6. add some more types

    bdistin committed Mar 15, 2019
    Copy the full SHA
    b12417a View commit details
    Browse the repository at this point in the history
  7. lint

    bdistin committed Mar 15, 2019
    Copy the full SHA
    de6385a View commit details
    Browse the repository at this point in the history
  8. utilize _read

    bdistin committed Mar 15, 2019
    Copy the full SHA
    c8420cb View commit details
    Browse the repository at this point in the history
  9. coverage fixes

    bdistin committed Mar 15, 2019
    Copy the full SHA
    21b5c9b View commit details
    Browse the repository at this point in the history
  10. remove state

    bdistin committed Mar 15, 2019
    Copy the full SHA
    0d7a1cd View commit details
    Browse the repository at this point in the history
  11. reorg

    bdistin committed Mar 15, 2019
    Copy the full SHA
    91095e6 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    15a4b1b View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    fd64b01 View commit details
    Browse the repository at this point in the history
  14. fix failing test

    bdistin committed Mar 15, 2019
    Copy the full SHA
    4ba228f View commit details
    Browse the repository at this point in the history
  15. better stage names

    bdistin committed Mar 15, 2019
    Copy the full SHA
    4b050f7 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    cf7bbae View commit details
    Browse the repository at this point in the history
  17. fix some names

    bdistin committed Mar 15, 2019
    Copy the full SHA
    a230754 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    2f28c2b View commit details
    Browse the repository at this point in the history
  19. added some state, and now it works

    but I don't think it should require state to do this
    bdistin committed Mar 15, 2019
    Copy the full SHA
    54ec0fc View commit details
    Browse the repository at this point in the history
  20. remove extra state

    bdistin committed Mar 15, 2019
    Copy the full SHA
    d006318 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    73ddd51 View commit details
    Browse the repository at this point in the history
  22. it wasn't the checksum, it was empty directories

    now other tests are running, and other problems
    bdistin committed Mar 15, 2019
    Copy the full SHA
    b863656 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. fix?

    bdistin committed Mar 16, 2019
    Copy the full SHA
    470b68b View commit details
    Browse the repository at this point in the history
  2. add a test, yolo

    bdistin committed Mar 16, 2019
    Copy the full SHA
    f2daedc View commit details
    Browse the repository at this point in the history
  3. coverage adjustments

    bdistin committed Mar 16, 2019
    Copy the full SHA
    eba36ec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c23b310 View commit details
    Browse the repository at this point in the history