|
dc7a212278
|
Use unused result which must be used when file.seek()ing
|
2016-03-22 19:44:04 +01:00 |
|
|
a45571e299
|
Remove unused function AspectConfig::config()
|
2016-03-22 19:44:04 +01:00 |
|
|
8e852384bd
|
Remove unused function from Store
|
2016-03-22 19:44:04 +01:00 |
|
|
a9eddb088a
|
Remove unused functions from LazyFile
- Remove uses of LazyFile::new() from tests
- Use LazyFile::get_file_mut() in test as we want the file mut anyways
|
2016-03-22 19:43:48 +01:00 |
|
|
af161394ad
|
Remove dead code in configuration.rs
|
2016-03-22 19:43:48 +01:00 |
|
|
a4c820d308
|
Remove unused keyword "mut"
|
2016-03-22 19:43:48 +01:00 |
|
|
8aa3f31970
|
Remove unused variables
|
2016-03-22 19:43:48 +01:00 |
|
|
2fb59b3ae6
|
Remove unused imports
|
2016-03-22 19:43:48 +01:00 |
|
Kai Sickeler
|
b315cb7fd0
|
Add editor()
Signed-off-by: Kai Sickeler <k.sickeler@gmail.com>
|
2016-03-21 11:29:06 +01:00 |
|
|
fcfeb7ff48
|
Merge pull request #260 from matthiasbeyer/libimagtag/ui-names
Add helper functions to get names of arguments/subcommands
|
2016-03-19 18:54:34 +01:00 |
|
|
36ecafad4d
|
Add helper functions to get names of arguments/subcommands
|
2016-03-19 17:52:21 +01:00 |
|
|
791271c988
|
Merge pull request #255 from matthiasbeyer/imag-counter/list
Imag counter/list
|
2016-03-19 16:10:16 +01:00 |
|
|
1aae2dccf9
|
Merge pull request #221 from matthiasbeyer/imag-link/init
Imag link/init
|
2016-03-19 15:48:24 +01:00 |
|
|
2e340acbb7
|
Implement list() for imag-counter
|
2016-03-19 15:40:01 +01:00 |
|
|
78feb53aa8
|
Add Counter::all_counters() to get all counters
|
2016-03-19 15:40:01 +01:00 |
|
|
8c380aa3ae
|
Start implementing "list"
|
2016-03-19 15:39:10 +01:00 |
|
|
44287d2162
|
Add list()
|
2016-03-19 15:39:10 +01:00 |
|
|
c040f3d3e5
|
Add ui for "list" subcommand
|
2016-03-19 15:39:10 +01:00 |
|
|
afee9152ed
|
Merge pull request #256 from matthiasbeyer/libimagentryfilter/version-filter
Libimagentryfilter/version filter
|
2016-03-19 15:38:55 +01:00 |
|
|
9a4c414a7b
|
Merge pull request #248 from matthiasbeyer/libimagstore/retrieve-for-module
Add implementation for Store::retrieve_for_module()
|
2016-03-19 15:37:49 +01:00 |
|
|
fc8a64ec15
|
Add implementation
|
2016-03-19 15:16:20 +01:00 |
|
|
60db10ff64
|
Add interface specification
|
2016-03-19 15:16:20 +01:00 |
|
|
2937f19958
|
Add dependencies
|
2016-03-19 15:16:20 +01:00 |
|
|
d9cc5f0103
|
imag-link: init
|
2016-03-19 15:16:20 +01:00 |
|
|
041a2a4942
|
Add encoding error if typeconversion fails
|
2016-03-19 15:15:04 +01:00 |
|
|
fe0849f8eb
|
Add implementation for Store::retrieve_for_module()
|
2016-03-19 15:15:04 +01:00 |
|
|
98df49b6eb
|
Merge pull request #249 from matthiasbeyer/libimagstore/store-id-build-helper
Libimagstore/store id build helper
|
2016-03-19 15:14:26 +01:00 |
|
|
affa850bc0
|
imag-tag: Fix use of build_entry_path()
|
2016-03-19 14:48:09 +01:00 |
|
|
df740ac63a
|
Adapt to new function interface of build_entry_path()
|
2016-03-19 14:48:09 +01:00 |
|
|
80945fcd16
|
Rewrite build_entry_path() so it does not panic!() anymore
|
2016-03-19 14:48:09 +01:00 |
|
|
b8b49b3240
|
Move: build_entry_path() from imag-store to libimagstore
|
2016-03-19 14:47:45 +01:00 |
|
|
8c0c53124b
|
Merge pull request #258 from matthiasbeyer/libimagtag/exec
Add tag helper to execute the CLI spec for an entry
|
2016-03-19 14:43:11 +01:00 |
|
|
68db3b4ce3
|
Merge pull request #200 from matthiasbeyer/libimagstore/hooks
Libimagstore/hooks
|
2016-03-19 14:41:53 +01:00 |
|
|
142c1dfc5f
|
Add tag helper to execute the CLI spec for an entry
|
2016-03-18 15:24:11 +01:00 |
|
|
98dde5d0d1
|
Add filter: VersionInRange, VersionOutOfRange
|
2016-03-18 14:33:43 +01:00 |
|
|
21013dd76f
|
Add filter: Version{Gt, Lt}
|
2016-03-18 14:33:43 +01:00 |
|
|
d75595e4d8
|
Add VersionEq filter
|
2016-03-18 14:33:43 +01:00 |
|
|
0786094150
|
Add dep: semver
|
2016-03-18 14:33:25 +01:00 |
|
|
cf20a23fec
|
Merge pull request #171 from matthiasbeyer/libimaglink/init
Libimaglink/init
|
2016-03-18 10:39:34 +01:00 |
|
|
fb35a5a2c7
|
Merge pull request #220 from matthiasbeyer/libimagentryfilter/tags
Libimagentryfilter/tags
|
2016-03-18 10:33:58 +01:00 |
|
|
2e068f11a9
|
Merge pull request #222 from matthiasbeyer/imag-counter/interactive
Imag counter/interactive
|
2016-03-18 10:33:29 +01:00 |
|
|
b5a33a516c
|
Merge pull request #223 from matthiasbeyer/imag-tag/init
Imag tag/init
|
2016-03-18 10:30:19 +01:00 |
|
|
2f0e87bcae
|
Merge pull request #224 from matthiasbeyer/imag-view/init
Imag view/init
|
2016-03-18 10:29:50 +01:00 |
|
|
864d51ec61
|
Merge pull request #237 from matthiasbeyer/imag-store/arggroup
Add clap::ArgGroup to rely on clap for mutually exclusive args
|
2016-03-18 10:29:14 +01:00 |
|
|
1d260e786d
|
Merge pull request #238 from matthiasbeyer/readme-update
Update README to contain more detailed information
|
2016-03-18 10:29:02 +01:00 |
|
|
926dffe8b7
|
Merge pull request #246 from matthiasbeyer/libimagentryfilter/more-filters
Libimagentryfilter/more filters
|
2016-03-18 10:28:26 +01:00 |
|
|
8e3be4c3e9
|
Merge pull request #247 from matthiasbeyer/libimagutil/trace-newline
trace: Add missing newline
|
2016-03-18 10:28:12 +01:00 |
|
|
b079f67918
|
Add initial codebase for interactive counting
|
2016-03-16 16:48:24 +01:00 |
|
|
65a64774b6
|
Fix: Allow NonMutableAccess in MutableHookDataAcessor
|
2016-03-16 16:46:54 +01:00 |
|
|
f253931bb7
|
doc: Adjust documentation to match implementation
|
2016-03-16 16:46:54 +01:00 |
|