Commit graph

55 commits

Author SHA1 Message Date
95065ccbaa chore(deps): update dependency ubuntu to v24
Some checks failed
checks / tests-10 (push) Has been cancelled
checks / tests-11 (push) Has been cancelled
checks / pre-commit (push) Has been cancelled
checks / tests-12 (push) Has been cancelled
2024-09-29 01:16:47 +00:00
586e891ad8
chore: update deps
Some checks failed
checks / pre-commit (push) Successful in 3m26s
checks / tests-10 (push) Failing after 1m40s
checks / tests-11 (push) Failing after 2m20s
checks / tests-12 (push) Failing after 1m24s
v0.1.2
2024-09-23 13:04:28 +02:00
7a1cdaa003
feat: add git status subcommand
Some checks failed
checks / tests-10 (push) Failing after 4m32s
checks / pre-commit (push) Successful in 4m56s
checks / tests-12 (push) Failing after 2m45s
checks / tests-11 (push) Failing after 3m5s
2024-09-10 22:54:24 +02:00
d7bf338d96
chore: update deps
Some checks failed
checks / tests-10 (push) Failing after 2m45s
checks / pre-commit (push) Successful in 3m51s
checks / tests-11 (push) Failing after 2m22s
checks / tests-12 (push) Failing after 2m7s
2024-09-07 16:26:15 +02:00
9dd2405c47
feat: add git pull subcommand
Some checks failed
checks / tests-10 (push) Failing after 2m56s
checks / pre-commit (push) Successful in 4m28s
checks / tests-11 (push) Failing after 4m8s
checks / tests-12 (push) Failing after 2m47s
2024-09-06 20:51:03 +02:00
4746e3b3b1
Add renovate.json
Some checks failed
checks / pre-commit (push) Successful in 2m22s
checks / tests-10 (push) Failing after 1m44s
checks / tests-11 (push) Failing after 1m58s
checks / tests-12 (push) Failing after 2m0s
2024-09-05 11:27:56 +02:00
8076807f22
feat: add git push subcommand 2024-09-04 18:57:27 +02:00
c859c60c8d
feat: add git commit subcommand
All checks were successful
checks / pre-commit (push) Successful in 4m29s
checks / tests-10 (push) Successful in 1m59s
checks / tests-11 (push) Successful in 2m8s
checks / tests-12 (push) Successful in 1m36s
2024-09-03 17:29:44 +02:00
b1ed583a24
chore: set href to halig/actions when clicking the README's build badge
All checks were successful
checks / pre-commit (push) Successful in 2m4s
checks / tests-10 (push) Successful in 2m19s
checks / tests-11 (push) Successful in 1m32s
checks / tests-12 (push) Successful in 1m32s
2024-08-04 15:43:47 +02:00
4a6b3f5c0d
chore: bump version to v0.5.1
All checks were successful
checks / pre-commit (push) Successful in 1m41s
checks / tests-10 (push) Successful in 1m21s
checks / tests-11 (push) Successful in 2m8s
checks / tests-12 (push) Successful in 1m31s
2024-08-04 15:33:06 +02:00
bdb5c984fa
ci: add pre-commit and tests workflows
All checks were successful
checks / pre-commit (push) Successful in 1m39s
checks / tests-10 (push) Successful in 1m17s
checks / tests-11 (push) Successful in 1m10s
checks / tests-12 (push) Successful in 1m13s
2024-08-04 15:23:55 +02:00
ee43046e59
chore: update deps 2024-06-19 18:55:16 +02:00
1b8220e6e1
feat: rename 'notebooks' command to 'tree' 2024-06-19 18:50:35 +02:00
812fee592e
feat: update dependencies and capture network errors when retrieving remote public keys 2024-05-17 19:05:44 +02:00
54a27a2f75
chore: bump version to v0.4.5 2024-05-17 18:49:23 +02:00
e156ea4108
chore: update linters and replace black with ruff-format 2024-05-17 18:47:56 +02:00
3d93be39d6
feat: make the inclusion of each notebook's note optional via --include-notes when listing notebooks 2024-05-17 18:45:22 +02:00
a591fe20e8
chore: update pyrage and other deps 2023-12-10 11:23:26 +01:00
c6d361f649
tests: remove pyfakefs due to issues with pathlib and sqlite in favor of a simple tempfolder where to store test files 2023-11-29 18:42:30 +01:00
4fb1fff521
feat: add remote_public_keys_timeout option in order to set the time after which the retrieval of external public keys should be interrupted 2023-11-29 18:15:34 +01:00
af9a6d82f4
feat: add --plain option to the show command in order to render notes as plaintext 2023-11-28 13:49:13 +01:00
fc81531f3c
chore: update deps 2023-11-24 08:34:26 +01:00
67595b3220
fix: remove extra quote when executing a note indexation and update deps 2023-11-17 13:31:50 +01:00
5908a70691
chore: update deps 2023-11-02 20:10:38 +01:00
ff00c70ce9
chore: bump version to 0.4.0 2023-07-24 19:53:44 +02:00
654d996a53
feat: add reencrypt command 2023-07-24 19:52:25 +02:00
02ca346eae
chore: update ruff to 0.0.280 2023-07-23 18:00:55 +02:00
701d79583d
refactor: clean the search command a bit 2023-07-23 17:40:03 +02:00
eeb1573f99
feat: update to pydantic v2 and refactor accordingly 2023-07-22 13:29:46 +02:00
4eb438bab3
wip: add full-text search against SQLite's FTS5 2023-05-17 19:44:30 +02:00
d328e640e0 chore: typo 2023-05-17 17:02:47 +00:00
be20284f78
feat: add import command 2023-05-17 19:00:42 +02:00
d37bffdc51
feat: cache downloaded public keys via httpx-cache 2023-05-13 11:12:14 +02:00
2398431a7b
fix: refactor and fix the recipient paths parsing that was missing the remote urls 2023-05-09 20:29:36 +02:00
c6ac0d6043
feat: add multiple, remote recipients support 2023-05-09 09:11:36 +02:00
e1c9ee0c9c
feat: add notes path autocompletion for show and edit 2023-04-24 13:57:11 +02:00
8267ec6644
feat: add version subcommand 2023-04-06 17:38:44 +02:00
af8b9b7c52
feat: prettify errors 2023-04-06 17:30:21 +02:00
6f45b76579
feat: add -c/--config flag to every command 2023-04-04 16:16:00 +02:00
570c29d9f1
tests: test commands 2023-04-03 18:40:11 +02:00
d3ad87211e
feat: move project from poetry to pdm, rewrite from scratch and add
basic `notebooks`, `edit` and `show` commands
2023-04-01 12:37:10 +02:00
d9eb99b72e
tests: add utils.py tests
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-28 22:24:16 +02:00
3d053d532a
feat: move new_note function to a separate file
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-28 15:35:37 +02:00
75d623a124
feat: move edit_note function to a separate file
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-28 12:12:31 +02:00
c25156fe4c revert c7127e4a5d
All checks were successful
continuous-integration/drone/push Build is passing
revert test: migrate from pytest in favor of ward
2022-08-27 20:00:11 +00:00
c7127e4a5d
test: migrate from pytest in favor of ward
Some checks failed
continuous-integration/drone/push Build is failing
2022-08-27 21:51:02 +02:00
1296103c8f ci: add depends_on relationships
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-27 19:35:05 +00:00
435946f769
ci: add pytest job
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-27 16:36:39 +02:00
7be918c231
tests: add config tests
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-27 16:14:08 +02:00
b36d48ca9d
ci: typo
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2022-08-12 22:26:39 +02:00