Commit graph

14560 commits

Author SHA1 Message Date
Joey Hess
36f8bfdf37 Merge branch 'master' of ssh://git-annex.branchable.com 2013-10-11 17:35:54 -04:00
Joey Hess
8bea678170 devblog 2013-10-11 17:34:51 -04:00
Joey Hess
e7a134208c update 2013-10-11 17:33:51 -04:00
Joey Hess
42c4a86d16 UI for configuring fscks of remotes 2013-10-11 17:25:32 -04:00
Joey Hess
1ffb3bb0ba add remote fsck interface
Currently only implemented for local git remotes. May try to add support
to git-annex-shell for ssh remotes later. Could concevably also be
supported by some special remote, although that seems unlikely.

Cronner user this when available, and when not falls back to
fsck --fast --from remote

git annex fsck --from does not itself use this interface.
To do so, I would need to pass --fast and all other options that influence
fsck on to the git annex fsck that it runs inside the remote. And that
seems like a lot of work for a result that would be no better than
cd remote; git annex fsck
This may need to be revisited if git-annex-shell gets support, since it
may be the case that the user cannot ssh to the server to run git-annex
fsck there, but can run git-annex-shell there.

This commit was sponsored by Damien Diederen.
2013-10-11 16:03:18 -04:00
http://joeyh.name/
a2d3e0f72a Added a comment 2013-10-11 18:49:25 +00:00
https://id.koumbit.net/anarcat
569cdff18e Added a comment: still a bug, filed separately! 2013-10-11 18:49:06 +00:00
https://id.koumbit.net/anarcat
b84da183d3 report this bug properly 2013-10-11 18:45:50 +00:00
Joey Hess
7e723d2f56 Merge branch 'master' into incrementalfsck 2013-10-11 14:21:06 -04:00
Joey Hess
6dea78dd18 Merge branch 'master' of ssh://git-annex.branchable.com 2013-10-11 13:23:15 -04:00
Joey Hess
9f561fa346 update, including url to gcrypt 2013-10-11 13:22:08 -04:00
http://joeyh.name/
5b7fecd712 Added a comment 2013-10-11 17:12:00 +00:00
http://joeyh.name/
440c1053c2 Added a comment 2013-10-11 17:09:33 +00:00
http://joeyh.name/
9d3375aa06 Added a comment 2013-10-11 17:08:27 +00:00
http://joeyh.name/
ecd79037d7 Added a comment 2013-10-11 17:07:24 +00:00
Joey Hess
749b8cbf52 Merge branch 'master' of ssh://git-annex.branchable.com 2013-10-11 13:05:23 -04:00
Joey Hess
747f5b123c url size fixes
addurl: Improve message when adding url with wrong size to existing file.
Before the message suggested the url didn't exist.

Fixed handling of URL keys that have no recorded size. Before, if the key
has no size, the url also had to not declare any size, which was unlikely
and wrong, or it was taken to not exist. This probably would mostly affect
keys that were added to the annex with addurl --relaxed.
2013-10-11 13:05:00 -04:00
Joey Hess
5797364a07 qualify import; also available in crypto-random 2013-10-11 12:46:31 -04:00
http://elmimmo.myopenid.com/
95ab2af482 Added a comment: How to sync content with git-annex, not assistant 2013-10-11 09:58:12 +00:00
Joey Hess
88ec6eff15 add/remove/edit schedule UI working
Once I built the basic widget, it turned out to be rather easy to replicate
it once per scheduled activity and wire it all up to a fully working UI.

This does abuse yesod's form handling a bit, but I think it's ok.
And it would be nice to have it all ajax-y, so that saving one modified
form won't lose any modifications to other forms. But for now, a nice
simple 115 line of code implementation is a win.

