Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Rewrite complex flow #240

Merged

Commits on Apr 18, 2023

  1. Rewrite Complex Flow

    Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
    gciavarrini committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7bc23a8 View commit details
    Browse the repository at this point in the history
  2. Fix: remove failure counter

    Since we're using a lock, there is no need anymore to stop retrying async call
    after 100 attempts.
    
    Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
    gciavarrini committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9313a30 View commit details
    Browse the repository at this point in the history
  3. Refactor waitAsyncProject and witAsyncStatusResponse

    Merge these two method to avoid code duplication.
    Add two utility methods to ease the code readability.
    
    Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
    gciavarrini committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    59ade05 View commit details
    Browse the repository at this point in the history
  4. Use commonProjectAPI method

    Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
    gciavarrini committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9c96d76 View commit details
    Browse the repository at this point in the history