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

Refactoring FilterPath.parse by using an iterative approach instead of recursion. #14200

Merged

Commits on Jul 2, 2024

  1. Refactor FilterPath parse function (opensearch-project#12067)

    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    robinf95 authored and deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    800e039 View commit details
    Browse the repository at this point in the history
  2. Implement unit tests for FilterPathTests (opensearch-project#12067)

    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    robinf95 authored and deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4f8ab61 View commit details
    Browse the repository at this point in the history
  3. Write warn log if Filter is empty; Add comments (opensearch-project#1…

    …2067)
    
    Signed-off-by: Robin Friedmann <robinfriedmann.rf@gmail.com>
    robinf95 authored and deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    778e92d View commit details
    Browse the repository at this point in the history
  4. Add changelog

    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    899d818 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary log statement

    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8a09135 View commit details
    Browse the repository at this point in the history
  6. Remove unused logger

    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cc4af87 View commit details
    Browse the repository at this point in the history
  7. Spotless apply

    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3a3fda0 View commit details
    Browse the repository at this point in the history
  8. Remove incorrect changelog

    Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
    deshsidd committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e300693 View commit details
    Browse the repository at this point in the history