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

Create new geo module and migrate geo_shape registration #53562

Merged
merged 27 commits into from
Apr 7, 2020

Commits on Mar 13, 2020

  1. Create new spatial-extras module and migrate geo_shape registration

    This commit introduces a new spatial-extras module that is intended
    to be contain all the geo-spatial-specific features in server.
    
    As a first step, the responsibility of registering the geo_shape
    field mapper is moved to this module.
    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    aab920f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe11a26 View commit details
    Browse the repository at this point in the history
  3. more tests

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    fae51f5 View commit details
    Browse the repository at this point in the history
  4. more fixes

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e7d8efd View commit details
    Browse the repository at this point in the history
  5. fix enrich test

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ff1024d View commit details
    Browse the repository at this point in the history
  6. add empty unit tests

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    99d4240 View commit details
    Browse the repository at this point in the history
  7. add license header

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    3d9fb12 View commit details
    Browse the repository at this point in the history
  8. moar

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    136a2cf View commit details
    Browse the repository at this point in the history
  9. singletonmap

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    d7f2279 View commit details
    Browse the repository at this point in the history
  10. List.of -> Arrays.asList

    talevy committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ad4a4bd View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. refactor spatial-extras to geo

    nknize committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c954df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d68f6 View commit details
    Browse the repository at this point in the history
  3. spotless apply

    nknize committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3daf046 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    e45d92c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    e93f6a0 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    talevy committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    4329d0e View commit details
    Browse the repository at this point in the history
  3. fix percolator query test

    talevy committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    40ce9d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    508b175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64c0bea View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. make gradle happy

    talevy committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    558d32d View commit details
    Browse the repository at this point in the history
  2. fix ShapeQueryBuilderTests

    talevy committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    252d8e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ccb497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbc9414 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    f1a4136 View commit details
    Browse the repository at this point in the history
  2. fix unsused imports

    talevy committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    61f2b13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917e538 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    be57a80 View commit details
    Browse the repository at this point in the history