Commit graph

765 commits

Author SHA1 Message Date
etienne
57123d1a9f Change pyYAML required version
Full Loader only avalaible from v5.1:
2019-09-24 17:13:05 +02:00
Jonathan Wren
60b004b25f 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
6b2596c2de 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
50608b2758 Merge pull request #550 from silenc3r/master
Handle KeyboardInterrupt when installing journal
2019-09-21 12:36:49 -07:00
Micah Jerome Ellison
64837b8cc1 Merge pull request #657 from jrnl-org/v2.0.1
Prep v2.0.1
2019-09-21 12:13:44 -07:00
Manuel Ebert
d4d0b7c27c Fix references to Sphinx in contributing.md 2019-09-18 10:33:01 -07:00
Jonathan Wren
4542dadf27 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
c4a102f037 Merge pull request #649 from jrnl-org/manu--docs
Smaller doc fixes
2019-08-24 15:48:19 -07:00
Micah Jerome Ellison
aa0332c2a7 [GH-632] adding call to action to report issue when upgrade fails 2019-08-24 15:47:13 -07:00
Micah Jerome Ellison
4ff867ee5e [GH-632] removing unreachable return statement 2019-08-24 15:25:05 -07:00
Micah Jerome Ellison
261e22b6e0 [GH-632] removing unnecessary whitespace 2019-08-24 15:14:15 -07:00
Micah Jerome Ellison
b13a411e6f [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
12c474ecd8 [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
6127170c88 Found and removed another angsty teenager 2019-08-23 18:39:49 -07:00
Manuel Ebert
c09d71ad2f Smaller doc fixes, fixes #486 2019-08-23 18:38:05 -07:00
Jonathan Wren
8b4e84c914 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
Micah Jerome Ellison
d29b9c82a9 Merge pull request #641 from gregorybodnar/create_encrypted_journal
Fix for #631 Create encrypted journal
2019-08-13 12:17:12 -07:00
Micah Jerome Ellison
4ad3eb14d6 Merge pull request #644 from wren/escape-dates-GH-631
#631 Escape data in square brackets
2019-08-13 12:16:08 -07:00
Micah Jerome Ellison
71ba5dd6db 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
a1a8e02c13 change pinned label to a super cool emoji 2019-08-10 16:45:54 -07:00
Micah Jerome Ellison
096f68d87f 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
a1b0f0c9ff 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
ca25471ff1 #631 Escape data in square brackets 2019-08-10 13:37:03 -07:00
Jonathan Wren
a61d9238c4 fix a few linting errors 2019-08-10 12:17:36 -07:00
Justin Proffitt
a97e84fe5c Add tests for the excluding tags with -not 2019-08-07 20:58:35 -04:00
Dawid Zych
e9ebaf65c2 Handle KeyboardInterrupt when installing journal 2019-08-07 19:17:02 +02:00
Greg Bodnar
95c743fd05 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
5d3d988fa0 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
278b736d25 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
6cc5e00874 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
f3ddf8410d 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
d0d54f54ee Add failing test for configuring an encrypted journal 2019-08-03 16:48:10 +12:00
MinchinWeb
9299eb36e6 [YAML Exporter] apply fix just applied to Markdown Exporter 2019-08-01 21:21:55 -06:00
MinchinWeb
a9499eec62 [Markdown Export] deal with linebreaks in jrnl files 2019-08-01 21:00:53 -06:00
MinchinWeb
fafcd23e08 Switch to hashmark Markdown headers on export
Closes #487
2019-08-01 20:24:03 -06:00
Justin Proffitt
5aa881af67 Add '-not' flag for excluding tags from filter 2019-07-28 22:21:02 -04:00
Jonathan Wren
ea8f555ec9 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
4152fcbedb Update stalebot config now that the backlog is better tagged 2019-07-28 17:43:47 -07:00
Jonathan Wren
d3eae70d30 Merge pull request #611 from jrnl-org/manu--mkdocs
Move to mkdocs
2019-07-20 16:07:43 -07:00
Micah Jerome Ellison
8db357479e 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
b1aaccdb0d Updating Python version and jrnl version for v2.0-rc3 2019-07-20 15:17:53 -07:00
Jonathan Wren
715e8a9a07 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
84eaad0eb5 [GH-614] resolving issues around unreadable dates and unparsed dates 2019-07-20 14:51:46 -07:00
Manuel Ebert
a8a1396097 Add JSON-LD and semantic tags 2019-07-16 15:05:29 -07:00
Manuel Ebert
387327ba9e Landing page refresh 2019-07-16 15:05:29 -07:00
Manuel Ebert
feed3f352f Lighter side bar 2019-07-16 15:05:29 -07:00
Manuel Ebert
4363ae1295 Cleaning up docs 2019-07-16 15:05:29 -07:00
Manuel Ebert
2331f8290f Moving from sphinx to mkdocs 2019-07-16 15:05:29 -07:00
Jonathan Wren
b851717ec1 [GH-610] Fix for old crypto module (#621) 2019-07-16 15:04:18 -07:00
Micah Jerome Ellison
714ed2cc9f Merge pull request #609 from wren/stalebot-607
[GH-607] Add stalebot config
2019-07-06 15:22:18 -07:00