jrnl/features
Micah Jerome Ellison c155bafa84
Notify user when config directory can't be created because there is already a file with the same name (#1134)
* Moving configuration values and methods from install.py to config.py -- everything is broken right now
* Using context to store config path - still lots broken
* Use mocks and context.config_path to store test configs - many tests still broken though
* Update changelog [ci skip]
* Fix jrnl --ls crash
* Fix crash when no editor configured
* Attempt to patch config path with test data - doesn't appear to be working
* Properly use patched config path and add config given to scenario that wasn't using it
* Fix copypasta
* Fix editor test that needed patched config and trapping for system exit
* Add exception and handling for when configuration directory is actually a file
* Remove extraneous comment
* Use more generic JrnlError with messaging switchboard
* Format code a bit nicer
* Remove unnecessary given in diagnostic test
* Ensure full error message is output
* Remove unnecessary whitespace characters
2021-01-02 15:19:44 -08:00
..
data Allow custom extensions when editing (for easier syntax highlighting) (#1139) 2021-01-02 13:23:15 -08:00
steps Notify user when config directory can't be created because there is already a file with the same name (#1134) 2021-01-02 15:19:44 -08:00
build.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
core.feature Comply with GPL by acknowledging all authors and including license info in each source file (#1121) 2020-12-19 22:28:22 -08:00
datetime.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
delete.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
encrypt.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
environment.py [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
file_storage.feature Allow custom extensions when editing (for easier syntax highlighting) (#1139) 2021-01-02 13:23:15 -08:00
format.feature Fix Unicode encoding failure in directory export when creating filenames from journal titles with certain characters (#1090) 2020-11-21 15:41:08 -08:00
import.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
multiple_journals.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
password.feature Fix keyring error handling (#1138) 2021-01-02 13:26:45 -08:00
search.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
star.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
tag.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
upgrade.feature [WIP] Lots of test refactoring (#1042) 2020-10-17 15:17:38 -07:00
write.feature Add ability to put --edit partly through a cli entry to move it to the editor (#1091) 2020-11-21 15:20:21 -08:00