jrnl/tests/bdd/features
Jonathan Wren fcc8d8e3fa
Rework Encryption to enable future support of other encryption methods (#1602)
- initial pass through to rework encryption into separate module
- little more cleanup
- rename function, fix some linting issues
- more cleaning
- fix password bug in encryption
- fix linting issue
- more cleanup
- move prompt into prompt.py
- more cleanup
- update the upgrade process for new encryption classes
- general cleanup
- turn into enum instead of strings
- store status code so tests don't fail
- standardize the load and store methods in journals
- get rid of old PlainJournal class
- typing cleanup
- more cleanup
- format
- fix linting issue
- Fix obscure Windows line ending issue with decode
  See https://bugs.python.org/issue40863
- fix for python 3.11
- add more typing
- don't use class variables because that's not what we want
- fix more type hints
- jrnlv1 encryption doesn't support encryption anymore (it's deprecated)
- keep logic for password attemps inside the class that uses it
- take out old line of code
- add some more logging
- update logging statements
- clean up logging statements
- run linters
- fix typo
- Fix for new test from develop branch
  There was a new test added for re-encrypting a journal. This updates the
  refactor to match the old (previously untested) behavior of jrnl.

Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2022-11-19 13:39:39 -08:00
..
build.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
change_time.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
config_file.feature Fix bug for new --list --format options when no default journal is specified (#1621) 2022-10-22 15:35:16 -07:00
core.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
datetime.feature Suppress "Entry added" message if using default journal (#1561) 2022-08-27 12:33:44 -07:00
delete.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
encrypt.feature Rework Encryption to enable future support of other encryption methods (#1602) 2022-11-19 13:39:39 -08:00
file_storage.feature Suppress "Entry added" message if using default journal (#1561) 2022-08-27 12:33:44 -07:00
format.feature Fix bug for new --list --format options when no default journal is specified (#1621) 2022-10-22 15:35:16 -07:00
import.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
install.feature Add bdd tests for jrnl installation (#1513) 2022-06-25 12:47:05 -07:00
multiple_journals.feature Fix bug for new --list --format options when no default journal is specified (#1621) 2022-10-22 15:35:16 -07:00
override.feature Suppress "Entry added" message if using default journal (#1561) 2022-08-27 12:33:44 -07:00
password.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
search.feature Suppress "Entry added" message if using default journal (#1561) 2022-08-27 12:33:44 -07:00
star.feature Suppress "Entry added" message if using default journal (#1561) 2022-08-27 12:33:44 -07:00
tag.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
upgrade.feature Clean up copyright notices and version screen (#1553) 2022-08-21 14:17:35 -07:00
write.feature Suppress "Entry added" message if using default journal (#1561) 2022-08-27 12:33:44 -07:00