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

Redfish stream multipart uploads #345

Merged
merged 5 commits into from
Sep 11, 2023
Merged

Redfish stream multipart uploads #345

merged 5 commits into from
Sep 11, 2023

Commits on Aug 16, 2023

  1. redfish/firmware: implement Redfish streaming firmware upload

    These changes were already part of bmclib v1 but missed out from being included in v2,
    #279
    joelrebel committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bf091a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f524b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

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

Commits on Sep 6, 2023

  1. providers/redfish: simplify the multipart payload build - use a struc…

    …t instead
    
    This makes the code easier to read and maintain.
    
    As of now we limit the method to expect an os.File as an io.Reader,
    once its clear theres other implementations of io.Readers required we
    can accept those and figure how to determine the file size for the
    multipart payload
    joelrebel committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    059b754 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. redfish/firmware: simpler UpdateParameters handling

    This makes the UpdateParameters handling easier to grok and maintain
    joelrebel committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    08172f2 View commit details
    Browse the repository at this point in the history