0840739eca
Merge pull request #954 from matthiasbeyer/remove-hooks-more-store-debugging
...
Remove hooks more store debugging
2017-06-06 19:07:19 +02:00
fa0e8130b6
Add debug output to Store::move_by_id
2017-06-06 13:16:09 +02:00
1c18db56e6
Add debug output to Store::save_to_other_location
2017-06-06 13:16:09 +02:00
c06d8c319f
Add debug output to Store::save_as
2017-06-06 13:16:09 +02:00
e157a906bd
Add debug output to Store::save_to
2017-06-06 13:16:09 +02:00
fc854f3647
Add debug output to Store::delete
2017-06-06 13:16:09 +02:00
79623e1db2
Add debug output to Store::retrieve_copy
2017-06-06 13:16:09 +02:00
ef0a76a02f
Add debug output to Store::update
2017-06-06 13:16:09 +02:00
bc80a3b7d5
Add debug output to Store::walk
2017-06-06 13:15:56 +02:00
a3466ae548
Add debug output to Store::retrieve_for_module
2017-06-06 11:13:09 +02:00
13e80445ae
Add debug output to Store::get
2017-06-06 11:13:09 +02:00
6cb5300cd9
Add debug output to Store::retrieve
2017-06-06 11:13:09 +02:00
c4584bf1ca
Add debug output in Store::create()
2017-06-06 11:13:09 +02:00
a70d7d347a
Add file-system file locking functionality in the store
2017-06-06 11:12:49 +02:00
204ef24703
Remove hook support from store
2017-06-06 11:12:37 +02:00
2bad2ef501
Adapt to use toml 0.4
2017-05-03 18:09:57 +02:00
5b93f3848c
Merge pull request #911 from matthiasbeyer/libimagstore/storeid-exists-interface-result
...
Redefine return type of StoreId::exists()
2017-04-22 11:20:50 +02:00
9396accc28
Merge pull request #916 from matthiasbeyer/superceed-898
...
Simplify FoldResult implementation
2017-04-22 11:19:56 +02:00
111943e0eb
Fix StoreId::exists() call with try!()
2017-04-21 21:08:45 +02:00
Matthew Piziak
9fa115500d
Simplify FoldResult implementation
...
- Add tests for FoldResult
- Make documentation more explicit
- Assert failure accumulator in test
Submitted-by: Matthew Piziak <matthew.piziak@gmail.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2017-04-21 21:08:38 +02:00
fb0ba1d8bc
Remove unused variable
2017-04-21 21:08:03 +02:00
89b08d77aa
Fix: Make appropriate variables mutable here
2017-03-08 12:47:40 +01:00
1c43abb0b0
Fix for new Store::update() interface
2017-03-08 12:47:40 +01:00
a53547e08a
Change Store::update() to be non-consuming
2017-02-26 19:54:40 +01:00
ef07c2cba9
Merge pull request #897 from matthiasbeyer/libimagstore/verify-panic
...
Libimagstore/verify panic
2017-02-23 14:42:39 +01:00
2d199ce3ec
Trace errors and then panic, if configured
2017-02-23 12:34:36 +01:00
602bdd9762
Doc for Store::execute_hooks_for_mut_file()
2017-02-20 16:05:17 +01:00
0c3cea692f
Doc for Store::execute_hooks_for_id()
2017-02-20 16:05:07 +01:00
77d5fcc2d0
Doc for Store::save_as()
2017-02-20 16:04:54 +01:00
671f19043d
Doc for Store::save_to()
2017-02-20 16:04:49 +01:00
f129358999
Doc for Store::delete()
2017-02-20 16:04:36 +01:00
c82d7bf7bc
Doc for Store::retrieve_copy()
2017-02-20 16:04:28 +01:00
1f47db3951
Doc for Store::_update()
2017-02-20 16:04:17 +01:00
c8c8401680
Doc for Store::update()
2017-02-20 16:04:04 +01:00
77b10e20cb
Doc for Store::walk()
2017-02-20 16:03:56 +01:00
8d855f4c78
Doc for Store::retrieve_for_module()
2017-02-20 16:03:45 +01:00
4e042e4de2
Doc for Store::get()
2017-02-20 16:03:32 +01:00
8867e50618
Doc for Store::retrieve()
2017-02-20 16:03:24 +01:00
8896bbb4c5
Doc for Store::create()
2017-02-20 16:03:11 +01:00
84dc385749
Doc for Store::new()
2017-02-20 16:03:03 +01:00
e26a23420a
Doc for Store object type
2017-02-20 16:02:49 +01:00
93ca8f7046
Add documentation for Entry type
2017-02-20 15:18:19 +01:00
356c17d98b
Add documentation for FileLockEntry
2017-02-20 15:18:08 +01:00
12e07b32d4
Add documentation for store functions
2017-02-20 15:17:55 +01:00
33f4b33d61
Remove scope and indentation level
2017-02-19 12:38:43 +01:00
aea81e5df5
Remove unnecessary call
2017-02-19 12:38:43 +01:00
e8f4a9089a
Add feature to compile early panics
...
Do debug printing when drop of FileLockEntry failed.
2017-02-05 13:10:39 +01:00
26b1b8e84c
toml_ext::has_imag_version_in_main_section() must be pub to be used in tests
2017-02-05 13:10:38 +01:00
58a42d127d
Minify impl of has_main_section()
2017-02-05 13:10:38 +01:00
f1c1a1f9be
Eliminate EntryHeader type
...
Therefor introduce the "Header" trait which is implemented on Value for
backwards compatibility.
Make the default_header() function publicly available as
Entry::default_header()
2017-02-05 13:10:38 +01:00