Commit graph

15 commits

Author SHA1 Message Date
59a3662ac4 Reorganize code in subdirs 2017-08-27 15:12:09 +02:00
598d8617a1 imag-store: Add copyright notice to all files 2016-10-01 17:35:06 +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
372d46d2aa Fix imag-store::{create, delete, get, retrieve, update}::* for new StoreId interface 2016-08-28 18:41:56 +02:00
84e33c07e6 Replace unwrap() with try!() 2016-08-03 13:04:27 +02:00
703788d9d2 Replace trace_error() with trace_error_exit() where appropriate 2016-07-16 21:57:29 +02:00
ab29265b10 imag-store: Change dependency from libimagutil -> libimagerror 2016-05-17 20:28:02 +02:00
b629d0b8f1 Merge pull request #367 from matthiasbeyer/unwrap_err
Unwrap err
2016-04-21 15:08:36 +02:00
73c844ceb1 Remove unused imports 2016-04-21 13:32:05 +02:00
cd73be256b imag-store: Replace .err().unwrap() with .unwrap_err() 2016-04-20 21:45:26 +02:00
df740ac63a Adapt to new function interface of build_entry_path() 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
947d7900bf Implement Store::delete() interface 2016-02-09 13:45:13 +01:00
fa4beeebcd Add initial codebase 2016-02-09 13:45:13 +01:00