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

Update API with per provider opts: #143

Merged
merged 6 commits into from
Sep 14, 2023

Commits on Sep 13, 2023

  1. Update API with per provider opts:

    This enables customization per provider.
    For example, redfish port, ipmitool cipher suite.
    
    Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
    jacobweinstock committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    526eb67 View commit details
    Browse the repository at this point in the history
  2. Update the naming for provider options:

    Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
    jacobweinstock committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    137264b View commit details
    Browse the repository at this point in the history
  3. Update generated files

    Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
    jacobweinstock committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c23c9a4 View commit details
    Browse the repository at this point in the history
  4. Run goimports on deepcopy.go

    Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
    jacobweinstock committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    51ab758 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update linting version, fix linting issues:

    The way the linter was run the exit code was
    being swallowed up and always return 0. This
    meant that even with linting issues could CI
    was passing. This fixes that.
    
    The new version of the linter found some unused
    functions, so they were removed. The other changes
    were to resolve linting issues that were found.
    
    Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
    jacobweinstock committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3ec4a9b View commit details
    Browse the repository at this point in the history
  2. Update naming for algorithm and secrets for HMAC

    Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
    jacobweinstock committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    950d970 View commit details
    Browse the repository at this point in the history