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

Fare Table comaptibility with OTP2 FareProduct API #612

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    b7cfc5a View commit details
    Browse the repository at this point in the history
  2. fix(core-utils): convert fare functions to consume GQL data

    BREAKING CHANGE: Removes old getTransitFare() function
    daniel-heppner-ibigroup committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bb3b334 View commit details
    Browse the repository at this point in the history
  3. feat(itinerary-body): removes REST style fare data

    Fare data is now stored on the legs themselves, so it’s not necessary to pass it around on its own
    daniel-heppner-ibigroup committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    c456013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96eae08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e941d67 View commit details
    Browse the repository at this point in the history
  6. feat(trip-details): convert FareTable to use Fare Product data

    BREAKING CHANGE: removes support for REST data in FareTable
    daniel-heppner-ibigroup committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    97d46a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    2a95a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d102510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8848676 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    c7b7cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca75a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a5652f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    1113b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1575424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f257f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f842f87 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    ce6c90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ee769c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a1ba98 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    a9befc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c1ed6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5232ec View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    ff007f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0122ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f1340 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    118d5fe View commit details
    Browse the repository at this point in the history
  5. fix spelling

    daniel-heppner-ibigroup committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    fa21a13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    099920c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    077dbdb View commit details
    Browse the repository at this point in the history
  8. fix crash

    daniel-heppner-ibigroup committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c4753fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8596ad9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e7efb2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    596fcf8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b0757a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    587cc08 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    365c6f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. refactor(types): generate commit

    BREAKING CHANGE: Removes support for older OTP1/REST legs
    daniel-heppner-ibigroup committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b8e2ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33cad91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94a3bb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c765371 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    0b2f9db View commit details
    Browse the repository at this point in the history
  2. fix(itinerary-body): remove unused prop and add new defaultFareSelect…

    …or prop
    
    BREAKING CHANGE: Removes unused showRouteFares
    daniel-heppner-ibigroup committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    48bdcc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63eb193 View commit details
    Browse the repository at this point in the history
  4. fix(trip-details): remove unused types

    BREAKING CHANGE: Removes types associated with old REST API
    daniel-heppner-ibigroup committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    eccaf39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73c71fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa85e51 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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