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

Store decrypted messages / replies in the DB #277

Merged
merged 3 commits into from
Mar 26, 2019

Conversation

heartsucker
Copy link
Contributor

Stores decrypted messages in the database. Pretty simple.

fixes #217
toward #263

@heartsucker heartsucker force-pushed the store-messages-in-db branch from a35c80f to d45b7f1 Compare March 19, 2019 22:19
@redshiftzero redshiftzero changed the title Store decrypted messages / replies in the SD Store decrypted messages / replies in the DB Mar 20, 2019
@heartsucker heartsucker force-pushed the store-messages-in-db branch from d45b7f1 to 57a13b8 Compare March 25, 2019 19:35
Copy link
Contributor

@redshiftzero redshiftzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks great! works as advertised (also discovered #282 when looking at this PR). some nits and comments inline mostly about making sure we keep comments accurate to prevent confusion

tests/test_message_sync.py Outdated Show resolved Hide resolved
tests/gui/test_widgets.py Outdated Show resolved Hide resolved
securedrop_client/storage.py Show resolved Hide resolved
tests/gui/test_widgets.py Outdated Show resolved Hide resolved
tests/gui/test_widgets.py Outdated Show resolved Hide resolved
tests/gui/test_widgets.py Outdated Show resolved Hide resolved
tests/gui/test_widgets.py Outdated Show resolved Hide resolved
tests/test_message_sync.py Outdated Show resolved Hide resolved
tests/test_message_sync.py Outdated Show resolved Hide resolved
@heartsucker heartsucker force-pushed the store-messages-in-db branch from 57a13b8 to 6675819 Compare March 26, 2019 16:00
Copy link
Contributor

@redshiftzero redshiftzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good now, thanks!

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.

Store messages/replies in the database in new content column
2 participants