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

Use edk2 redfish http lib #79

Merged
merged 13 commits into from
Mar 4, 2024

Commits on Mar 4, 2024

  1. RedfishClientPkg/.github: do not run uncrustify to deleted file.

    Check to see if file exists or not before running uncrustify.
    The file in change list may be a deleted file.
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a44b98a View commit details
    Browse the repository at this point in the history
  2. RedfishClientPkg: remove RedfishHttpCacheLib

    Remove RedfishHttpCacheLib and use EDK2 RedfishHttpLib.
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c9319fd View commit details
    Browse the repository at this point in the history
  3. RedfishClientPkg: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e00cc23 View commit details
    Browse the repository at this point in the history
  4. RedfishClientPkg/RedfishResourceConfigLib: ues RedfishHttpLib

    Remove RedfishHttpCacheLib and use EDK2 RedfishHttpLib.
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d801446 View commit details
    Browse the repository at this point in the history
  5. RedfishClientPkg/RedfishFeatureUtilityLib: ues RedfishHttpLib

    - Remove RedfishHttpCacheLib and use EDK2 RedfishHttpLib.
    - Remove RedfishLib.
    - Remove CreatePayloadToPostResource and CreatePayloadToPatchResource
    because we no longer need them.
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b7be611 View commit details
    Browse the repository at this point in the history
  6. RedfishClientPkg/RedfishVersionLib: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    447f812 View commit details
    Browse the repository at this point in the history
  7. RedfishClientPkg/BiosDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d8d2962 View commit details
    Browse the repository at this point in the history
  8. RedfishClientPkg/BootOptionDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fc54498 View commit details
    Browse the repository at this point in the history
  9. RedfishClientPkg/BootOptionCollectionDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4d49a58 View commit details
    Browse the repository at this point in the history
  10. RedfishClientPkg/ComputerSystemDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    412eaed View commit details
    Browse the repository at this point in the history
  11. RedfishClientPkg/ComputerSystemCollectionDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7be6054 View commit details
    Browse the repository at this point in the history
  12. RedfishClientPkg/MemoryDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2cdd687 View commit details
    Browse the repository at this point in the history
  13. RedfishClientPkg/MemoryCollectionDxe: ues RedfishHttpLib

    Use EDK2 RedfishHttpLib to replace RedfishHttpCacheLib and RedfishLib
    
    Signed-off-by: Nickle Wang <[email protected]>
    Cc: Abner Chang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Abner Chang <[email protected]>
    nicklela committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5b440f0 View commit details
    Browse the repository at this point in the history