Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RedHatQE/openshift-python-wrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: RedHatQE/openshift-python-wrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.16
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 14 files changed
  • 11 contributors

Commits on Jul 9, 2024

  1. Set version

    myakove committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    93c4b1c View commit details
    Browse the repository at this point in the history
  2. Release 4.16.1

    myakove committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    597082b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    8ac1269 View commit details
    Browse the repository at this point in the history
  2. Release 4.16.2

    rnetser committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4e017e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. add syncState status string inprogress to SyncStatus class (#1907) (#…

    …1910)
    
    * add syncState status string inprogress to SyncStatus class
    
    * add typing and address review comment
    
    Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
    redhat-qe-bot and dbasunag authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    3b2714e View commit details
    Browse the repository at this point in the history
  2. Fix race in resource delete (#1889) (#1899)

    * Fix race in resource delete
    
    * Move try after exists check
    
    * Add warning if the resource doesn't exist
    
    * return wait deleted
    
    Co-authored-by: Jenia Peimer <86722603+jpeimer@users.noreply.github.com>
    Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com>
    3 people authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    e06ac4f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Deprecate node selector type (#1913)

    * deprecate node_selector str type in Resource
    
    * deprecate node_selector str type in Resource
    
    * Remove ignored type check from ingress_controleer
    
    * Add empty test in tox to match the list from main
    myakove authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    7778c28 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Release 4.16.3

    myakove committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    575b602 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Pin kubernetes version to 29.x.x (#2114)

    * Pin kubernetes version to 29.x.x
    
    * Add `types-PyYAML` to mypy config
    myakove authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4abeb89 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Release 4.16.4

    myakove committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    aea1849 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. fix IndexError if no virt-launcher pod (#2225) (#2227)

    Co-authored-by: vsibirsk <57763370+vsibirsk@users.noreply.github.com>
    redhat-qe-bot1 and vsibirsk authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    a51d37c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. increase timeout and sleep value for retry_cluster_exceptions() in pa…

    …tch call (#2217) (#2228) (#2230)
    
    * increase timeout and sleep value for retry_cluster_exceptions() in patch call
    
    * fix typo
    dbasunag authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    0c763c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. Release 4.16.5

    myakove committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    995f9f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Fix deploy function of NNCP (#2267) (#2268)

    If the the deploy func fails,  clean_up func of resource is called at the except section.
    But the args this call using wrong name.
    
    This has to be fixed, because otherwise the NNCP resource doesn't get cleaned_up upon failure.
    
    Signed-off-by: Harel Meir <hmeir@redhat.com>
    Co-authored-by: Harel Meir <hmeir@redhat.com>
    redhat-qe-bot2 and hmeir authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    10a3fc8 View commit details
    Browse the repository at this point in the history
  2. Release 4.16.6

    myakove committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    762fce9 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Add retry for api_request() call (#2240) (#2273)

    * Add retry for api_request() call (#2240)
    
    * Add retry for api_request() call
    
    * add optional retry_params to pass timeout and sleep_time
    
    * updates based on review comments
    
    * updates based on review comments
    
    * fix missing default value
    
    * move default retry params to where they are used
    
    * Add typing
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dbasunag and pre-commit-ci[bot] authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    0b035ee View commit details
    Browse the repository at this point in the history
  2. Release 4.16.7

    myakove committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    93b1bf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Update wait_for_status_success() call to look at both type and status…

    … for status.conditions (#2289) (#2300)
    
    * status should return reason, when condition status is True
    
    * based on review comments and offline conversation with dev team
    
    * remove unnecessary code
    
    * undo retry
    
    * addressed review comment
    
    * address review comment
    
    * update based on reviews
    
    Co-authored-by: Debarati Basu-Nag <dbasunag@redhat.com>
    redhat-qe-bot2 and dbasunag authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    c8287a9 View commit details
    Browse the repository at this point in the history
  2. Release 4.16.8

    myakove committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    fa69260 View commit details
    Browse the repository at this point in the history
Loading