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

Refactor #32

Merged
merged 12 commits into from
Oct 11, 2024
Merged

Refactor #32

merged 12 commits into from
Oct 11, 2024

Conversation

sergi0g
Copy link
Owner

@sergi0g sergi0g commented Oct 11, 2024

Changes

  • Changed usage of HashMap to the more optimized FxHashMap from rustc-hash
  • Removed all functions operating on a single image. This allowed us to...
  • Added support for checking multiple (specific, not necessarily all) images with cup check <IMAGE_1> <IMAGE_2> <IMAGE_N>
  • Improved the get_updates function
  • Removed the verbose CLI option, as it wasn't implemented well
  • Better request parallelization
  • Added more comments to explain the code
  • Created a config validator
  • Fixed some logging glitches
  • Removed the CliOptions struct in favor of the new Config
  • Fixed a CSS bug in the frontend in light mode

@sergi0g sergi0g merged commit 88885aa into main Oct 11, 2024
3 of 4 checks passed
@sergi0g sergi0g deleted the refactor branch October 11, 2024 18:22
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.

1 participant