summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cronner: run jobs triggered by remotes becoming connected (untested)Gravatar Joey Hess2013-10-13
|
* improve calculation of nextTime for AnyTime eventsGravatar Joey Hess2013-10-13
| | | | | | Allow AnyTime events that still have time to occur in the current day to fall in a window covering the current day, instead of waiting until the next day in the Recurrance.
* add schedule commandGravatar Joey Hess2013-10-13
| | | | | Mostly because it gives me an excuse and a hook to document the schedule expression format.
* Merge branch 'master' into incrementalfsckGravatar Joey Hess2013-10-13
|\
| * Added a commentGravatar http://joeyh.name/2013-10-13
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-13
| |\
| * | status: Fix a crash if a temp file went away while its size was being ↵Gravatar Joey Hess2013-10-13
| | | | | | | | | | | | checked for status.
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkUwqII7LhbatqAQY1T5ZZOdPEFcQJKG6I2013-10-13
| | |
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg2013-10-13
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg2013-10-13
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg2013-10-13
| | |
| | * Added a commentGravatar RaspberryPie2013-10-13
| | |
| | * Added a commentGravatar http://joeyh.name/2013-10-12
| | |
| * | closeGravatar Joey Hess2013-10-12
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawlWskoNgUB7r70OXglR-4iKI4bOuPJb-xg2013-10-12
| | |
| * | updated android gpg versionGravatar Joey Hess2013-10-12
| | |
| | * Added a comment: awesome, fix confirmed, and IA+quvi forwarded upstreamGravatar https://id.koumbit.net/anarcat2013-10-12
| | |
| | * bug fixed in later versionsGravatar https://id.koumbit.net/anarcat2013-10-12
| | |
| | * Firefox doesn't seem to like XML-style self-closing <a>Gravatar http://smcv.pseudorandom.co.uk/2013-10-11
| |/
| * updateGravatar Joey Hess2013-10-11
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-11
| |\
| * | devblogGravatar Joey Hess2013-10-11
| | |
| * | updateGravatar Joey Hess2013-10-11
| | |
* | | add remote fsck interfaceGravatar Joey Hess2013-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * Added a commentGravatar http://joeyh.name/2013-10-11
| | |
| | * Added a comment: still a bug, filed separately!Gravatar https://id.koumbit.net/anarcat2013-10-11
| | |
| | * report this bug properlyGravatar https://id.koumbit.net/anarcat2013-10-11
| |/
* | Merge branch 'master' into incrementalfsckGravatar Joey Hess2013-10-11
|\|
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-11
| |\
| * | update, including url to gcryptGravatar Joey Hess2013-10-11
| | |
| | * Added a commentGravatar http://joeyh.name/2013-10-11
| | |
| | * Added a commentGravatar http://joeyh.name/2013-10-11
| | |
| | * Added a commentGravatar http://joeyh.name/2013-10-11
| | |
| | * Added a commentGravatar http://joeyh.name/2013-10-11
| |/
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-11
| |\
| * | url size fixesGravatar Joey Hess2013-10-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | qualify import; also available in crypto-randomGravatar Joey Hess2013-10-11
| | |
| | * Added a comment: How to sync content with git-annex, not assistantGravatar http://elmimmo.myopenid.com/2013-10-11
| |/
* | add/remove/edit schedule UI workingGravatar Joey Hess2013-10-11
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * avoid committing git-annex branch journal when running statusGravatar Joey Hess2013-10-11
| |
| * Remove bogus runshell loop check.Gravatar Joey Hess2013-10-11
| | | | | | | | | | git-annex.linux/git-annex can legitimately try to run itself -- this happens when the programfile is used. So this check was bogus.
| * typoGravatar Joey Hess2013-10-11
| |
* | better time displayGravatar Joey Hess2013-10-11
| |
| * devblogGravatar Joey Hess2013-10-10
| |
| * updateGravatar Joey Hess2013-10-10
| |
* | add config page for fsck, and alert with button when a fsck is runningGravatar Joey Hess2013-10-10
| |
* | queue downloads of keys that fsck finds with bad contentGravatar Joey Hess2013-10-10
| |
| * announcementGravatar Joey Hess2013-10-10
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-10-10
| |\
| * | highlight current monthGravatar Joey Hess2013-10-10
| | |