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

feat: perform selected strategy for isbsvc fields to support PPND #317

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. feat: integrate USDE logic into isbsvc controller

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e49cefb View commit details
    Browse the repository at this point in the history
  2. chore: codegen

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    398b6ac View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    d4df605 View commit details
    Browse the repository at this point in the history
  2. test: unit tests

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    146dd36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df198ad View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. test: changes for checking pipeline paused cond

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2e722d6 View commit details
    Browse the repository at this point in the history
  2. test: check inprogressstrategy of isbservice

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    92dfa43 View commit details
    Browse the repository at this point in the history
  3. test: add case for noop update on isbservice

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    075c649 View commit details
    Browse the repository at this point in the history
  4. fix: unset strategy

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2a6aeb5 View commit details
    Browse the repository at this point in the history
  5. test: update unit tests

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    309e2cf View commit details
    Browse the repository at this point in the history
  6. test: verifyISBServiceSpec compares pointer values

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a1dcfe5 View commit details
    Browse the repository at this point in the history
  7. fix: pipeline wasn't unpausing

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f69b7dd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: unset strategy

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    721635c View commit details
    Browse the repository at this point in the history
  2. test: update unit test

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e0446c7 View commit details
    Browse the repository at this point in the history
  3. fix: invert processchildobjectwithPPND func

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    baaed81 View commit details
    Browse the repository at this point in the history
  4. test: remove comments and add check that pl never pauses

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f601571 View commit details
    Browse the repository at this point in the history
  5. fix: remove extra variable check in test case

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b8c843b View commit details
    Browse the repository at this point in the history
  6. test: address review comments

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a20a315 View commit details
    Browse the repository at this point in the history
  7. fix: increase Consistently time

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d0ea107 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: update func test for usde bug

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    12491c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa727c View commit details
    Browse the repository at this point in the history
  3. fix: merge main

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c41e7d2 View commit details
    Browse the repository at this point in the history
  4. chore: comment out usde case

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9ed54b2 View commit details
    Browse the repository at this point in the history
  5. chore: usde test

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9c03871 View commit details
    Browse the repository at this point in the history
  6. chore: remove comment

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e7724f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. test: remove eventually block

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    dcdd03e View commit details
    Browse the repository at this point in the history