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

Fix fetching network from location header #258

Merged
merged 6 commits into from
Jun 7, 2024

Commits on Jun 5, 2024

  1. Extract fetching resource by location to separate method

    Fixes failing `network create` tests
    pederhan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bad8163 View commit details
    Browse the repository at this point in the history
  2. Use field_for_endpoint()

    pederhan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    32f7f3e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Prefer using location header verbatim

    Adds handling for endpoints that return invalid location headers.
    pederhan committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8326e28 View commit details
    Browse the repository at this point in the history
  2. Remove field_for_endpoint()

    pederhan committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0a2f7ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd38bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    194d7d4 View commit details
    Browse the repository at this point in the history