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

[WIP] Updated logic for role/rolebinding reconciliation #934

Closed
wants to merge 17 commits into from

Commits on Jun 17, 2023

  1. Updated logic for role/rolebinding reconciliation

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d5b3eec View commit details
    Browse the repository at this point in the history
  2. Fixed golangci-lint issue

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    db0699a View commit details
    Browse the repository at this point in the history
  3. golangci-lint fix

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    6999454 View commit details
    Browse the repository at this point in the history
  4. refactored reconcileRoleForApplicationSourceNamespaces

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    baf537e View commit details
    Browse the repository at this point in the history
  5. Replace context.TODO() with passed ctx

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    18f4cce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f915c2a View commit details
    Browse the repository at this point in the history
  7. Added return err to r.Client.Update

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d1af645 View commit details
    Browse the repository at this point in the history
  8. Read the reconciliation timeout from the appSync setting (argoproj-la…

    …bs#926)
    
    Signed-off-by: ItsKev <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    ItsKev authored and ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e7916ce View commit details
    Browse the repository at this point in the history
  9. feat: add e2e-test to verify hpa handling behavior (argoproj-labs#904)

    * upgrade golangci-lint
    
    Signed-off-by: Jaideep Rao <[email protected]>
    
    * add kuttl test to verify hpa handling behavior
    
    Signed-off-by: Jaideep Rao <[email protected]>
    
    * fix typo in assert file name
    
    Signed-off-by: Jaideep Rao <[email protected]>
    
    ---------
    
    Signed-off-by: Jaideep Rao <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    jaideepr97 authored and ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    6add4f1 View commit details
    Browse the repository at this point in the history
  10. fix: Revert appSync type implemented in argoproj-labs#926 (argoproj-l…

    …abs#935)
    
    Signed-off-by: ItsKev <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    ItsKev authored and ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b645c7b View commit details
    Browse the repository at this point in the history
  11. Update Operator Role for Monitoring Flag (argoproj-labs#925)

    Signed-off-by: Arthur <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    ArthurVardevanyan authored and ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a4f5d7a View commit details
    Browse the repository at this point in the history
  12. Improved logging with more context and revised some func

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e414ea0 View commit details
    Browse the repository at this point in the history
  13. Refactored function for debugging

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    f642aab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b3d78c View commit details
    Browse the repository at this point in the history
  15. fix: Revert appSync type implemented in argoproj-labs#926 (argoproj-l…

    …abs#935)
    
    Signed-off-by: ItsKev <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    ItsKev authored and ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a0cd81f View commit details
    Browse the repository at this point in the history
  16. Added comments

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    d4eb9f4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00796d7 View commit details
    Browse the repository at this point in the history