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 notifications reconciliation #924

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

Commits on Jun 20, 2023

  1. Add not found check for notifications sa deletion

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2821713 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 Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ec8ebb3 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 Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ec13744 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 Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8f9d9bb View commit details
    Browse the repository at this point in the history
  5. fix: replace kube-rbac-proxy image tag v0.8.0 with its digest equival…

    …ent (argoproj-labs#510) (argoproj-labs#919)
    
    Signed-off-by: Morty Abzug <[email protected]>
    Co-authored-by: Morty Abzug <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    2 people authored and ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    077edfc View commit details
    Browse the repository at this point in the history
  6. Minor fix for log

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3184a1b View commit details
    Browse the repository at this point in the history
  7. Minor log fix p2

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

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

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d2faf6e View commit details
    Browse the repository at this point in the history
  10. docs; Add system-level configuration docs and fix minor typo (argopro…

    …j-labs#825)
    
    Signed-off-by: Regina Scott <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    reginapizza authored and ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bf00243 View commit details
    Browse the repository at this point in the history
  11. fix: add reference doc for Extra Config feature (argoproj-labs#858) (a…

    …rgoproj-labs#921)
    
    Signed-off-by: Morty Abzug <[email protected]>
    Co-authored-by: Morty Abzug <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    2 people authored and ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    df83e75 View commit details
    Browse the repository at this point in the history
  12. Fixed kuttl test 022

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

    Signed-off-by: Yi Cai <[email protected]>
    ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ebe642c View commit details
    Browse the repository at this point in the history
  14. feat: Add dynamic sharding for argocd controller (argoproj-labs#910)

    * Add sharding configuration options for dynamic scaling of application controller
    
    ---------
    
    Signed-off-by: ishitasequeira <[email protected]>
    Signed-off-by: Yi Cai <[email protected]>
    ishitasequeira authored and ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0f55fd8 View commit details
    Browse the repository at this point in the history
  15. 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 20, 2023
    Configuration menu
    Copy the full SHA
    7d59781 View commit details
    Browse the repository at this point in the history
  16. 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 20, 2023
    Configuration menu
    Copy the full SHA
    0a44b96 View commit details
    Browse the repository at this point in the history
  17. 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 20, 2023
    Configuration menu
    Copy the full SHA
    db0bb53 View commit details
    Browse the repository at this point in the history
  18. 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 20, 2023
    Configuration menu
    Copy the full SHA
    0602da7 View commit details
    Browse the repository at this point in the history
  19. Fix failed e2e tests

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

    …55-kuttl-parallel-test
    ciiay committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bdfe124 View commit details
    Browse the repository at this point in the history