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

enhancement(reduce transform): Add additional merge strategies #8559

Merged
merged 14 commits into from
Sep 2, 2021

Commits on Aug 18, 2021

  1. Add additional merge strategies: longest, shortest, retain, unique

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9613418 View commit details
    Browse the repository at this point in the history
  2. Fix tests, fmt

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    0fa4393 View commit details
    Browse the repository at this point in the history
  3. Fix tests, adjust float hashing

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e8eb2fb View commit details
    Browse the repository at this point in the history
  4. Dependency fixes

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8a8f00f View commit details
    Browse the repository at this point in the history
  5. Error for shortest/longest when not array

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9e45f7f View commit details
    Browse the repository at this point in the history
  6. Revert dependency changes

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b27efe7 View commit details
    Browse the repository at this point in the history
  7. Review changes

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    7106ae7 View commit details
    Browse the repository at this point in the history
  8. Revert nom change

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    9a879ff View commit details
    Browse the repository at this point in the history
  9. Revert build pin

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    3975648 View commit details
    Browse the repository at this point in the history
  10. Rename strategy to indicate it is for array, handle infinity properly

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e1713ee View commit details
    Browse the repository at this point in the history
  11. fmt

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    42a8693 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Fix clippy warnings by implementing PartialEq and using bits

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e846eee View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Another clippy fix

    Signed-off-by: dbcfd <bdbrowning2@gmail.com>
    dbcfd committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    35d8b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Supress false positive mutable_key_type

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    67b5013 View commit details
    Browse the repository at this point in the history