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

Improve DB upgrade #86

Merged
merged 4 commits into from
Nov 11, 2023
Merged

Improve DB upgrade #86

merged 4 commits into from
Nov 11, 2023

Conversation

Raymo111
Copy link
Member

Closes #58
Changes:

  • GUI and CLI prompts for upgrade through callback
  • Add CLI flag to bypass upgrade warning
  • Add set_version function to SQLiteBackend
  • Add graceful_quit function to GUI to stop logging before quits
  • Wrap all Freqlog init calls in try-except for graceful error logging
  • Refactor ConfirmDialog in GUI to use MessageBox instead of Dialog
  • Change bug TODOs into FIXMEs
  • Misc. bugfixes

Closes #58
Changes:
- GUI and CLI prompts for upgrade through callback
- Add CLI flag to bypass upgrade warning
- Add set_version function to SQLiteBackend
- Add graceful_quit function to GUI to stop logging before quits
- Wrap all Freqlog init calls in try-except for graceful error logging
- Refactor ConfirmDialog in GUI to use MessageBox instead of Dialog
- Change bug TODOs into FIXMEs
- Misc. bugfixes
Also fix pretty-printing errors in GUI
jdestgermain
jdestgermain previously approved these changes Nov 11, 2023
@Raymo111 Raymo111 merged commit 8e4641a into master Nov 11, 2023
@Raymo111 Raymo111 deleted the warn-on-db-upgrade branch November 11, 2023 22:08
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.

Implement warning/confirmation for db upgrade for both CLI and GUI
2 participants