|
297610f46b
|
Merge pull request #431 from matthiasbeyer/libimagentrylister/core-counter
Add counter in libimagentrylist::listers::Core
|
2016-05-23 21:34:37 +02:00 |
|
|
71c7ca3c43
|
Merge pull request #396 from matthiasbeyer/bin/imag
Rewrite imag binary in Rust
|
2016-05-23 20:01:45 +02:00 |
|
|
80b9cae5fe
|
Merge pull request #391 from matthiasbeyer/libimagstore/get
Libimagstore/get
|
2016-05-23 20:01:38 +02:00 |
|
|
d6f3c90880
|
Merge pull request #414 from matthiasbeyer/libimagerror/custom-membersntypes
Libimagerror/custom membersntypes
|
2016-05-23 20:01:33 +02:00 |
|
|
38031d5798
|
Add counter in libimagentrylist::listers::Core
|
2016-05-23 19:18:06 +02:00 |
|
|
e45d9200bf
|
Adapt error generating code in libimagstore
|
2016-05-23 17:06:07 +02:00 |
|
|
b117d7fb9f
|
Add tests for error types with custom functions and types
|
2016-05-23 17:06:07 +02:00 |
|
|
603b4de593
|
Add macro to generate error types with custom fields and functions
|
2016-05-23 17:06:06 +02:00 |
|
|
63dd1ca6f7
|
Merge pull request #427 from matthiasbeyer/libimagrt/no-config-file-warn
Only warn if there is no config file
|
2016-05-23 16:42:12 +02:00 |
|
|
b4b3a0ede8
|
Only warn if there is no config file
|
2016-05-23 15:12:57 +02:00 |
|
|
dd7e146081
|
impl Into<StoreIdIterator> for GlobStoreIdIterator to be able to convert easily
|
2016-05-23 14:52:32 +02:00 |
|
|
839ec051a4
|
Add Store::get_all_versions() for getting all versions of a StoreId entry
|
2016-05-23 14:52:13 +02:00 |
|
|
df33dec0c3
|
Add new error kind: StorePathError
|
2016-05-23 14:51:39 +02:00 |
|
|
b4f17576f6
|
Add Store::get() for getting or failing if entry does not exist
|
2016-05-23 14:51:38 +02:00 |
|
|
1442b370bb
|
Merge pull request #425 from matthiasbeyer/update-fs2
Update fs2
|
2016-05-23 14:44:29 +02:00 |
|
|
5959b6b3cb
|
Update dependency: fs2 0.2.2 -> 0.2.*
|
2016-05-23 13:37:36 +02:00 |
|
|
bf14b9ae4e
|
Update dependency: fs2 0.2.2 -> 0.2.*
|
2016-05-23 13:37:26 +02:00 |
|
|
88e9519a00
|
Merge pull request #416 from matthiasbeyer/libimagerror/into-error
Libimagerror/into error
|
2016-05-20 18:13:13 +02:00 |
|
|
972d313ed5
|
Import IntoError trait
|
2016-05-20 17:34:10 +02:00 |
|
|
3845f28dad
|
Implement IntoError for all generated Errors automatically
|
2016-05-20 17:34:10 +02:00 |
|
|
8e0014d507
|
Add IntoError trait to convert Error kinds into Error instances
|
2016-05-20 17:34:10 +02:00 |
|
|
6fac67b910
|
Merge pull request #422 from matthiasbeyer/libimagerror/generate-module
Libimagerror/generate module
|
2016-05-20 17:08:09 +02:00 |
|
|
8926fca280
|
Merge pull request #418 from matthiasbeyer/libimagentrytag/more-helpers
Libimagentrytag/more helpers
|
2016-05-19 20:33:15 +02:00 |
|
|
bfa1fc5c87
|
libimagnotes: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
d2fa853a08
|
libimaginteraction: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
21dfa9fba2
|
libimagentryview: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
b624ba9c06
|
libimagentrytag: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
698c219e04
|
libimagentrylist: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
cf393b4bde
|
libimagentrylink: use generate_error_module!() macro and reexport generated types
|
2016-05-19 20:32:23 +02:00 |
|
|
d3dc4eb57d
|
libimagcounter: use generate_error_module!() macro and reexport generated types
|
2016-05-19 18:22:03 +02:00 |
|
|
537fe88e13
|
imag-view: use generate_error_module!() macro and reexport generated types
|
2016-05-19 18:22:03 +02:00 |
|
|
6bc5099acc
|
imag-store: use generate_error_module!() macro and reexport generated types
|
2016-05-19 18:22:03 +02:00 |
|
|
cc8642f54f
|
libimagstore: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
1dbfb7cf28
|
libimagrt: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
c88d5b308f
|
libimagnotes: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
81d46f9e74
|
libimaginteraction: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
128bb73a20
|
libimagentryview: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
be3d39a65c
|
libimagentrytag: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
fb79aedbd2
|
libimagentrylist: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
91f26220c6
|
libimagentrylink: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
22e015b8fd
|
libimagcounter: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
ddcdaca3e8
|
imag-view: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
0315b93c04
|
imag-store: Replace error module imports with macro helper
|
2016-05-19 18:22:03 +02:00 |
|
|
62cd7871a2
|
Expand error generating to be able to generate modules
|
2016-05-19 18:22:02 +02:00 |
|
|
397a82f528
|
Shorten code in get_remove_tags()
|
2016-05-19 17:33:38 +02:00 |
|
|
227acd492c
|
Shorten code in get_add_tags()
|
2016-05-19 17:33:28 +02:00 |
|
|
435fd6d7aa
|
imag-tag: Fix commandline extracting by using helpers from libimagentrytag
|
2016-05-19 16:20:32 +02:00 |
|
|
257474be22
|
imag-tag: Replace UI spec with helpers from libimagentrytag
|
2016-05-19 16:20:06 +02:00 |
|
|
5ae2dcf2a8
|
Merge pull request #417 from matthiasbeyer/libimagrt/runtime-setup-helper
Libimagrt/runtime setup helper
|
2016-05-18 23:39:56 +02:00 |
|
|
2e9dc4730f
|
imag-view: Remove setup code and use helper
|
2016-05-18 22:57:05 +02:00 |
|