-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: improve configuration store initialization process #769
Merged
gabrielsantosphilips
merged 7 commits into
main
from
feature/speed-up-configuration-store-initialization
Nov 14, 2024
Merged
chore: improve configuration store initialization process #769
gabrielsantosphilips
merged 7 commits into
main
from
feature/speed-up-configuration-store-initialization
Nov 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 12 | 0 | 0.04s | |
✅ CPP | clang-format | 994 | 3 | 0 | 6.5s |
✅ DOCKERFILE | hadolint | 2 | 0 | 0.09s | |
✅ JSON | jsonlint | 9 | 0 | 0.13s | |
✅ JSON | prettier | 9 | 0 | 0 | 0.86s |
markdownlint | 6 | 0 | 4 | 1.72s | |
markdown-link-check | 6 | 1 | 99.8s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0.31s |
✅ REPOSITORY | checkov | yes | no | 20.03s | |
✅ REPOSITORY | git_diff | yes | no | 0.05s | |
✅ REPOSITORY | grype | yes | no | 16.96s | |
✅ REPOSITORY | ls-lint | yes | no | 0.07s | |
✅ REPOSITORY | secretlint | yes | no | 6.7s | |
✅ REPOSITORY | trivy | yes | no | 22.53s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.09s | |
✅ REPOSITORY | trufflehog | yes | no | 1.96s | |
lychee | 140 | 2 | 2.85s | ||
prettier | 23 | 1 | 1 | 1.27s | |
✅ YAML | v8r | 23 | 0 | 11.18s | |
✅ YAML | yamllint | 23 | 0 | 0.34s |
See detailed report in MegaLinter reports
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Quality Gate passedIssues Measures |
richardapeters
approved these changes
Nov 14, 2024
gabrielsantosphilips
deleted the
feature/speed-up-configuration-store-initialization
branch
November 14, 2024 15:02
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Instead of erasing the inactive sector during the recovery process, the flash region is now first checked to see if it has already been erased. If the region is already cleared, the erase step is skipped to improve efficiency and reduce unnecessary wear on the flash memory.