Commit graph

4090 commits

Author SHA1 Message Date
6808400008 imag-view: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
ae60c92513 imag-todo: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
56e537673c imag-tag: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
598d8617a1 imag-store: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
ba50cb6ff6 imag-ref: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
73d67b1f18 imag-notes: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
0fc0471af6 imag-link: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
3f85cf21c1 .imag-documentation: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
f79b8c000b imag-diary: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
adf10e187a imag-counter: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
49c852fa67 imag-bookmark: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
e0d4744b4b bin: Add copyright notice to all files 2016-10-01 17:35:06 +02:00
1526c0b2dc Make hook configurable whether it succeeds or not 2016-09-30 13:39:33 +02:00
f16c09a981 Do not check whether old or new id exists/does not exist 2016-09-30 13:20:37 +02:00
4d2ac38ceb imag-ref: Use validator is_existing_path 2016-09-30 10:47:38 +02:00
f8ed44c1e7 Add cli validator: is_existing_path() 2016-09-30 10:47:11 +02:00
3d06933860 Add is_tag validator 2016-09-30 10:45:28 +02:00
da439e60e9 Add documentation what a valid tag is 2016-09-30 10:45:28 +02:00
d6f705dc90 Add is_tag clap validator helper 2016-09-30 10:45:28 +02:00
6999f95c4d imag-bookmark: Validate URLs 2016-09-28 19:44:23 +02:00
11490b232c Add implementation for validators 2016-09-28 19:30:05 +02:00
7482ffb5b3 Add deps 2016-09-28 19:30:04 +02:00
719e49271c Add module: cli_validators 2016-09-28 19:30:04 +02:00
7a23097b00 Add dependencies 2016-09-28 19:30:04 +02:00
70387c6dad Merge pull request #767 from mario-kr/fix_include-bin-target-in-other-targets
Fix include bin target in other targets
2016-09-24 21:46:31 +02:00
mario
8c68d2210d Add sort for always same build order 2016-09-24 11:01:00 +02:00
mario
8e2ad8178d Fix imag-bin-release 2016-09-24 10:58:11 +02:00
mario
6a5c5e8449 Add the targets for the imag-binary to respective collector targets 2016-09-24 10:52:09 +02:00
886eed3ff4 Rename: SucceedingHook -> TestHook 2016-09-22 08:47:29 +02:00
4f83b22b98 Fix Store::move_by_id(): Move in cache as well 2016-09-22 08:42:19 +02:00
caa214f1bd Fix negation error
We check whether the old key already exists.

If it does _not_ exist, the entry is borrowed, from my understanding.
I'm not sure, though.
2016-09-22 08:41:12 +02:00
d5a275fec0 Add test: Store::move_by_id() 2016-09-22 08:41:01 +02:00
c6e32a4fa8 Merge pull request #763 from matthiasbeyer/imag-view/implement-default-functionality
imag-view: implement default functionality
2016-09-22 08:09:25 +02:00
54120852ce Merge pull request #762 from matthiasbeyer/imag-diary/move-viewer-impl
imag-diary: move viewer impl
2016-09-22 08:09:06 +02:00
352bccde51 Respecify view-in-editor argument
As we use the `--editor` flag in the Runtime, we should not override it
here.

By passing `--editor foo` one can override the editor application-wide,
the argument is now `--in-editor` therefor.
2016-09-21 17:20:39 +02:00
2b2116fb95 View in stdout if not specified otherwise 2016-09-21 17:20:39 +02:00
8e331f1f08 Move viewer implementation for imag-diary to libimagdiary 2016-09-21 16:58:21 +02:00
f98afd4b01 Move dependencies 2016-09-21 16:58:21 +02:00
7124a1d27e Merge pull request #760 from matthiasbeyer/libimagstore/store-tests-extend-create-delete-get-test
libimagstore/store-tests: extend create delete get test
2016-09-21 12:17:33 +02:00
61201082c8 Fix: FileAbstraction::remove_file(): Add implementation 2016-09-21 10:20:16 +02:00
babf74e1e5 Fix Store::get() to not check FS but internal hashmap 2016-09-21 10:20:16 +02:00
4f2019a20a Extend test_store_create_delete_get()
to actually test:

1. get      -> Should return Ok(None)
2. create   -> Should return Ok(())
3. get      -> Should return Ok(Some(_))
4. delete   -> Should return Ok(())
5. get      -> Should return Ok(None)
2016-09-21 09:52:37 +02:00
90bb61674f Merge pull request #758 from matthiasbeyer/libimagstorestdhook/git-fix-empty-commits
libimagstorestdhook/git: fix empty commits
2016-09-20 17:10:21 +02:00
5085d75208 Return if the file is not new and not modified 2016-09-20 15:19:35 +02:00
9dc4054a92 Add debug output on file status 2016-09-20 15:19:35 +02:00
5a6d8adc55 Merge pull request #757 from matthiasbeyer/libimagstorestdhook/git-revert-no-commit-on-clean-wd
libimagstorestdhook/git revert no commit on clean wd
2016-09-20 12:23:56 +02:00
896f5e2bc4 Merge pull request #756 from matthiasbeyer/libimagstorestdhook/git-hook-disable
Libimagstorestdhook/git hook disable
2016-09-20 12:07:43 +02:00
06c814d6e9 Revert "Add helper fn to check whether the repository WD is dirty"
This reverts commit eb378d47c2.
2016-09-20 10:27:48 +02:00
128ed27bb8 Revert "Abort the execution of the UpdateHook if repo isnt dirty"
This reverts commit b2a0758b1a.
2016-09-20 10:27:39 +02:00
050aec2aa1 Merge pull request #734 from matthiasbeyer/test-via-makefile
Execute tests via Makefile
2016-09-20 10:20:59 +02:00