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

Fetch upstream #1

Merged
merged 503 commits into from
Jun 11, 2024
Merged

Fetch upstream #1

merged 503 commits into from
Jun 11, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 17, 2024

  1. fix: Pass logger to differ in diff command (#17871)

    So that log messages are propagated up, this caused issues for me when
    trying to diagnose an issue linked to issue #17811. I've just copied the
    approach used e.g. in `controller/appcontroller.go` when calling
    `argodiff.NewDiffConfigBuilder`.
    
    Sample output before this change:
    
        $ argocd --loglevel debug --server argocd-system.dev.aws.uw.systems app diff dev-enablement/dev-enablement
    
        ===== apps/Deployment dev-enablement/go-docs ======
        272c272
        <             cpu: "0"
        ---
        >             cpu: 0m
        275c275
        <             cpu: "0"
        ---
        >             cpu: 0m
    
    Output with this change:
    
        $ argocd --loglevel debug --server argocd-system.dev.aws.uw.systems app diff dev-enablement/dev-enablement
        INFO[0000] Could not unmarshal to object of type apps/v1, Kind=Deployment: json: unknown field "restartPolicy"
        INFO[0000] Could not unmarshal to object of type apps/v1, Kind=Deployment: json: unknown field "restartPolicy"
    
        ===== apps/Deployment dev-enablement/go-docs ======
        272c272
        <             cpu: "0"
        ---
        >             cpu: 0m
        275c275
        <             cpu: "0"
        ---
        >             cpu: 0m
        INFO[0000] Could not create new object of type argoproj.io/v1alpha1, Kind=Application: no kind "Application" is registered for version "argoproj.io/v1alpha1" in scheme "pkg/runtime/scheme.go:100"
        INFO[0000] Could not create new object of type argoproj.io/v1alpha1, Kind=Application: no kind "Application" is registered for version "argoproj.io/v1alpha1" in scheme "pkg/runtime/scheme.go:100"
        INFO[0000] Could not create new object of type traefik.containo.us/v1alpha1, Kind=IngressRoute: no kind "IngressRoute" is registered for version "traefik.containo.us/v1alpha1" in scheme "pkg/runtime/scheme.go:100"
        INFO[0000] Could not create new object of type traefik.containo.us/v1alpha1, Kind=IngressRoute: no kind "IngressRoute" is registered for version "traefik.containo.us/v1alpha1" in scheme "pkg/runtime/scheme.go:100"
        INFO[0000] Could not create new object of type traefik.containo.us/v1alpha1, Kind=IngressRoute: no kind "IngressRoute" is registered for version "traefik.containo.us/v1alpha1" in scheme "pkg/runtime/scheme.go:100"
        INFO[0000] Could not create new object of type traefik.containo.us/v1alpha1, Kind=IngressRoute: no kind "IngressRoute" is registered for version "traefik.containo.us/v1alpha1" in scheme "pkg/runtime/scheme.go:100"
    
    Signed-off-by: Matt Hughes <mhughes@uw.co.uk>
    matthewhughes-uw authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2031a07 View commit details
    Browse the repository at this point in the history
  2. docs: fix metrics labels name in notification monitoring (#17869)

    Signed-off-by: philippe.dacosta <philippe.dacosta@adevinta.com>
    Co-authored-by: philippe.dacosta <philippe.dacosta@adevinta.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    3 people authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1c6b6eb View commit details
    Browse the repository at this point in the history
  3. chore: update gitops engine for force sync option (#5882) (#17866)

    * chore: update gitops engine version
    
    Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
    
    * add: e2e and docs for force sync options
    
    Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
    
    * docs: Add warning description of force sync options
    
    Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
    
    ---------
    
    Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    kkk777-7 and pasha-codefresh authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    db615ed View commit details
    Browse the repository at this point in the history
  4. fix: remove deprecated default cipher for golang >=1.22 (#17569)

    * remove deprecated default cipher
    
    Signed-off-by: Josh Wolf <josh@wolfs.io>
    
    * regenerate CLI docs
    
    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    
    ---------
    
    Signed-off-by: Josh Wolf <josh@wolfs.io>
    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    Co-authored-by: Jann Fischer <jann@mistrust.net>
    Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    3 people authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b867c9e View commit details
    Browse the repository at this point in the history
  5. fix: invalid revision in re-used manifest cache (#17874)

    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    alexmt authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f91179f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix(api): respect all allowed audiences, regardless of check order (#…

    …17876)
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    852f744 View commit details
    Browse the repository at this point in the history
  2. Update USERS.md (#17881)

    Add Pipedrive.
    
    Signed-off-by: Ragnar Paide <16119863+ragnarpa@users.noreply.github.com>
    ragnarpa authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ee02027 View commit details
    Browse the repository at this point in the history
  3. add argocd-secret-replacer (#10494)

    Adding new tool that can replace secret from sops. 
    It replaces specific string with encrypted values also It provides ability to encode values to base64.
    It is different from ksops in a way that it is not dependent on kustomize to generate secrets.
    
    Signed-off-by: Michał Małyska <999598+mmalyska@users.noreply.github.com>
    mmalyska authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1cffa15 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump code.gitea.io/sdk/gitea from 0.15.1 to 0.18.0 (#17880)

    Bumps code.gitea.io/sdk/gitea from 0.15.1 to 0.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: code.gitea.io/sdk/gitea
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1f8acf4 View commit details
    Browse the repository at this point in the history
  5. chore: improve codegen error output (#17873)

    * chore: improve codegen error output
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * remove accidental file
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    crenshaw-dev and pasha-codefresh authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1e35e68 View commit details
    Browse the repository at this point in the history
  6. fix: UI Error caused by missing RBAC Permission (#10955)

    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    alexmt and pasha-codefresh authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b8b4b51 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump library/ubuntu in /test/container (#17879)

    Bumps library/ubuntu from `77906da` to `1b8d8ff`.
    
    ---
    updated-dependencies:
    - dependency-name: library/ubuntu
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    dependabot[bot] and pasha-codefresh authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    73d341a View commit details
    Browse the repository at this point in the history
  8. Update USERS.md (#17891)

    Signed-off-by: Reed Palmer <81371878+Palmer-Reed-bah@users.noreply.github.com>
    Palmer-Reed-bah authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3a46e8c View commit details
    Browse the repository at this point in the history
  9. chore: upgrade controller-gen from 0.4.1 to 0.14.0 (#17893)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    33f5714 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. remove mention of beta state from apps-in-any-namespace doc (#17896)

    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    ishitasequeira authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4f6a8dc View commit details
    Browse the repository at this point in the history
  2. chore: bump go version to 1.22.1 (#17895)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    crenshaw-dev and pasha-codefresh authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ba2e6ac View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 (#17901)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
    - [Commits](golang/net@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      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] authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cb32a14 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. [Bot] docs: Update Snyk reports (#17912)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    github-actions[bot] and CI authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3e4d12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e04f5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/*-artifact (#17923)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f3f55dd View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#17926)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@1746f4a...6546280)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    50cec22 View commit details
    Browse the repository at this point in the history
  5. docs: fix typp (#17927)

    Signed-off-by: emirot <nolan.emirot@workday.com>
    Co-authored-by: emirot <nolan.emirot@workday.com>
    emirot and emirot authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    67e6c6c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. feat(appset): implement ResourceTree for ApplicationSets (#15741)

    * update types
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * Update generated code
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * wip
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * add resource tree
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * Update generated code
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * fix
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * cleanup
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * format
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * fix lint
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * Update generated code
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * fmt
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * add tests
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * cleanup
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * fmt
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * fix conflicts
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * codegen
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * regen
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    * fix codegen
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    
    ---------
    
    Signed-off-by: Alexy Mantha <alexy@mantha.dev>
    alexymantha authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    77c27c3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump slsa-framework/slsa-github-generator (#17934)

    Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.10.0 to 2.0.0.
    - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
    - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
    - [Commits](slsa-framework/slsa-github-generator@v1.10.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: slsa-framework/slsa-github-generator
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    56a0da8 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump thehanimo/pr-title-checker from 1.4.0 to 1.4.2 (#17933

    )
    
    Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.0 to 1.4.2.
    - [Release notes](https://github.com/thehanimo/pr-title-checker/releases)
    - [Commits](thehanimo/pr-title-checker@0cf5902...1d8cd48)
    
    ---
    updated-dependencies:
    - dependency-name: thehanimo/pr-title-checker
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    589da83 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.4 (

    …#17931)
    
    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.4.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@1534078...9153d83)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dec655c View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump jlumbroso/free-disk-space (#17932)

    Bumps [jlumbroso/free-disk-space](https://github.com/jlumbroso/free-disk-space) from 4d9e71b726748f254fe64fa44d273194bd18ec91 to 54081f138730dfa15788a46383842cd2f914a1be.
    - [Release notes](https://github.com/jlumbroso/free-disk-space/releases)
    - [Commits](jlumbroso/free-disk-space@4d9e71b...54081f1)
    
    ---
    updated-dependencies:
    - dependency-name: jlumbroso/free-disk-space
      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] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4f40c3e View commit details
    Browse the repository at this point in the history
  6. docs: Mention configmap to enable new git file globbing by name (#17936)

    Signed-off-by: Christian Ciach <christian.ciach@gmail.com>
    ChristianCiach authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    634645f View commit details
    Browse the repository at this point in the history
  7. docs: Add AlphaSense to USERS.md (#17942)

    Mention AlphaSense as a user.
    
    Signed-off-by: Jakub Ciolek <jakub@ciolek.dev>
    jake-ciolek authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    56b796d View commit details
    Browse the repository at this point in the history
  8. fix: Add Sources tab to show all sources of a multi-source app (#17939)

    Signed-off-by: Keith Chong <kykchong@redhat.com>
    keithchong authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    719dc83 View commit details
    Browse the repository at this point in the history
  9. fix: use cmp vs reflect.DeepEqual for comparing Applications (#17861) (

    …#17940)
    
    * fix(compare): appset compare the child apps with cmp vs reflect
    
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    
    * remove debug lines
    
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    
    * remove debug lines
    
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    rumstead authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1eec8eb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix: jwtTokens are reset when creating new tokens for new role (#17298)

    * fix: jwtTokens are reset when creating new tokens for new role
    
    Signed-off-by: Bulat Saifullin <bulat@saifullin.ru>
    
    * add back NormalizeJWTTokens
    
    Signed-off-by: Bulat Saifullin <bulat@saifullin.ru>
    
    * add tests
    
    Signed-off-by: BulatSaif <bulat@parity.io>
    
    * add fix
    
    Signed-off-by: BulatSaif <bulat@parity.io>
    
    ---------
    
    Signed-off-by: Bulat Saifullin <bulat@saifullin.ru>
    Signed-off-by: BulatSaif <bulat@parity.io>
    Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
    BulatSaif and gdsoumya authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fcdaee9 View commit details
    Browse the repository at this point in the history
  2. Update sync-kubectl.md - Correct indentation for a sample (#17953)

    Correct indentation for a sample as "hook" element is supposed to be a child of syncStrategy
    
    Signed-off-by: g1franc <guillaume.francois55@gmail.com>
    g1franc authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2dbe5c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. chore(deps): bump library/node in /test/container (#17946)

    Bumps library/node from `162d92c` to `c384290`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b19a0d0 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/node in /test/container (#17959)

    Bumps library/node from `c384290` to `bda5312`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6d3abb3 View commit details
    Browse the repository at this point in the history
  3. docs: document helm fileParameters / helm-set-file (#17822)

    Added documentation for fileParameters in a helm source Application or
    the --helm-set-file cli option from #2751. Added a note about #13220 so
    users are aware. #17941 aims to remove this limitation so the warning
    will be adjusted to mention the version that lands that support.
    
    Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
    cardoe authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0f11dfb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat: Add width change and full revision display for badge (#17502)

    Signed-off-by: Cyril Houdellier <cyril.houdellier@amadeus.com>
    choudellier-1A authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    badac51 View commit details
    Browse the repository at this point in the history
  2. chore:change file name for readthedocs compatibility (#17978)

    Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
    yyzxw authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    334d5c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request from GHSA-9m6p-x4h2-6frq

    * feat: limit jq.Run with timeout
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * feat: ignore normalizer jq execution timeout as env variable
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * feat: customize error message and add doc section
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * feat: improve log and change a way how to get variable
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * chore: fix import`s order
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * chore: rename variable inside sts
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * chore: fix import order
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    ---------
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    pasha-codefresh authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e230605 View commit details
    Browse the repository at this point in the history
  4. Merge pull request from GHSA-9m6p-x4h2-6frq

    * feat: limit jq.Run with timeout
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * feat: ignore normalizer jq execution timeout as env variable
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * feat: customize error message and add doc section
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * feat: improve log and change a way how to get variable
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * chore: fix import`s order
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * chore: rename variable inside sts
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * chore: fix import order
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    ---------
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    pasha-codefresh authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    57431b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96e796e View commit details
    Browse the repository at this point in the history
  6. Fix post-delete finalizer in appset (#18003)

    Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
    joebowbeer authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    575575a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. chore: update notifications-engine to f4856710 (#17971)

    * update notifications-engine
    
    Signed-off-by: Lukas Peter Aldershaab <lukas.aldershaab@lego.com>
    
    * Fix build of conflicting git-urls libraries
    
    Signed-off-by: Lukas Peter Aldershaab <lukas.aldershaab@lego.com>
    
    * align telegrom dependency with notifications-engine
    
    Signed-off-by: Lukas Peter Aldershaab <lukas.aldershaab@lego.com>
    
    * fix: codegen
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    ---------
    
    Signed-off-by: Lukas Peter Aldershaab <lukas.aldershaab@lego.com>
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    Co-authored-by: pashakostohrys <pavel@codefresh.io>
    lukaspj and pasha-codefresh authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5baba93 View commit details
    Browse the repository at this point in the history
  2. fix(appset): add debug logs around deleting ownerReferences and add w…

    …arning docs about policy behavior (#18006)
    
    * chore(appset): add logs for debug
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    
    * fix(appset): remove finalizer regardless with deleteAllowed
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    
    * docs: update about appset policy
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    
    * fix: wrong log message
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    
    * fix: log messages
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    
    * fix: log message
    
    Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
    Signed-off-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    
    * docs: add explanation
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: mikutas <23391543+mikutas@users.noreply.github.com>
    Signed-off-by: Takumi Sue <23391543+mikutas@users.noreply.github.com>
    Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
    mikutas and ishitasequeira authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e6200ca View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat(cli): add support for multiple sources to sync command (#17808)

    * update sync command
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * use arrays instead of map to display ApplicationManifetQuery fields in swagger
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * rebase and update logic for sync command
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * update conditions
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * update displayRevisions on OperationState
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * remove rerunreport file
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix index 0 out of bounds error
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Address comments
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix codegen
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * rename GetSourcePtrBySourceIndex to GetSourcePtrByIndex
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * rename GetSourcePtrBySourcePosition to GetSourcePtrByPosition
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * rebase with master and resolve conflicts
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix codegen
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * Address feedback and add tests
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    * fix unit test
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    
    ---------
    
    Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
    ishitasequeira authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c204f24 View commit details
    Browse the repository at this point in the history
  2. [Bot] docs: Update Snyk reports (#18008)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    3 people authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7581c20 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump bitnami/kubectl from 1.27 to 1.30 in /test/container (

    #18012)
    
    Bumps bitnami/kubectl from 1.27 to 1.30.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    17cca81 View commit details
    Browse the repository at this point in the history
  4. Add health status for OpenFaaS functions (#18015)

    Adds test-case for Progressing, Degraded, Healthy and
    Suspended, to avoid users having to update their Argo ConfigMaps
    by hand.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a05ae0 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump library/ubuntu from 22.04 to 24.04 in /test/contain…

    …er (#17976)
    
    Bumps library/ubuntu from 22.04 to 24.04.
    
    ---
    updated-dependencies:
    - dependency-name: library/ubuntu
      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] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c38c8a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Document units for argocd_app_reconcile (#18018)

    Signed-off-by: Radon Rosborough <rrosborough@plaid.com>
    raxod502-plaid authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ba15569 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/node from 21.7.3 to 22.0.0 in /ui-test (#18024

    )
    
    Bumps library/node from 21.7.3 to 22.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    737f742 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/busybox in /test/e2e/multiarch-container (#…

    …18023)
    
    Bumps library/busybox from `c3839dd` to `bb02074`.
    
    ---
    updated-dependencies:
    - dependency-name: library/busybox
      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] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7003d06 View commit details
    Browse the repository at this point in the history
  4. docs: update wording in diffing.md (#18027)

    * docs: update wording in diffing.md
    
    The wording in "If you have a slash / in your pointer path, you can use the ~1 character" is inaccurate. The ~1 character is mandatory if you have a slash.
    
    Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
    
    * docs: update wording in docs/user-guide/diffing.md
    
    Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
    Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
    
    ---------
    
    Signed-off-by: Daniel R. Dagfinrud <danieldagfinrud@gmail.com>
    Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
    deggja and blakepettersson authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ba2ea25 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump library/node from 21.7.3 to 22.0.0 in /test/contain…

    …er (#18022)
    
    Bumps library/node from 21.7.3 to 22.0.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    dependabot[bot] and pasha-codefresh authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1e6ca4d View commit details
    Browse the repository at this point in the history
  6. fix: enable sha256 and sha512 for git ssh (#18028)

    * fix: bumping the knownhosts to v1.2.2 since this contains a fix that allows for sha256 and sha512 algorithms when using git ssh
    
    Signed-off-by: Marc Arndt <marc@marcarndt.com>
    Signed-off-by: Marc Arndt <m.arndt@evana.de>
    
    * chore: remove older version of module from go sum
    
    Signed-off-by: Marc Arndt <m.arndt@evana.de>
    
    ---------
    
    Signed-off-by: Marc Arndt <marc@marcarndt.com>
    Signed-off-by: Marc Arndt <m.arndt@evana.de>
    Co-authored-by: Marc Arndt <m.arndt@evana.de>
    zamedic and Marc Arndt authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a63068d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. chore(deps): bump library/busybox in /test/e2e/multiarch-container (#…

    …18039)
    
    Bumps library/busybox from `bb02074` to `6776a33`.
    
    ---
    updated-dependencies:
    - dependency-name: library/busybox
      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] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    ca75b60 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/registry in /test/container (#18040)

    Bumps library/registry from `fb9c9ae` to `4fac7a8`.
    
    ---
    updated-dependencies:
    - dependency-name: library/registry
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    3ab8e26 View commit details
    Browse the repository at this point in the history
  3. docs: add soft documentation for ignoreMissingValueFiles (#17996)

    The Helm source has the ability to ignore missing values files since
    99d1dca (feat: added a new Helm option ignoreMissingValueFiles,
    2022-01-03).
    This is however not obvious from reading the user guide on Helm.
    
    Document the parameters along with a reference to the use case which
    motivated it.
    
    Signed-off-by: Max Gautier <mg@max.gautier.name>
    VannTen authored May 1, 2024
    Configuration menu
    Copy the full SHA
    b738f1f View commit details
    Browse the repository at this point in the history
  4. docs: Update Getting started documentation (#17975)

    This PR adds some sentences to explain the process of "Syncing via UI" screenshots to have a good understanding of the process on the UI.
    
    Signed-off-by: Rodolfo Martínez Vega <rodomar@outlook.com>
    ramrodo authored May 1, 2024
    Configuration menu
    Copy the full SHA
    5002773 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    220dee0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. docs: use compliant name in Generators-List.md (#18062)

    Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
    joebowbeer authored May 2, 2024
    Configuration menu
    Copy the full SHA
    4c096ed View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Update kustomize.md (#18065)

    typo in docs: managment -> management
    
    Signed-off-by: David Costa <david@zarel.net>
    zarelit authored May 3, 2024
    Configuration menu
    Copy the full SHA
    8e66b3e View commit details
    Browse the repository at this point in the history
  2. fix: status.sync.comparedTo should use replace patch strategy (#18061)

    * fix: status.sync.comparedTo should use replace patch strategy
    
    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    
    * add e2e tests
    
    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    
    ---------
    
    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    alexmt authored May 3, 2024
    Configuration menu
    Copy the full SHA
    ec09937 View commit details
    Browse the repository at this point in the history
  3. feat(paths): Add support for glob patterns (#18055)

    as per #17825
    
    Signed-off-by: Andrew Jeffree <andrew@jeffree.id.au>
    andrewjeffree authored May 3, 2024
    Configuration menu
    Copy the full SHA
    a2a0360 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. chore(deps): bump jinja2 from 3.0.3 to 3.1.4 in /docs (#18091)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.0.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      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] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    8aa88b6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. docs: add rogo to users.md (#18074)

    * chore: add Rogo to users
    
    Signed-off-by: aiell0 <lawrence@rogodata.com>
    
    * sign off
    
    Signed-off-by: aiell0 <lawrence@rogodata.com>
    
    ---------
    
    Signed-off-by: aiell0 <lawrence@rogodata.com>
    aiell0 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    37c813b View commit details
    Browse the repository at this point in the history
  2. [Bot] docs: Update Snyk reports (#18080)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    github-actions[bot] and CI authored May 7, 2024
    Configuration menu
    Copy the full SHA
    5c175e3 View commit details
    Browse the repository at this point in the history
  3. fix(ui): respect Application destination.name in cluster summary calc…

    …ulation (#18081)
    
    Signed-off-by: daftping <21245083+daftping@users.noreply.github.com>
    daftping authored May 7, 2024
    Configuration menu
    Copy the full SHA
    e5c0e09 View commit details
    Browse the repository at this point in the history
  4. docs: fix 404 styling (#18094)

    * docs: fix 404 styling
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * hack around custom tag destruction
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 7, 2024
    Configuration menu
    Copy the full SHA
    b0a3433 View commit details
    Browse the repository at this point in the history
  5. doca: Update argocd_architecture image (#18073)

    Signed-off-by: ystkfujii <ystk.fujii0731@gmail.com>
    ystkfujii authored May 7, 2024
    Configuration menu
    Copy the full SHA
    13506ad View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump Ubuntu from 22.04 to 24.04 (#17973) (#18093)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 7, 2024
    Configuration menu
    Copy the full SHA
    414be63 View commit details
    Browse the repository at this point in the history
  7. typo on Cluster Generator doc (#18110)

    Signed-off-by: João Estrela <jestrela@barracuda.com>
    joaoestrela authored May 7, 2024
    Configuration menu
    Copy the full SHA
    05d10c8 View commit details
    Browse the repository at this point in the history
  8. docs: clarify local user/SSO scope RBAC ambiguity (#18059)

    * docs: clarify local user/SSO scope RBAC ambiguity
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * better phrasing
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 7, 2024
    Configuration menu
    Copy the full SHA
    fe6bcc1 View commit details
    Browse the repository at this point in the history
  9. docs: document go-based health checks (#18117)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c1787cf View commit details
    Browse the repository at this point in the history
  10. Docs: Clarify that we don't actually follow semver (#18111)

    Signed-off-by: Dan Garfield <dan@codefresh.io>
    todaywasawesome authored May 7, 2024
    Configuration menu
    Copy the full SHA
    82db166 View commit details
    Browse the repository at this point in the history
  11. Update ingress.md to work wirth traefik 3.0 (#18103)

    Signed-off-by: pgumpoldsberger <60177408+pgumpoldsberger@users.noreply.github.com>
    pgumpoldsberger authored May 7, 2024
    Configuration menu
    Copy the full SHA
    20fada8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. docs(update): Adding an example for deeplinks in using property that …

    …contains - or / (#18119)
    
    * Extending deeplinks documentation with examples for labels or annotations that use / or - 
    
    Signed-off-by: Daan Verstraten <104772968+DaanQ42@users.noreply.github.com>
    
    * Fixing double quotes
    
    Signed-off-by: Daan Verstraten <104772968+DaanQ42@users.noreply.github.com>
    
    * Update docs/operator-manual/deep_links.md
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    ---------
    
    Signed-off-by: Daan Verstraten <104772968+DaanQ42@users.noreply.github.com>
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    Co-authored-by: Dan Garfield <dan@codefresh.io>
    DaanQ42 and todaywasawesome authored May 8, 2024
    Configuration menu
    Copy the full SHA
    2727aec View commit details
    Browse the repository at this point in the history
  2. chore: Bump Kubernetes 1.29.2 (#17491)

    * run: go mod tidy
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * change interface of Broadcaster
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * modify some logic due to updating controller-runtime version
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * modify some logic due to updating controller-runtime version
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix args of GetInformer
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix signature for mock
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * update mock
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * use ptr instead of pointer
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * use recommended function instead of deprecated it in wait package
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * run make codegen
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * re-run codegen
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix codegen tasks to pass the codegen
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * replace pointer package with ptr package
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * add option to manage subresource
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix len args
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix: error message for updating lib-version
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * use poll
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * add cache opt
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * use ptr instead of pointer
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * add status subresource
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * use latest commit
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix watch namespace
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * use latest gitops-engine
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * delete unnecessary polling
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * revert changes in Makefile
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * re-add openapi-gen
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * codegen w/ correct versions
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * revert
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * extend timeout
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * break loop even if service account does not have secrets
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * fix review points
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    * replace gitops-engine
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    
    ---------
    
    Signed-off-by: sivchari <shibuuuu5@gmail.com>
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    sivchari and crenshaw-dev authored May 8, 2024
    Configuration menu
    Copy the full SHA
    ef96dec View commit details
    Browse the repository at this point in the history
  3. chore(ui-dev): migrate tslint to eslint (#11652) (#18079)

    * feat(ui): setup eslint
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    
    * chore(ui): update `lint:fix` command
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    
    * fix(ui-lint): run `yarn lint:fix`
    
    > solve remaining manually
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    
    * chore(ui): remove tslint from `ui`
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    
    * chore(docs-ui): add docs for VSCode configuration eslint
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    
    * chore(ui): prettier set `trailingComma` to `none`
    
    > prettier config default is changed after version bump - https://prettier.io/docs/en/options.html#trailing-commas
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    
    ---------
    
    Signed-off-by: Mayursinh Sarvaiya <marvinduff97@gmail.com>
    Marvin9 authored May 8, 2024
    Configuration menu
    Copy the full SHA
    7945b26 View commit details
    Browse the repository at this point in the history
  4. feat: implement keda health-checks (#16715)

    Signed-off-by: parmou <parveshmourya96@gmail.com>
    Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
    parmou and blakepettersson authored May 8, 2024
    Configuration menu
    Copy the full SHA
    9bc9ff9 View commit details
    Browse the repository at this point in the history
  5. feat(health): Added Humio Operator Healthchecks (#11628)

    * Added Humio Operator Healthchecks
    
    Signed-off-by: togie6 <22466611+togie6@users.noreply.github.com>
    
    * Retrigger CI pipeline
    
    Signed-off-by: togie6 <22466611+togie6@users.noreply.github.com>
    
    * Removed duplicate if statement from HumioView
    
    Signed-off-by: togie6 <22466611+togie6@users.noreply.github.com>
    
    * Add HumioCluster Health Check
    
    Signed-off-by: togie6 <22466611+togie6@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: togie6 <22466611+togie6@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    togie6 and pasha-codefresh authored May 8, 2024
    Configuration menu
    Copy the full SHA
    1cd6fca View commit details
    Browse the repository at this point in the history
  6. feat(health): Implement k8s.mariadb.com CRD health checks (#17995)

    * Copied MariaDB from old name and change to new name
    Adding Backup, SqlJobs, Grant, Database and User
    
    Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net>
    
    * Set progressing as default
    
    Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net>
    
    ---------
    
    Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    sennerholm and pasha-codefresh authored May 8, 2024
    Configuration menu
    Copy the full SHA
    440fbac View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump bitnami/kubectl in /test/container (#18085)

    Bumps bitnami/kubectl from `b909f3a` to `b330450`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    2470552 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump library/node from 22.0.0 to 22.1.0 in /ui-test (#18063

    )
    
    Bumps library/node from 22.0.0 to 22.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    0ca4f74 View commit details
    Browse the repository at this point in the history
  9. chore(ci): fix release notes (#18132)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 8, 2024
    Configuration menu
    Copy the full SHA
    2605a98 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. chore(deps): bump library/busybox in /test/e2e/multiarch-container (#…

    …18134)
    
    Bumps library/busybox from `6776a33` to `5eef5ed`.
    
    ---
    updated-dependencies:
    - dependency-name: library/busybox
      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] authored May 9, 2024
    Configuration menu
    Copy the full SHA
    0a408a6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump bitnami/kubectl in /test/container (#18135)

    Bumps bitnami/kubectl from `b330450` to `aa73edb`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2024
    Configuration menu
    Copy the full SHA
    bab0ee0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/node from 22.0.0 to 22.1.0 in /test/contain…

    …er (#18136)
    
    Bumps library/node from 22.0.0 to 22.1.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    dependabot[bot] and pasha-codefresh authored May 9, 2024
    Configuration menu
    Copy the full SHA
    f65399a View commit details
    Browse the repository at this point in the history
  4. fix: add endpointslice replace (#18141)

    Since #17491 I got a bunch of weird errors in Goland, along with the
    error message below:
    
    ```
    go: k8s.io/endpointslice@v0.0.0: invalid version: unknown revision v0.0.0
    ```
    
    Adding an endpointslice alias fixes that.
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    blakepettersson authored May 9, 2024
    Configuration menu
    Copy the full SHA
    ebb92d8 View commit details
    Browse the repository at this point in the history
  5. fix(ui): consistent resource menu across views (#18060) (#18069)

    * add icon in app table view
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use defaut menu in tree-grouped
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use default menu in pod views
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix custom delete actions
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * menu item in list
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix pod wrongly identified as root in network graph
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * update docs error
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * call delete pod action if kind is pod
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * add logs action to pods
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * delete in app details
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use managed instead of root for menu items
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * lint fix
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix lint again
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault authored May 9, 2024
    Configuration menu
    Copy the full SHA
    a89e358 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump actions/setup-go from 4.x to 5.0.1 (#18144)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 9, 2024
    Configuration menu
    Copy the full SHA
    408295f View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump docker/setup-qeum-action from v2.2.0 to 3.0.0 (#18145)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 9, 2024
    Configuration menu
    Copy the full SHA
    13c7434 View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump softprops/action-gh-release from v0.1.15 to 2.0.5 (#…

    …18149)
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 9, 2024
    Configuration menu
    Copy the full SHA
    e0e9dcf View commit details
    Browse the repository at this point in the history
  9. fix: handle nil ParseableType from GVKParser (#18154)

    Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    leoluz authored May 9, 2024
    Configuration menu
    Copy the full SHA
    62d9838 View commit details
    Browse the repository at this point in the history
  10. fix: Argo CD app is out of sync right after sync (#18155)

    Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    alexmt authored May 9, 2024
    Configuration menu
    Copy the full SHA
    5bb3c87 View commit details
    Browse the repository at this point in the history
  11. docs: add Andgo Systems to users list (#18157)

    Signed-off-by: Erik Frederiksen <rik.the.vik@gmail.com>
    rikthevik authored May 9, 2024
    Configuration menu
    Copy the full SHA
    968dc1a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. docs: replace image to one which includes ca-certificates (#18068)

    * Replace image to include ca-certificates
    
    Signed-off-by: raweber <99535319+raweber42@users.noreply.github.com>
    
    * Update comment
    
    Signed-off-by: raweber <99535319+raweber42@users.noreply.github.com>
    
    * Update docs/operator-manual/config-management-plugins.md
    
    Co-authored-by: Dan Garfield <dan@codefresh.io>
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * Update docs/operator-manual/config-management-plugins.md
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: raweber <99535319+raweber42@users.noreply.github.com>
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: Dan Garfield <dan@codefresh.io>
    3 people authored May 10, 2024
    Configuration menu
    Copy the full SHA
    653fc8d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. chore(deps): bump actions/cache from v3.3.2 to 4.0.2 (#18146)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 11, 2024
    Configuration menu
    Copy the full SHA
    5849a06 View commit details
    Browse the repository at this point in the history
  2. fix: BanzaiCloud KafkaCluster healthcheck to return Progressing durin…

    …g rolling update (#17994)
    
    * Update ClusterRollingUpgrading state to always be in Progressing state regardless of broker status
    
    Signed-off-by: Ha Van <musubi7726@gmail.com>
    
    * Retrigger CI pipeline
    
    Signed-off-by: Ha Van <musubi7726@gmail.com>
    
    ---------
    
    Signed-off-by: Ha Van <musubi7726@gmail.com>
    Co-authored-by: Dan Garfield <dan@codefresh.io>
    musubi7726 and todaywasawesome authored May 11, 2024
    Configuration menu
    Copy the full SHA
    f4fd97d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. chore(deps): bump js-yaml and @types/js-yaml in /ui (#18168)

    * chore(deps): bump js-yaml and @types/js-yaml in /ui
    
    Bumps [js-yaml](https://github.com/nodeca/js-yaml) and [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml). These dependencies needed to be updated together.
    
    Updates `js-yaml` from 3.14.1 to 4.1.0
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...4.1.0)
    
    Updates `@types/js-yaml` from 3.12.1 to 4.0.9
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: "@types/js-yaml"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * use new function names
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    dependabot[bot] and crenshaw-dev authored May 12, 2024
    Configuration menu
    Copy the full SHA
    df3bb3e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump tar from 6.1.11 to 6.2.1 in /ui (#17791)

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.1.11...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      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] authored May 12, 2024
    Configuration menu
    Copy the full SHA
    971fc3e View commit details
    Browse the repository at this point in the history
  3. [Bot] docs: Update Snyk reports (#18171)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    github-actions[bot] and CI authored May 12, 2024
    Configuration menu
    Copy the full SHA
    c3b89ca View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Fix logging hash with multiple sources (#18189)

    Signed-off-by: onee-only <kimww0306@gmail.com>
    onee-only authored May 13, 2024
    Configuration menu
    Copy the full SHA
    8a0757e View commit details
    Browse the repository at this point in the history
  2. feat(rbac): fine-grained update/delete for application resources (#18124

    )
    
    * feat(rbac): fine-grained update/delete for application resources
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * rewrite rbac (draft)
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * add other stuff
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * spellcheck
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * update map
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * spell check
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * linter not happy about deprecated claims
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * not happy about claims at all
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * generated
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix list syntax
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use same link pattern
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * rewrite permissions to policy when it applies
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * Update docs/operator-manual/rbac.md
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault authored May 13, 2024
    Configuration menu
    Copy the full SHA
    4905911 View commit details
    Browse the repository at this point in the history
  3. chore: Improve appcontroller logs further - Closes [#18113] (#18174)

    * chore: Improve appcontroller logs further - Closes [#18113]
    
    Add application fully qualified name as a logrus field to several places that were missing it.
    Remove appNamespace field and replace application name with a fully qualified name in a few places for consistency.
    Add app project to the log fields.
    
    Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
    
    * chore: Switch to using separate field for application name and qualified name, add a common function for app log entry - Closes[#18113]
    
    Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
    
    ---------
    
    Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
    andrii-korotkov-verkada authored May 13, 2024
    Configuration menu
    Copy the full SHA
    4faad94 View commit details
    Browse the repository at this point in the history
  4. chore: Add Verkada to ArgoCD users (#18199)

    Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
    andrii-korotkov-verkada authored May 13, 2024
    Configuration menu
    Copy the full SHA
    532f5a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    710bb76 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#18183)

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@0864cf1...dc50aa9)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    2162aaf View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/download-artifact from 4.1.5 to 4.1.7 (#18185)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.7.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@8caf195...65a9edc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    52e94fd View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/node in /test/container (#18204)

    Bumps library/node from `64c46a6` to `f9b4b4b`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    5729c61 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump library/node from 64c46a6 to f9b4b4b in /ui-test (

    #18206)
    
    Bumps library/node from `64c46a6` to `f9b4b4b`.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    f9f6749 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump github/codeql-action bundle to v2.17.2 (#18150)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 14, 2024
    Configuration menu
    Copy the full SHA
    2abfafd View commit details
    Browse the repository at this point in the history
  6. chore: fix unit-tests (#18215)

    Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    leoluz authored May 14, 2024
    Configuration menu
    Copy the full SHA
    5ae342a View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump bitnami/kubectl in /test/container (#18186)

    Bumps bitnami/kubectl from `aa73edb` to `5129237`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2024
    Configuration menu
    Copy the full SHA
    346ae95 View commit details
    Browse the repository at this point in the history
  8. fix: copy visited map #11699 (#12667)

    This commit fixed an issue #11699 that caused a warning even if the cycle didn't exist.
    Fix false cycle discovery by copying the visited resource map before recursively calling of getAppRecursive.
    
    Fixes #11699
    
    Signed-off-by: Arata Furukawa <old.river.new@gmail.com>
    Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
    ornew and blakepettersson authored May 14, 2024
    Configuration menu
    Copy the full SHA
    36ff5cf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3862aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b89d6c View commit details
    Browse the repository at this point in the history
  3. Bump gitops-engine-version (#18233)

    Signed-off-by: hanzala <muhammadhanzala12@gmail.com>
    hanzala1234 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    2c5b973 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Add proper spacing (#18244)

    Signed-off-by: Malte Hviid-Magnussen <maltehviidmagnussen@gmail.com>
    MalteMagnussen authored May 16, 2024
    Configuration menu
    Copy the full SHA
    5e58bac View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump bitnami/kubectl in /test/container (#18224)

    Bumps bitnami/kubectl from `5129237` to `09c66fb`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 16, 2024
    Configuration menu
    Copy the full SHA
    5e6ca70 View commit details
    Browse the repository at this point in the history
  3. docs: expand appset post selector examples (#18257)

    Signed-off-by: Nicholas Morey <nicholas@morey.tech>
    morey-tech authored May 16, 2024
    Configuration menu
    Copy the full SHA
    c9c3c1d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. docs: update workflows readme (#18263)

    Signed-off-by: Isaac Gaskin <isaac.gaskin@circle.com>
    igaskin authored May 17, 2024
    Configuration menu
    Copy the full SHA
    fe02d88 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/node from 22.1.0 to 22.2.0 in /ui-test (#18260

    )
    
    Bumps library/node from 22.1.0 to 22.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2024
    Configuration menu
    Copy the full SHA
    800cc5e View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump library/node from 22.1.0 to 22.2.0 in /test/contain…

    …er (#18261)
    
    Bumps library/node from 22.1.0 to 22.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2024
    Configuration menu
    Copy the full SHA
    cd21752 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump bitnami/kubectl in /test/container (#18262)

    Bumps bitnami/kubectl from `09c66fb` to `0aef4af`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2024
    Configuration menu
    Copy the full SHA
    e6ea861 View commit details
    Browse the repository at this point in the history
  5. chore(deps): upgrade helm to 3.14.4 (#18255)

    * chore(deps): upgrade helm to 3.14.4
    
    Signed-off-by: Justin Marquis <justin@akuity.io>
    
    * place checksums where they belong
    
    Signed-off-by: Justin Marquis <justin@akuity.io>
    
    ---------
    
    Signed-off-by: Justin Marquis <justin@akuity.io>
    Co-authored-by: Dan Garfield <dan@codefresh.io>
    34fathombelow and todaywasawesome authored May 17, 2024
    Configuration menu
    Copy the full SHA
    2e43af5 View commit details
    Browse the repository at this point in the history
  6. fix(reposerver): fix OCI repository matching (#17955)

    Signed-off-by: Tomáš Novák <tomas.novak@bcas.cz>
    MioOgbeni authored May 17, 2024
    Configuration menu
    Copy the full SHA
    210f26a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 20, 2024

  1. fix(ui): Fix excessive padding on system level extension pages (issue #…

    …17929) (#18207)
    
    * Remove CSS class `.cd-layout--extension`
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    * Remove all usages of CSS class `.cd-layout--extension`
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    * Remove unused prop `isExtension` from `<Layout />`
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    * Remove unused property `extension` from type `Routes`
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    * Fix linting error
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    david-wu-octopus authored May 20, 2024
    Configuration menu
    Copy the full SHA
    22993de View commit details
    Browse the repository at this point in the history
  2. add apiVersion so yaml applies properly in-cluster (#18282)

    Signed-off-by: condaatje <condaatje@users.noreply.github.com>
    condaatje authored May 20, 2024
    Configuration menu
    Copy the full SHA
    257b242 View commit details
    Browse the repository at this point in the history
  3. fix(ui): Add title for full content without clicking (issue #17600) (#…

    …18243)
    
    * fix: Add title for full content without clicking
    
    Signed-off-by: sunyeongchoi <suoung0716@gmail.com>
    
    * fix: apply ui lint
    
    Signed-off-by: sunyeongchoi <suoung0716@gmail.com>
    
    * fix: apply argo-ui Tooltip and define local variable
    
    Signed-off-by: sunyeongchoi <suoung0716@gmail.com>
    
    ---------
    
    Signed-off-by: sunyeongchoi <suoung0716@gmail.com>
    sunyeongchoi authored May 20, 2024
    Configuration menu
    Copy the full SHA
    4d61974 View commit details
    Browse the repository at this point in the history
  4. feat: Adding the domain_hint as an optional field in OIDC configurati…

    …on (#18214)
    
    * [18066] - Added DomainHint key in OIDCConfig struct
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    
    * [18066] - Added DomainHint in options for grantType
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    
    * [18066] - Auth0 readme.md --updated
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    
    ---------
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    nikzayn authored May 20, 2024
    Configuration menu
    Copy the full SHA
    9c8d652 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump library/node from 21.6.2 to 21.7.0 (#17446)

    Bumps library/node from 21.6.2 to 21.7.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    dependabot[bot] and pasha-codefresh authored May 20, 2024
    Configuration menu
    Copy the full SHA
    8480f5c View commit details
    Browse the repository at this point in the history
  6. chore(ci): add /ui-test/ directory to dependabot.yml (#16235)

    Signed-off-by: Cheng Fang <cfang@redhat.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    chengfang and pasha-codefresh authored May 20, 2024
    Configuration menu
    Copy the full SHA
    4f66669 View commit details
    Browse the repository at this point in the history
  7. fix(deps): upgrade otel dependency (#18285)

    Signed-off-by: Justin Marquis <justin@akuity.io>
    Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
    34fathombelow and gdsoumya authored May 20, 2024
    Configuration menu
    Copy the full SHA
    95d37dc View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump typescript from 4.1.3 to 5.4.5 in /ui-test (#18300

    )
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 5.4.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v4.1.3...v5.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    3c19fdb View commit details
    Browse the repository at this point in the history
  9. chore(deps-dev): bump prettier from 1.19.1 to 2.8.8 in /ui-test (#18302)

    Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@1.19.1...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    90df1e6 View commit details
    Browse the repository at this point in the history
  10. chore(deps): bump library/node from 21.7.0 to 22.2.0 (#18297)

    Bumps library/node from 21.7.0 to 22.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: library/node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ddc8523 View commit details
    Browse the repository at this point in the history
  11. chore: update jest version (#18295)

    * update jest version in order to resolve
    https://github.com/argoproj/argo-cd/pull/14585/files
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * update jest version in order to resolve
    https://github.com/argoproj/argo-cd/pull/14585/files
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * update ts jest
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * update ts jest
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    ---------
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    pasha-codefresh authored May 20, 2024
    Configuration menu
    Copy the full SHA
    aa7f1c5 View commit details
    Browse the repository at this point in the history
  12. chore(deps): bump chromedriver from 94.0.0 to 125.0.0 in /ui-test (#1…

    …8303)
    
    Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 94.0.0 to 125.0.0.
    - [Commits](giggio/node-chromedriver@94.0.0...125.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: chromedriver
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    b447dcc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    5d31b03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1135c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c754c8 View commit details
    Browse the repository at this point in the history
  4. --- (#18312)

    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    36b8ff5 View commit details
    Browse the repository at this point in the history
  5. --- (#18311)

    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    6374331 View commit details
    Browse the repository at this point in the history
  6. --- (#18315)

    updated-dependencies:
    - dependency-name: yarn
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    e34aa2f View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump @types/node from 14.14.14 to 20.12.12 in /ui-te…

    …st (#18301)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 20.12.12.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    fda368b View commit details
    Browse the repository at this point in the history
  8. --- (#18307)

    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    441367f View commit details
    Browse the repository at this point in the history
  9. add fullscreen prop (#18309)

    Signed-off-by: Fluder-Paradyne <121793617+Fluder-Paradyne@users.noreply.github.com>
    Fluder-Paradyne authored May 21, 2024
    Configuration menu
    Copy the full SHA
    43cb800 View commit details
    Browse the repository at this point in the history
  10. --- (#18314)

    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: "@types/mocha"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    e096817 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f138617 View commit details
    Browse the repository at this point in the history
  12. --- (#18318)

    updated-dependencies:
    - dependency-name: minimatch
      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] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2dd5cd8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request from GHSA-9766-5277-j5hr

    * fix: Enable Redis authentication in the default installation
    
    Signed-off-by: May Zhang <may_zhang@intuit.com>
    
    * chore: fix git_test unit test
    
    Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    
    ---------
    
    Signed-off-by: May Zhang <may_zhang@intuit.com>
    Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    Co-authored-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    Co-authored-by: pashakostohrys <pavel@codefresh.io>
    3 people authored May 21, 2024
    Configuration menu
    Copy the full SHA
    13d5803 View commit details
    Browse the repository at this point in the history
  14. Merge pull request from GHSA-9766-5277-j5hr

    * fix: Enable Redis authentication in the default installation
    
    Signed-off-by: May Zhang <may_zhang@intuit.com>
    
    * chore: fix git_test unit test
    
    Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    
    ---------
    
    Signed-off-by: May Zhang <may_zhang@intuit.com>
    Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    Co-authored-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
    Co-authored-by: pashakostohrys <pavel@codefresh.io>
    3 people authored May 21, 2024
    Configuration menu
    Copy the full SHA
    8dff209 View commit details
    Browse the repository at this point in the history
  15. docs: redis-ha registry change (#18329)

    * docs: redis-ha registry change
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * update language
    
    Co-Authored-By: Avo Sepp <68659218+avo-sepp@users.noreply.github.com>
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: Avo Sepp <68659218+avo-sepp@users.noreply.github.com>
    crenshaw-dev and avo-sepp authored May 21, 2024
    Configuration menu
    Copy the full SHA
    78e0fc4 View commit details
    Browse the repository at this point in the history
  16. fix(ci): codecov (#18335)

    * fix(ci): codecov
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * build UI for frontend or backend
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * use token, fail ci on error
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1453dc4 View commit details
    Browse the repository at this point in the history
  17. chore(deps): bump golangci/golangci-lint-action from v3.7.0 to 6.0.1 (#…

    …18148)
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 21, 2024
    Configuration menu
    Copy the full SHA
    bc53266 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix(ui): Fix jumpy "Source" panel when typing (issue #15961) (#18227)

    * Debounce `props.onAppChanged()` with a wait time of 500ms
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    * Increase debounce wait time to 800ms
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    * Fix linting error
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: David Wu <155603967+david-wu-octopus@users.noreply.github.com>
    david-wu-octopus authored May 22, 2024
    Configuration menu
    Copy the full SHA
    462c9ec View commit details
    Browse the repository at this point in the history
  2. Update docs for azure workload identity cluster setup (#18357)

    Adds a missing step to the docs for declarative setup of an AKS cluster using workload identity for adding annotations to the service accounts.
    
    Signed-off-by: Mark Tallentire <lonelycooler@googlemail.com>
    MarkTallentire authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6110581 View commit details
    Browse the repository at this point in the history
  3. --- (#18353)

    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    4aa6269 View commit details
    Browse the repository at this point in the history
  4. --- (#18349)

    updated-dependencies:
    - dependency-name: html-webpack-plugin
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0ec7f82 View commit details
    Browse the repository at this point in the history
  5. --- (#18345)

    updated-dependencies:
    - dependency-name: gitpod/workspace-full
      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] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    cef69c3 View commit details
    Browse the repository at this point in the history
  6. --- (#18346)

    updated-dependencies:
    - dependency-name: assert
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    96c2a95 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump golang.org/x/net from v0.21.0 to v0.25.0 (#18176)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored May 22, 2024
    Configuration menu
    Copy the full SHA
    bd671e8 View commit details
    Browse the repository at this point in the history
  8. --- (#18352)

    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6a68b95 View commit details
    Browse the repository at this point in the history
  9. --- (#18313)

    updated-dependencies:
    - dependency-name: selenium-webdriver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/selenium-webdriver"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    4606476 View commit details
    Browse the repository at this point in the history
  10. fix: app names with non-alphanumeric characters in position 63 break …

    …syncs (issue #18237) (#18256)
    
    * Ensure truncated app label does not end in a special character
    
    Signed-off-by: Zack Robinson <robinsoz@arcesium.com>
    
    * Move regex to global variable and add out of bounds check
    
    Signed-off-by: Zack Robinson <robinsoz@arcesium.com>
    
    * Add test for out-of-bounds check
    
    Signed-off-by: Zack Robinson <robinsoz@arcesium.com>
    
    ---------
    
    Signed-off-by: Zack Robinson <robinsoz@arcesium.com>
    RobinsonZ authored May 22, 2024
    Configuration menu
    Copy the full SHA
    59ce337 View commit details
    Browse the repository at this point in the history
  11. feat: add ls-remote request fail metric (#18250)

    Added argocd_git_lsremote_fail_total metric.
    Increment this metric if a git ls-remote request fails.
    
    Signed-off-by: Jack-R-lantern <tjdfkr2421@gmail.com>
    Jack-R-lantern authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ee9b38f View commit details
    Browse the repository at this point in the history
  12. docs: Clarify how Argo CD detects and uses Kustomize (#11417)

    * Add an example similar to the Helm topic
    
    This topic is missing a simple example like the next topic "Helm" to show how to define a Kustomize based application.
    https://argo-cd.readthedocs.io/en/stable/user-guide/helm/
    
    Signed-off-by: Michael Chen <4326639+mcgitty@users.noreply.github.com>
    
    * Clarify how Argo CD detects and use Kustomize
    
    This description seems trivial to the designer of Argo CD, but it is a critical information for people learning Argo CD.
    
    Signed-off-by: Michael Chen <4326639+mcgitty@users.noreply.github.com>
    
    * Also mention 'path' in spec.source
    
    Signed-off-by: Michael Chen <4326639+mcgitty@users.noreply.github.com>
    
    * Update docs/user-guide/kustomize.md
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    * Update docs/user-guide/kustomize.md
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    ---------
    
    Signed-off-by: Michael Chen <4326639+mcgitty@users.noreply.github.com>
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    Co-authored-by: Dan Garfield <dan@codefresh.io>
    mcgitty and todaywasawesome authored May 22, 2024
    Configuration menu
    Copy the full SHA
    00672a8 View commit details
    Browse the repository at this point in the history
  13. removing strikeout as it was populating special character issue #14139 (

    #14823)
    
    Signed-off-by: Rajesh Kriplani <rajesh.kriplani@gmail.com>
    rkriplani76 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    cd14356 View commit details
    Browse the repository at this point in the history
  14. docs: Remove special characters from update doc (#18363)

    * Remove special characters from update doc
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    
    * remove extra line
    
    * remove additional line
    
    ---------
    
    Signed-off-by: Dan Garfield <dan@codefresh.io>
    todaywasawesome authored May 22, 2024
    Configuration menu
    Copy the full SHA
    22a3a68 View commit details
    Browse the repository at this point in the history
  15. --- (#18362)

    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2024
    Configuration menu
    Copy the full SHA
    8776cc1 View commit details
    Browse the repository at this point in the history
  16. [Bot] docs: Update Snyk reports (#18365)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    github-actions[bot] and CI authored May 22, 2024
    Configuration menu
    Copy the full SHA
    52acbd5 View commit details
    Browse the repository at this point in the history
  17. fix: remove Egress NetworkPolicy for argocd-redis and argocd-redis-ha…

    …-haproxy (#18367)
    
    * fix: runing local failed
    
    Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
    
    * fix: Redis egress removal
    
    Signed-off-by: May Zhang <may_zhang@intuit.com>
    
    ---------
    
    Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
    Signed-off-by: May Zhang <may_zhang@intuit.com>
    Co-authored-by: yyzxw <1020938856@qq.com>
    mayzhang2000 and yyzxw authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d73eb8f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. feat: Added the comment to support CLI message to get extended output (

    …#18253)
    
    * feat: Added the comment to support CLI message to get extended output #18226
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    
    * feat: Updated proto and swagger #18226
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    
    * feat: Updated manifest files
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    
    ---------
    
    Signed-off-by: nikzayn <nikhilvaidyar1997@gmail.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
    3 people authored May 23, 2024
    Configuration menu
    Copy the full SHA
    600737a View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @types/react-paginate from 6.2.1 to 7.1.4 in /ui (

    #18373)
    
    Bumps [@types/react-paginate](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-paginate) from 6.2.1 to 7.1.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-paginate)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-paginate"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    37900ee View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump chromedriver from 125.0.0 to 125.0.1 in /ui-test (#…

    …18375)
    
    Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 125.0.0 to 125.0.1.
    - [Commits](giggio/node-chromedriver@125.0.0...125.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: chromedriver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    9f27197 View commit details
    Browse the repository at this point in the history
  4. chore: automate mock generation v2 (#18371)

    * Add go:generate statements for mockery
    
    Signed-off-by: Will Roden <will@roden.cc>
    
    * revert whitespace change
    
    Signed-off-by: Will Roden <will@roden.cc>
    
    * go generate everything
    
    Signed-off-by: Will Roden <will@roden.cc>
    
    * make gogen
    
    Signed-off-by: Will Roden <will@roden.cc>
    
    * chore: upgrade to mockery v2.40.2
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    ---------
    
    Signed-off-by: Will Roden <will@roden.cc>
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    Co-authored-by: Will Roden <will@roden.cc>
    blakepettersson and WillAbides authored May 23, 2024
    Configuration menu
    Copy the full SHA
    049900e View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#18182)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@e1523de...59acb62)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    5452bf1 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @types/react-autocomplete in /ui (#18374)

    Bumps [@types/react-autocomplete](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-autocomplete) from 1.8.6 to 1.8.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-autocomplete)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/react-autocomplete"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    781261a View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump @types/superagent from 4.1.21 to 8.1.6 in /ui (#17606)

    Bumps [@types/superagent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent) from 4.1.21 to 8.1.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/superagent)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/superagent"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    dependabot[bot] and pasha-codefresh authored May 23, 2024
    Configuration menu
    Copy the full SHA
    45832ce View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#…

    …18376)
    
    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@7ec5c2b...5742e2a)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 23, 2024
    Configuration menu
    Copy the full SHA
    a95d595 View commit details
    Browse the repository at this point in the history
  9. fixes list generator cluster element (#18389)

    Signed-off-by: Dan Garfield <dan@codefresh.io>
    RafaelBroseghini authored May 23, 2024
    Configuration menu
    Copy the full SHA
    97648ee View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. chore(deps): bump chromedriver from 125.0.1 to 125.0.2 in /ui-test (#…

    …18399)
    
    Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 125.0.1 to 125.0.2.
    - [Commits](giggio/node-chromedriver@125.0.1...125.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: chromedriver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2024
    Configuration menu
    Copy the full SHA
    1432f11 View commit details
    Browse the repository at this point in the history
  2. fix source ordering issue in manifest generation for multi-source app…

    … while using manifests and diff commands (#18395)
    ishitasequeira authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d871b7f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. ci(lint): create .golangci.yaml (#18410)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored May 25, 2024
    Configuration menu
    Copy the full SHA
    cd3c478 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. [Bot] docs: Update Snyk reports (#18413)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    github-actions[bot] and CI authored May 27, 2024
    Configuration menu
    Copy the full SHA
    8f02ec1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump library/redis in /test/container (#18421)

    Bumps library/redis from `b32ea6e` to `01afb31`.
    
    ---
    updated-dependencies:
    - dependency-name: library/redis
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2024
    Configuration menu
    Copy the full SHA
    8a28279 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix: enable misspell linter (#18412)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    9fe1dbf View commit details
    Browse the repository at this point in the history
  2. fix: repo-server should allow not to skip hidden directories (#17957)

    * Update repository.go
    
    Signed-off-by: BarAshkenazi <barashkenazi2@gmail.com>
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * add dir exclusion pattern
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    * support hidden directories in repo server
    
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    
    ---------
    
    Signed-off-by: BarAshkenazi <barashkenazi2@gmail.com>
    Signed-off-by: Bar <bar.ashkenazi@appsflyer.com>
    Co-authored-by: Bar <bar.ashkenazi@appsflyer.com>
    BarAshkenazi and Bar authored May 28, 2024
    Configuration menu
    Copy the full SHA
    dd3bb2b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#18440)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@e92390c...0d4c9c5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    21b1514 View commit details
    Browse the repository at this point in the history
  2. docs: Fix "core" link in getting started (#18437)

    Signed-off-by: Philipp Erbelding <philipp@copythat.de>
    Signed-off-by: Philipp Erbelding <philipp.erbelding@cleverbridge.com>
    erpel authored May 29, 2024
    Configuration menu
    Copy the full SHA
    a36f50f View commit details
    Browse the repository at this point in the history
  3. feat(ui): list dependent resources in delete popup (#18116)

    * add icon in app table view
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use defaut menu in tree-grouped
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use default menu in pod views
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix custom delete actions
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * menu item in list
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix pod wrongly identified as root in network graph
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * update docs error
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * call delete pod action if kind is pod
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * add logs action to pods
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * delete in app details
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * use managed instead of root for menu items
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * lint fix
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * fix lint again
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * feat(ui): list dependent resources in delete popup
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * linting
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * childs to children
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    * update ui dep
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    
    ---------
    
    Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
    agaudreault authored May 29, 2024
    Configuration menu
    Copy the full SHA
    ef9de40 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump @fortawesome/fontawesome-free in /ui (#18397)

    Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.4.0 to 6.5.2.
    - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
    - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
    - [Commits](FortAwesome/Font-Awesome@6.4.0...6.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@fortawesome/fontawesome-free"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2024
    Configuration menu
    Copy the full SHA
    55416ad View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update ingress.md (#17766)

    Replace argocd-redis-ha-haproxy in the istio documentation with argocd-redis.
    
    Signed-off-by: Huseyin Caliskan <14217365+sakirma@users.noreply.github.com>
    sakirma authored May 30, 2024
    Configuration menu
    Copy the full SHA
    2d2fb08 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sass-loader from 12.6.0 to 14.2.1 in /ui (#18451)

    Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 14.2.1.
    - [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/sass-loader@v12.6.0...v14.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: sass-loader
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    807754c View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 20.12.12 to 20.12.13 in /ui-te…

    …st (#18449)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.12.13.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ced9a4a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump monaco-editor-webpack-plugin in /ui (#18450)

    Bumps [monaco-editor-webpack-plugin](https://github.com/microsoft/monaco-editor) from 7.0.1 to 7.1.0.
    - [Release notes](https://github.com/microsoft/monaco-editor/releases)
    - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/monaco-editor/commits)
    
    ---
    updated-dependencies:
    - dependency-name: monaco-editor-webpack-plugin
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    e3dff07 View commit details
    Browse the repository at this point in the history
  5. feat: removed legacy app tracking label (#13203)

    * feat: removed legacy app tracking label
    
    Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
    
    * feat: refactor SetAppInstanceLabel func
    
    Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
    
    * feat: refactor SetAppInstance func
    
    Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
    
    * feat: refactor SetAppInstanceAnnotation func
    
    Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
    
    * feat: refactored SetAppInstance() func
    
    Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
    
    ---------
    
    Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    gdsoumya and pasha-codefresh authored May 30, 2024
    Configuration menu
    Copy the full SHA
    4d8436b View commit details
    Browse the repository at this point in the history
  6. feat(issue/#17003): implement camel.apache.org/Integration CRD health…

    … checks (#17004)
    
    * feat: implement camel.apache.org/Integration CRD health checks
    
    Added custom health checks for Camel-K Integration CRDs
    
    Signed-off-by: mdebarros <migueld@debarros.me>
    
    * chore: cleanup up main health.lua
    
    Signed-off-by: mdebarros <miguel@debarros.me>
    
    ---------
    
    Signed-off-by: mdebarros <migueld@debarros.me>
    Signed-off-by: mdebarros <miguel@debarros.me>
    Co-authored-by: mdebarros <migueld@debarros.me>
    mdebarros and mdebarros authored May 30, 2024
    Configuration menu
    Copy the full SHA
    1e2f598 View commit details
    Browse the repository at this point in the history
  7. feat: Kyriba is using ArgoCD (#18456)

    Signed-off-by: Nabil BENDAFI <nabilbendafi@users.noreply.github.com>
    nabilbendafi authored May 30, 2024
    Configuration menu
    Copy the full SHA
    7ccf826 View commit details
    Browse the repository at this point in the history
  8. docs: remove the recommendation to optionally auth redis for secrets …

    …mgmnt (#18455)
    
    Signed-off-by: Tim Collins <tim@thecollins.team>
    tico24 authored May 30, 2024
    Configuration menu
    Copy the full SHA
    7acd9f0 View commit details
    Browse the repository at this point in the history
  9. chore: add pipekit to argocd USERS (#18457)

    * chore: add pipekit to argocd USERS
    
    Signed-off-by: Tim Collins <tim@thecollins.team>
    
    * Trigger Build
    
    Signed-off-by: Tim Collins <tim@thecollins.team>
    
    ---------
    
    Signed-off-by: Tim Collins <tim@thecollins.team>
    tico24 authored May 30, 2024
    Configuration menu
    Copy the full SHA
    1450f10 View commit details
    Browse the repository at this point in the history
  10. Revert "feat(server): log app Spec along with event (#16416)" (#18458)

    This reverts commit 820f4d8.
    
    Signed-off-by: jannfis <jann@mistrust.net>
    jannfis authored May 30, 2024
    Configuration menu
    Copy the full SHA
    ef37b39 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. chore(deps): bump foundation-sites from 6.7.5 to 6.8.1 in /ui (#18462)

    Bumps [foundation-sites](https://github.com/foundation/foundation-sites) from 6.7.5 to 6.8.1.
    - [Release notes](https://github.com/foundation/foundation-sites/releases)
    - [Commits](foundation/foundation-sites@v6.7.5...v6.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: foundation-sites
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 31, 2024
    Configuration menu
    Copy the full SHA
    4fda009 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. fix: Update braces package to 3.0.3 (#18459)

    Signed-off-by: Keith Chong <kykchong@redhat.com>
    keithchong authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    85ed1b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore: use redis secret when running locally (#18489)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2639c59 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. chore(deps): bump library/busybox in /test/e2e/multiarch-container (#…

    …18492)
    
    Bumps library/busybox from `5eef5ed` to `9ae97d3`.
    
    ---
    updated-dependencies:
    - dependency-name: library/busybox
      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] authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1f0c658 View commit details
    Browse the repository at this point in the history
  2. docs: fix indentation (#18494)

    Signed-off-by: Mathieu Parent <math.parent@gmail.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    sathieu and pasha-codefresh authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d90cfaf View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 20.12.13 to 20.14.1 in /ui-test (

    #18493)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.13 to 20.14.1.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d959a68 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump @types/selenium-webdriver in /ui-test (#18476)

    Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.1.22 to 4.1.23.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/selenium-webdriver"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c1960b5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump chromedriver from 125.0.2 to 125.0.3 in /ui-test (#…

    …18477)
    
    Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 125.0.2 to 125.0.3.
    - [Commits](giggio/node-chromedriver@125.0.2...125.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: chromedriver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6f43b68 View commit details
    Browse the repository at this point in the history
  6. [Bot] docs: Update Snyk reports (#18471)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    Co-authored-by: pasha-codefresh <pavel@codefresh.io>
    3 people authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f19825e View commit details
    Browse the repository at this point in the history
  7. feat: argocd cli support fish completion (#18484)

    * feat: argocd cli support fish completion
    
    Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
    
    * fix: update user doc for argocd fish completion
    
    Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
    
    ---------
    
    Signed-off-by: Sn0rt <wangguohao.2009@gmail.com>
    Sn0rt authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c99fd49 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix: prevent preview changes sync (#18400)

    Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
    yyzxw authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3703a1e View commit details
    Browse the repository at this point in the history
  2. chore: allow override of default e2e test args (#18415)

    Signed-off-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
    aslafy-z authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    69e82cc View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#…

    …18504)
    
    * chore(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
    
    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.1.0 to 6.0.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@5742e2a...286f3b1)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump goreleaser version
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    dependabot[bot] and crenshaw-dev authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    05576fd View commit details
    Browse the repository at this point in the history
  4. Update ingress.md (#18491)

    #16611
    
    Signed-off-by: bhargav joshi <bhargav.joshi@gmail.com>
    zencircle authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ea909fe View commit details
    Browse the repository at this point in the history
  5. feat: Consistent hashing with bounded loads algorithm for sharding (#…

    …16564)
    
    * Adds consistent hashing with bound loads sharding algorithm
    
    Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
    
    * Make the assignement consistent accross all clusters
    - The assignment or running of the algorithm has to be consistent across all the clusters. Changed the function to return a map where the consistent hash will be used to build the map
    
    - Modifications to the createConsistentHashsingWithBoundLoads function. This will create the map for cluster to shard. Note that the list must be consistent across all shards so that is why the cluster list must be sorted before going through the consistent hash algorithm
    
    Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
    
    * Extracting constant and simplifying boolean expression
    
    Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
    
    * Update docs: consistent-hashing sharding algorithm
    
    Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
    
    ---------
    
    Signed-off-by: Akram Ben Aissi <akram.benaissi@gmail.com>
    akram authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    75cd97d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71e1f30 View commit details
    Browse the repository at this point in the history
  7. docs: proposal for enhancing scoped repository credentials (#18290)

    * docs: proposal for enhancing scoped repository credentials
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: flesh out section on project matching
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: scope down proposal
    
    For the sake of time and simplicity, we will not do any modifications
    of `repo-creds` secrets for this proposal.
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: added feedback
    
    Feedback from contributors' meeting, part one.
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: modification date
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: remove use cases
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: spec update
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: clarify backward-compatability
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * chore: further clarification of backwards compatibility
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * Update docs/proposals/project-scoped-repository-enhancements.md
    
    Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * Update docs/proposals/project-scoped-repository-enhancements.md
    
    Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * Update docs/proposals/project-scoped-repository-enhancements.md
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * chore: behavior in line with current impl
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: add reviewers
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * Update docs/proposals/project-scoped-repository-enhancements.md
    
    Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    ---------
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
    Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    3 people authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    175d7ee View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. feat: changes git client to resolve semantic versioning tags (#17566)

    * feat: changes git client to resolve semantic versioning tags
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * docs: update documentation
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * feat: simplify `resolveSemverRevision` method
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * chore: add two more test cases
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * chore: update `resolveSemverRevision` behavior
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * chore: add end to end test
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * chore: fix end to end test
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    * chore: improve semver constraint e2e testing
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    
    ---------
    
    Signed-off-by: Pablo Aguilar <pablo.aguilar@outlook.com.br>
    thepabloaguilar authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e54e45e View commit details
    Browse the repository at this point in the history
  2. Move code around to fix commit attribution. (#18515)

    Signed-off-by: Paul Larsen <pnvlarsen@gmail.com>
    PaulSonOfLars authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    92b22fd View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/node from 20.14.1 to 20.14.2 in /ui-test (

    …#18519)
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.1 to 20.14.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    240c008 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump bitnami/kubectl in /test/container (#18517)

    Bumps bitnami/kubectl from `0aef4af` to `cdca6c1`.
    
    ---
    updated-dependencies:
    - dependency-name: bitnami/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    362b821 View commit details
    Browse the repository at this point in the history
  5. docs: update notifications troubleshooting-errors doc with custom sec…

    …ret (#18490)
    
    * Update troubleshooting-errors with custom secret 
    
    Adding section for a custom secret
    
    Signed-off-by: Nicholas Hawkes <hawkesn@gmail.com>
    
    * Update troubleshooting-errors.md
    
    Signed-off-by: Nicholas Hawkes <hawkesn@gmail.com>
    
    ---------
    
    Signed-off-by: Nicholas Hawkes <hawkesn@gmail.com>
    hawkesn authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    60cdd7d View commit details
    Browse the repository at this point in the history
  6. Merge pull request from GHSA-87p9-x75h-p4j2

    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    blakepettersson authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    256d901 View commit details
    Browse the repository at this point in the history
  7. Merge pull request from GHSA-3cqf-953p-h5cp

    * fix: prevent enumerating by cluster name, return exact error for case when cluster exists and not
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix: prevent cluster enumeration by name
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix: prevent cluster enumeration by name
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix linter and add unit test
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix linter and add unit test
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix linter and add unit test
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix linter and add unit test
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    * fix linter and add unit test
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    
    ---------
    
    Signed-off-by: pashakostohrys <pavel@codefresh.io>
    pasha-codefresh authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c264705 View commit details
    Browse the repository at this point in the history
  8. fix(applicationset): prevent applicationset progressive sync from sta…

    …lling in pending (#17296)
    
    * fix(applicationset): prevent applicationset progressive sync from stalling in pending
    
    Signed-off-by: wparr-circle <william.parr@circle.com>
    
    * chore: remove out of date misleading comment
    
    Signed-off-by: William Parr <william.parr@circle.com>
    
    * chore: add reflect package removed by merge
    
    Signed-off-by: wparr-circle <william.parr@circle.com>
    
    ---------
    
    Signed-off-by: wparr-circle <william.parr@circle.com>
    Signed-off-by: William Parr <william.parr@circle.com>
    wparr-circle authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8107303 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2077688 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: github.com/cloudflare/circl High CVE (#18538)

    Signed-off-by: Justin Marquis <justin@akuity.io>
    34fathombelow authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d2fddb8 View commit details
    Browse the repository at this point in the history
  2. chore: bump go version to 1.22.4 (#18539)

    Signed-off-by: Justin Marquis <justin@akuity.io>
    34fathombelow authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    37238ab View commit details
    Browse the repository at this point in the history
  3. fix(ci): run codegen for docs changes (#18536)

    * fix(ci): run codegen for docs changes
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * test docs change
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    * revert test change
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
    crenshaw-dev and blakepettersson authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c4756c5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): upgrade helm to 5.4.2 (#18556)

    Signed-off-by: Justin Marquis <justin@akuity.io>
    34fathombelow authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    50745f0 View commit details
    Browse the repository at this point in the history
  5. chore: enable len and empty rules from testifylint linter (#18516)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    44b8dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. feat: project-scoped repository credential improvements (#18388)

    * feat: project-scoped repo cred improvements
    
    Implementation of #18290
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * fix: missed a test
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * wip project key changes
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * test: update mocks
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * test: fix tests
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * fix: equivalence even if project is empty
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * fix: wip delete
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * refactor: remove repositorydb
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * chore: improve logging
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * fix: pass project to getrepository
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * test: fix failing test
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * fix: compare with project secret instead of app secret
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * fix: get repository needs same logic as delete
    
    Need to update the spec accordingly.
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * feat: add project flag to repo rm command
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * docs: make codegen
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * test: fix failing test
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * test: more failing tests
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * chore: minor cleanups
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * chore: propagate project from ui
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * test: add new test cases
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * chore: code review, improve formulation
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    * refactor: address cr feedback
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    
    ---------
    
    Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
    Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
    blakepettersson and alexmt authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    4fd478b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. [Bot] docs: Update Snyk reports (#18561)

    Signed-off-by: CI <ci@argoproj.com>
    Co-authored-by: CI <ci@argoproj.com>
    github-actions[bot] and CI authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1d83e65 View commit details
    Browse the repository at this point in the history
  2. chore: enable goimports linter (#18564)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    33df2ce View commit details
    Browse the repository at this point in the history
  3. chore: enable errorlint linter on pkg folder (#18563)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0d153ef View commit details
    Browse the repository at this point in the history
  4. chore: enable error-nil rule from testifylint linter (#18544)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    32519c7 View commit details
    Browse the repository at this point in the history
  5. fix: sonar scanner #18513 (#18559)

    * fix: sonar scanning
    
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    
    * updating action to use sha
    
    Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: rumstead <37445536+rumstead@users.noreply.github.com>
    Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    rumstead and crenshaw-dev authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2547abc View commit details
    Browse the repository at this point in the history
  6. fix: InferenceService healthy condition change (#18340)

    * fix: InferenceService healthy condition change
    
    With Kerver upgrade to v12.0, Inference graphs and Inference Services can be deployed in raw mode that reduces overall resources that gets created.
    Several knative resource dependency has been reduced. There by reduces the number of conditions in the status field as well.
    
    Signed-off-by: Mopuri, Bharath <bharath_mopuri@intuit.com>
    
    * fix: addressed code review comments
    
    Protected new changes with a specific kserve v12 onwards Rawdeployment mode while keeping the existing resource checks as is.
    
    Signed-off-by: Mopuri, Bharath <bharath_mopuri@intuit.com>
    
    * Update resource_customizations/serving.kserve.io/InferenceService/health.lua
    
    Co-authored-by: Rachit Chauhan <rachitchauhan43@gmail.com>
    Signed-off-by: bmopuri <bharath.mopuri@gmail.com>
    
    ---------
    
    Signed-off-by: Mopuri, Bharath <bharath_mopuri@intuit.com>
    Signed-off-by: bmopuri <bharath.mopuri@gmail.com>
    Co-authored-by: Mopuri, Bharath <bharath_mopuri@intuit.com>
    Co-authored-by: Rachit Chauhan <rachitchauhan43@gmail.com>
    3 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    45d6842 View commit details
    Browse the repository at this point in the history
  7. chore(deps): upgrade haproxy to 2.6.17-alpine (#18574)

    Signed-off-by: Justin Marquis <justin@akuity.io>
    34fathombelow authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    020881a View commit details
    Browse the repository at this point in the history
  8. chore(ci): ignore test files from sonar monitoring (#18573)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    879cc60 View commit details
    Browse the repository at this point in the history
  9. chore: enable errorlint linter on cmd folder (#18578)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    772c316 View commit details
    Browse the repository at this point in the history
  10. chore: enable expected-actual rule from testifylint linter (#18575)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4a01f8a View commit details
    Browse the repository at this point in the history
  11. chore: add sonar-project.properties to cd in CODEOWNERS (#18577)

    Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
    crenshaw-dev authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d8c8300 View commit details
    Browse the repository at this point in the history
  12. feat(application-controller): Add support for rollback multi-source a…

    …pplications (#14124)
    
    * feat(application-controller): Add support for rollback multi-source applications
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * regenerate codegen after rebase
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * fix tests
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * fix front linting
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * update test
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * update codegen
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * Update server/application/application.go
    
    Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
    Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    
    * apply feedback
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * fix errors
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * add support for switching between single and multi
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * fix dereference issue
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * remove unnecesary code
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * Rebase master
    
    Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
    
    * fix style
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * fix reference
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * add a comment
    
    Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
    
    ---------
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
    Co-authored-by: Ishita Sequeira <46771830+ishitasequeira@users.noreply.github.com>
    JorTurFer and ishitasequeira authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0e531c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#18583)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@2cdde99...ca052bb)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    355ec75 View commit details
    Browse the repository at this point in the history
  2. chore: enable errorlint linter on util folder (#18588)

    Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
    mmorel-35 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d7e9922 View commit details
    Browse the repository at this point in the history