f28bfadf8d
logger: Print file and line on debug printing
2016-04-05 17:53:09 +02:00
9a094fcd94
Partially revert 7f1a671
...
Removed the logger initialization, which was not caught by review
somehow.
This patch re-adds the appropriate lines.
2016-04-05 17:48:21 +02:00
4f391d0e04
Spit out the traceback for hook registration errors only in debug mode
...
This patch is added because this error occours only if there is no
configuration file with the appropriate settings available.
There will still be a warning about hook registration failed, but the
traceback will only be visitible in `--debug` mode.
2016-04-05 16:50:17 +02:00
ee61d079bd
Merge pull request #295 from matthiasbeyer/libimagrt/config-for-everyone
...
Libimagrt/config for everyone
2016-03-26 21:29:40 +01:00
1bcc05a855
Add Runtime::config()
2016-03-26 20:48:32 +01:00
86929c819c
impl Deref for Configuration
2016-03-26 20:48:28 +01:00
e7a0eed1c1
Merge pull request #296 from matthiasbeyer/libimagnotes/deref-note
...
impl Deref for Note
2016-03-26 20:41:03 +01:00
cdbb71cea2
impl Deref for Note
2016-03-26 19:52:30 +01:00
144e2db92d
Merge pull request #265 from matthiasbeyer/libimagstorestdhook/init
...
Libimagstorestdhook/init
2016-03-26 19:51:19 +01:00
a36c213cec
Merge pull request #192 from matthiasbeyer/libimagnotes/init
...
Libimagnotes/init
2016-03-26 18:22:52 +01:00
7f1a671e4d
Add debug hook
2016-03-26 18:20:12 +01:00
15dc163504
Add option to edit after creating
2016-03-26 16:43:33 +01:00
272243a125
Implement edit()
2016-03-26 16:43:33 +01:00
ded011b5b6
lib: impl Edit for Note
2016-03-26 16:43:33 +01:00
97d436db22
lib: Remove unneeded "mut" keywords
2016-03-26 16:43:33 +01:00
8213b6c08f
lib: Add missing setting of text content
2016-03-26 16:43:33 +01:00
97ac047df5
lib: Remove unused imports
2016-03-26 16:43:33 +01:00
506cebf594
Remove warnings
2016-03-26 16:43:33 +01:00
c7c092be93
Move cli-name-extracting into helper function
2016-03-26 16:43:33 +01:00
8ee4a7ff50
Initial import for imag-notes
2016-03-26 16:43:33 +01:00
6e74145739
Add dependencies
2016-03-26 16:35:57 +01:00
d20220b57e
Initial import
2016-03-26 16:35:57 +01:00
64e0841a8f
Merge pull request #292 from matthiasbeyer/libimagrt/create-logger-on-runtime-setup
...
Move logger initialization to earliest possible point
2016-03-26 16:23:59 +01:00
06af6b3303
Merge pull request #272 from matthiasbeyer/libimagrt/toml-parser-error-printing
...
Enhance error printing on config file parsing errors
2016-03-26 16:20:38 +01:00
1a145d8320
Merge pull request #273 from matthiasbeyer/libimagstore/config-error-printing
...
Enhance store config errors by printing (println)
2016-03-26 16:09:15 +01:00
2ed64d5b2e
Merge pull request #267 from matthiasbeyer/libimagentrylist/init
...
Libimagentrylist/init
2016-03-26 16:06:50 +01:00
4a1fd4230e
Merge pull request #270 from matthiasbeyer/libimagutil/trace-newline
...
Add another missing newline character
2016-03-26 15:29:56 +01:00
d6aa42bd60
Move logger initialization to earliest possible point
2016-03-26 15:29:24 +01:00
6a407365bd
Enhance store config errors by printing (println)
2016-03-26 15:28:35 +01:00
c5d5c17208
Enhance error printing on config file parsing errors
2016-03-26 15:28:25 +01:00
fdc7e2c391
Add LineLister
2016-03-26 15:28:18 +01:00
5fe843e5d6
Add simple PathLister type
2016-03-26 15:28:18 +01:00
52eb81a6f7
Add initial codebase
2016-03-26 15:28:18 +01:00
8b1c36a86e
Add dependencies
2016-03-26 15:28:18 +01:00
a8476c4229
Add README for this library
2016-03-26 15:28:18 +01:00
13fa328198
Initial import
2016-03-26 15:28:18 +01:00
f8c9234a7a
Merge pull request #293 from matthiasbeyer/fixup-merge-277
...
Remove aspects which were removed in #277
2016-03-26 15:27:40 +01:00
b7aac5e275
Remove aspects which were removed in #277
2016-03-26 15:03:34 +01:00
b9fa01aa60
Merge pull request #291 from matthiasbeyer/libimagentryfilter/update-clap
...
Update dependency: clap 1.5.5 -> 2.1.1
2016-03-26 13:57:25 +01:00
953b10fe16
Merge pull request #290 from matthiasbeyer/imag-store/remove-false-arggroup
...
Remove false grouping from UI
2016-03-26 13:57:20 +01:00
9782ac53cd
Merge pull request #289 from matthiasbeyer/imag-store/add-missing-trace-call
...
Trace error on retrieve failure
2016-03-26 13:57:12 +01:00
4a3fdfe862
Merge pull request #288 from matthiasbeyer/libimagstore/fix-wrong-hook-call
...
Fix wrong hook execution: post-retrieve
2016-03-26 13:57:00 +01:00
9e3de45bdd
Merge pull request #281 from matthiasbeyer/per-crate-readme
...
Per crate readme
2016-03-26 13:56:47 +01:00
94bed5f364
Merge pull request #287 from matthiasbeyer/libimagstore/hooks/fix-missing-tostr-impl
...
Add missing hook_error_type_as_str() impl
2016-03-26 13:56:43 +01:00
34ce278af3
Merge pull request #283 from matthiasbeyer/libimagrt/warning-to-error
...
Libimagrt/warning to error
2016-03-26 13:56:36 +01:00
7c276d541d
Merge pull request #279 from matthiasbeyer/libimagstore/rewrite-file
...
Truncate file to zero size before writing new content, so we do not p…
2016-03-26 13:56:06 +01:00
0a181479c8
Merge pull request #277 from matthiasbeyer/libimagstore/remove-unused-aspects
...
Libimagstore/remove unused aspects
2016-03-26 13:55:46 +01:00
9575c8fddb
Merge pull request #278 from matthiasbeyer/libimagtag/unique-tags
...
Make tags unique before writing
2016-03-26 13:55:36 +01:00
93d7b81dc5
Merge pull request #276 from matthiasbeyer/libimagstore/config-getter
...
Store::config() added, mainly for debugging use
2016-03-26 13:55:11 +01:00
b2329c323a
Merge pull request #275 from matthiasbeyer/libimagrt/config-file-search-filter-bug
...
Fix Config-file searching filter bug
2016-03-26 13:55:02 +01:00