Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jrnl-org/jrnl

Collect your thoughts and notes without leaving the command line.
https://github.com/jrnl-org/jrnl

Fix that goddamn timezone test

3408440705a5fe1e7eaeb6631b193dcaf5c5ca90 authored almost 10 years ago
Fix for #332

bf2cdc49953f042b731c2fbd02990ad61280a8ab authored almost 10 years ago
Fix for #322

07fbf73deec6a6537390fdadf1f6a7e10522cb6b authored almost 10 years ago
Merge branch 'pr/326' into 2.0-rc1

ca76077e091c335c3f313e2a2d98d465f6c2d0d9 authored almost 10 years ago
Now the list of import types in --help is generated from the plugins.

60194c70435acf0e2eeeef27a41364a69559bc20 authored almost 10 years ago
Add jrnl.plugins to the list of installed packages.

Without this the installed jrnl will not run.

Conflicts:
setup.py

cd390ad2ab8ee9217163b3d0076167486f9c2bd1 authored almost 10 years ago
Add documentation on advanced editor config

7c3586bbde79cc0664333e5909b11ec8e21ef3ba authored almost 10 years ago
Allow editor config value to be either list or str

47aa63c64a6ed398ac6c9ab616da3aec01fe1628 authored almost 10 years ago
Merge pull request #346 from ametheus/patch-2

Fix improper charset handling in PY2 path of u(x)

4f23169d4ea2964201fdbe800eddc2ff3932513d authored almost 10 years ago
Remove ;

19247a4f6254b6b078a33a612e078730738d7473 authored almost 10 years ago
Fix weird character at the front of the line...

34d437d0babbe30c9835205722ee4ddc46c2aaed authored almost 10 years ago
Name file handle if we're going to us it

Conflicts:
jrnl/util.py

b3ed4926f43d19b3ad9b208c0132ed2547196219 authored almost 10 years ago
Close temp file before deleting it.

01a7f660f3ab6eb087b033b3939fbcd03e322911 authored almost 10 years ago
Merge pull request #347 from MinchinWeb/2.0-rc1-markdown-export-fix

2.0 rc1 markdown export fix

0d1b381bd180dc4286cbd2f1302f25ea0f384fa7 authored almost 10 years ago
Warn user if attempting to write to default journal but not configured

Fixes #343

c4b16b7577b25b85dca79ab4eaaf03491907fb6c authored almost 10 years ago
Tests for #343

9bf4e52b2c5765b729bce069fd1b08ff4f64c4cb authored almost 10 years ago
Merge branch 'pr/342' into 2.0-rc1

8e7126a4b708e88ee5b70a10da10ed93a4e305c2 authored almost 10 years ago
Consolidate requirements

0a197365e21ccc4c4c7651ec347652152e777c5e authored almost 10 years ago
Split tests

22ae53407edf191001227394e0bba9ebbe114c49 authored almost 10 years ago
Fix test arg parsing

f1907bd27deddf060cbcf9ccbf144a1a93958cba authored almost 10 years ago
Include `plugins` in eggs

b880a3856befec58cbb0202200bf1d471daa028a authored almost 10 years ago
grr...fix typo

7e21472e2df330207c148829c4d60844fd7fecd5 authored almost 10 years ago
Make the tests pass

8d46ddac46181b24f095116e4d901a524fc79742 authored almost 10 years ago
Merge branch '2.0-rc1-markdown-export-fix' of https://github.com/MinchinWeb/jrnl into 2.0-rc1-markdown-export-fix

287d9e379892c0ac7c45ee96cf9181842da4b6f9 authored almost 10 years ago
Update .gitignore

aacccb716dda90a4f018680afce28467001fcf4a authored almost 10 years ago
Check for heading level error

0d44bcb41e25b00e749064a730b702a4b7458dab authored almost 10 years ago
Check for heading level error

39909954dc20f13ffb43f25b36226d0fe41810cb authored almost 10 years ago
Add YAML export

5d768ad25c9d614acd54a692d1d7becadb6b82df authored almost 10 years ago
Add testing for increasing Headings on Markdown export

f1a83a51edd7cfbdf3f06289a3fae6292aad0433 authored almost 10 years ago
Don't relay on `colorama` for ANSI color codes

1d3c9daafe48373841a77b1c59c2b4046d9b4926 authored almost 10 years ago
Warn if increasing headings goes past H6

Only warn once per entry.

96cafb3ef2d86e2d157d79f67f873906a8318938 authored almost 10 years ago
Increase heading levels on Markdown export

defd81631b8a0b6a1ce154d9fcfab32247786c57 authored almost 10 years ago
Change heading levels on Markdown export depending on if it is to a consolidated file or to individual files.

