Skip to content

Conversation

mayzhang2000
Copy link
Contributor

Note on DCO:

This is based on https://github.com/argoproj/argo-cd/pull/6265/files

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).

kshamajain99 and others added 10 commits May 23, 2021 15:08
Signed-off-by: kshamajain99 <kshamajain99@gmail.com>
Signed-off-by: kshamajain99 <kshamajain99@gmail.com>
Signed-off-by: kshamajain99 <kshamajain99@gmail.com>
…rver-may2

� Conflicts:
�	go.mod
�	go.sum
�	manifests/base/config/kustomization.yaml
�	manifests/ha/install.yaml
�	manifests/ha/namespace-install.yaml
�	manifests/install.yaml
�	manifests/namespace-install.yaml
�	reposerver/repository/repository.go
added e2e test cases

Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #6585 (b6f45f9) into master (0d4e40e) will decrease coverage by 0.14%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6585      +/-   ##
==========================================
- Coverage   41.46%   41.32%   -0.15%     
==========================================
  Files         161      163       +2     
  Lines       21726    21954     +228     
==========================================
+ Hits         9009     9072      +63     
- Misses      11450    11597     +147     
- Partials     1267     1285      +18     
Impacted Files Coverage Δ
reposerver/repository/repository.go 58.12% <17.54%> (-2.79%) ⬇️
cmpserver/plugin/config.go 29.16% <29.16%> (ø)
util/app/discovery/discovery.go 46.55% <32.43%> (-29.45%) ⬇️
cmpserver/plugin/plugin.go 35.93% <35.93%> (ø)
pkg/apis/application/v1alpha1/types.go 54.99% <0.00%> (-2.29%) ⬇️
cmd/argocd/commands/admin/app.go 30.50% <0.00%> (-0.40%) ⬇️
cmd/argocd/commands/app.go 0.53% <0.00%> (ø)
cmd/argocd/commands/projectwindows.go 0.00% <0.00%> (ø)
cmd/util/app.go 37.95% <0.00%> (+0.76%) ⬆️
... and 2 more

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 0d4e40e...b6f45f9. Read the comment docs.

Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
@mayzhang2000 mayzhang2000 marked this pull request as ready for review July 19, 2021 20:22
…rver-may3

� Conflicts:
�	Makefile
�	manifests/base/repo-server/argocd-repo-server-deployment.yaml
�	manifests/ha/install.yaml
�	manifests/ha/namespace-install.yaml
�	manifests/install.yaml
�	manifests/namespace-install.yaml
�	test/e2e/fixture/fixture.go
�	util/kube/kube.go
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
@mayzhang2000 mayzhang2000 changed the title Draft: Feat cmp server Feat: cmp server Oct 6, 2021
@harikrongali
Copy link

@jopit Please review

@jopit
Copy link
Contributor

jopit commented Oct 8, 2021

@harikrongali will do. I'm on vacation Mon, Tues and Wed next week, so the review likely won't be complete until after.

@jopit
Copy link
Contributor

jopit commented Oct 20, 2021

I'm still in the process of reviewing this PR, it's taking me longer than I thought.

…rver-may4

� Conflicts:
�	docs/user-guide/config-management-plugins.md
�	reposerver/repository/repository.go
…rver-may8

� Conflicts:
�	Procfile
�	common/common.go
�	go.mod
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
…nstants.

Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
… create an app with plugin.

Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
mayzhang2000 and others added 9 commits November 3, 2021 15:54
Remove calling ValidatePluginConfig during manifest generation.

Signed-off-by: May Zhang <may_zhang@intuit.com>
use json tag for PliginConfig struct.

Signed-off-by: May Zhang <may_zhang@intuit.com>
…step since it should be auto-detect.

Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
Signed-off-by: May Zhang <may_zhang@intuit.com>
avoid adding new CMP app source type
@mayzhang2000
Copy link
Contributor Author

Thank you @jopit @alexmt for your thorough code review!

Signed-off-by: May Zhang <may_zhang@intuit.com>
Copy link
Collaborator

@alexmt alexmt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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.

5 participants