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

Version 1.0.0 release PR - "Ardent adenine" #10

Merged
merged 77 commits into from
Aug 16, 2023
Merged

Version 1.0.0 release PR - "Ardent adenine" #10

merged 77 commits into from
Aug 16, 2023

Commits on Apr 13, 2023

  1. Johannes over-simplification

    alneberg committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3eae330 View commit details
    Browse the repository at this point in the history
  2. Tidying up a bit

    alneberg committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    83c8612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6a18f View commit details
    Browse the repository at this point in the history
  4. Started adjusting the readme

    alneberg committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b862026 View commit details
    Browse the repository at this point in the history
  5. Readme table formatting

    alneberg committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    bfe147b View commit details
    Browse the repository at this point in the history
  6. more readme changes

    alneberg committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    743ca2d View commit details
    Browse the repository at this point in the history
  7. Wrote the performance guide

    alneberg committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2ff5e62 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Version 0.2.0

    alneberg committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    532faac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bd11f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    86135d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b379998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3fe05 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Managed to use modules

    alneberg committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c1f4dcb View commit details
    Browse the repository at this point in the history
  2. Added a gitignore

    alneberg committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d00f40f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    723b08b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c502b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge pull request #5 from alneberg/johannes_simple

    Make Johannes' simplification the base for the new dev.
    MatthiasZepper authored May 5, 2023
    Configuration menu
    Copy the full SHA
    abc07d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from MatthiasZepper/johannes-simplification

    Some amendments to Johannes simplification
    MatthiasZepper authored May 5, 2023
    Configuration menu
    Copy the full SHA
    2202ab3 View commit details
    Browse the repository at this point in the history
  3. Further refactor: Subcommand structure to allow for easy addition of …

    …further subcommands in later versions.
    MatthiasZepper committed May 5, 2023
    Configuration menu
    Copy the full SHA
    aef2bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c62c17a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Switching the CLI arguments from strings to Option<PathBuf> and imple…

    …mented an output overwrite check and prompt.
    MatthiasZepper committed May 8, 2023
    Configuration menu
    Copy the full SHA
    029c087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1c7402 View commit details
    Browse the repository at this point in the history
  3. file_io::append_to_path() must work without owning the provided PathB…

    …uf. Had do clone twice :-(
    MatthiasZepper committed May 8, 2023
    Configuration menu
    Copy the full SHA
    18323d3 View commit details
    Browse the repository at this point in the history
  4. Finished autogeneration of the file name extension, used a Regex to m…

    …odify the input file names if no output file names were given.
    MatthiasZepper committed May 8, 2023
    Configuration menu
    Copy the full SHA
    01a2db5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    71ec566 View commit details
    Browse the repository at this point in the history
  2. Readme updates.

    MatthiasZepper committed May 9, 2023
    Configuration menu
    Copy the full SHA
    aa2ab19 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    eba0854 View commit details
    Browse the repository at this point in the history
  2. Addressed the clippy warning 'Large size difference between variants'…

    … for the ReadFile enum by introducing a <Box> around the compressed input. Also used a BufReader for the plain text file.
    MatthiasZepper committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0d5c6d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Readme updates.

    MatthiasZepper committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    b3a8890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a11c3d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0193ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from MatthiasZepper/further_refactor

    Continued refactoring, approved by Johannes. Nearing release 0.2
    MatthiasZepper authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    7b68fb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    d46c288 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    7d1d90b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32067ef View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    43cd017 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    715da32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29c3456 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    872a331 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fddde6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da1b9f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    e8bb6ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad8caf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b348a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8e0da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f99ad3 View commit details
    Browse the repository at this point in the history
  6. Created a custom error parsing for clap:Error enum that allows custom…

    … styling of particular errors.
    MatthiasZepper committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7bf84d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Again error styling.

    MatthiasZepper committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    41c4aef View commit details
    Browse the repository at this point in the history
  2. Adapt the append_umi_to_path() function to additional edge cases with…

    … hidden directories and hidden files.
    MatthiasZepper committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    628d98d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c800f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    059354c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63fb9df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3db246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77d1842 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35efe00 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    2263a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e94bb9 View commit details
    Browse the repository at this point in the history
  3. Wrote an auxiliary function verify_file_contents() for the tests, so …

    …I can test if the output looks as expected.
    MatthiasZepper committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8ff1570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a84a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #8 from MatthiasZepper

    This PR adds extensive unit and integration tests and enables removal of an input `*.gz` extension if the output is not compressed.
    MatthiasZepper authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    96db94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053f147 View commit details
    Browse the repository at this point in the history
  3. Devise a new release action that includes cross-plattform builds. Hea…

    …vily inspired by/copied from Alex Hallam's tidy-viewer release action.
    MatthiasZepper committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a2e4785 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    734c2c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16099a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    9b7ccdc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    c71aeb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc56395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    282db79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e855e1c View commit details
    Browse the repository at this point in the history
  5. Update the Github Actions...

    ...and unlock the YOLO batch from Github.
    MatthiasZepper authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e69f639 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a77497 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    7b1f5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff67b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    c95b357 View commit details
    Browse the repository at this point in the history
  2. Dropping support for implicit compressed output by specifing .gz exte…

    …nsion. This will result in a more consistent behaviour.
    MatthiasZepper committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7d99e79 View commit details
    Browse the repository at this point in the history
  3. Match on Ok() instead of Some() in rectify_extension() to avoid going…

    … from Result to Option and back.
    MatthiasZepper committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    da8cff3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Typofix in README.md

    alneberg authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3213396 View commit details
    Browse the repository at this point in the history