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

Implement creation of ip2geo feature #257

Merged
merged 10 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. Update gradle version to 7.6 (opensearch-project#265)

    Signed-off-by: Vijayan Balasubramanian <[email protected]>
    VijayanB authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    49565b2 View commit details
    Browse the repository at this point in the history
  2. Implement creation of ip2geo feature

    * Implementation of ip2geo datasource creation
    * Implementation of ip2geo processor creation
    
    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6d98079 View commit details
    Browse the repository at this point in the history
  3. Update based on review comments

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c98f977 View commit details
    Browse the repository at this point in the history
  4. Renamed a parameter in cluster setting update consumers

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    a99afa1 View commit details
    Browse the repository at this point in the history
  5. Resolved few comments from PR

    1. Added ip2geo thread pool
    2. Code refactoring
    3. Added more comments
    
    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ddcc0e9 View commit details
    Browse the repository at this point in the history
  6. Removed max datasource count setting

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    af33a10 View commit details
    Browse the repository at this point in the history
  7. Refactoring code based on review comment

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b505d85 View commit details
    Browse the repository at this point in the history
  8. Resolved missed comments

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e6867b6 View commit details
    Browse the repository at this point in the history
  9. Refactored exception handlings

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    9fbc3a0 View commit details
    Browse the repository at this point in the history
  10. Another commit to resolve comments

    Signed-off-by: Heemin Kim <[email protected]>
    heemin32 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3a2a7fc View commit details
    Browse the repository at this point in the history