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

Keep httpEndpoint valid #185

Merged
merged 8 commits into from
Aug 25, 2023
Merged

Keep httpEndpoint valid #185

merged 8 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    a42046b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40c039a View commit details
    Browse the repository at this point in the history
  3. Run make build

    rquitales committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2dc45c1 View commit details
    Browse the repository at this point in the history
  4. Update pu/pu in examples

    Fixes broken test options required for new test case.
    rquitales committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5460955 View commit details
    Browse the repository at this point in the history
  5. Fix tests to work

    rquitales committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    446fce3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Move patch into resources.go

    This is an alternative strategy to restore an old field, and does not require a patch in
    the upstream provider. Instead, we create the field in resources.go and make sure that if
    a user sets it, we move it to `restEndpoint` (which the provider still has as valid).
    iwahbe committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c39ddf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a345ca View commit details
    Browse the repository at this point in the history
  3. Fix nit

    iwahbe committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    88ffe0a View commit details
    Browse the repository at this point in the history