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

Lognex vroom custom #1150

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2023

  1. Build with NDEBUG.

    jcoupey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3fafa38 View commit details
    Browse the repository at this point in the history
  2. Bump version number for rc.1.

    jcoupey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    db54616 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    5dcb23e View commit details
    Browse the repository at this point in the history
  2. Fix variable name mismatch.

    jcoupey committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cc95eec View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Cherry-pick ORS path changes.

    BREAKING-CHANGE: this removes the hardcoded `ors/v2/`
    which now needs to be provided either in the cli using the `-a` flag
    (e.g.`-a <profile>:<host>/ors/v2`)
    or with `vroom-express` or `vroom-docker` in the `config.yml`
    e.g.
    ```
    routingServers:
     ors:
      driving-car:
        host: "0.0.0.0/ors/v2"
        port: 8082
    ```
    
    Co-authored-by: Amandus Butzer <amandus.butzer@heigit.org>
    2 people authored and jcoupey committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3b8ef44 View commit details
    Browse the repository at this point in the history
  2. Bump version number for rc.2.

    jcoupey committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5d80401 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    a75e33a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864f660 View commit details
    Browse the repository at this point in the history
  3. Bump version number for rc.3.

    jcoupey committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5bd898d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Remove outdated doc comment.

    jcoupey committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5e340d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1622a94 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Sep 2, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    554a40b View commit details
    Browse the repository at this point in the history
  2. remove rawroute

    infralognex committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b57f9e8 View commit details
    Browse the repository at this point in the history