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

feat: GTFS feed import #1013

Merged
merged 36 commits into from
Oct 18, 2024
Merged

Commits on Sep 5, 2024

  1. feat: Create tables for GTFS-static archive import (#1006)

    * feat: Create tables for GTFS-static archive import
    
    * Clean up comments
    jzimbel-mbta authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b023be3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    799e4e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cda8b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da71fb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7832e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4972ace View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 26, 2024

  1. Use Postgres COPY for larger tables; Undo all superfluous deferrable …

    …constraints; define and use Importable behaviour
    jzimbel-mbta committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a0aad60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3eb075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87bae04 View commit details
    Browse the repository at this point in the history
  4. fix: increase length to 100MB for multipart uploads in Plug.Parsers (#…

    …1014)
    
    * fix: increase length to 100MB for multipart uploads in Plug.Parsers
    
    * ci: upgrade Github Action upload-artifact to fix deprecation error
    meagharty authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6fb7312 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e614628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de6323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7348be9 View commit details
    Browse the repository at this point in the history
  4. Appease credo

    jzimbel-mbta committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1da6406 View commit details
    Browse the repository at this point in the history
  5. Keep GTFS timestamps as strings throughout; provide utility fns to co…

    …nvert timestamps to other representations
    jzimbel-mbta committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9d355d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    119887a View commit details
    Browse the repository at this point in the history
  7. Appease dialyzer

    jzimbel-mbta committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9dd52f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    c74b271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed237f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a83ffd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c7f2d View commit details
    Browse the repository at this point in the history
  5. Update mix.lock

    jzimbel-mbta committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4c205b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    fd60b41 View commit details
    Browse the repository at this point in the history
  2. Install Oban

    jzimbel-mbta committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ad44969 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    6607e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0660a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    b793df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f847d4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8d4606 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    10f7267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40de6b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08dac72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b0ddd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    511b278 View commit details
    Browse the repository at this point in the history
  6. Fix route

    jzimbel-mbta committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    06a6d6f View commit details
    Browse the repository at this point in the history