6cdf2f90c53148b07880fef1ac6ca337b9a007a9 authored almost 10 years ago
Removes leading 'b' on slugs in Python 3

725257ca3d7d52c8e4e67fd8bdd557a949792daa authored almost 10 years ago
Update `Tag` exporter code documentation.

9950cfecbb74382079e0300d8a904152a180a7e4 authored almost 10 years ago
Update Markdown exporter documentation.

9ba557c0d3dade20535d643abb726baf08574f20 authored almost 10 years ago
Unable to run `cli.py` as a standalone script due to relative imports

95d920b0bfbf8c181b25935dd0d268aeb5f073fa authored almost 10 years ago
Don't pin to a specific version of `cryptography`

6c9aa9df8ccb09d29373b016a90c3e51070b8d96 authored almost 10 years ago
Fix improper charset handling in PY2 path of u(x)

Knowing fully that I may have just added another layer of impropriety, the above line fixed the ...

354cc3244ce3da512baad0a55c73cb4bfd490460 authored almost 10 years ago
Fix breaking test submitted in ebee19644460c6b45d9c37e5cb279954783cf637.

a212e86503ce72fa057221f17def1fa82dd2ae88 authored almost 10 years ago
Add single letter alias -s for option --short

--short was being used in a test for date logic, but I added a second
test for explicitness.

ebee19644460c6b45d9c37e5cb279954783cf637 authored almost 10 years ago
Fix: dateutil conflict because python-dateutils was already added to the conditional section.

9825f1631024c5574b2fb0fda22f544c70a3bf5f authored almost 10 years ago
Merge remote-tracking branch 'maebert/2.0-rc1' into 2.0-rc1

Conflicts:
setup.py

53e3bd334cc30f3ba49322a801bc9eaf6195ee4b authored almost 10 years ago
Add missing dependencies pyyaml and pyxdg

763a05a94532ba587cf3eb63bc4554d1b248681b authored almost 10 years ago
TXT extension for temp files

bf7ece82080a65463d501f99c13ff00c77a61ebd authored almost 10 years ago
Tests for parsing issue fix

539a88ed14f6a50dd67963b88d76e1a5fbd1769b authored almost 10 years ago
Fix parsing issue

b4e578b63a303aa8ddebdcce5e9051e6e61bb759 authored almost 10 years ago
More encoding madness

6c18b6f3b44e319948ec0709a4d2a2218d701e39 authored almost 10 years ago
Encryption reads and writes in binary mode

4a7a8cb7a481e915ec87c24daf73b6503d677abc authored almost 10 years ago
Python 3 fixes :)

76c9006ed39ddabb4fa6a854eabc6af3e9cd1235 authored almost 10 years ago
Bilingual meta classes

bad5582632f992afa6a2b678f5d45f83e2b3a21c authored almost 10 years ago
Tests for #333

6e52b5eb705047e75ecf70b21048984260c36d09 authored almost 10 years ago
Export DayOne UUID in json

Fixes #333

aae0fc21b62648f0d8131b9acbbdf8f5f1aeb625 authored almost 10 years ago
Update all tests to new time format

c508e0c57442fd3c11bf7bcd1b198e1492ea68c0 authored almost 10 years ago
Fix creating non-existent journals

54f838245060d5c2b51cffac95e0d8036f6a4d0d authored almost 10 years ago
Cleanup and more logging

b8ef40445340dddd4da41093180cd52b0735aa65 authored almost 10 years ago
Fix conflicting requirements

Fixes #296

18d46417f1f9360a849021fb7ec713d17afc8009 authored almost 10 years ago
Upgrade old time stamps to fix #317

b37cefbea1251855ea61535ca859e3aad9acbf53 authored almost 10 years ago
Legacy Journal with old timestamps

5ffd0d5d0b9bb8d0972bf034c209778be577cca9 authored almost 10 years ago
Cuddle timestamp in brackets to fix #318

57007a8266d43e7ccfefe773fc9704d0a1028fa8 authored almost 10 years ago
Introduce legacy classes

a5f08e6081e1435f28369c94e1e6f99de070baff authored almost 10 years ago
Properly initialise journal files after creating them

df82ad1f4d6125e00fbcc51d7fbb2ea3b3504368 authored almost 10 years ago
Return config after install

Fixes #297

cc85d905ca0da109e0d81cc2d32cca7538b8159c authored almost 10 years ago
Make backup of config when upgrading

Fixes #307

c0ec95679b2bf1d80fd8385db6ba845b023c36ac authored almost 10 years ago
Hardcoded salt to fix crypto

2615070df04ce325c291d1e1d69de264dade72c4 authored almost 10 years ago
Merge pull request #306 from pcarranza/2.0-r1-logging

Added basic logging feature to understand how is configuration loaded

