Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-data-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: refinecoder/spring-data-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue/DATAMONGO-1348
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on May 2, 2016

  1. DATAMONGO-1348 - NearQuery uses "legacy coordinate pairs" not GeoJSON…

    … points.
    
    Prepare issue branch.
    christophstrobl authored and mp911de committed May 2, 2016
    Configuration menu
    Copy the full SHA
    2886994 View commit details
    Browse the repository at this point in the history
  2. DATAMONGO-1348 - Convert GeoJson used in NearQuery.

    We now convert GeoJsonPoint used in NearQuery into its according format. This also requires to convert any given min/maxDistance as well as the distanceMultiplier into meters (metric system).
    
    Along the way we fixed an issue where the actual Query used along with NearQuery was not properly mapped to the domain types properties.
    
    Original pull request: #339.
    christophstrobl authored and mp911de committed May 2, 2016
    Configuration menu
    Copy the full SHA
    b8d1b4f View commit details
    Browse the repository at this point in the history
  3. DATAMONGO-1348 - Polishing.

    Add tests for aggregation using GeoJsonPoint. Extract GeoJson checks in own methods. Update license headers. Extract multiplier conversion in MetricConversion. Fix distanceMultiplier calculation to TargetUnit/BaseUnit instead of BaseUnit/TargetUnit.
    
    Original pull request: #339.
    mp911de committed May 2, 2016
    Configuration menu
    Copy the full SHA
    12c9d68 View commit details
    Browse the repository at this point in the history
Loading