-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Apr 17, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2031a07 - Browse repository at this point
Copy the full SHA 2031a07View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1c6b6eb - Browse repository at this point
Copy the full SHA 1c6b6ebView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for db615ed - Browse repository at this point
Copy the full SHA db615edView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b867c9e - Browse repository at this point
Copy the full SHA b867c9eView commit details -
fix: invalid revision in re-used manifest cache (#17874)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f91179f - Browse repository at this point
Copy the full SHA f91179fView commit details
Commits on Apr 18, 2024
-
fix(api): respect all allowed audiences, regardless of check order (#…
…17876) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 852f744 - Browse repository at this point
Copy the full SHA 852f744View commit details -
Add Pipedrive. Signed-off-by: Ragnar Paide <16119863+ragnarpa@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee02027 - Browse repository at this point
Copy the full SHA ee02027View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1cffa15 - Browse repository at this point
Copy the full SHA 1cffa15View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1f8acf4 - Browse repository at this point
Copy the full SHA 1f8acf4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1e35e68 - Browse repository at this point
Copy the full SHA 1e35e68View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b8b4b51 - Browse repository at this point
Copy the full SHA b8b4b51View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 73d341a - Browse repository at this point
Copy the full SHA 73d341aView commit details -
Signed-off-by: Reed Palmer <81371878+Palmer-Reed-bah@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a46e8c - Browse repository at this point
Copy the full SHA 3a46e8cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 33f5714 - Browse repository at this point
Copy the full SHA 33f5714View commit details
Commits on Apr 19, 2024
-
remove mention of beta state from apps-in-any-namespace doc (#17896)
Signed-off-by: ishitasequeira <ishiseq29@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4f6a8dc - Browse repository at this point
Copy the full SHA 4f6a8dcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ba2e6ac - Browse repository at this point
Copy the full SHA ba2e6acView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cb32a14 - Browse repository at this point
Copy the full SHA cb32a14View commit details
Commits on Apr 22, 2024
-
[Bot] docs: Update Snyk reports (#17912)
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com>
Configuration menu - View commit details
-
Copy full SHA for 3e4d12c - Browse repository at this point
Copy the full SHA 3e4d12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e04f5 - Browse repository at this point
Copy the full SHA 85e04f5View commit details -
chore(deps): bump actions/*-artifact (#17923)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3f55dd - Browse repository at this point
Copy the full SHA f3f55ddView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 50cec22 - Browse repository at this point
Copy the full SHA 50cec22View commit details -
Signed-off-by: emirot <nolan.emirot@workday.com> Co-authored-by: emirot <nolan.emirot@workday.com>
Configuration menu - View commit details
-
Copy full SHA for 67e6c6c - Browse repository at this point
Copy the full SHA 67e6c6cView commit details
Commits on Apr 23, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 77c27c3 - Browse repository at this point
Copy the full SHA 77c27c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 56a0da8 - Browse repository at this point
Copy the full SHA 56a0da8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 589da83 - Browse repository at this point
Copy the full SHA 589da83View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dec655c - Browse repository at this point
Copy the full SHA dec655cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4f40c3e - Browse repository at this point
Copy the full SHA 4f40c3eView commit details -
docs: Mention configmap to enable new git file globbing by name (#17936)
Signed-off-by: Christian Ciach <christian.ciach@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 634645f - Browse repository at this point
Copy the full SHA 634645fView commit details -
docs: Add AlphaSense to USERS.md (#17942)
Mention AlphaSense as a user. Signed-off-by: Jakub Ciolek <jakub@ciolek.dev>
Configuration menu - View commit details
-
Copy full SHA for 56b796d - Browse repository at this point
Copy the full SHA 56b796dView commit details -
fix: Add Sources tab to show all sources of a multi-source app (#17939)
Signed-off-by: Keith Chong <kykchong@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 719dc83 - Browse repository at this point
Copy the full SHA 719dc83View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1eec8eb - Browse repository at this point
Copy the full SHA 1eec8ebView commit details
Commits on Apr 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for fcdaee9 - Browse repository at this point
Copy the full SHA fcdaee9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2dbe5c1 - Browse repository at this point
Copy the full SHA 2dbe5c1View commit details
Commits on Apr 25, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for b19a0d0 - Browse repository at this point
Copy the full SHA b19a0d0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6d3abb3 - Browse repository at this point
Copy the full SHA 6d3abb3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0f11dfb - Browse repository at this point
Copy the full SHA 0f11dfbView commit details
Commits on Apr 26, 2024
-
feat: Add width change and full revision display for badge (#17502)
Signed-off-by: Cyril Houdellier <cyril.houdellier@amadeus.com>
Configuration menu - View commit details
-
Copy full SHA for badac51 - Browse repository at this point
Copy the full SHA badac51View commit details -
chore:change file name for readthedocs compatibility (#17978)
Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for 334d5c5 - Browse repository at this point
Copy the full SHA 334d5c5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e230605 - Browse repository at this point
Copy the full SHA e230605View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 57431b2 - Browse repository at this point
Copy the full SHA 57431b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e796e - Browse repository at this point
Copy the full SHA 96e796eView commit details -
Fix post-delete finalizer in appset (#18003)
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 575575a - Browse repository at this point
Copy the full SHA 575575aView commit details
Commits on Apr 28, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5baba93 - Browse repository at this point
Copy the full SHA 5baba93View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e6200ca - Browse repository at this point
Copy the full SHA e6200caView commit details
Commits on Apr 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for c204f24 - Browse repository at this point
Copy the full SHA c204f24View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 7581c20 - Browse repository at this point
Copy the full SHA 7581c20View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 17cca81 - Browse repository at this point
Copy the full SHA 17cca81View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2a05ae0 - Browse repository at this point
Copy the full SHA 2a05ae0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c38c8a9 - Browse repository at this point
Copy the full SHA c38c8a9View commit details
Commits on Apr 30, 2024
-
Document units for argocd_app_reconcile (#18018)
Signed-off-by: Radon Rosborough <rrosborough@plaid.com>
Configuration menu - View commit details
-
Copy full SHA for ba15569 - Browse repository at this point
Copy the full SHA ba15569View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 737f742 - Browse repository at this point
Copy the full SHA 737f742View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7003d06 - Browse repository at this point
Copy the full SHA 7003d06View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ba2ea25 - Browse repository at this point
Copy the full SHA ba2ea25View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1e6ca4d - Browse repository at this point
Copy the full SHA 1e6ca4dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a63068d - Browse repository at this point
Copy the full SHA a63068dView commit details
Commits on May 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for ca75b60 - Browse repository at this point
Copy the full SHA ca75b60View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3ab8e26 - Browse repository at this point
Copy the full SHA 3ab8e26View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b738f1f - Browse repository at this point
Copy the full SHA b738f1fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5002773 - Browse repository at this point
Copy the full SHA 5002773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 220dee0 - Browse repository at this point
Copy the full SHA 220dee0View commit details
Commits on May 2, 2024
-
docs: use compliant name in Generators-List.md (#18062)
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4c096ed - Browse repository at this point
Copy the full SHA 4c096edView commit details
Commits on May 3, 2024
-
typo in docs: managment -> management Signed-off-by: David Costa <david@zarel.net>
Configuration menu - View commit details
-
Copy full SHA for 8e66b3e - Browse repository at this point
Copy the full SHA 8e66b3eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ec09937 - Browse repository at this point
Copy the full SHA ec09937View commit details -
feat(paths): Add support for glob patterns (#18055)
as per #17825 Signed-off-by: Andrew Jeffree <andrew@jeffree.id.au>
Configuration menu - View commit details
-
Copy full SHA for a2a0360 - Browse repository at this point
Copy the full SHA a2a0360View commit details
Commits on May 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8aa88b6 - Browse repository at this point
Copy the full SHA 8aa88b6View commit details
Commits on May 7, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 37c813b - Browse repository at this point
Copy the full SHA 37c813bView commit details -
[Bot] docs: Update Snyk reports (#18080)
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com>
Configuration menu - View commit details
-
Copy full SHA for 5c175e3 - Browse repository at this point
Copy the full SHA 5c175e3View commit details -
fix(ui): respect Application destination.name in cluster summary calc…
…ulation (#18081) Signed-off-by: daftping <21245083+daftping@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5c0e09 - Browse repository at this point
Copy the full SHA e5c0e09View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b0a3433 - Browse repository at this point
Copy the full SHA b0a3433View commit details -
doca: Update argocd_architecture image (#18073)
Signed-off-by: ystkfujii <ystk.fujii0731@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13506ad - Browse repository at this point
Copy the full SHA 13506adView commit details -
chore(deps): bump Ubuntu from 22.04 to 24.04 (#17973) (#18093)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 414be63 - Browse repository at this point
Copy the full SHA 414be63View commit details -
typo on Cluster Generator doc (#18110)
Signed-off-by: João Estrela <jestrela@barracuda.com>
Configuration menu - View commit details
-
Copy full SHA for 05d10c8 - Browse repository at this point
Copy the full SHA 05d10c8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fe6bcc1 - Browse repository at this point
Copy the full SHA fe6bcc1View commit details -
docs: document go-based health checks (#18117)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c1787cf - Browse repository at this point
Copy the full SHA c1787cfView commit details -
Docs: Clarify that we don't actually follow semver (#18111)
Signed-off-by: Dan Garfield <dan@codefresh.io>
Configuration menu - View commit details
-
Copy full SHA for 82db166 - Browse repository at this point
Copy the full SHA 82db166View commit details -
Update ingress.md to work wirth traefik 3.0 (#18103)
Signed-off-by: pgumpoldsberger <60177408+pgumpoldsberger@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20fada8 - Browse repository at this point
Copy the full SHA 20fada8View commit details
Commits on May 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2727aec - Browse repository at this point
Copy the full SHA 2727aecView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ef96dec - Browse repository at this point
Copy the full SHA ef96decView commit details -
chore(ui-dev): migrate
tslint
toeslint
(#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>
Configuration menu - View commit details
-
Copy full SHA for 7945b26 - Browse repository at this point
Copy the full SHA 7945b26View commit details -
feat: implement keda health-checks (#16715)
Signed-off-by: parmou <parveshmourya96@gmail.com> Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9bc9ff9 - Browse repository at this point
Copy the full SHA 9bc9ff9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1cd6fca - Browse repository at this point
Copy the full SHA 1cd6fcaView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 440fbac - Browse repository at this point
Copy the full SHA 440fbacView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2470552 - Browse repository at this point
Copy the full SHA 2470552View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0ca4f74 - Browse repository at this point
Copy the full SHA 0ca4f74View commit details -
chore(ci): fix release notes (#18132)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2605a98 - Browse repository at this point
Copy the full SHA 2605a98View commit details
Commits on May 9, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0a408a6 - Browse repository at this point
Copy the full SHA 0a408a6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bab0ee0 - Browse repository at this point
Copy the full SHA bab0ee0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f65399a - Browse repository at this point
Copy the full SHA f65399aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ebb92d8 - Browse repository at this point
Copy the full SHA ebb92d8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a89e358 - Browse repository at this point
Copy the full SHA a89e358View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 408295f - Browse repository at this point
Copy the full SHA 408295fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 13c7434 - Browse repository at this point
Copy the full SHA 13c7434View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e0e9dcf - Browse repository at this point
Copy the full SHA e0e9dcfView commit details -
fix: handle nil ParseableType from GVKParser (#18154)
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
Configuration menu - View commit details
-
Copy full SHA for 62d9838 - Browse repository at this point
Copy the full SHA 62d9838View commit details -
fix: Argo CD app is out of sync right after sync (#18155)
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5bb3c87 - Browse repository at this point
Copy the full SHA 5bb3c87View commit details -
docs: add Andgo Systems to users list (#18157)
Signed-off-by: Erik Frederiksen <rik.the.vik@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 968dc1a - Browse repository at this point
Copy the full SHA 968dc1aView commit details
Commits on May 10, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 653fc8d - Browse repository at this point
Copy the full SHA 653fc8dView commit details
Commits on May 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5849a06 - Browse repository at this point
Copy the full SHA 5849a06View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f4fd97d - Browse repository at this point
Copy the full SHA f4fd97dView commit details
Commits on May 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for df3bb3e - Browse repository at this point
Copy the full SHA df3bb3eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 971fc3e - Browse repository at this point
Copy the full SHA 971fc3eView commit details -
[Bot] docs: Update Snyk reports (#18171)
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com>
Configuration menu - View commit details
-
Copy full SHA for c3b89ca - Browse repository at this point
Copy the full SHA c3b89caView commit details
Commits on May 13, 2024
-
Fix logging hash with multiple sources (#18189)
Signed-off-by: onee-only <kimww0306@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8a0757e - Browse repository at this point
Copy the full SHA 8a0757eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4905911 - Browse repository at this point
Copy the full SHA 4905911View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4faad94 - Browse repository at this point
Copy the full SHA 4faad94View commit details -
chore: Add Verkada to ArgoCD users (#18199)
Signed-off-by: Andrii Korotkov <andrii.korotkov@verkada.com>
Configuration menu - View commit details
-
Copy full SHA for 532f5a8 - Browse repository at this point
Copy the full SHA 532f5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 710bb76 - Browse repository at this point
Copy the full SHA 710bb76View commit details
Commits on May 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2162aaf - Browse repository at this point
Copy the full SHA 2162aafView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 52e94fd - Browse repository at this point
Copy the full SHA 52e94fdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5729c61 - Browse repository at this point
Copy the full SHA 5729c61View commit details -
chore(deps): bump library/node from
64c46a6
tof9b4b4b
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>
Configuration menu - View commit details
-
Copy full SHA for f9f6749 - Browse repository at this point
Copy the full SHA f9f6749View commit details -
chore(deps): bump github/codeql-action bundle to v2.17.2 (#18150)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2abfafd - Browse repository at this point
Copy the full SHA 2abfafdView commit details -
chore: fix unit-tests (#18215)
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
Configuration menu - View commit details
-
Copy full SHA for 5ae342a - Browse repository at this point
Copy the full SHA 5ae342aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 346ae95 - Browse repository at this point
Copy the full SHA 346ae95View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 36ff5cf - Browse repository at this point
Copy the full SHA 36ff5cfView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3862aec - Browse repository at this point
Copy the full SHA 3862aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b89d6c - Browse repository at this point
Copy the full SHA 2b89d6cView commit details -
Bump gitops-engine-version (#18233)
Signed-off-by: hanzala <muhammadhanzala12@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2c5b973 - Browse repository at this point
Copy the full SHA 2c5b973View commit details
Commits on May 16, 2024
-
Signed-off-by: Malte Hviid-Magnussen <maltehviidmagnussen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5e58bac - Browse repository at this point
Copy the full SHA 5e58bacView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5e6ca70 - Browse repository at this point
Copy the full SHA 5e6ca70View commit details -
docs: expand appset post selector examples (#18257)
Signed-off-by: Nicholas Morey <nicholas@morey.tech>
Configuration menu - View commit details
-
Copy full SHA for c9c3c1d - Browse repository at this point
Copy the full SHA c9c3c1dView commit details
Commits on May 17, 2024
-
docs: update workflows readme (#18263)
Signed-off-by: Isaac Gaskin <isaac.gaskin@circle.com>
Configuration menu - View commit details
-
Copy full SHA for fe02d88 - Browse repository at this point
Copy the full SHA fe02d88View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 800cc5e - Browse repository at this point
Copy the full SHA 800cc5eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cd21752 - Browse repository at this point
Copy the full SHA cd21752View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e6ea861 - Browse repository at this point
Copy the full SHA e6ea861View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2e43af5 - Browse repository at this point
Copy the full SHA 2e43af5View commit details -
fix(reposerver): fix OCI repository matching (#17955)
Signed-off-by: Tomáš Novák <tomas.novak@bcas.cz>
Configuration menu - View commit details
-
Copy full SHA for 210f26a - Browse repository at this point
Copy the full SHA 210f26aView commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cf3e05 - Browse repository at this point
Copy the full SHA 8cf3e05View commit details
Commits on May 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 22993de - Browse repository at this point
Copy the full SHA 22993deView commit details -
add apiVersion so yaml applies properly in-cluster (#18282)
Signed-off-by: condaatje <condaatje@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 257b242 - Browse repository at this point
Copy the full SHA 257b242View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4d61974 - Browse repository at this point
Copy the full SHA 4d61974View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9c8d652 - Browse repository at this point
Copy the full SHA 9c8d652View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8480f5c - Browse repository at this point
Copy the full SHA 8480f5cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4f66669 - Browse repository at this point
Copy the full SHA 4f66669View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 95d37dc - Browse repository at this point
Copy the full SHA 95d37dcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3c19fdb - Browse repository at this point
Copy the full SHA 3c19fdbView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 90df1e6 - Browse repository at this point
Copy the full SHA 90df1e6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ddc8523 - Browse repository at this point
Copy the full SHA ddc8523View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for aa7f1c5 - Browse repository at this point
Copy the full SHA aa7f1c5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b447dcc - Browse repository at this point
Copy the full SHA b447dccView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d31b03 - Browse repository at this point
Copy the full SHA 5d31b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1135c1 - Browse repository at this point
Copy the full SHA d1135c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c754c8 - Browse repository at this point
Copy the full SHA 4c754c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b8ff5 - Browse repository at this point
Copy the full SHA 36b8ff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6374331 - Browse repository at this point
Copy the full SHA 6374331View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e34aa2f - Browse repository at this point
Copy the full SHA e34aa2fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for fda368b - Browse repository at this point
Copy the full SHA fda368bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 441367f - Browse repository at this point
Copy the full SHA 441367fView commit details -
Signed-off-by: Fluder-Paradyne <121793617+Fluder-Paradyne@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 43cb800 - Browse repository at this point
Copy the full SHA 43cb800View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e096817 - Browse repository at this point
Copy the full SHA e096817View commit details -
Configuration menu - View commit details
-
Copy full SHA for f138617 - Browse repository at this point
Copy the full SHA f138617View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2dd5cd8 - Browse repository at this point
Copy the full SHA 2dd5cd8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 13d5803 - Browse repository at this point
Copy the full SHA 13d5803View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8dff209 - Browse repository at this point
Copy the full SHA 8dff209View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 78e0fc4 - Browse repository at this point
Copy the full SHA 78e0fc4View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 1453dc4 - Browse repository at this point
Copy the full SHA 1453dc4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bc53266 - Browse repository at this point
Copy the full SHA bc53266View commit details
Commits on May 22, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 462c9ec - Browse repository at this point
Copy the full SHA 462c9ecView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6110581 - Browse repository at this point
Copy the full SHA 6110581View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4aa6269 - Browse repository at this point
Copy the full SHA 4aa6269View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0ec7f82 - Browse repository at this point
Copy the full SHA 0ec7f82View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for cef69c3 - Browse repository at this point
Copy the full SHA cef69c3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 96c2a95 - Browse repository at this point
Copy the full SHA 96c2a95View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for bd671e8 - Browse repository at this point
Copy the full SHA bd671e8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6a68b95 - Browse repository at this point
Copy the full SHA 6a68b95View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4606476 - Browse repository at this point
Copy the full SHA 4606476View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 59ce337 - Browse repository at this point
Copy the full SHA 59ce337View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ee9b38f - Browse repository at this point
Copy the full SHA ee9b38fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 00672a8 - Browse repository at this point
Copy the full SHA 00672a8View commit details -
removing strikeout as it was populating special character issue #14139 (
#14823) Signed-off-by: Rajesh Kriplani <rajesh.kriplani@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd14356 - Browse repository at this point
Copy the full SHA cd14356View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 22a3a68 - Browse repository at this point
Copy the full SHA 22a3a68View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8776cc1 - Browse repository at this point
Copy the full SHA 8776cc1View commit details -
[Bot] docs: Update Snyk reports (#18365)
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com>
Configuration menu - View commit details
-
Copy full SHA for 52acbd5 - Browse repository at this point
Copy the full SHA 52acbd5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d73eb8f - Browse repository at this point
Copy the full SHA d73eb8fView commit details
Commits on May 23, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 600737a - Browse repository at this point
Copy the full SHA 600737aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 37900ee - Browse repository at this point
Copy the full SHA 37900eeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9f27197 - Browse repository at this point
Copy the full SHA 9f27197View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 049900e - Browse repository at this point
Copy the full SHA 049900eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5452bf1 - Browse repository at this point
Copy the full SHA 5452bf1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 781261a - Browse repository at this point
Copy the full SHA 781261aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 45832ce - Browse repository at this point
Copy the full SHA 45832ceView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a95d595 - Browse repository at this point
Copy the full SHA a95d595View commit details -
fixes list generator cluster element (#18389)
Signed-off-by: Dan Garfield <dan@codefresh.io>
Configuration menu - View commit details
-
Copy full SHA for 97648ee - Browse repository at this point
Copy the full SHA 97648eeView commit details
Commits on May 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1432f11 - Browse repository at this point
Copy the full SHA 1432f11View commit details -
fix source ordering issue in manifest generation for multi-source app…
… while using manifests and diff commands (#18395)
Configuration menu - View commit details
-
Copy full SHA for d871b7f - Browse repository at this point
Copy the full SHA d871b7fView commit details
Commits on May 25, 2024
-
ci(lint): create .golangci.yaml (#18410)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd3c478 - Browse repository at this point
Copy the full SHA cd3c478View commit details
Commits on May 27, 2024
-
[Bot] docs: Update Snyk reports (#18413)
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com>
Configuration menu - View commit details
-
Copy full SHA for 8f02ec1 - Browse repository at this point
Copy the full SHA 8f02ec1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8a28279 - Browse repository at this point
Copy the full SHA 8a28279View commit details
Commits on May 28, 2024
-
fix: enable misspell linter (#18412)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9fe1dbf - Browse repository at this point
Copy the full SHA 9fe1dbfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dd3bb2b - Browse repository at this point
Copy the full SHA dd3bb2bView commit details
Commits on May 29, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 21b1514 - Browse repository at this point
Copy the full SHA 21b1514View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a36f50f - Browse repository at this point
Copy the full SHA a36f50fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ef9de40 - Browse repository at this point
Copy the full SHA ef9de40View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 55416ad - Browse repository at this point
Copy the full SHA 55416adView commit details
Commits on May 30, 2024
-
Replace argocd-redis-ha-haproxy in the istio documentation with argocd-redis. Signed-off-by: Huseyin Caliskan <14217365+sakirma@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d2fb08 - Browse repository at this point
Copy the full SHA 2d2fb08View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 807754c - Browse repository at this point
Copy the full SHA 807754cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ced9a4a - Browse repository at this point
Copy the full SHA ced9a4aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e3dff07 - Browse repository at this point
Copy the full SHA e3dff07View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4d8436b - Browse repository at this point
Copy the full SHA 4d8436bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1e2f598 - Browse repository at this point
Copy the full SHA 1e2f598View commit details -
feat: Kyriba is using ArgoCD (#18456)
Signed-off-by: Nabil BENDAFI <nabilbendafi@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ccf826 - Browse repository at this point
Copy the full SHA 7ccf826View commit details -
docs: remove the recommendation to optionally auth redis for secrets …
…mgmnt (#18455) Signed-off-by: Tim Collins <tim@thecollins.team>
Configuration menu - View commit details
-
Copy full SHA for 7acd9f0 - Browse repository at this point
Copy the full SHA 7acd9f0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1450f10 - Browse repository at this point
Copy the full SHA 1450f10View commit details -
Revert "feat(server): log app Spec along with event (#16416)" (#18458)
This reverts commit 820f4d8. Signed-off-by: jannfis <jann@mistrust.net>
Configuration menu - View commit details
-
Copy full SHA for ef37b39 - Browse repository at this point
Copy the full SHA ef37b39View commit details
Commits on May 31, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4fda009 - Browse repository at this point
Copy the full SHA 4fda009View commit details
Commits on Jun 2, 2024
-
fix: Update braces package to 3.0.3 (#18459)
Signed-off-by: Keith Chong <kykchong@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 85ed1b9 - Browse repository at this point
Copy the full SHA 85ed1b9View commit details
Commits on Jun 3, 2024
-
chore: use redis secret when running locally (#18489)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2639c59 - Browse repository at this point
Copy the full SHA 2639c59View commit details
Commits on Jun 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1f0c658 - Browse repository at this point
Copy the full SHA 1f0c658View commit details -
docs: fix indentation (#18494)
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Co-authored-by: pasha-codefresh <pavel@codefresh.io>
Configuration menu - View commit details
-
Copy full SHA for d90cfaf - Browse repository at this point
Copy the full SHA d90cfafView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d959a68 - Browse repository at this point
Copy the full SHA d959a68View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c1960b5 - Browse repository at this point
Copy the full SHA c1960b5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6f43b68 - Browse repository at this point
Copy the full SHA 6f43b68View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for f19825e - Browse repository at this point
Copy the full SHA f19825eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c99fd49 - Browse repository at this point
Copy the full SHA c99fd49View commit details
Commits on Jun 5, 2024
-
fix: prevent preview changes sync (#18400)
Signed-off-by: xiaowu.zhu <xiaowu.zhu@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for 3703a1e - Browse repository at this point
Copy the full SHA 3703a1eView commit details -
chore: allow override of default e2e test args (#18415)
Signed-off-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
Configuration menu - View commit details
-
Copy full SHA for 69e82cc - Browse repository at this point
Copy the full SHA 69e82ccView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 05576fd - Browse repository at this point
Copy the full SHA 05576fdView commit details -
#16611 Signed-off-by: bhargav joshi <bhargav.joshi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea909fe - Browse repository at this point
Copy the full SHA ea909feView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 75cd97d - Browse repository at this point
Copy the full SHA 75cd97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e1f30 - Browse repository at this point
Copy the full SHA 71e1f30View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 175d7ee - Browse repository at this point
Copy the full SHA 175d7eeView commit details
Commits on Jun 6, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for e54e45e - Browse repository at this point
Copy the full SHA e54e45eView commit details -
Move code around to fix commit attribution. (#18515)
Signed-off-by: Paul Larsen <pnvlarsen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 92b22fd - Browse repository at this point
Copy the full SHA 92b22fdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 240c008 - Browse repository at this point
Copy the full SHA 240c008View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 362b821 - Browse repository at this point
Copy the full SHA 362b821View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 60cdd7d - Browse repository at this point
Copy the full SHA 60cdd7dView commit details -
Merge pull request from GHSA-87p9-x75h-p4j2
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 256d901 - Browse repository at this point
Copy the full SHA 256d901View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c264705 - Browse repository at this point
Copy the full SHA c264705View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8107303 - Browse repository at this point
Copy the full SHA 8107303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2077688 - Browse repository at this point
Copy the full SHA 2077688View commit details
Commits on Jun 7, 2024
-
fix: github.com/cloudflare/circl High CVE (#18538)
Signed-off-by: Justin Marquis <justin@akuity.io>
Configuration menu - View commit details
-
Copy full SHA for d2fddb8 - Browse repository at this point
Copy the full SHA d2fddb8View commit details -
chore: bump go version to 1.22.4 (#18539)
Signed-off-by: Justin Marquis <justin@akuity.io>
Configuration menu - View commit details
-
Copy full SHA for 37238ab - Browse repository at this point
Copy the full SHA 37238abView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c4756c5 - Browse repository at this point
Copy the full SHA c4756c5View commit details -
chore(deps): upgrade helm to 5.4.2 (#18556)
Signed-off-by: Justin Marquis <justin@akuity.io>
Configuration menu - View commit details
-
Copy full SHA for 50745f0 - Browse repository at this point
Copy the full SHA 50745f0View commit details -
chore: enable len and empty rules from testifylint linter (#18516)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 44b8dc1 - Browse repository at this point
Copy the full SHA 44b8dc1View commit details
Commits on Jun 8, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4fd478b - Browse repository at this point
Copy the full SHA 4fd478bView commit details
Commits on Jun 10, 2024
-
[Bot] docs: Update Snyk reports (#18561)
Signed-off-by: CI <ci@argoproj.com> Co-authored-by: CI <ci@argoproj.com>
Configuration menu - View commit details
-
Copy full SHA for 1d83e65 - Browse repository at this point
Copy the full SHA 1d83e65View commit details -
chore: enable goimports linter (#18564)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33df2ce - Browse repository at this point
Copy the full SHA 33df2ceView commit details -
chore: enable errorlint linter on
pkg
folder (#18563)Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d153ef - Browse repository at this point
Copy the full SHA 0d153efView commit details -
chore: enable error-nil rule from testifylint linter (#18544)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 32519c7 - Browse repository at this point
Copy the full SHA 32519c7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2547abc - Browse repository at this point
Copy the full SHA 2547abcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 45d6842 - Browse repository at this point
Copy the full SHA 45d6842View commit details -
chore(deps): upgrade haproxy to 2.6.17-alpine (#18574)
Signed-off-by: Justin Marquis <justin@akuity.io>
Configuration menu - View commit details
-
Copy full SHA for 020881a - Browse repository at this point
Copy the full SHA 020881aView commit details -
chore(ci): ignore test files from sonar monitoring (#18573)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 879cc60 - Browse repository at this point
Copy the full SHA 879cc60View commit details -
chore: enable errorlint linter on
cmd
folder (#18578)Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 772c316 - Browse repository at this point
Copy the full SHA 772c316View commit details -
chore: enable expected-actual rule from testifylint linter (#18575)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4a01f8a - Browse repository at this point
Copy the full SHA 4a01f8aView commit details -
chore: add sonar-project.properties to cd in CODEOWNERS (#18577)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8c8300 - Browse repository at this point
Copy the full SHA d8c8300View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0e531c9 - Browse repository at this point
Copy the full SHA 0e531c9View commit details
Commits on Jun 11, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 355ec75 - Browse repository at this point
Copy the full SHA 355ec75View commit details -
chore: enable errorlint linter on util folder (#18588)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7e9922 - Browse repository at this point
Copy the full SHA d7e9922View commit details