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

Add funciton to remove unchangeable property #70

Merged

Commits on Jan 16, 2024

  1. RedfishClientPkg/jansson: Define json_object_del

    Signed-off-by: Abner Chang <[email protected]>
    Cc: Nickle Wang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Nickle Wang <[email protected]>
    changab committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4d82061 View commit details
    Browse the repository at this point in the history
  2. RedfishClientPkg/RedfishFeatureUtilityLib: Add two helper functions

    - Add RedfishRemoveUnchangeableProperties () to remove
      unchangeable Redfish properties such as @OData.id.
    - Add DestoryRedfishCharArray () to free Redfish string
      array.
    
    Signed-off-by: Abner Chang <[email protected]>
    Cc: Nickle Wang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    Reviewed-by: Nickle Wang <[email protected]>
    changab committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bb43f07 View commit details
    Browse the repository at this point in the history
  3. RedfishClientPkg/ConverterLib: Remove unchangeable properties

    Update RedfishCsCommon.c to add a function to remove Redfish
    unchangeable properties.
    
    Signed-off-by: Abner Chang <[email protected]>
    Cc: Nickle Wang <[email protected]>
    Cc: Igor Kulchytskyy <[email protected]>
    changab committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    95f69a7 View commit details
    Browse the repository at this point in the history