Jrnl Bot
9b80d478c2
Updating changelog [ci skip]
2020-04-10 11:51:56 -07:00
Micah Jerome Ellison
a3a161376e
Keep skip_win directive for empty entry test that still stalls on Travis
2020-04-10 11:51:56 -07:00
Micah Jerome Ellison
923e0c25d5
Remove all skip_win directives now that Travis is not mangling newlines on Windows
2020-04-10 11:51:56 -07:00
Micah Jerome Ellison
738e4459ba
Prevent Travis from turning LF to CRLF in Windows
2020-04-10 11:51:56 -07:00
Jrnl Bot
6792397e9a
Updating changelog [ci skip]
2020-04-10 11:51:56 -07:00
MinchinWeb
2b605f8177
[DayOne] YAML export improvements ( #773 )
...
* [YAML Export] code style improvements
* [Dayone] Brings back extended Dayone attributes to YAML export
c.f. 7d3afd811b
reverse b8dbf84753
* [YAML Exporter] switch to f-strings
* [Black] apply black formatter to YAML Exporter
* Code fixes as per review
2020-04-10 11:51:56 -07:00
Jrnl Bot
fdcbf8abc4
Updating changelog [ci skip]
2020-04-10 11:51:56 -07:00
dbxnr
a5d993a9bb
Fix for unhandled exception
2020-04-10 11:51:56 -07:00
Jrnl Bot
fc6d8156cd
Updating changelog [ci skip]
2020-04-10 11:51:56 -07:00
Micah Jerome Ellison
373033a285
#790 - closing temp file before passing it to editor to prevent file locking issues in Windows
2020-04-10 11:51:56 -07:00
Jrnl Bot
1b64bb4a86
Updating changelog [ci skip]
2020-04-10 11:51:56 -07:00
Jonathan Wren
4d4321738e
small fixes for travis pipeline
2020-04-10 11:51:56 -07:00
Jrnl Bot
dc2d22b43e
Updating changelog [ci skip]
2020-04-10 11:51:56 -07:00
Jonathan Wren
84882c1d98
update deploy stage condition
2020-04-10 11:51:56 -07:00
Jonathan Wren
3fc3233a44
update changelog script to handle different scenarios ( #724 )
2020-04-10 11:51:56 -07:00
Jonathan Wren
e6a9a0e3cd
add script to generate changelog
2020-04-10 11:51:56 -07:00
Jonathan Wren
f92c789efe
fix conditional for deploy step
2020-04-10 11:51:56 -07:00
Jonathan Wren
bfa0cae289
update changelog generator settings to be less verbose, fix links
2020-04-10 11:51:56 -07:00
Jonathan Wren
fcd8a11ae8
use api token instead of username and pw for pypi
2020-04-10 11:51:56 -07:00
Jonathan Wren
6d53ed1d94
add config file for changelog generator
2020-04-10 11:51:56 -07:00
Jonathan Wren
3762c008a6
Update changelog in prep for auto changelog generator ( #724 )
...
Getting ready to implement the auto-changelog generator is easier if we
are caught up with the old changes. This was generated by running the
generator locally.
Co-authored-by: Micah Jerome Ellison <git@micahjero.me>
2020-04-10 11:51:56 -07:00
Jonathan Wren
fde2cc83b0
skip more windows tests
2020-04-10 11:51:56 -07:00
Jonathan Wren
7f919fd071
run black
2020-04-10 11:51:56 -07:00
Jonathan Wren
6a675791a2
skip another windows test
2020-04-10 11:51:56 -07:00
Jonathan Wren
72e87c15c9
whitespace changes
2020-04-10 11:51:56 -07:00
Jonathan Wren
6428a461b8
skip another windows test
2020-04-10 11:51:56 -07:00
Jonathan Wren
5f31e1ab39
remove broken test (windows can't handle emoji)
2020-04-10 11:51:56 -07:00
Jonathan Wren
4086573f9d
[ #766 ] Skip another broken windows test
2020-04-10 11:51:56 -07:00
Jonathan Wren
da55914ec3
[ #766 ] Skip the broken test on windows for now
2020-04-10 11:51:56 -07:00
Eshan
af6243c73d
Fix usage notes
...
Notes were correctly indented.
2020-04-10 11:51:56 -07:00
Jonathan Wren
968ae6ca98
Change stage so travis doesn't get confused about allowed failures
2020-04-10 11:51:56 -07:00
Jonathan Wren
5c0a2a236a
clarify build steps
2020-04-10 11:51:56 -07:00
Jonathan Wren
29af09f3c7
update lock file
2020-04-10 11:51:56 -07:00
Jonathan Wren
ca2a0e53c2
update black version
2020-04-10 11:51:56 -07:00
MinchinWeb
04f6154c93
Apply black formatter to code
...
[Travis] add a linting stage (via `black`)
[Travis] update as per code review
Remove "Lint" as separate stage; have `black` check the output rather
than run the re-formmater
2020-04-10 11:51:56 -07:00
Jonathan Wren
46c4c88231
( #770 ) run black formatter on codebase for standardization
2020-04-10 11:51:56 -07:00
Peter Schmidbauer
9664924096
Move all password handling to EncryptedJournal
...
This commit should greatly simplify all password handling logic. No passwords are stored in the config dict anymore. Only the Encrypted Journals have any password related logic. I also had to remove some password fields from the test files, which shows how dangerous the previous approach was. A slight code change could've leaked passwords to the config file. However, I had to change the install progress a little bit to make this work. It will now not ask you for a password right away but rather if you want to encrypt or not. Only if you reply 'y' will it ask you for the password later on.
2020-04-10 11:51:56 -07:00
Manuel Ebert
c8d59727eb
Explicitly write Version to file
...
Delay import of asteval
Use __version__.py instead of VERSION.txt
2020-04-10 11:51:56 -07:00
Jims
b8d43db558
Added case-insensitive searching of entry title and body
...
added search test
Renamed searching to contains. Made changes as per pull-request:
https://github.com/jrnl-org/jrnl/pull/740
2020-04-10 11:51:56 -07:00
Jesper Kjeldgaard
657eb8fcda
Fix merge conflict left-over
2020-04-10 11:51:56 -07:00
Jonathan Wren
abc6b53898
[ #739 ] Update tests so that 3.8 is not an allowed failure
2020-04-10 11:51:56 -07:00
Jonathan Wren
f68de27b2b
[ #739 ][ #747 ] update lock file
2020-04-10 11:51:56 -07:00
Jrnl Bot
35432f8c70
Incrementing version to v2.1.1
2020-04-10 11:51:56 -07:00
Jonathan Wren
eb16fe1130
[ #757 ] update mac python version test to match others
2020-04-10 11:51:56 -07:00
Jonathan Wren
f86fb18d5d
[ #757 ] Add fast finish option to travis
2020-04-10 11:51:56 -07:00
Jonathan Wren
d8967ae9d3
[ #757 ] update caching for ci
2020-04-10 11:51:56 -07:00
Jonathan Wren
3c6b8058ff
[ #757 ] Be explicit about python versio so travis doesn't get confused
2020-04-10 11:51:56 -07:00
Jonathan Wren
b349f5c477
[ #757 ] Group tests by python version
2020-04-10 11:51:56 -07:00
Jonathan Wren
52934a78e4
[ #757 ] Add more Mac tests for each Python version
2020-04-10 11:51:56 -07:00
Jonathan Wren
aa49dc3eb5
[ #757 ] Add more testing for Windows across multiple Python versions
2020-04-10 11:51:56 -07:00