argo-cd
argo-cd copied to clipboard
feat(server): Add maxPodLogsToRender setting (#9131)
This PR is adding the configurable maxPodLogsToRender
. This will allow the Argo-CD administrators to allow higher number of pods logs to be rendered in UI and avoid the rpc error: code = Unknown desc = Max pods to view logs are reached. Please provide more granular query.
error as described in the issue #9131.
Closes ISSUE #9131
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:
- [x] 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.
- [x] The title of the PR states what changed and the related issues number (used for the release note).
- [x] The title of the PR conforms to the Toolchain Guide
- [x] 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.
- [x] Does this PR require documentation updates?
- [x] I've updated documentation as required by this PR.
- [x] Optional. My organization is added to USERS.md.
- [x] I have signed off all my commits as required by DCO
- [x] I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
- [x] My build is green (troubleshooting builds).
- [ ] My new feature complies with the feature status guidelines.
- [x] I have added a brief description of why this PR is necessary and/or what this PR solves.
Please see Contribution FAQs if you have questions about your pull-request.
Codecov Report
Attention: Patch coverage is 14.28571%
with 18 lines
in your changes are missing coverage. Please review.
Project coverage is 49.40%. Comparing base (
05eea87
) to head (3a8d1df
). Report is 48 commits behind head on master.
:exclamation: Current head 3a8d1df differs from pull request most recent head 918b25c. Consider uploading reports for the commit 918b25c to get more accurate results
Files | Patch % | Lines |
---|---|---|
util/settings/settings.go | 0.00% | 14 Missing and 1 partial :warning: |
server/application/application.go | 50.00% | 2 Missing and 1 partial :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #14617 +/- ##
==========================================
- Coverage 49.44% 49.40% -0.05%
==========================================
Files 273 272 -1
Lines 48662 47994 -668
==========================================
- Hits 24063 23713 -350
+ Misses 22237 21930 -307
+ Partials 2362 2351 -11
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@leoluz I updated my PR base on your suggestion from the ArgoCD contributor meeting. Can you take a look?
Is there any progress? This will be my motivation to upgrade the ArgoCD version.
Is there any progress? This will be my motivation to upgrade the ArgoCD version.
The implementation is done. I'm waiting for review. @crenshaw-dev can you have a look?