Gavin Thomas Claugus
77c56a7d8a
libimagbookmark: Deny warnings
...
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:02:20 -04:00
ee4cc84236
Merge pull request #575 from matthiasbeyer/imag-notes/fix-unwrap-crash
...
Fix panic on unwrap()
2016-07-26 17:32:16 +02:00
0d3aa9bcf9
Merge pull request #573 from matthiasbeyer/imag-view/replace-retrieve-with-get
...
imag-view: Use get() instead of retrieve()
2016-07-26 16:56:18 +02:00
fb95c09134
Fix panic on unwrap()
...
Surprisingly, the ArgGroup feature of clap (which was applied in a wrong
way here anyways) caused the "name" Arg to be inaccessible. I don't know
why, but that's it.
Removing the group fixes the issue.
2016-07-26 15:57:43 +02:00
3b426f739b
Replace Store::retrieve() with Store::get()
2016-07-26 15:36:49 +02:00
67d536fa74
Merge pull request #567 from matthiasbeyer/bin/imag-seperator-remove
...
Remove dash from command listing
2016-07-26 13:18:32 +02:00
b2e50efd50
Merge pull request #557 from matthiasbeyer/libimagstore/no-implicit-create
...
Libimagstore/no implicit create
2016-07-25 20:26:17 +02:00
f999c91283
tests: Add --config setting
2016-07-25 18:23:16 +02:00
96deecf91f
Merge pull request #564 from Geemili/bin/debug-fowarding
...
Fix flags for root command not working; Added in debug forwarding
2016-07-25 17:25:00 +02:00
bcab7f807d
tests: Call imag binaries with config override for implicit store creation
2016-07-25 17:05:14 +02:00
0ba67f7873
Check whether implictely creating the store path is allowed
2016-07-25 17:02:38 +02:00
4d650a63f7
Add error kind for implicit create denied
2016-07-25 17:02:38 +02:00
442b1537be
Add helper to check config for implicit-create
2016-07-25 17:02:38 +02:00
d017f22757
Add setting in imagrc, to allow implictely creating the store path
2016-07-25 17:02:38 +02:00
8687e0a1a9
Merge pull request #571 from matthiasbeyer/libimagrt/config-override-settings
...
Libimagrt/config override settings
2016-07-24 20:40:45 +02:00
3eedab5206
Add Runtime functionality to patch in-memory-configuration-file-contents on loading application
2016-07-24 19:30:04 +02:00
6f0670003b
Add default commandline argument for configuration override
2016-07-24 19:30:04 +02:00
783462899a
Add config override functionality
2016-07-24 19:30:04 +02:00
d1728a6aa3
Add error kinds for config override errors
2016-07-24 19:30:04 +02:00
a1979b1235
Merge pull request #568 from matthiasbeyer/remove-lldb-dep
...
Remove imag project dependency: lldb - we never used it!
2016-07-22 15:54:04 +02:00
LeRoyce Pearson
06c344c9d0
Debug flag is now inserted at the beginning of the arguments.
2016-07-21 22:26:22 +00:00
geemili
d60c558cda
Pulled out lambda and made "--debug" constant
2016-07-21 17:08:11 -05:00
8bdb3716ed
Merge pull request #563 from matthiasbeyer/libimagstore/more-verbose-warning
...
Make warning more verbose, tell what kind of variable cannot be fetched
2016-07-21 20:00:28 +02:00
36dbde8f9b
Remove imag project dependency: lldb - we never used it!
2016-07-21 18:13:29 +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