|
a8bb444f1d
|
Fix misleading function name
|
2016-07-21 17:14:11 +02:00 |
|
|
879fa3fb48
|
Provide more detailed access to the ids and tasks
|
2016-07-21 17:14:11 +02:00 |
|
|
c9be7a7483
|
Move read::* code to the place where it belongs
|
2016-07-21 17:14:11 +02:00 |
|
|
df5abef447
|
Move delete functionality to the place where it belongs
|
2016-07-21 17:14:11 +02:00 |
|
|
07ab966d37
|
Impl {Deref, DerefMut} for Task
|
2016-07-21 17:14:11 +02:00 |
|
|
f3dc1e90af
|
The Task type can have a unnamed member
|
2016-07-21 17:14:11 +02:00 |
|
|
b12974043d
|
Remove the most ugly parts from the lib
|
2016-07-21 17:14:11 +02:00 |
|
|
0752058cf5
|
Format code
|
2016-07-21 17:14:11 +02:00 |
|
|
b2eb2de3fd
|
We do not need to String::push() here twice
|
2016-07-21 17:14:11 +02:00 |
|
|
b78da80717
|
Do not hide the error here, yell it out!
|
2016-07-21 17:14:11 +02:00 |
|
|
c453647813
|
Remove dash from command listing
With this patch, we list "imag counter" instead of "imag-counter" in the
help output.
|
2016-07-21 13:41:11 +02:00 |
|
geemili
|
d838a5c6b0
|
Actually fixed double debug flag this time
|
2016-07-19 14:29:23 -05:00 |
|
geemili
|
7702cac8fc
|
Fixed compile errors
|
2016-07-19 14:25:09 -05:00 |
|
geemili
|
805ff69e2b
|
Fixed debug appearing twice
|
2016-07-19 14:11:36 -05:00 |
|
LeRoyce Pearson
|
b12dbcd75e
|
Fixed compilation errors
|
2016-07-19 18:57:49 +00:00 |
|
geemili
|
182479d7af
|
Added in debug flag forwarding
|
2016-07-19 13:43:48 -05:00 |
|
geemili
|
3e7d921413
|
Fixed bug where flags would not be read
|
2016-07-19 13:38:52 -05:00 |
|
|
cdf6bc6fa5
|
Make warning more verbose, tell what kind of variable cannot be fetched
|
2016-07-18 15:44:34 +02:00 |
|
|
ce766427da
|
Merge pull request #561 from matthiasbeyer/libimagstore/verify
Libimagstore/verify
|
2016-07-17 13:03:54 +02:00 |
|
|
909504e50c
|
Merge pull request #562 from matthiasbeyer/libimagrt/default-level-warn
Change default log level to Warn
|
2016-07-17 13:03:34 +02:00 |
|
|
887ad1c7ed
|
Merge pull request #559 from matthiasbeyer/imag-view/refactor
Imag view/refactor
|
2016-07-17 13:03:22 +02:00 |
|
|
60863d2fe3
|
Rewrite main()
|
2016-07-17 01:29:18 +02:00 |
|
|
9c994b2011
|
Add VersionsViewer
|
2016-07-17 01:27:50 +02:00 |
|
|
42aaf894dc
|
Pass MapErrInto trait out of error module
|
2016-07-17 01:27:50 +02:00 |
|
|
51bfb60bed
|
Add error kinds for glob()ing errors
|
2016-07-17 01:27:50 +02:00 |
|
|
2eb1fc8151
|
Add glob()ing in libimagentryview
|
2016-07-17 01:27:50 +02:00 |
|
|
1e5548a247
|
Remove seperate version passing
|
2016-07-17 01:27:50 +02:00 |
|
|
53d819d7b6
|
Remove dep on glob()
|
2016-07-17 01:27:50 +02:00 |
|
|
d32a8b9479
|
Remove error module
|
2016-07-17 01:27:50 +02:00 |
|
|
fb81300594
|
Move to use libimagentryview for viewing entries
|
2016-07-17 01:27:50 +02:00 |
|
|
228f55bfd6
|
ui: Remove copy support
|
2016-07-17 01:27:09 +02:00 |
|
|
ccb686cea4
|
Add dep: libimagentryview
|
2016-07-17 01:27:09 +02:00 |
|
|
f50c54b6a4
|
Add deps: log, toml
|
2016-07-17 01:27:09 +02:00 |
|
|
98e0e5aaf5
|
Add StdoutViewer
|
2016-07-17 01:27:09 +02:00 |
|
|
b0e6c00f22
|
Merge pull request #558 from matthiasbeyer/libimagstore/configuration-fixup
Fix comment how config has to look
|
2016-07-17 00:59:22 +02:00 |
|
|
555ea158aa
|
Add "verify" feature in imag-store
|
2016-07-17 00:59:04 +02:00 |
|
|
6b1fdfbc1d
|
Add Store::verify()
|
2016-07-17 00:59:04 +02:00 |
|
|
2440260abe
|
Change default log level to Warn
|
2016-07-17 00:49:39 +02:00 |
|
|
4e7a266e1d
|
Merge pull request #542 from matthiasbeyer/libimagerror/trace_exit
Add utility for calling trace_error() and exit()
|
2016-07-16 23:39:59 +02:00 |
|
|
29d10361b3
|
Merge pull request #555 from matthiasbeyer/imag-view/fixes
Imag view/fixes
|
2016-07-16 22:40:48 +02:00 |
|
|
bb8dad256c
|
Fix comment how config has to look
|
2016-07-16 22:17:05 +02:00 |
|
|
df6ea4cc8c
|
Make trace_error_exit() diverging
|
2016-07-16 21:57:29 +02:00 |
|
|
6b34650a50
|
Remove unused imports
|
2016-07-16 21:57:29 +02:00 |
|
|
ea6daaa0f4
|
Adding debug information in trace_error_exit()
|
2016-07-16 21:57:29 +02:00 |
|
|
703788d9d2
|
Replace trace_error() with trace_error_exit() where appropriate
|
2016-07-16 21:57:29 +02:00 |
|
|
2646894bd3
|
Abort if the passed id contains a version part
|
2016-07-16 20:07:53 +02:00 |
|
|
616858bd28
|
Version part should be enforced
|
2016-07-16 20:07:40 +02:00 |
|
|
b6f467042f
|
Add debugging output in header viewer
|
2016-07-16 20:06:45 +02:00 |
|
|
48950b6175
|
Merge pull request #554 from matthiasbeyer/libimagerror/custom-data-setter
Add setter for custom data for error types
|
2016-07-16 19:36:46 +02:00 |
|
|
2a95d4f79d
|
Merge pull request #553 from matthiasbeyer/libimagstore/custom-hook-error-data-interface
Add interface for custom error data type
|
2016-07-16 19:15:39 +02:00 |
|