MinchinWeb
5a341cf13f
[tests] dynamically determine jrnl version for plugin tests
2021-05-09 17:05:58 -06:00
MinchinWeb
432681f8a3
more code clean up
...
tests pass locally...now for GitHub...
2021-05-09 16:29:51 -06:00
MinchinWeb
1fd04ad03d
Convert "short" and "pretty" (and "default") formaters to plugins
...
further to https://github.com/jrnl-org/jrnl/pull/1177
2021-05-09 16:29:21 -06:00
MinchinWeb
e1d2f873da
style fixes for GitHub actions
2021-05-09 14:22:50 -06:00
MinchinWeb
c8ca3a0358
Manually resolve merge conficts
2021-05-09 14:06:32 -06:00
MinchinWeb
d40014656f
Fix for low line lenghts on fancy exporter
...
See https://github.com/jrnl-org/jrnl/pull/1219
2021-05-09 13:54:36 -06:00
MinchinWeb
f22d985330
improved code documentation
2021-05-09 13:49:35 -06:00
MinchinWeb
2a70636b4d
[test] determine whether to run external plug in tests based on installed packages
2021-05-09 13:49:17 -06:00
Jrnl Bot
c6815621df
Update changelog [ci skip]
2021-05-08 19:40:25 +00:00
dependabot[bot]
b38d765759
Bump black from 20.8b1 to 21.5b0 ( #1241 )
...
* Bump black from 20.8b1 to 21.5b0
Bumps [black](https://github.com/psf/black ) from 20.8b1 to 21.5b0.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md )
- [Commits](https://github.com/psf/black/commits )
Signed-off-by: dependabot[bot] <support@github.com>
* Run make format with latest version of black
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2021-05-08 12:39:00 -07:00
Jrnl Bot
f99387b3e5
Update changelog [ci skip]
2021-05-08 19:33:41 +00:00
dependabot[bot]
b66ce460b6
Bump pytest from 6.2.3 to 6.2.4 ( #1240 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-08 12:32:01 -07:00
MinchinWeb
b9c9ce4606
style fixes
2021-05-08 12:18:14 -06:00
MinchinWeb
90b7478516
[Docs] include the sample plug in code files directly
2021-05-08 12:06:57 -06:00
MinchinWeb
cdaf9eb860
[Docs] name page for plugins
2021-05-08 12:03:41 -06:00
MinchinWeb
b8f0e6a35f
consolidate demo plugins to common package
2021-05-08 12:03:20 -06:00
MinchinWeb
09d652899a
[Test] move test rot13 plugin into git tree
...
from 0dc912af82
2021-05-08 11:11:02 -06:00
MinchinWeb
6c98c7cdfc
[Test] run different tests with or without the external plugins installed
2021-05-08 11:02:51 -06:00
MinchinWeb
aa6e0a7c84
Remove 'importer' or 'exporter' from filenames where not needed
2021-05-07 20:44:07 -06:00
Suhas
788b32b71c
make format
...
delete unused imports
2021-05-07 20:22:41 -06:00
Suhas
c76b9788e6
prototype unittest for JSON Exporter
...
test for unimplemented method
2021-05-07 20:22:41 -06:00
Suhas
6c6929bbbf
basic behavior test
2021-05-07 20:22:41 -06:00
MinchinWeb
cc682a30a1
[Testing] separate run with external plugin!
2021-05-05 22:45:58 -06:00
MinchinWeb
a75f153df9
[Docs] improve documentation of custom Importers and Exporters
2021-05-05 22:22:44 -06:00
MinchinWeb
2706314306
Use Base classes for importer and exporters.
2021-05-05 21:35:50 -06:00
MinchinWeb
51fc091335
Include dates_exporter
2021-05-05 20:42:06 -06:00
Jrnl Bot
36db809588
Update changelog [ci skip]
2021-04-24 18:28:59 +00:00
Jonathan Wren
305127137a
Remove --version
from brew release workflow ( #1233 )
...
Homebrew doesn't like explicitly declaring a version for a formula (it
prefers to infer it from the url), and will throw an error on PRs. So,
this removes that part of the workflow.
2021-04-24 11:27:32 -07:00
Jrnl Bot
e23909881a
Update changelog [ci skip]
2021-04-24 18:09:15 +00:00
Jrnl Bot
0e9ae8ee8a
Increment version to v2.8.1
2021-04-24 18:07:52 +00:00
Jrnl Bot
f13a0b5849
Update changelog [ci skip]
2021-04-20 02:26:27 +00:00
Jrnl Bot
a6362a993c
Increment version to v2.8.1-beta
2021-04-20 02:24:47 +00:00
Manuel Ebert
4c5d59a5bc
Update index.html ( #1229 )
2021-04-14 22:47:10 -07:00
Jrnl Bot
192c05ce0d
Update changelog [ci skip]
2021-04-10 23:51:26 +00:00
Suhas
dd74b14d76
More graceful handling of low linewrap values ( #1219 )
...
* behavior outline
* enforce positive initial linewrap
Check column widths
update gitignore
throw error when linewrap too small
simply check for large enough linewrap value
* delete unused error message
* PR feedback
make exception more informative
update check_linewrap signature in src and test
make check_linewrap a free function
* delete unused function
* delete else..pass block
* newline for make format
2021-04-10 16:49:56 -07:00
Jrnl Bot
1f19bd9f1e
Update changelog [ci skip]
2021-04-10 18:52:04 +00:00
Suhas
2b054d799f
newline for make format
2021-04-10 14:50:50 -04:00
dependabot[bot]
202859cea1
Bump pytest from 6.2.2 to 6.2.3 ( #1228 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.2...6.2.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-10 11:50:37 -07:00
Suhas
8bf1da1c74
delete else..pass block
2021-04-10 14:48:16 -04:00
Suhas
2e09d88338
delete unused function
2021-04-10 14:46:46 -04:00
Suhas
502d47f223
PR feedback
...
make exception more informative
update check_linewrap signature in src and test
make check_linewrap a free function
2021-04-10 10:00:20 -04:00
Jrnl Bot
eebadd188a
Update changelog [ci skip]
2021-03-27 20:42:44 +00:00
dependabot[bot]
002a39db2a
Bump keyring from 23.0.0 to 23.0.1 ( #1222 )
...
Bumps [keyring](https://github.com/jaraco/keyring ) from 23.0.0 to 23.0.1.
- [Release notes](https://github.com/jaraco/keyring/releases )
- [Changelog](https://github.com/jaraco/keyring/blob/main/CHANGES.rst )
- [Commits](https://github.com/jaraco/keyring/compare/v23.0.0...v23.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-27 13:41:11 -07:00
dependabot[bot]
1e7d682df5
Bump pyflakes from 2.3.0 to 2.3.1 ( #1221 )
...
Bumps [pyflakes](https://github.com/PyCQA/pyflakes ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/PyCQA/pyflakes/releases )
- [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst )
- [Commits](https://github.com/PyCQA/pyflakes/compare/2.3.0...2.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-27 13:40:49 -07:00
Jrnl Bot
e76762dd4d
Update changelog [ci skip]
2021-03-27 20:24:44 +00:00
dependabot[bot]
6369026925
Bump cryptography from 3.4.6 to 3.4.7 ( #1223 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/3.4.6...3.4.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-27 13:23:05 -07:00
Mandar Vaze
b357f935d4
Docs: Add emacs as external editor to recipes ( #1220 )
...
Add emacs as external editor to recipes
2021-03-27 13:21:44 -07:00
Jonathan Wren
09bcfa2242
Update brew tap for release pipeline
...
This was left out of a previous commit.
Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
2021-03-27 13:11:45 -07:00
Jrnl Bot
50c053cf56
Update changelog [ci skip]
2021-03-27 12:32:38 -07:00
Jrnl Bot
dc95b4c098
Increment version to v2.8
2021-03-27 12:32:37 -07:00