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

Configurable chunker #166

Draft
wants to merge 21 commits into
base: 1.x
Choose a base branch
from
Draft

Commits on Apr 30, 2022

  1. Add --chunk-size option

    pczerkas committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f2dbfe0 View commit details
    Browse the repository at this point in the history
  2. Add --chunk-size option

    pczerkas committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f5dfda5 View commit details
    Browse the repository at this point in the history
  3. code style fixes

    pczerkas committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    45e3f3c View commit details
    Browse the repository at this point in the history
  4. phpstan fixes

    pczerkas committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    f75724b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. simplify test

    pczerkas committed May 2, 2022
    Configuration menu
    Copy the full SHA
    99cb6e0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. update changelog

    pczerkas committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1b3bdb4 View commit details
    Browse the repository at this point in the history
  2. Handle Ctrl-C cleanly

    pczerkas committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2f7a8a2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Handle Ctrl-C cleanly

    pczerkas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    34e9036 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    3bcff60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e3d4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    820549e View commit details
    Browse the repository at this point in the history
  4. Fix for Windows

    pczerkas committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0db87d2 View commit details
    Browse the repository at this point in the history
  5. Fix code style

    pczerkas committed May 13, 2022
    Configuration menu
    Copy the full SHA
    16af1c4 View commit details
    Browse the repository at this point in the history
  6. Change sleep

    pczerkas committed May 13, 2022
    Configuration menu
    Copy the full SHA
    7900960 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Change sleep

    pczerkas committed May 14, 2022
    Configuration menu
    Copy the full SHA
    d615f7b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Fix break

    pczerkas committed May 16, 2022
    Configuration menu
    Copy the full SHA
    902b65c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6586ff1 View commit details
    Browse the repository at this point in the history
  3. Fix code style

    pczerkas committed May 16, 2022
    Configuration menu
    Copy the full SHA
    65d9ff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e4cd81 View commit details
    Browse the repository at this point in the history
  5. Refactor

    pczerkas committed May 16, 2022
    Configuration menu
    Copy the full SHA
    da82145 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Allow custom chunkers

    malarzm committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3905f4f View commit details
    Browse the repository at this point in the history