This late night hack session commit was sponsored by Andrea Rota.
2013-10-11 03:04:11 -04:00
Joey Hess
145b6e9532 avoid committing git-annex branch journal when running status 2013-10-11 01:29:18 -04:00
Joey Hess
2943592f51 Remove bogus runshell loop check.
git-annex.linux/git-annex can legitimately try to run itself -- this
happens when the programfile is used. So this check was bogus.
2013-10-11 01:24:13 -04:00
Joey Hess
b988e2fd9f typo 2013-10-11 01:08:50 -04:00
Joey Hess
aa5b2f1c3c basic fsck form UI 2013-10-11 00:46:04 -04:00
Joey Hess
e36da0e5ad better time display 2013-10-11 00:29:28 -04:00
Joey Hess
0b7853dfe9 devblog 2013-10-10 18:09:14 -04:00
Joey Hess
1b7b397bdf update 2013-10-10 18:09:06 -04:00
Joey Hess
e9745f2da2 add config page for fsck, and alert with button when a fsck is running 2013-10-10 18:05:53 -04:00
Joey Hess
18f4d1b400 queue downloads of keys that fsck finds with bad content 2013-10-10 17:27:00 -04:00
Joey Hess
cfdfd8f37a announcement 2013-10-10 17:14:00 -04:00
Joey Hess
108987fdb1 Merge branch 'master' of ssh://git-annex.branchable.com 2013-10-10 16:56:39 -04:00
Joey Hess
33c8e6b14c highlight current month 2013-10-10 16:55:14 -04:00
Joey Hess
82083658cf stop fsck when scheduled activity is removed 2013-10-10 16:22:55 -04:00
Joey Hess
ebcbea4576 unmask async exceptions after fork
Turns out that forkProcess masks async exceptions. Unmask them so that the
daemon code can use them for thread IPC.

There is some risk this introduces breakage in git-annex, but it would be
breakage that would already occur when the assistant was run with
--foreground.
2013-10-10 16:05:44 -04:00
Joey Hess
7abe6cb161 0 pad minutes 2013-10-10 14:12:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlm8dkrPSmEyV3avjyCkJBhsosWKjJj7jc
3bb2d58428 elaborate on local pairing sshd security 2013-10-10 16:58:32 +00:00
Joey Hess
6a331d1261 got delay calculation backwards 2013-10-10 12:55:30 -04:00
Joey Hess
5b70eac659 fix option name 2013-10-10 12:49:54 -04:00
http://cstork.org/
6721b7501b Added a comment: git annex get/sync don't delete files 2013-10-10 11:43:29 +00:00
https://id.koumbit.net/anarcat
bb45e0f65c Added a comment 2013-10-10 09:22:00 +00:00
ringprince
eec779c705 Added a comment 2013-10-10 07:08:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmVV_nBwlsyCv53BXoJt8YpCX_wZPfzpyo
859889a6ec Added a comment: Productive Annoyance 2013-10-10 04:30:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmVV_nBwlsyCv53BXoJt8YpCX_wZPfzpyo
3ec0e64f50 Added a comment: Progress 2013-10-10 01:17:08 +00:00
https://id.koumbit.net/anarcat
8e2cf5a2f6 make the bug explicit 2013-10-09 22:48:18 +00:00
https://id.koumbit.net/anarcat
85594ec46c document this bug more explicitely 2013-10-09 22:47:20 +00:00
https://id.koumbit.net/anarcat
29f46c06ef Added a comment: how to use with simply addurl? 2013-10-09 22:27:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlm8dkrPSmEyV3avjyCkJBhsosWKjJj7jc
5b455fda8c elaborate on local pairing sshd security 2013-10-09 21:28:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlkA6XinbeOdnEDxEGQUWyjqPGh0kdMXr4
d4af2a6dee Added a comment: Updating git-annex via cabal 2013-10-09 21:21:22 +00:00
https://me.yahoo.com/a/f.0S5jJlgJMHgMV6G2fLXzkhRCQtDAAxRe8-#81b3e
44270932df 2013-10-09 21:19:09 +00:00
http://nullroute.eu.org/~grawity/
633e54d6e1 Added a comment 2013-10-09 06:04:16 +00:00