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

Implement 7z support, fix windows specific symlink issue and UI tests #555

Merged
merged 23 commits into from
Nov 26, 2023

Commits on Nov 24, 2023

  1. chore: add .vscode and .idea to .gitignore

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6d0a54d View commit details
    Browse the repository at this point in the history
  2. feat: simple impl 7zip and lot of todo

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3f635b9 View commit details
    Browse the repository at this point in the history
  3. style: cargo fmt

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    f34fee1 View commit details
    Browse the repository at this point in the history
  4. [ci skip] not ready

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e0afcee View commit details
    Browse the repository at this point in the history
  5. fix: now recursivly compress 7z

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    40528a8 View commit details
    Browse the repository at this point in the history
  6. [ci skip] add pr to changelog

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    53eef87 View commit details
    Browse the repository at this point in the history
  7. feat: decompress with count

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d3425ca View commit details
    Browse the repository at this point in the history
  8. feat: good error output

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    17b68ad View commit details
    Browse the repository at this point in the history
  9. feat: good error handling

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    90d48db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2bfa073 View commit details
    Browse the repository at this point in the history
  11. feat: RefCell remove

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bea5999 View commit details
    Browse the repository at this point in the history
  12. fix: Incorrect decompressed file count

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    31db774 View commit details
    Browse the repository at this point in the history
  13. fix: Incorrect count

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d3b59b8 View commit details
    Browse the repository at this point in the history
  14. impl except test

    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d22e289 View commit details
    Browse the repository at this point in the history
  15. add 7z to tests

    figsoda authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    34c8291 View commit details
    Browse the repository at this point in the history
  16. small cleanups

    figsoda authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    11ef9c1 View commit details
    Browse the repository at this point in the history
  17. idk i just merged and patch some

    Signed-off-by: MisileLab <[email protected]>
    MisileLab authored and Flat committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1240024 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. feat: implement 7zip support for compression and decompression

    This also fixes symlink canonicalization for Windows and fixes UI tests on Windows.
    Flat committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    7c95e68 View commit details
    Browse the repository at this point in the history
  2. chore: update CHANGELOG.md

    Flat committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    a6f86bf View commit details
    Browse the repository at this point in the history
  3. chore: cargo fmt

    Flat committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d448c80 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    3377f5b View commit details
    Browse the repository at this point in the history
  2. Removing redundant code

    marcospb19 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    4374c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9fba4a View commit details
    Browse the repository at this point in the history