Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Add directory soft delete #52

Merged
merged 3 commits into from
Jan 24, 2023
Merged

Commits on Jan 18, 2023

  1. fix uuid api response marshalling

    DirectoryID's returned from the API were being presented as a byte array
    rather than a uuid string.
    
    This corrects marshal and unmarshalling of DirectoryID's.
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    98c2563 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. add directory soft delete

    Implements soft deletions for directories.
    Deleting a parent directory also deletes all child directories.
    
    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b6d311e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. update openapi spec

    Signed-off-by: Mike Mason <mimason@equinix.com>
    mikemrm committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    3817fc8 View commit details
    Browse the repository at this point in the history