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

perf(ScheduleController): Fetch schedules by individual stop for more cache hits #231

Merged
merged 19 commits into from
Nov 8, 2024

Commits on Nov 4, 2024

  1. perf(ScheduleController): Fetch schedules by individual stop for more…

    … cache hits
    
    As implemented, if any request for a stop fails, the entire request fails. This is to preserve the existing all-or-nothing behavior for fetching schedules for all stops together. If we want to have partial failure states in the future, we'll want to adopt a frontend changes to represent the partial failure state.
    KaylaBrady committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2cd5a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cb85e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa81ced View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    35a8a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711d8cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d7349a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    3cb153f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8493926 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec572e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7015907 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43f4bb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b487e91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7245675 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62b59fe View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    83e238b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25330fd View commit details
    Browse the repository at this point in the history
  3. style: fix formatting

    KaylaBrady committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    aef24c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6c9331 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8be11f View commit details
    Browse the repository at this point in the history