412c4b5a30
Remove unused import: config module
2016-09-10 17:12:26 +02:00
7f4108ad85
Remove unused imports: create hook
2016-09-10 17:11:45 +02:00
931845105b
runtime: Remove unused import Signature
2016-09-10 17:08:56 +02:00
cb41c0c416
Merge pull request #728 from matthiasbeyer/libimagstorestdhook/git-custom-commit-msg
...
Libimagstorestdhook/git custom commit msg
2016-09-10 14:07:03 +02:00
41c7cd2363
[CHERRY-PICK] Add newline before header
...
The lastest release of the `toml-rs` crate (2.1) removes leading spaces
before arrays and tables, causing our tests to fail.
This fixes it.
2016-09-09 17:22:20 +02:00
4b281dddc9
Implement editor calling
2016-09-09 16:34:19 +02:00
cc035525ec
Add error kinds for editor calling
2016-09-09 16:34:19 +02:00
995593a3b7
Add string input
2016-09-09 16:34:19 +02:00
66d8b71bdf
Add dep: libimaginteraction
2016-09-09 16:34:19 +02:00
47c3d0e483
Implement commit_message()
2016-09-09 16:34:19 +02:00
17805a0f1e
Add default settings for committing in the update hook
2016-09-09 16:34:19 +02:00
05d38bdf49
[CHERRY-PICK] Move edit_entry_with_cmd() to libimagutil
2016-09-09 16:34:19 +02:00
8f26b20830
[CHERRY-PICK] Refactor edit_in_tmpfile()
...
To offer variant where we can pass the editor as command.
2016-09-08 18:03:26 +02:00
e49050932a
Fix missing parentheses in impl Debug for UpdateHook
2016-09-08 16:53:12 +02:00
a24335c9a3
Merge pull request #723 from matthiasbeyer/libimagstorestdhook/git-ci-fixes
...
libimagstorestdhook: git ci fixes
2016-09-08 16:50:43 +02:00
0dc2baaee2
Write index after committing
2016-09-08 14:23:10 +02:00
bee4c2002d
Write the tree before finding the parent commits
2016-09-08 14:23:10 +02:00
0366d0f8cb
Add some debug output if commit worked
2016-09-08 14:23:10 +02:00
0cfeda8652
We only need to pass the local part to git2 here
2016-09-08 14:23:10 +02:00
a4231ac5d8
Add debug output in UpdateHook::access()
2016-09-08 14:23:10 +02:00
3252f9b751
Move Update-Hook execution into Store._update()
2016-09-08 14:23:10 +02:00
8f01cf15e4
Move hook impl to update hook as Store::create() is lazy
...
As Store::create() is lazy and does not write to disk, we do not have a
file on disk when the post-create-hook runs.
Therefor, the implementation of the git logic has to be in the update
hook.
2016-09-08 14:23:10 +02:00
157f4e79aa
test setup: Prepare store directory before starting tests
2016-09-08 14:23:10 +02:00
566c463383
Merge branch 'libimagstorestdhook/git-update' into libimagstorestdhook/git
2016-09-07 22:09:31 +02:00
8d2c94b0b8
Merge branch 'libimagstorestdhook/git-refactor' into libimagstorestdhook/git-update
2016-09-07 22:09:19 +02:00
c19f269f59
Adapt ensure_cfg_branch_is_checked_out() for new Runtime::repository() interface
2016-09-07 22:06:07 +02:00
b50aacbf55
Move error output to Runtime::repository() getter
2016-09-07 22:06:07 +02:00
f86b450cfa
Simplify error printing if config value fetching failed
2016-09-07 22:06:07 +02:00
4e2a980599
Refactor Index fetching into helper function
2016-09-07 22:06:07 +02:00
032110e6d8
Rewrite fetch_repo() so we have less overhead in calling this helper
2016-09-07 22:06:07 +02:00
ca47744108
Add StoreAction::uppercase() utility function
...
For debugging output convenience
2016-09-07 22:06:07 +02:00
741ebff2da
Outsource repository fetching into helper fn
2016-09-07 22:06:07 +02:00
fddd6ec4cb
Remove unused fn: mkrepo()
2016-09-07 22:06:07 +02:00
9c2f4db03d
Remove unused fn: hasrepo()
2016-09-07 22:06:07 +02:00
513a99fca7
Add initial implementation for UpdateHook
2016-09-07 22:05:50 +02:00
6ef6262e54
Add error kind for parent fetching error
2016-09-07 22:05:50 +02:00
242fa863b2
The helper commit_message() really should return an Result<String>
2016-09-07 22:05:50 +02:00
6444f95b58
Reimplement Hook::set_config() for UpdateHook
2016-09-07 22:05:50 +02:00
bcf91780aa
impl Debug for UpdateHook
2016-09-07 22:05:50 +02:00
c9c535f46c
Add Runtime for UpdateHook
2016-09-07 22:05:50 +02:00
ced6342d01
Use MapIntoHookError for mapping into hook error
2016-09-07 22:05:31 +02:00
ec1b5f7e8b
Add IntoHookError for convenience function map_into_hook_error()
2016-09-07 22:05:31 +02:00
ca94a6cb7c
Add error kind for index writing error
2016-09-07 22:05:31 +02:00
132d0d2698
Rewrite hook implementation
2016-09-07 22:05:31 +02:00
2929b77248
Add more error kinds
2016-09-07 22:05:31 +02:00
a24981b6b6
use Runtime as GRuntime, for clearness
2016-09-07 22:05:31 +02:00
0e7d1730fc
Fix get_bool_cfg()
2016-09-07 22:05:30 +02:00
9e5932f57c
Commit with "Initial commit" if there is no parent
2016-09-07 22:05:30 +02:00
ffd71b0907
Add errors for HEAD fetching HEAD-target fetching errors
2016-09-07 22:05:30 +02:00
3f43fa1172
[TMP]
2016-09-07 22:05:30 +02:00