Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[#330] Add support for analyzing EC policies.#331

Merged
pjeli merged 16 commits intomasterfrom
pjeli-330
Nov 24, 2025
Merged

[#330] Add support for analyzing EC policies.#331
pjeli merged 16 commits intomasterfrom
pjeli-330

Conversation

@pjeli
Copy link
Collaborator

@pjeli pjeli commented Nov 23, 2025

Make sure you have checked all steps below.

GitHub Issue

Fixes #330

Checklist:

  • This pull request updates the documentation
  • This pull request changes the code
  • Title of the PR is of format (example) : [#25] Add Pull Request Template, where [#25] is the GitHub issue number

What is the purpose of this pull request?

How was this change validated?

Commit Guidelines

  • My commits all reference GH issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "How to write a good git commit message":
    1. Subject is separated from body by a blank line
    2. Subject is limited to 50 characters
    3. Subject does not end with a period
    4. Subject uses the imperative mood ("add", not "adding")
    5. Body wraps at 72 characters
    6. Body explains "what" and "why", not "how"

@codecov
Copy link

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.33%. Comparing base (d86eb0b) to head (7eaa5e0).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #331      +/-   ##
============================================
+ Coverage     74.32%   74.33%   +0.01%     
+ Complexity     1076     1073       -3     
============================================
  Files            56       56              
  Lines          7088     7087       -1     
  Branches        639      639              
============================================
  Hits           5268     5268              
+ Misses         1423     1422       -1     
  Partials        397      397              

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pjeli
Copy link
Collaborator Author

pjeli commented Nov 23, 2025

Diskspace consumed calls fixed. But we need to be able to see the EC policies in the histograms. I think the proper way to show this is in FileReplica type histograms. We can group them by flat replication factors and also any EC policies encountered in the scan.

@pjeli pjeli merged commit f45ad71 into master Nov 24, 2025
20 checks passed
@pjeli pjeli deleted the pjeli-330 branch November 24, 2025 19:24
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.

Add support for analyzing EC policies.

1 participant