elpasync pushed a change to branch externals/org-gnosis.
from f3ab68fa0c Version bump: 0.2.0
new 139ec086f7 [fix] delete-file: Extract basename for DB queries
new b0d9f1f9a0 fix docstrings.
new 23791e03b9 [New] org-gnosis-db-force-sync: Force resync.
new f279f8d76e [fix] Fix typo in journal file path.
new e5dcd23a44 [Refactor] extract directory creation into a separate
function.
new 2a66b95da7 [Refactor] Simplify tags cleanup with a single SQL query.
new 97f35ad24a [fix] update-file: Accept full paths, fix journal file
comparison.
new f96b82512b [fix] find: Remove redundant expression and update error
message.
new 93408776b1 db: Version bump to 4, add file column indexes.
new 6239e79fab [fix] org-gnosis-mode: Pass local arg to remove-hook.
new 090cce6563 [fix] insert-tags: remove redundant expression.
new 16d3ce8356 [fix] db-sync: Create indexes during force rebuild.
new aa6f9bc3bc [fix] create-file: adjust docstring and trailing
whitespace.
new 8e421ae91d [fix] tags--cleanup-orphaned: indentation.
new 3e89fe82b2 [fix] insert: reversed SQL condition.
new b319940e6f [Refactor] db-sync: Remove redundant table rebuild.
new 7db779c559 [fix] require emacsql-sqlite-builtin to fix cl-generic
dispatch.
new 19363adaed tests: Add org-gnosis-test-db.
new 333b2fe76a makefile: Add test-db and use guix-shell.
new 248b944817 [fix] db-init: set version correctly.
new 606af55839 [fix] parse-buffer: journals: always parse the actual
file.
new 0412222406 Version bump: 0.2.1
new 52b7b43830 [fix] journal-find: Only use jounral-file for today's
date.
Summary of changes:
Makefile | 15 +-
NEWS.org | 38 ++++
org-gnosis.el | 116 +++++-----
tests/org-gnosis-test-db.el | 523 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 640 insertions(+), 52 deletions(-)
create mode 100644 tests/org-gnosis-test-db.el