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

[BIG-4969] Removing a bug in ByteArraySet chunk iteration #75

Merged
merged 41 commits into from
Nov 17, 2020

Commits on Oct 29, 2020

  1. Fix ByteArraySet chunk iterator

    BIG-4969
    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    e8e36ca View commit details
    Browse the repository at this point in the history
  2. Removed local debugging set-up

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    3ecc8d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/jwplayer/southpaw into ql…

    …ecorre-BIG-4969-51
    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    cab37c1 View commit details
    Browse the repository at this point in the history
  4. Use ByteArraySet

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a2898a2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'qlecorre-use-ByteArraySet' of https://github.com/jwplay…

    …er/southpaw into qlecorre-BIG-4969-51
    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    2cdf7e2 View commit details
    Browse the repository at this point in the history
  6. Addressed comments

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    dfb49aa View commit details
    Browse the repository at this point in the history
  7. Added test

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ce577e0 View commit details
    Browse the repository at this point in the history
  8. Simplified equals logic

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    edd2624 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'qlecorre-use-ByteArraySet' of https://github.com/jwplay…

    …er/southpaw into qlecorre-BIG-4969-51
    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5487d4a View commit details
    Browse the repository at this point in the history
  10. Move test resources to the right folder

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    3aa0f17 View commit details
    Browse the repository at this point in the history
  11. Update MultiIndex

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fd42357 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'qlecorre-use-ByteArraySet' of https://github.com/jwplay…

    …er/southpaw into qlecorre-BIG-4969-51
    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4cff650 View commit details
    Browse the repository at this point in the history
  13. Update ByteArray

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    39d5add View commit details
    Browse the repository at this point in the history
  14. Merge branch 'qlecorre-use-ByteArraySet' of https://github.com/jwplay…

    …er/southpaw into qlecorre-BIG-4969-51
    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4fc3e76 View commit details
    Browse the repository at this point in the history
  15. Compact test

    Quentin LeCorre committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    84b20ba View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Siplified testing

    Quentin LeCorre committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    29e181f View commit details
    Browse the repository at this point in the history
  2. Remove the end-to-end test

    Quentin LeCorre committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    ac58f53 View commit details
    Browse the repository at this point in the history
  3. Streamline import

    Quentin LeCorre committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    25578e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Revert ByteArraySet changes (#82)

    Co-authored-by: Quentin LeCorre <[email protected]>
    qlecorre and Quentin LeCorre authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c4a4002 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'qlecorre-use-ByteArraySet' of https://github.com/jwplay…

    …er/southpaw into qlecorre-BIG-4969-51
    Quentin LeCorre committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    c046690 View commit details
    Browse the repository at this point in the history
  3. Simplifies test generation (#84)

    * cleanup data generation
    
    * Cleaner tests
    
    Co-authored-by: Eric Weaver <[email protected]>
    Co-authored-by: Quentin LeCorre <[email protected]>
    3 people authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    8b024dc View commit details
    Browse the repository at this point in the history
  4. Simplifies asserts

    Quentin LeCorre committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    be8510c View commit details
    Browse the repository at this point in the history
  5. Delete superfluous new line

    Quentin LeCorre committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    bea1b6d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Uses random seed

    Quentin LeCorre committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    f32099c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf398c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Revert cache update changes

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    9388ebf View commit details
    Browse the repository at this point in the history
  2. Addressed comments

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c37658f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'qlecorre-use-ByteArraySet' of https://github.com/jwplay…

    …er/southpaw into qlecorre-BIG-4969-51
    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7da0a1f View commit details
    Browse the repository at this point in the history
  4. Removed superfluous test

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f087e75 View commit details
    Browse the repository at this point in the history
  5. Removing redundant for loop

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    f523808 View commit details
    Browse the repository at this point in the history
  6. Setting functions to private

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    fa60e33 View commit details
    Browse the repository at this point in the history
  7. Remove casting type on the right side

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b80bfd9 View commit details
    Browse the repository at this point in the history
  8. Switch methods to private

    Quentin LeCorre committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    54de609 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Addressed comments

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e9187fc View commit details
    Browse the repository at this point in the history
  2. Updates

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    cda13c3 View commit details
    Browse the repository at this point in the history
  3. Fixed failing tests

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    c9ffb7c View commit details
    Browse the repository at this point in the history
  4. Adding logger

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e670085 View commit details
    Browse the repository at this point in the history
  5. Better logging

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5d584f6 View commit details
    Browse the repository at this point in the history
  6. Better logging

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e940e73 View commit details
    Browse the repository at this point in the history
  7. Added comments

    Quentin LeCorre committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e658ea3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Merge branch 'master' into qlecorre-BIG-4969-51

    Eric Weaver authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f651891 View commit details
    Browse the repository at this point in the history