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

Various small fixes #889

Merged
merged 4 commits into from
Mar 22, 2024
Merged

Commits on Mar 22, 2024

  1. collection: Remove deprecated empty method

    This has been deprecated for a while and is not used anymore.
    tahini committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    95e2c29 View commit details
    Browse the repository at this point in the history
  2. Change target of react packages to es6

    That's the target of the other packages.
    And unit tests fail when a class extends a class from other targets
    tahini committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b08cd5b View commit details
    Browse the repository at this point in the history
  3. path collection: Remove the loadForScenario function

    This function is not used anywhere, the `transitPaths.getForServices` is
    currently the way to fetch from server the services for a given scenario.
    tahini committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    191a3a4 View commit details
    Browse the repository at this point in the history
  4. socket: Let the geojsonCollection socket route return a Status

    The Status object is the preferred way to communicate between server and
    client and handle error and proper response unwrapping.
    tahini committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fee2f5c View commit details
    Browse the repository at this point in the history