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

ROVER-135 Make paths in supergraph.yaml resolve relative to the location of the file, not the current working directory of Rover #2119

Merged
merged 7 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. ROVER-135 Working version of resolution behaviour

    Still needs tests and will need a federation-rs PR merging
    to get it all aligned.
    jonathanrainer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0bb2092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fec979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    080638a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71155d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7f1e8d View commit details
    Browse the repository at this point in the history
  6. ROVER-135 Fix tests running on Windows

    It appears these particular tests were relying on specific Windows
    line breaks etc. This is very error-prone, and in reality unnecessary
    as we can match on a smaller subset of the query itself and still
    get sensible answers.
    jonathanrainer committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0eb9e41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b67c92 View commit details
    Browse the repository at this point in the history