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

code-refactoring: Add resource mutation enhancements #1161

Commits on Jul 20, 2023

  1. fix: don't set phase to available during host reconciliation (argopro…

    …j-labs#918)
    
    * upgrade golangci-lint
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    
    * fix phase reconciliation during host reconciliation
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    
    * address review comment
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    
    * set phase to pending if ingress not found
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    
    ---------
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1caabde View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    4d09aca View commit details
    Browse the repository at this point in the history
  2. Move to only adding two roles for managed namespaces (argoproj-labs#954)

    * Move to only adding two roles for managed namespaces
    ---------
    
    Signed-off-by: Salem Elrahal <selrahal@redhat.com>
    Co-authored-by: Salem Elrahal <selrahal@redhat.com>
    selrahal and Salem Elrahal committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    45f3597 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. feat: expose operator metrics (argoproj-labs#928)

    Track and expose custom operator performance metrics 
    ---------
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c7cfa8c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    89825db View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    11299b7 View commit details
    Browse the repository at this point in the history
  2. feat: Add conversion webhook for ArgoCD v1alpha1 to v1beta1 migration (

    …argoproj-labs#964)
    
    * Add ArgoCD v1beta1 & deprecate v1alpha1
    
    - Add new ArgoCD v1beta1 api
    - Mark ArgoCD v1alpha1 as deprecated & add back the removed sso fields
    - Use server side validation for "kubectl apply" as client side results into
      failure due to exceeding annotation size limit.
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Add funcs for ArgoCD alpha to beta conversion
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Add conversion webhook
    
    - Create webhook & setup webhook server on 9443
    - Disable operator namespaced install via OLM so that OLM can handle certs for webhook server
    - For manual install, user needs to explicitly configure cert manager to inject certs and enable
      webhook server in operator by setting env ENABLE_CONVERSION_WEBHOOK="true"
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Resolve local build issues
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Tweak webhook configs
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Update operator installation docs
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Add e2e tests
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Minor updates
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Fix go-lint ci failure
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Update docs
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Remove webhook from 0.7.0 bundle
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    Add spaces in bundle
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * update 0.8.0 bundle
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b25858d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. chore(deps): bump pygments from 2.7.4 to 2.15.0 in /docs (argoproj-la…

    …bs#950)
    
    Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.7.4...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c658019 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. feat: upgrade RH-SSO from 7.5 to 7.6 (argoproj-labs#977)

    * upgrade RH-SSO from 7.5 to 7.6
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    * fix: failing tests
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    * fix: failing tests
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    ---------
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    iam-veeramalla committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e49612a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. refactor: Remove dead code (argoproj-labs#979)

    * Remove dead code
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Fix import
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Fix imports
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e624a26 View commit details
    Browse the repository at this point in the history
  2. Replace ArgoCD v1alpha1 references with v1beta1 (argoproj-labs#975)

    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e928c0e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. refactor: Remove deprecated .spec.resourceCustomizations (argoproj-la…

    …bs#973)
    
    * Remove .spec.resourceCustomizations code
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Update docs
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Update docs
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Address review comments
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Fix typo
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    380207e View commit details
    Browse the repository at this point in the history
  2. upgrade ArgoCD version to 2.8.2 and update the CRDs (argoproj-labs#984)

    * upgrade ArgoCD version to 2.8.2 and update the CRDs
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Update argocd image
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    ---------
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    ishitasequeira committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f2f9fb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. chore: Update ArgoCD v1alpha1 deprecation message (argoproj-labs#988)

    * Update ArgoCD v1alpha1 deprecation message
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    * Run code gen
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    
    ---------
    
    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8ddbce3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Add support for tls self signed certs in AppSet Gitlab SCM Provider (a…

    …rgoproj-labs#985)
    
    * add support for tls self signed certs in AppSet Gitlab SCM Provider
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * add e2e test
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * add unit tests
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * renamed field ScmRootCaPath to SCMRootCaPath
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Add documentation and address comments
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Address comments
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    ---------
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    ishitasequeira committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    297702f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. chore(deps): bump github.com/argoproj/argo-cd/v2 from 2.8.2 to 2.8.3 (a…

    …rgoproj-labs#992)
    
    Bumps [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd) from 2.8.2 to 2.8.3.
    - [Release notes](https://github.com/argoproj/argo-cd/releases)
    - [Changelog](https://github.com/argoproj/argo-cd/blob/master/CHANGELOG.md)
    - [Commits](argoproj/argo-cd@v2.8.2...v2.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/argoproj/argo-cd/v2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    64d5bb2 View commit details
    Browse the repository at this point in the history
  2. feat: pick up argo cd v2.8.3 (argoproj-labs#993)

    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    iam-veeramalla committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    91bf131 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix: replace deprecated syntax in kustomization.yaml (argoproj-labs#1000

    )
    
    Signed-off-by: minchao <minchao.220@gmail.com>
    minchao committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cd7a54b View commit details
    Browse the repository at this point in the history
  2. Missing syntax-highlighting, toggle button for screen mode in argocd-…

    …operator docs (argoproj-labs#1002)
    
    * Update requirements.txt
    
    added markdown= 3.3.7 and  markdown-include=0.6.0
    
    Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
    
    * Delete docs/assets/extra.css
    
    deleted extra.css
    
    Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
    
    * Update mkdocs.yml
    
    added markdown_extension  markdown_include with  codehighlight and toggle for screen mode
    
    Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
    
    * Update mkdocs.yml
    
    Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
    
    ---------
    
    Signed-off-by: Surajyadav <harrypotter1108@gmail.com>
    surajyadav1108 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    aa6ab4e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fix: keycloak probes failure and intermittent perforamance issues (ar…

    …goproj-labs#1007)
    
    * fix: keycloak probes failure results in pod crash
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    * fix: use latest keycloak image to handle performance issue
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    ---------
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    iam-veeramalla committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    75d6cf4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. bug: fix heathcheck subkey generation for resources with no group (ar…

    …goproj-labs#1013)
    
    * account for empty group during resource customization config subkey generation
    
    ---------
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    64aa268 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. chore(deps): bump golang.org/x/net from 0.11.0 to 0.17.0 (argoproj-la…

    …bs#1019)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
    - [Commits](golang/net@v0.11.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6b3fbb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Add labelSelector option to filter the ArgoCD instances for reconcili…

    …ation (argoproj-labs#961)
    
    * Added labelselector string to map conversion
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Changed data-type for labelSelector to parse string
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Added code to reconcile selected ArgoCD instances based on label selector
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * remove comments
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Updated argoCD label fetch, renamed env var
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Updated unit test and yaml
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Updated unit test
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Fix yaml env ValueFrom field
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Added comments and labelSelector check in main.go
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * removed label-selector option from manifest
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * updated label-selector format in manifests
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * added label selector logs
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * go mod tidy
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * added e2e tests for label-selector
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * restructured kuttl files and added operator patch file
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * go mod tidy
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * corrected kuttl tests for cm failure
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Added documentation for Environment Variable ARGOCD_LABEL_SELECTOR
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * cleanup
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * improved unit tests and some minor changes
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * kuttl rerun
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * removed env var
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * misc modifications
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * argocd-operator csv correction
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * fix bundle error
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * fix bundle error
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * fix manifests build
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Added more unit test cases
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * rebase
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * removed excess reconcilers
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * minor fix
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * removed extraneous test case and cleaned manager.yaml
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * cleaned manager.yaml
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * fix make bundle issue
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * fix make bundle issue
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    ---------
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
    Co-authored-by: ishitasequeira <ishiseq29@gmail.com>
    raghavi101 and ishitasequeira committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5a2e6c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. fix: address CVE-2023-39325 (argoproj-labs#1022)

    *address CVE-2023-39325
    - upgrade to golang v1.20.10 
    - disable http/2 for webhook and metrics server, use http/1.1 by default but make it a configurable flag
    - upgarde k8s library packages to v0.28.3
    - Add new structs for keycloak API that were previously part of the (now deprecated) keycloak-operator repo 
    - upgrade to controller-runtime to v0.16.3
    - refactor all unit tests 
    
    ---------
    
    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c8e4909 View commit details
    Browse the repository at this point in the history
  2. Add gcp cherry-pick bot config (argoproj-labs#1023)

    Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
    svghadi committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fb27066 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    962f30f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feat(dex): add optional env field (argoproj-labs#1005)

    * feat(dex): add optional env field
    
    Signed-off-by: Robert Deusser <robertjdeusser@gmail.com>
    
    * fix: remove non-default configuration
    
    Signed-off-by: Robert Deusser <robertjdeusser@gmail.com>
    
    * fix: v1alpha1 is deprecated
    
    Signed-off-by: Robert Deusser <robertjdeusser@gmail.com>
    
    * fix: convert dex spec between api versions
    
    Signed-off-by: Robert Deusser <robertjdeusser@gmail.com>
    
    * fix: ensure there is no diff in the bundle
    
    Signed-off-by: Robert Deusser <robertjdeusser@gmail.com>
    
    ---------
    
    Signed-off-by: Robert Deusser <robertjdeusser@gmail.com>
    rdeusser committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    000c4a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix: replace deprecated AddToScheme with Install, and deprecated Sche…

    …meGroupVersion with GroupVersion. (argoproj-labs#1066)
    
    Signed-off-by: Cheng Fang <cfang@redhat.com>
    chengfang committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    17064c9 View commit details
    Browse the repository at this point in the history
  2. allow enabling ArgoCD workloads independently (argoproj-labs#1021)

    * allow enabling ArgoCD core workloads independently
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix lint
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * check for dependent component urls if dependent components are disabled
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix build
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix make bundle
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix tests
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Update flags for each component
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Update configuration using remote flag
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix CI
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Address comments
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Addressed feedback
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * update conversion webhook
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix make build
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    ---------
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    ishitasequeira committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9a294a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. chore(deps): bump argoproj/argocd in /build/util (argoproj-labs#1080)

    Bumps argoproj/argocd from `d40da8f` to `644c386`.
    
    ---
    updated-dependencies:
    - dependency-name: argoproj/argocd
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    18a0a8d View commit details
    Browse the repository at this point in the history
  2. feat: upgrade Argo CD for release v.9.0 (argoproj-labs#1082)

    * feat: upgrade Argo CD for release v.9.0
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    * fix: unit test failures
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    
    ---------
    
    Signed-off-by: iam-veeramalla <abhishek.veeramalla@gmail.com>
    iam-veeramalla committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a78a842 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. fix the logic for applicationset resources reconcilation when spec.ap…

    …plicationset.enabled is false (argoproj-labs#1089)
    
    * fix the logic for applicationset resources reconciliation when spec.applicationset.enabled is false
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix tests
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * delete repo server when repo.enabled is set to false
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Update status.Phase based on component enabled flag
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Added kuttl tests
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Added namespace creation step
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * delete services created for resources
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * delete server deployment when enabled flag set to false
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix e2e test
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix log message
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * revert kuttl test timeout
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Added test for reverse scenario
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Dir rename
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    * Added e2e test for ha mode
    
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    
    ---------
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
    Co-authored-by: Raghavi Shirur <rshirur@redhat.com>
    ishitasequeira and raghavi101 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c238af6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. docs: enabling/disabling individual argocd core components (argoproj-…

    …labs#1098)
    
    * Add documentation for enabling/disabling argocd core components
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * rephrase doc
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Address comments
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    ---------
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    ishitasequeira committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5166a46 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix: Proper reference to where to find default admin password (argopr…

    …oj-labs#1094)
    
    Signed-off-by: ikegentz <isaac.gentz@gmail.com>
    ikegentz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d424ebd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. adding applicationsets in server rbac policy rule (argoproj-labs#1140)

    Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
    Mangaal committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    acee651 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. rebase against master

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    6a6847a View commit details
    Browse the repository at this point in the history
  2. remove extra argoutils

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    d0f5fe3 View commit details
    Browse the repository at this point in the history
  3. add mutation args, instance ref, openshift mutations

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3da6323 View commit details
    Browse the repository at this point in the history
  4. change references

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cffcbf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. fix merge conflict

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8e3f5f6 View commit details
    Browse the repository at this point in the history
  2. port mutation changes from redis branch

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6192296 View commit details
    Browse the repository at this point in the history
  3. port changes to common constants

    Signed-off-by: Jaideep Rao <jaideep.r97@gmail.com>
    jaideepr97 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4428be6 View commit details
    Browse the repository at this point in the history