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

JAVA: Add command GEODIST (#272) #1402

Merged
merged 6 commits into from
May 13, 2024

Commits on May 10, 2024

  1. JAVA: Add command GEODIST (#272)

    * JAVA: Add command GEODIST
    
    * allowing for overloaded signature to pass command with no metric option
    
    * undo changes to examplesApp
    
    * removing geoadd from geodist example
    
    * converting comments to javadocs, removing explicit array creation & redundant test case
    
    ---------
    
    Co-authored-by: TJ Zhang <tj.zhang@improving.com>
    tjzhang-BQ and TJ Zhang committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ebeeabc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b4404 View commit details
    Browse the repository at this point in the history
  3. fixing comment

    TJ Zhang committed May 10, 2024
    Configuration menu
    Copy the full SHA
    75c8cae View commit details
    Browse the repository at this point in the history
  4. addressing review comments

    TJ Zhang committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6a98dd6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Merge branch 'main' into java/integ_tjzhang_geodist

    TJ Zhang committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4c6410b View commit details
    Browse the repository at this point in the history
  2. adding clickable link for metric value in javadoc

    TJ Zhang committed May 13, 2024
    Configuration menu
    Copy the full SHA
    779706f View commit details
    Browse the repository at this point in the history