Skip to content

Conversation

roi-codefresh
Copy link

Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • Optional. My organization is added to USERS.md.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).

rbreeze and others added 30 commits October 4, 2021 17:38
…ensions API (argoproj#7215)

* fix: Add error boundary around Extensions and change path where UI looks for extensions

Signed-off-by: Remington Breeze <remington@breeze.software>

* Add error message to error boundary

Signed-off-by: Remington Breeze <remington@breeze.software>
Signed-off-by: Jan-Otto Kröpke <joe@adorsys.de>
* docs: update v2.3+ roadmap

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

* Address reviewer notes: Add 'Merge Argo CD Image Updater into Argo CD' and 'Multi-tenancy improvements'

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* remove not existing repo

Signed-off-by: pashavictorovich <pavel@codefresh.io>

* fix test

Signed-off-by: pashavictorovich <pavel@codefresh.io>
…proj#7486)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix: Operation has completed with phase: Running

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
…estedAppOperation (argoproj#7501)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix: supporting OCI dependencies

Signed-off-by: Mohammad Yosefpor <myusefpur@gmail.com>

* chore: add org to USERS.md

Signed-off-by: Mohammad Yosefpor <myusefpur@gmail.com>

* fix(tests): remove invalid TestRepoPermission e2e test

Signed-off-by: Mohammad Yosefpor <myusefpur@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
…for ArgoCD deployments (argoproj#7722)

* Kuberenetes manifest to have new ssh known host keys for ArgoCD deployments

https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: smark88 <msarcevicz@influxdata.com>

* added to docs

Signed-off-by: smark88 <msarcevicz@influxdata.com>

* fix: regenerate manifests using 'make manifests'

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: Jesse Suen <jesse@akuity.io>
Signed-off-by: jomenxiao <jomenxiao@gmail.com>
* fix issue with keepalive

Signed-off-by: pashavictorovich <pavel@codefresh.io>

* empty commit

Signed-off-by: pashavictorovich <pavel@codefresh.io>
Signed-off-by: jannfis <jann@mistrust.net>
* fix: Resolve symlinked value files correctly

Signed-off-by: jannfis <jann@mistrust.net>

* fix: Resolve symlinked value files correctly

Signed-off-by: jannfis <jann@mistrust.net>
@codecov
Copy link

codecov bot commented Feb 6, 2022

Codecov Report

Merging #56 (944e1fd) into release-2.1 (fb25ff6) will increase coverage by 0.07%.
The diff coverage is 70.42%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-2.1      #56      +/-   ##
===============================================
+ Coverage        40.64%   40.71%   +0.07%     
===============================================
  Files              157      157              
  Lines            21353    21395      +42     
===============================================
+ Hits              8678     8711      +33     
- Misses           11437    11443       +6     
- Partials          1238     1241       +3     
Impacted Files Coverage Δ
pkg/apis/application/v1alpha1/cluster_constants.go 18.18% <0.00%> (ø)
server/application/application.go 24.75% <ø> (-0.13%) ⬇️
controller/appcontroller.go 52.73% <25.00%> (-0.22%) ⬇️
reposerver/repository/repository.go 62.77% <79.66%> (+0.87%) ⬆️
util/argo/argo.go 65.10% <100.00%> (+0.10%) ⬆️
util/settings/settings.go 47.15% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fb25ff6...944e1fd. Read the comment docs.

@roi-codefresh roi-codefresh merged commit 74ce1a8 into release-2.1 Feb 6, 2022
@roi-codefresh roi-codefresh deleted the CR-9236-sync-v2.1.10 branch February 6, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.