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

Integrated changes #314

Merged
merged 403 commits into from
Mar 6, 2024
Merged

Integrated changes #314

merged 403 commits into from
Mar 6, 2024

Conversation

odudex
Copy link
Member

@odudex odudex commented Feb 9, 2024

This PR aims to check action tests coverage and prepare updates from last months for a new release.

tadeubas and others added 30 commits November 20, 2023 17:01
Refactor login and settings_page tests
Encryption load error now shows only one error message
won't try to encode huge QRs and blow RAM
* krux.pages.settings_page accesses singleton "store" instead of class "Store"
* krux.pages.settings_page explicitely calls store.save_settings() when exiting
* krux.settings.Store adds attribute ".dirty" boolean to track settings changes
* krux.settings.Store adds method ".update_file_location()" to delete old file
* krux.settings.Store.save_settings() method writes only if ".dirty" and file would be altered
* adds new tests and adjusts existing tests.
* krux.settings.Setting.set still calls store.set() but only for custom settings, it will call store.delete() for defaults -- to clean-up the store
* krux.settings.Store.get no longer builds-out the settings dictionary, works with a deepcopy instead
* krux.settings.Store.delete is used to remove default values and empty parent namespaces
* an all-defaults settings.json file will contain an empty dict "{}"
* adds new tests and adjusts existing tests.
qr_code_frame_calc branch: code review + tests
…efaults

Reduced settings writes without defaults
add script to create glyphs from pbm files
tadeubas and others added 28 commits March 1, 2024 17:38
Improve the scritps that generate fonts
Tiny seed 24 words page 0 now waits for button release
@odudex odudex merged commit 768e24b into develop Mar 6, 2024
7 checks passed
@odudex odudex deleted the integrated_changes branch March 20, 2024 12:38
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.

4 participants