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

OAK-11114 - Filter downloaded Mongo documents by path suffix #1716

Merged
merged 18 commits into from
Sep 16, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    4fcedf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    720a1bc View commit details
    Browse the repository at this point in the history
  3. Add integration test for filtering by node suffix.

    Add missing check for filtered document.
    Rename NodeDocumentFieldFilter to NodeDocumentFilter
    nfsantos committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f8b0ffd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d6f19b View commit details
    Browse the repository at this point in the history
  5. Remove wildcard imports.

    nfsantos committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a9c79ff View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    041b63d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce32313 View commit details
    Browse the repository at this point in the history
  3. Document and refactor.

    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d33ad6f View commit details
    Browse the repository at this point in the history
  4. Document and refactor.

    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    63ab4a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73709e2 View commit details
    Browse the repository at this point in the history
  6. Address review comments.

    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dc3dc83 View commit details
    Browse the repository at this point in the history
  7. Address review comments.

    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e66e17b View commit details
    Browse the repository at this point in the history
  8. Simplify logic.

    Improve logging in NodeDocumentCodec and reduce frequency of periodic log messages.
    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    86b65d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce6e8e3 View commit details
    Browse the repository at this point in the history
  10. Simplify test

    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0b0fd3b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1df704 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2113a7 View commit details
    Browse the repository at this point in the history
  13. Use a key name that is more likely to be unique for testing and clear…

    … it at the end of the test.
    nfsantos committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f7b87b2 View commit details
    Browse the repository at this point in the history