Make Argo CD naming consistent#694
Make Argo CD naming consistent#694alexmt merged 2 commits intoargoproj:masterfrom TangramFlex:argo-cd-naming
Conversation
|
I've signed the CLA above, so I believe this PR is now ready for review. |
alexmt
left a comment
There was a problem hiding this comment.
Thank you for making this cleanup, @tedmiston ! The *.pb.go files are generated using make codegen command (upstream files are *.pb and https://github.com/argoproj/argo-cd/blob/master/pkg/apis/application/v1alpha1/types.go) but it is fine to make changes manually.
You've missed the only one autogenerated file: https://github.com/argoproj/argo-cd/blob/master/server/settings/settings.pb.go#L9
|
@alexmt Thank you for reviewing. I resolved the typo and also freshly rebased off of upstream master. Please let me know if any other revisions should be made. |
|
Can we hold off on this while we check with our guy in product marketing? I was a proponent of the single word ArgoCD syntax for SEO purposes. |
|
The single word for SEO makes sense. FWIW, it was me browsing your product site first and seeing [I'd also be happy to take this PR in the other direction if Sample Google query results:
|
|
Just wanted to touch base on this PR for canonicalizing the naming to see if any action is required on my end. |
I've been overruled. Argo CD will be the correct usage going forward and not ArgoCD. Once the conflicts are resolved, it should be good to go. |
|
Thanks for checking @jessesuen and approving @alexmt. I've rebased off master and resolved the conflicts. I believe this PR is good to go. |
Codecov Report
@@ Coverage Diff @@
## master #694 +/- ##
==========================================
+ Coverage 22.99% 23.38% +0.39%
==========================================
Files 42 42
Lines 6253 6349 +96
==========================================
+ Hits 1438 1485 +47
- Misses 4626 4668 +42
- Partials 189 196 +7
Continue to review full report at Codecov.
|
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
This small PR changes instances of
ArgoCDtoArgo CDthroughout the repo, and also fixes a few small typos.Note: There are a few *.pb.go that are generated and I believe should not have been edited, however I'm not sure where I should edit upstream from the generation process. Can you make a suggestion on that?
On the official Argo CD product page, docs, and throughout most of this repo, the name is spelled "Argo CD".