|
0a2e183804
|
Merge pull request #552 from matthiasbeyer/libimagstore/hook-remove-sync-traitbound
Remove "Sync" trait bound - we don't need to sync between threads here
|
2016-07-16 18:52:51 +02:00 |
|
|
d8b9229082
|
Merge pull request #551 from matthiasbeyer/imagrc/add-missing-settings
Add settings in imagrc example for move hook aspects
|
2016-07-16 17:38:16 +02:00 |
|
|
7761aa9f2b
|
Merge pull request #550 from matthiasbeyer/imagrc/fix-structure
imagrc/fix-structure
|
2016-07-16 17:32:39 +02:00 |
|
|
b81750ba09
|
Add interface for custom error data type
|
2016-07-16 16:52:02 +02:00 |
|
|
46b3c7c024
|
Add setter for custom data for error types
|
2016-07-16 16:51:42 +02:00 |
|
|
01c21e1d95
|
Remove "Sync" trait bound - we don't need to sync between threads here
(and we do not have the possibility to, actually).
|
2016-07-16 16:18:37 +02:00 |
|
|
925012e02a
|
Fix hook name
|
2016-07-16 15:41:04 +02:00 |
|
|
5a6796b029
|
Fix imagrc.toml to match parsing code
|
2016-07-16 15:40:31 +02:00 |
|
|
32669b305a
|
Add settings in imagrc example for move hook aspects
|
2016-07-16 15:39:00 +02:00 |
|
|
3ee8f26d1e
|
Merge pull request #549 from matthiasbeyer/libimagrt/fixup-default-hook-registration
Fix: hook registering should be hook-type agnostic
|
2016-07-16 15:26:28 +02:00 |
|
|
df1523db3e
|
Fix: hook registering should be hook-type agnostic
|
2016-07-16 11:39:34 +02:00 |
|
|
0a9528d120
|
Merge pull request #498 from matthiasbeyer/imag-ref/list
imag-ref/list
|
2016-07-16 11:24:07 +02:00 |
|
|
6c181d32b6
|
Merge pull request #548 from matthiasbeyer/libimagstore/storeid-hook-exec-in-mutable-hook-exec
Execute StoreIdAccess accessors in MutableHookDataAccessor impl for A…
|
2016-07-16 11:23:52 +02:00 |
|
|
76d23577c4
|
Merge pull request #546 from matthiasbeyer/libimagstore/fixed-and-more-hook-error-wrapping
Add more error levels in hook execution error wrapping
|
2016-07-16 11:23:38 +02:00 |
|
|
083b9da1e9
|
Merge pull request #545 from matthiasbeyer/libimagstore/fix-aspect-config-getting
Fix AspectConfig::get_for() implementation
|
2016-07-16 11:23:20 +02:00 |
|
|
c6be35554b
|
Merge pull request #547 from matthiasbeyer/libimagstore/aspect-execution-output
Add error output in Aspect execution code
|
2016-07-16 11:21:41 +02:00 |
|
|
0b5e00ad6a
|
Merge pull request #544 from matthiasbeyer/libimagstore/debug-output
libimagstore/debug output
|
2016-07-16 11:21:11 +02:00 |
|
|
eb3eac422d
|
Merge pull request #543 from matthiasbeyer/libimagstorestdhook/debugging-hook-output
Print debugging information in debug hook when setting config
|
2016-07-16 11:20:56 +02:00 |
|
|
a6dbfef2a0
|
Impl list()
|
2016-07-16 01:25:55 +02:00 |
|
|
cb4840cce4
|
Merge pull request #497 from matthiasbeyer/libimagref/list
libimagref/list
|
2016-07-16 01:25:28 +02:00 |
|
|
ed4744449c
|
Execute StoreIdAccess accessors in MutableHookDataAccessor impl for Aspect as well
We have no other way than doing it this way, and it doesn't hurt, does
it?
|
2016-07-16 01:15:48 +02:00 |
|
|
6a85760feb
|
Debug output in MutableHookDatsaAccessor impl for Aspect
|
2016-07-16 01:15:08 +02:00 |
|
|
8de32622b9
|
Add more error levels in hook execution error wrapping
|
2016-07-16 00:57:33 +02:00 |
|
|
ded6a3f240
|
Add error output in Aspect execution code
|
2016-07-16 00:57:20 +02:00 |
|
|
c8edb2102f
|
Fix AspectConfig::get_for() implementation
|
2016-07-16 00:33:54 +02:00 |
|
|
32617d0a16
|
Add debug config when getting configuration for a hook
|
2016-07-16 00:32:58 +02:00 |
|
|
33771f3903
|
Add debugging output when setting hook configuration
|
2016-07-16 00:32:54 +02:00 |
|
|
fc72b3f53a
|
Add more debug output in Store::new()
|
2016-07-16 00:32:50 +02:00 |
|
|
47d0377026
|
Print debugging information in debug hook when setting config
|
2016-07-16 00:32:31 +02:00 |
|
|
4a09979951
|
Remove unused import
|
2016-07-15 21:48:29 +02:00 |
|
|
f1e7b40cc5
|
Add utility for calling trace_error() and exit()
|
2016-07-15 21:34:45 +02:00 |
|
|
5a4e6b4af6
|
Merge pull request #522 from matthiasbeyer/imag-bookmark/init
imag-bookmark/init
|
2016-07-15 14:33:14 +02:00 |
|
|
6f07359416
|
Merge pull request #534 from matthiasbeyer/libimagentrylink/tmp-fix-external-link-checking
Temporary fix: Check whether an StoreId is an external link by str::c…
|
2016-07-15 11:21:44 +02:00 |
|
|
6a77923058
|
Merge pull request #533 from matthiasbeyer/libimagref/fix-header-field-name
Fix: Header field name was wrong
|
2016-07-15 11:21:28 +02:00 |
|
|
6a4c620c2c
|
Merge pull request #538 from jsirois/jsirois/cleanups/err_or_else
Cleanup `HookError` tracing logic.
|
2016-07-15 11:19:11 +02:00 |
|
|
0ad4c6b6c6
|
Merge pull request #537 from jsirois/jsirois/warnings/unused-func
Remove unused `Link::retrieve` helper.
|
2016-07-15 11:16:38 +02:00 |
|
|
68cb63ab4e
|
Merge pull request #536 from jsirois/jsirois/warnings/unused-import
Remove unused `into::IntoError` import.
|
2016-07-15 11:16:22 +02:00 |
|
John Sirois
|
8ef7b4e0c6
|
Cleanup HookError tracing logic.
Use `Result::or_else` instead of matching and no-oping the `Ok` case
manually and extract a helper to centralize repeated trace logic.
|
2016-07-14 20:37:16 -06:00 |
|
John Sirois
|
5369dfa119
|
Remove unused into::IntoError import.
|
2016-07-14 20:08:42 -06:00 |
|
John Sirois
|
a1bf76ed79
|
Remove unused Link::retrieve helper.
|
2016-07-14 20:07:30 -06:00 |
|
|
3f2ababdb0
|
Add more robust version of is_external_link_storeid() helper function
|
2016-07-14 21:27:36 +02:00 |
|
|
0c5674dd47
|
Merge pull request #525 from matthiasbeyer/update-doc
Update doc
|
2016-07-14 21:11:30 +02:00 |
|
|
dec6a27900
|
Impl list()
|
2016-07-14 21:08:46 +02:00 |
|
|
803806ea77
|
Impl collection()
|
2016-07-14 21:08:46 +02:00 |
|
|
de4c700d6e
|
Impl remove()
|
2016-07-14 21:08:46 +02:00 |
|
|
e773294b2c
|
Impl add()
|
2016-07-14 21:08:46 +02:00 |
|
|
f5b046181d
|
Add initial main() code
|
2016-07-14 21:08:46 +02:00 |
|
|
05f9243164
|
Add commandline specification
|
2016-07-14 21:08:46 +02:00 |
|
|
5f04981c91
|
Add dependencies
|
2016-07-14 21:08:46 +02:00 |
|
|
a75419f048
|
Initial import
|
2016-07-14 21:08:46 +02:00 |
|