|
e8f4a9089a
|
Add feature to compile early panics
Do debug printing when drop of FileLockEntry failed.
|
2017-02-05 13:10:39 +01:00 |
|
|
7b3f28eb0a
|
imag-store: Use TomlValueExt in replace for EntryHeader
Also, do not build empty TOML but use Entry::build_default_header()
|
2017-02-05 13:10:39 +01:00 |
|
mario
|
8df5519f34
|
Move [profile.dev] codegen-units = 2 to top-level Cargo.toml
lower level (=package/crate level) definitions for profiles are ignored
|
2017-01-19 20:08:51 +01:00 |
|
mario
|
4cdbfb62da
|
Adjust imag-*/tests/utils.sh to new target directory
|
2017-01-19 19:23:11 +01:00 |
|
|
f8ced99b90
|
imag-store: Set clap version to >= 2.17
|
2016-11-21 08:49:12 +01:00 |
|
|
0a04081599
|
Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-units
Cargo rustc codegen units
|
2016-10-31 23:39:38 +01:00 |
|
|
a07160494a
|
imag-store/Cargo.toml: Update dependencies
|
2016-10-24 14:30:54 +02:00 |
|
|
799da8319c
|
Add codegen-units = 2 in ./imag-store/Cargo.toml
|
2016-10-24 13:56:02 +02:00 |
|
|
b5bfc1978c
|
Fix: Cargo.toml does not know "website", but "homepage"
|
2016-10-20 14:14:18 +02:00 |
|
|
05969be5e4
|
Add meta-info in imag-store/Cargo.toml
|
2016-10-18 10:56:12 +02:00 |
|
|
598d8617a1
|
imag-store: Add copyright notice to all files
|
2016-10-01 17:35:06 +02:00 |
|
|
fb2300a799
|
Add Makefile for testing imag-store
|
2016-09-19 22:12:14 +02:00 |
|
|
daca530dd5
|
imag-store: Use Err/Ok Result map utils to refactor code
|
2016-09-08 14:05:13 +02:00 |
|
|
0635bffd78
|
imag-store: Use util fn warn_exit()
|
2016-09-08 08:48:58 +02:00 |
|
|
123133c99c
|
test: Return if retrieve failed
|
2016-09-06 09:32:05 +02:00 |
|
|
d8c61d25c4
|
Fix absolute storeid specification in test
|
2016-09-05 17:05:18 +02:00 |
|
|
24c73325f3
|
Remove version part from imag-store tests
|
2016-09-05 09:21:06 +02:00 |
|
|
4f62dfcf2b
|
Fix imag-store::create::* to fail on absolute pathes
|
2016-08-31 08:26:53 +02:00 |
|
|
3cf8a55185
|
Fix imag-store tests: StoreId local parts do not start with a "/" anymore
|
2016-08-28 18:41:57 +02:00 |
|
|
372d46d2aa
|
Fix imag-store::{create, delete, get, retrieve, update}::* for new StoreId interface
|
2016-08-28 18:41:56 +02:00 |
|
|
1e457e8476
|
Merge pull request #633 from asuivelentine/imag/toml-dependency
Imag/toml dependency
|
2016-08-06 19:56:42 +02:00 |
|
Kai Sickeler
|
ae55f8dca2
|
Upgrade clap dependency to 2.*
|
2016-08-06 17:40:45 +02:00 |
|
Kai Sickeler
|
f7d262bedf
|
Upgrade toml dependency to 0.2
|
2016-08-06 17:23:44 +02:00 |
|
|
13945ab352
|
Replace unwrap() with match
|
2016-08-03 13:04:53 +02:00 |
|
|
0f13fc38c0
|
Replace unwrap() with match
|
2016-08-03 13:04:47 +02:00 |
|
|
84e33c07e6
|
Replace unwrap() with try!()
|
2016-08-03 13:04:27 +02:00 |
|
|
bd085b0ead
|
Replace unwrap() with match
|
2016-08-03 13:04:20 +02:00 |
|
|
ce766427da
|
Merge pull request #561 from matthiasbeyer/libimagstore/verify
Libimagstore/verify
|
2016-07-17 13:03:54 +02:00 |
|
|
555ea158aa
|
Add "verify" feature in imag-store
|
2016-07-17 00:59:04 +02:00 |
|
|
6b34650a50
|
Remove unused imports
|
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 |
|
|
0c5674dd47
|
Merge pull request #525 from matthiasbeyer/update-doc
Update doc
|
2016-07-14 21:11:30 +02:00 |
|
|
4806dbdaac
|
Replace imag-store/README.md with symlink to user doc
|
2016-07-12 17:14:49 +02:00 |
|
|
9337a14cdd
|
Update all version strings: 0.1.0 -> 0.2.0
|
2016-07-12 11:51:20 +02:00 |
|
|
34d702ea83
|
Merge pull request #466 from matthiasbeyer/binary-enhance-ui
Binary enhance ui
|
2016-06-08 16:39:22 +02:00 |
|
|
0ca8f6bc0b
|
Add value_name() call in ui specification code
|
2016-06-08 14:11:13 +02:00 |
|
|
c098b06504
|
Fix: sourcing of test-util helper functions fixed
|
2016-06-07 20:46:49 +02:00 |
|
|
95c640c1e9
|
Implement get() functionality
|
2016-05-28 10:36:09 +02:00 |
|
|
203e649b4f
|
Make print_entry() pub to be available in get() implementation
|
2016-05-28 10:36:09 +02:00 |
|
|
a2ea89e936
|
Add UI specification for get() functionality
|
2016-05-28 10:36:09 +02:00 |
|
|
6bc5099acc
|
imag-store: use generate_error_module!() macro and reexport generated types
|
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 |
|
|
77f9e5ae0e
|
imag-store: Remove setup code and use helper
|
2016-05-18 22:57:05 +02:00 |
|
|
ab29265b10
|
imag-store: Change dependency from libimagutil -> libimagerror
|
2016-05-17 20:28:02 +02:00 |
|
|
60bf3c68a7
|
imag-store: Replace error code with code generator macro
|
2016-05-17 00:26:35 +02:00 |
|
Andre Bogus
|
cd224eaeff
|
roll back closure, remove unneeded slice & imports
|
2016-05-14 20:12:19 +02:00 |
|
Andre Bogus
|
dfd6a9b0d3
|
style adaptations
these were introduced following suggestions from
https://crates.io/crate/clippy
|
2016-05-13 22:26:48 +02:00 |
|
|
e3105fe085
|
Update log: 0.3.* -> 0.3
|
2016-05-10 17:54:47 +02:00 |
|
|
7aeb0c2833
|
Remove unused import
|
2016-04-21 15:57:42 +02:00 |
|
|
b629d0b8f1
|
Merge pull request #367 from matthiasbeyer/unwrap_err
Unwrap err
|
2016-04-21 15:08:36 +02:00 |
|