Skip to content

docs: Verify/review config descriptions #1960

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

Merged

Conversation

maria-robobug
Copy link
Collaborator

@maria-robobug maria-robobug commented Mar 12, 2025

  • Reviewed and modified descriptions.
  • Added some minor formatting.
  • Removed the "Key:" before every key name, seems redundant.

@maria-robobug maria-robobug changed the title Clio 989 config descriptions CLIO-989 - Verify/review config descriptions Mar 12, 2025
@maria-robobug maria-robobug changed the title CLIO-989 - Verify/review config descriptions docs: CLIO-989 - Verify/review config descriptions Mar 12, 2025
@kuznetsss
Copy link
Collaborator

@PeterChen13579, could you please bring these changes into code without updating the md file?

@kuznetsss
Copy link
Collaborator

@maria-robobug, could you please add a link to this file somewhere in docs?

@kuznetsss kuznetsss changed the title docs: CLIO-989 - Verify/review config descriptions docs: Verify/review config descriptions Mar 12, 2025
@kuznetsss kuznetsss self-requested a review March 12, 2025 15:17
@maria-robobug maria-robobug requested review from PeterChen13579 and kuznetsss and removed request for kuznetsss March 12, 2025 15:18
@maria-robobug
Copy link
Collaborator Author

@maria-robobug, could you please add a link to this file somewhere in docs?

@kuznetsss good point. I could reference it from the page below:
https://github.com/XRPLF/clio/blob/develop/docs/configure-clio.md

I'll update the PR shortly...

Copy link

codecov bot commented Mar 12, 2025

Codecov Report

Attention: Patch coverage is 62.92994% with 291 lines in your changes missing coverage. Please review.

Project coverage is 72.67%. Comparing base (427ba47) to head (945842f).
Report is 50 commits behind head on develop.

Files with missing lines Patch % Lines
src/etlng/ETLService.hpp 0.00% 84 Missing ⚠️
src/etlng/LoadBalancer.cpp 75.00% 24 Missing and 20 partials ⚠️
src/data/LedgerCache.cpp 0.00% 35 Missing ⚠️
src/etlng/Source.cpp 0.00% 16 Missing ⚠️
src/etlng/impl/SourceImpl.hpp 62.79% 4 Missing and 12 partials ⚠️
src/etl/ETLService.hpp 0.00% 14 Missing ⚠️
src/cluster/ClusterCommunicationService.cpp 86.90% 7 Missing and 4 partials ⚠️
src/app/ClioApplication.cpp 0.00% 9 Missing ⚠️
src/etlng/impl/ForwardingSource.cpp 79.54% 2 Missing and 7 partials ⚠️
src/web/ng/impl/HttpConnection.hpp 35.71% 8 Missing and 1 partial ⚠️
... and 14 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1960      +/-   ##
===========================================
- Coverage    72.71%   72.67%   -0.04%     
===========================================
  Files          333      354      +21     
  Lines        13525    14571    +1046     
  Branches      6881     7409     +528     
===========================================
+ Hits          9835    10590     +755     
- Misses        1785     1967     +182     
- Partials      1905     2014     +109     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@PeterChen13579 PeterChen13579 left a comment

Choose a reason for hiding this comment

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

Thanks for the review! 😃 Just one question

kuznetsss and others added 28 commits April 9, 2025 09:42
Implement snapshot import cmd
`clio_snapshot --server --grpc_server 0.0.0.0:12345 --path
<snapshot_path>`

Implement snapshot range cmd
`./clio_snapshot --range --path <snapshot_path>`

Add
LedgerHouses: It is responsible for reading/writing snapshot data
Server: Start grpc server and ws server
Fixes XRPLF#1980.

An SSL handshake was missing and WsConnection should be build from
stream not socket because in case SSL connection stream already
completed SSL handshake.
Fixes XRPLF#1988. Please review and commit clang-tidy fixes.

Co-authored-by: godexsoft <[email protected]>
@PeterChen13579 PeterChen13579 force-pushed the clio-989-config-descriptions branch from 07b13c8 to 945842f Compare April 9, 2025 16:42
@PeterChen13579 PeterChen13579 merged commit 4a5fee7 into XRPLF:develop Apr 9, 2025
11 checks passed
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