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

[Maps] Geo containment latency and concurrent containment fix #86980

Merged
merged 14 commits into from
Jan 28, 2021

Commits on Dec 23, 2020

  1. Clean up old offset logic

    Aaron Caldwell committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    2d11ea9 View commit details
    Browse the repository at this point in the history
  2. Shift to storing location array per entity

    Aaron Caldwell committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    97b9e39 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Merge remote-tracking branch 'upstream/master' into geo-containment-l…

    …atency-fix
    Aaron Caldwell committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    1134e70 View commit details
    Browse the repository at this point in the history
  2. Preserve latest entity-time combinations, resolve the rest

    Aaron Caldwell committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0d01fc1 View commit details
    Browse the repository at this point in the history
  3. Convert prevLocationMap to Map before passing to function

    Aaron Caldwell committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    44cadf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge remote-tracking branch 'upstream/master' into geo-containment-l…

    …atency-fix
    Aaron Caldwell committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    d211c5b View commit details
    Browse the repository at this point in the history
  2. Clean up and fix tests

    Aaron Caldwell committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9bd0a4c View commit details
    Browse the repository at this point in the history
  3. Remove filter on dates

    Aaron Caldwell committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8439114 View commit details
    Browse the repository at this point in the history
  4. Add tests for cases involving multiple final locations

    Aaron Caldwell committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    cb24ca6 View commit details
    Browse the repository at this point in the history
  5. Cover case where 'other' and earlier entries are removed

    Aaron Caldwell committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    1708cef View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Merge remote-tracking branch 'upstream/master' into geo-containment-l…

    …atency-fix
    Aaron Caldwell committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c91dc9c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Merge remote-tracking branch 'upstream/master' into geo-containment-l…

    …atency-fix
    Aaron Caldwell committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    dea4be5 View commit details
    Browse the repository at this point in the history
  2. Type fix

    Aaron Caldwell committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5c0f96d View commit details
    Browse the repository at this point in the history
  3. Review feedback. Update if/else for readability. Make timestamp diffe…

    …rences more clear
    Aaron Caldwell committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    95a8853 View commit details
    Browse the repository at this point in the history