Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Merge applicationset docs and examples #8955

Merged

Conversation

rishabh625
Copy link
Contributor

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

Related #8864
This PR copy's examples and documentation of applicationset into argocd, have changed text of documentation wherever required please review with extra attention as may have mistakes.

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #8955 (d9bd247) into master (8847a31) will increase coverage by 1.52%.
The diff coverage is 64.05%.

@@            Coverage Diff             @@
##           master    #8955      +/-   ##
==========================================
+ Coverage   43.40%   44.92%   +1.52%     
==========================================
  Files         186      212      +26     
  Lines       23373    25264    +1891     
==========================================
+ Hits        10145    11350    +1205     
- Misses      11779    12310     +531     
- Partials     1449     1604     +155     
Impacted Files Coverage Δ
applicationset/services/pull_request/fake.go 0.00% <0.00%> (ø)
applicationset/utils/createOrUpdate.go 0.00% <0.00%> (ø)
applicationset/utils/policy.go 0.00% <0.00%> (ø)
...is/applicationset/v1alpha1/applicationset_types.go 34.69% <ø> (ø)
reposerver/repository/repository.go 60.08% <ø> (+0.85%) ⬆️
applicationset/services/pull_request/github.go 14.00% <14.00%> (ø)
applicationset/generators/scm_provider.go 53.44% <53.44%> (ø)
applicationset/generators/pull_request.go 56.25% <56.25%> (ø)
...cationset/controllers/applicationset_controller.go 56.75% <56.75%> (ø)
applicationset/services/repo_service.go 57.14% <57.14%> (ø)
... and 21 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 e864652...d9bd247. Read the comment docs.

@rishabh625
Copy link
Contributor Author

@jannfis @alexmt @crenshaw-dev : Please 🙏 review this

Copy link
Collaborator

@crenshaw-dev crenshaw-dev left a comment

Choose a reason for hiding this comment

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

Overall, looks awesome!

A few top-level things:

  1. I see a few absolute links that could be changed to relative. I think you can find them all with a search for https://argo-cd.readthedocs.io.
  2. I'm getting an error on make serve-docs-local regarding the google_analytics config option.

@@ -0,0 +1,10 @@
https://1.2.3.4
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since we don't run docs linting in this repo, can we just delete this file?

Copy link
Contributor

Choose a reason for hiding this comment

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

is there future plans to do doc linting in this repo?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@dmolik we disabled it because it was extremely flaky, and the tool we were using wasn't flexible enough to configure away the flakiness.

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks!

docs/user-guide/application-set.md Outdated Show resolved Hide resolved
Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
…set to argocd,removed unused file

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
@rishabh625 rishabh625 force-pushed the merge-applicationset-docs-examples branch 2 times, most recently from 36d949d to dcff73e Compare April 1, 2022 08:26
Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
Copy link
Collaborator

@crenshaw-dev crenshaw-dev left a comment

Choose a reason for hiding this comment

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

lgtm!

@crenshaw-dev
Copy link
Collaborator

Will wait for one more review, since it's a big PR. :-)

@rishabh625
Copy link
Contributor Author

@jannfis @alexmt : can u plz take some time and review this?

Copy link
Member

@jannfis jannfis left a comment

Choose a reason for hiding this comment

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

LGTM as well! Thanks @rishabh625

@crenshaw-dev crenshaw-dev merged commit 86a646f into argoproj:master Apr 4, 2022
ashutosh16 pushed a commit to ashutosh16/argo-cd that referenced this pull request Apr 9, 2022
* feat: Migrate applicationset docs,examples into argocd

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* corrected applicationset binary name in manifest present in doc

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* corrected autogenerated file

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* Included gettimg started page, added relative lookup from applicationset to argocd,removed unused file

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* commiting michael suggestion of text

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
Signed-off-by: asingh51 <Ashutosh_Singh@intuit.com>
wojtekidd pushed a commit to wojtekidd/argo-cd that referenced this pull request Apr 25, 2022
* feat: Migrate applicationset docs,examples into argocd

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* corrected applicationset binary name in manifest present in doc

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* corrected autogenerated file

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* Included gettimg started page, added relative lookup from applicationset to argocd,removed unused file

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>

* commiting michael suggestion of text

Signed-off-by: rishabh625 <rishabhmishra625@gmail.com>
Signed-off-by: wojtekidd <wojtek.cichon@protonmail.com>
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.

None yet

4 participants