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

Implement space deletion job endpoint #2647

Merged
merged 3 commits into from
Jul 6, 2023
Merged

Implement space deletion job endpoint #2647

merged 3 commits into from
Jul 6, 2023

Commits on Jul 5, 2023

  1. Org repository sets deletion time

    [#2605]
    
    Co-authored-by: Dave Walter <[email protected]>
    2 people authored and akrishna90 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    eb3507f View commit details
    Browse the repository at this point in the history
  2. Implement space deletion job

    - Refactor org deletion helper to handle all types.
    
    [#2604]
    
    Co-authored-by: Dave Walter <[email protected]>
    2 people authored and akrishna90 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    214e34d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Fix Org/space delete job issues

    - Add a retry loop to wait for the deletion timestamp to propagate.
    - Added a GetOrgUnfiltered function to the org repository to avoid
      falsely returning a not found error when the role binding is deleted
      from an org during deletion.
    - Consolidate CFSpaceRepository and SpaceRepository interfaces.
    
    [#2604]
    [#2605]
    
    Co-authored-by: Dave Walter <[email protected]>
    Co-authored-by: Julian Hjortshoj <[email protected]>
    3 people committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9677715 View commit details
    Browse the repository at this point in the history