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

simplify API and allow running via docker-compose and GKE #46

Merged
merged 5 commits into from
Nov 9, 2019

Commits on Oct 27, 2019

  1. allow running via docker-compose; remove API fields for route config …

    …and point reliabilities; use seconds instead of milliseconds; add new vehicle fields for gtfs-realtime providers; rename some fields and type names; remove unused code
    youngj committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    63316ca View commit details
    Browse the repository at this point in the history
  2. remove unused file

    youngj committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    196d9d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. use const

    youngj committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    68196e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. use custom BigInt scalar type to allow client to use numbers for time…

    …stamp intead of string while avoiding year 2038 problem
    youngj committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    3a9cf61 View commit details
    Browse the repository at this point in the history
  2. update readme

    youngj committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    b3ca96c View commit details
    Browse the repository at this point in the history