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

Gitops 2857 fix kuttl test parallel 055 #940

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2023

  1. Add not found check for notifications sa deletion

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d486c56 View commit details
    Browse the repository at this point in the history
  2. Separate deletion from predicate function

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e4ba8a5 View commit details
    Browse the repository at this point in the history
  3. Updated reconcileNotificationsServiceAccount function

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5eefe7b View commit details
    Browse the repository at this point in the history
  4. Updated notifications reconciliation logic

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0cc5108 View commit details
    Browse the repository at this point in the history
  5. Minor fix for log

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    97b2cae View commit details
    Browse the repository at this point in the history
  6. Minor log fix p2

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    05e9141 View commit details
    Browse the repository at this point in the history
  7. Fixed unit tests

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0e670f9 View commit details
    Browse the repository at this point in the history
  8. code cleanup

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9bae876 View commit details
    Browse the repository at this point in the history
  9. Fixed kuttl test 022

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5c96fa5 View commit details
    Browse the repository at this point in the history
  10. Updated 022 test step 4 verification

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    89887c9 View commit details
    Browse the repository at this point in the history
  11. Fix failed e2e tests

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9a887ee View commit details
    Browse the repository at this point in the history
  12. Removed unsupported option

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ca49ec0 View commit details
    Browse the repository at this point in the history
  13. Empty commit to triger ci check

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7d4b746 View commit details
    Browse the repository at this point in the history
  14. feat: Unify sso status & remove deprecated .spec.sso & .spec.dex fiel…

    …ds (argoproj-labs#896)
    
    * Remove deprecated dex & sso fields
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Unify .status.sso
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Add unit test for .status.sso unification
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Add & fix e2e tests for unified status.sso
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * make bundle
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Fix make bundle codegen ci failure
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Fix keycloak status reconciliation
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Case insensitive sso provider check
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Do not block reconciliation due to sso failures
    
    SSO is a non-critical component and we shouldn't block reconciliation on its failure
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Remove extra .ToLower() calls on already defined sso value
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Remove envVar & setEnvVarFunc feilds from dex unit tests
    
    There are a lot of unit tests that have envVar & setEnvVarFunc field that was required for DISABLE_DEX testing.
    These fields are not required in these tests anymore.
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Fix ci failure
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    svghadi authored and ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    611de41 View commit details
    Browse the repository at this point in the history
  15. doc: Update docs to reflect sso unification changes (argoproj-labs#930)

    * Update docs to reflect sso unification changes
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    * Add a note about removed sso fields
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    svghadi authored and ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7ea8952 View commit details
    Browse the repository at this point in the history
  16. Update kuttl plugin version to the latest

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    57bb07b View commit details
    Browse the repository at this point in the history
  17. Update notifications_util.go (argoproj-labs#938)

    Fix typo in trigger on-sync-status-unknown for argocd-notifications-cm configMap.
    
    Signed-off-by: Sirbu, Cristina <[email protected]>
    Signed-off-by: Sirbu, Cristina <[email protected]>
    
    ---------
    
    Signed-off-by: Arthur <[email protected]>
    Signed-off-by: Sirbu, Cristina <[email protected]>
    Signed-off-by: Sirbu, Cristina <[email protected]>
    Co-authored-by: Arthur Vardevanyan <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    2 people authored and ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c7936f4 View commit details
    Browse the repository at this point in the history
  18. Empty commit to triger ci check

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c04f197 View commit details
    Browse the repository at this point in the history
  19. feat: upgrade Argo CD version and SSH Known Host Keys (argoproj-labs#942

    )
    
    Signed-off-by: iam-veeramalla <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    iam-veeramalla authored and ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ee6308f View commit details
    Browse the repository at this point in the history
  20. Added sleep

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7196cb4 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'upstream/master' into gitops-2857-fix-k…

    …uttl-test-parallel-055
    ciiay committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    291abf7 View commit details
    Browse the repository at this point in the history