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

Sync de mudanças do repositório original #4

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2024

  1. [two_step_routing] Make the two-step routing library more robust w.r.…

    …to locations.
    
    Also allow shipments that use `arrivalLocation` in their visit requests, not
    just `arrivalWaypoint`.
    ondrasej committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5ea11c1 View commit details
    Browse the repository at this point in the history
  2. [waypoint_collection] Added a container class for waypoints with effi…

    …cient lookup.
    
    Added WaypointCollection, a class that indexes waypoints in the form of place
    IDs and latlng coordinates and provides efficient lookup.
    ondrasej committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    b5779fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1772cb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    1a93e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb891d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58f2b48 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. [two_step_routing] In two_step_routing_main, enalbe --no_deprecated_f…

    …ields by default.
    
    The flag removes fields that were deprecated or removed with the CFR->GMPRO
    transition. Since we're using the GMPRO API by default now, we also drop the
    deprecated fields by default to avoid confusion and failures.
    ondrasej committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    513a57c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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