Commit graph

766 commits

Author SHA1 Message Date
Jonathan Wren
1bbf074fe9
Merge pull request #660 from etnnth/yaml-version
Change pyYAML required version
2019-09-25 17:13:01 -07:00
etienne
9bc0340280 Change pyYAML required version
Full Loader only avalaible from v5.1:
2019-09-24 17:13:05 +02:00
Jonathan Wren
b1680fd90b
Merge pull request #655 from jrnl-org/manu--contributing
Fix references to Sphinx in CONTRIBUTING.md
2019-09-21 12:38:23 -07:00
Jonathan Wren
b8a2c2df9d
Merge pull request #637 from jprof/add-not-flag
Add '-not' flag for excluding tags from filter
2019-09-21 12:37:34 -07:00
Jonathan Wren
20916eab54
Merge pull request #550 from silenc3r/master
Handle KeyboardInterrupt when installing journal
2019-09-21 12:36:49 -07:00
micahellison
fe48a928d8
Merge pull request #657 from jrnl-org/v2.0.1
Prep v2.0.1
2019-09-21 12:13:44 -07:00
Manuel Ebert
f9ff519679 Fix references to Sphinx in contributing.md 2019-09-18 10:33:01 -07:00
Jonathan Wren
2767567dc1
Merge pull request #650 from micahellison/632-upgrade-tests
[GH-632] confirming that each journal can be parsed during upgrade
2019-08-24 15:51:00 -07:00
Jonathan Wren
542f23a180
Merge pull request #649 from jrnl-org/manu--docs
Smaller doc fixes
2019-08-24 15:48:19 -07:00
Micah Jerome Ellison
be35904912 [GH-632] adding call to action to report issue when upgrade fails 2019-08-24 15:47:13 -07:00
Micah Jerome Ellison
244165664b [GH-632] removing unreachable return statement 2019-08-24 15:25:05 -07:00
Micah Jerome Ellison
4d0640e613 [GH-632] removing unnecessary whitespace 2019-08-24 15:14:15 -07:00
Micah Jerome Ellison
a4e881942a [GH-632] raising exception in upgrade.py on fail
Handling it in install.py to prevent config from being overwritten when upgrade fails
2019-08-24 15:01:23 -07:00
Micah Jerome Ellison
3bfd9f487b [GH-632] confirming that each journal can be parsed during upgrade, and aborting upgrade if not 2019-08-24 13:50:10 -07:00
Manuel Ebert
47117b4ef5 Found and removed another angsty teenager 2019-08-23 18:39:49 -07:00
Manuel Ebert
2c99441803 Smaller doc fixes, fixes #486 2019-08-23 18:38:05 -07:00
Jonathan Wren
6d3c35b2f7
Merge pull request #639 from MinchinWeb/export-md-headers
Switch to hashmark Markdown headers on export (Mk II)
2019-08-15 18:45:23 -07:00
micahellison
ec1b2c63b9
Merge pull request #641 from gregorybodnar/create_encrypted_journal
Fix for #631 Create encrypted journal
2019-08-13 12:17:12 -07:00
micahellison
a6044b65bc
Merge pull request #644 from wren/escape-dates-GH-631
#631 Escape data in square brackets
2019-08-13 12:16:08 -07:00
micahellison
945a18ac7d
Merge pull request #646 from wren/stalebot-60
change pinned label to a super cool emoji 
2019-08-10 16:49:17 -07:00
Jonathan Wren
8fe8f9d5c9 change pinned label to a super cool emoji 2019-08-10 16:45:54 -07:00
micahellison
c09ac67d9c
Merge pull request #645 from wren/stalebot-60
move stablebot back up to 60 days now that backlog is a bit more cleared out
2019-08-10 16:35:21 -07:00
Jonathan Wren
d9d83447d0 move stablebot back up to 60 days now that backlog is a bit more cleared out 2019-08-10 16:21:38 -07:00
Jonathan Wren
1350bcad1b #631 Escape data in square brackets 2019-08-10 13:37:03 -07:00
Jonathan Wren
e189ac12fe fix a few linting errors 2019-08-10 12:17:36 -07:00
Justin Proffitt
31a4607a7d Add tests for the excluding tags with -not 2019-08-07 20:58:35 -04:00
Dawid Zych
960573c103 Handle KeyboardInterrupt when installing journal 2019-08-07 19:17:02 +02:00
Greg Bodnar
290bb96daa Use util wrapper for getpass
This allows for tests to run without prompting for user input.
2019-08-04 13:21:40 +12:00
Greg Bodnar
02f853b545 Modify test to test for returned strings
The entered string for the password is not being used by the test and I
don't understand why.
2019-08-04 08:44:17 +12:00
Greg Bodnar
da62e54245 Overload open for EncryptedJournal
This avoids the execution path that calls EncryptedJournal._create()
without a password parameter. It results in duplication of code that
requests and stores a password, which should be factored out in a
subsequent change.
2019-08-04 08:40:15 +12:00
Jonathan Wren
dc61c5c678
Merge pull request #640 from wren/stalebot-update-3
reduce the number of days an issue can be open with no activity before marked stale
2019-08-03 12:10:24 -07:00
Jonathan Wren
5548d680a6 reduce the number of days an issue can be open with no activity before marked stale
We will increase this again later, but we want to clean out the backlog of old issues
sooner, if possible. This will allow us to do that.
2019-08-03 12:08:31 -07:00
Greg Bodnar
18ba16ad66 Add failing test for configuring an encrypted journal 2019-08-03 16:48:10 +12:00
MinchinWeb
e95290f92f [YAML Exporter] apply fix just applied to Markdown Exporter 2019-08-01 21:21:55 -06:00
MinchinWeb
1884a6ce23 [Markdown Export] deal with linebreaks in jrnl files 2019-08-01 21:00:53 -06:00
MinchinWeb
4513609954 Switch to hashmark Markdown headers on export
Closes #487
2019-08-01 20:24:03 -06:00
Justin Proffitt
0a1966e3b3 Add '-not' flag for excluding tags from filter 2019-07-28 22:21:02 -04:00
Jonathan Wren
04811405dc
Merge pull request #636 from wren/enable-stalebot-2
Update stalebot config now that the backlog is better tagged
2019-07-28 18:02:49 -07:00
Jonathan Wren
788c199eb9 Update stalebot config now that the backlog is better tagged 2019-07-28 17:43:47 -07:00
Jonathan Wren
4de6619bfb
Merge pull request #611 from jrnl-org/manu--mkdocs
Move to mkdocs
2019-07-20 16:07:43 -07:00
micahellison
6e47a384af
Merge pull request #624 from micahellison/v2.0-rc3
Updating Python version and jrnl version for v2.0-rc3
2019-07-20 15:20:37 -07:00
Micah Jerome Ellison
683e369d53 Updating Python version and jrnl version for v2.0-rc3 2019-07-20 15:17:53 -07:00
Jonathan Wren
5443743936
Merge pull request #623 from micahellison/614-date-parsing
[GH-614] resolving issues around unreadable dates
2019-07-20 15:13:14 -07:00
Micah Jerome Ellison
f3b9a91c9b [GH-614] resolving issues around unreadable dates and unparsed dates 2019-07-20 14:51:46 -07:00
Manuel Ebert
b424749d2d Add JSON-LD and semantic tags 2019-07-16 15:05:29 -07:00
Manuel Ebert
bf16472b53 Landing page refresh 2019-07-16 15:05:29 -07:00
Manuel Ebert
86270b5df4 Lighter side bar 2019-07-16 15:05:29 -07:00
Manuel Ebert
faa96ed8fc Cleaning up docs 2019-07-16 15:05:29 -07:00
Manuel Ebert
183378d575 Moving from sphinx to mkdocs 2019-07-16 15:05:29 -07:00
Jonathan Wren
d3921d9e47 [GH-610] Fix for old crypto module (#621) 2019-07-16 15:04:18 -07:00