1a65ae57cbd40bc962783b3aa971e09080a963b4 authored about 10 years ago
Added basic logging feature to understand how is configuration loaded

Conflicts:

jrnl/cli.py
jrnl/util.py

640d426b71927e7b2ddac841719a489a5a625d4e authored about 10 years ago
Merge pull request #300 from gcgoogle/add-import-plugin-support

Added support for importing entries for 2.0rc1.

163dc04481a26d9ae9235d7ad9426378e5b98ed0 authored about 10 years ago
Merge pull request #299 from gcgoogle/fix-hard-coded-export-type-list

Now the list of export types in --help is generated from the plugins.

3024f2ba462d1b9a2b48488e23f3c6bd0b7447ba authored about 10 years ago
Now the importer reads from standard input using util.py23_read().

324dfbd2db27d8f92f53370b66de27154c1d89fc authored about 10 years ago
Made Journal.import_ more concise.

93ea6a2a6a455581b16cdddb24cbfaf1d895c036 authored about 10 years ago
Added support for importing entries.

6258465f5d163faa8c71b0bb48454327a9ef6df9 authored over 10 years ago
Now the list of export types in --help is generated from the plugins.

a1dcb3ed877966945d3a0540f8d52c5437121b68 authored over 10 years ago
Plugin architecture

6fed042b8b2a4f403a5c2060fa6cf0d9d5e1c0a8 authored over 10 years ago
Work on cryptography

a1b5a4099ea3e02e1d883966b98544a382e60f44 authored over 10 years ago
Converts tests to YAML

e75e3d73a07e7ba0268b50df21873d82a0610f01 authored over 10 years ago
Use 'version' in configs

0a19701ae9dd69b72da66688708208a21a25685b authored over 10 years ago
Uses PBKDF2-SHA256 instead of plain SHA256

Fixes #192

1f73d28147f57682c2082888c1ec0abb3a9d0ed8 authored over 10 years ago
Deprecate config.password

4563651b714b0e8b07f190576c5fe5806aea51b7 authored over 10 years ago
Upgrade prompt for encrypted jrnls

9c4294ca682e64df3f41deb25b3850f7708f0b5b authored over 10 years ago
Doc changes

72ab49d382b21d63867142b523b80e2481e64337 authored over 10 years ago
Upgrade scaffolding

51a6ac2d51862c3a18cf4ade84094f23e31e0161 authored over 10 years ago
Remove deprecated tests

09b94d104746703a2d8c7360668cb7eb7c48b237 authored over 10 years ago
Basic support for cryptography.io

Still needs better hash function

db494597a26942d85e2c87bfa575819e6d44a177 authored over 10 years ago
Fix failing behave tests

ae47c5bb80682078c5ce754e7d788bf307973201 authored over 10 years ago
Remove circular dependency

61739dd3b095afa7d167543b00584c40144d4aa4 authored over 10 years ago
Make Journal a general interface

This change moves the loading and saving mechanisms into its own
Plain- and EncryptedJournal sub...

9d589f3e64be7865c519e3bcd307fb5dfa698bfc authored over 10 years ago
Move and remove imports in utils

5fd53241ab760d9c7a20dc00464cf73f481418d2 authored over 10 years ago
fix call to entry_to_md()

beeda149d4a748fe951fde2b66df231204769d4b authored over 10 years ago
Fixes config tests

60c03d96d6ddb0cf6599d6cc6f1229702beae233 authored over 10 years ago
Fix config writing for python 3

abeaa28d13b1f259e5f573cc5eea449fcddc4f56 authored over 10 years ago
YAML configs

See #184, #230, #197

63ad45db752ee05084912ed2b497f4d76dafec42 authored over 10 years ago
Cleans up entry

bf1048729c4bedbe3858fb84a46f7da55fbf499c authored over 10 years ago
Docs

9e95edd53cd07ced6fba7dc186da818547bbfe44 authored over 10 years ago
Export to xml

6e6462de0c0f2b5e9f21d23fd0e8b6d5cc857d30 authored over 10 years ago
Fixes unicode errors in XML export

191ccb821734fdc739109365abc8876fa001b3df authored over 10 years ago
Better unicode mock support

da0e74ff5f9d6206c53e16c2bb7d20cbd98be339 authored over 10 years ago
Use PyXDG to save config and journal in XDG dirs

This change also hides the CONFIG_PATH state information entirely within
the install module. The...

afae3d16a7bf35818ad7fa09592f270a589eeb2c authored over 10 years ago
Require config arguments

fca3d131bde2dc2a0f4a0bb1cad8aa9a88628b2e authored over 10 years ago
Version bump

fc1935d64e88f7a084e9a7fcbc7223981bdad30f authored over 10 years ago