Commit graph

13361 commits

Author SHA1 Message Date
Joey Hess
da253358b7 ssh transport seems ready, needs testing 2014-04-12 18:39:50 -04:00
Joey Hess
ff192ace2f detect wicd network disconnection events 2014-04-12 18:36:48 -04:00
Joey Hess
bb44df206d NetWatcher: detect when networkmanager has lost network connection
This is a better approach to finding both when NM has lost a network
connection, and when a new network connection is made by NM.

Tested with network-manager 0.9.8.8.

This commit was sponsored by Cedric Staub.
2014-04-12 17:58:19 -04:00
Joey Hess
a33b30d0c4 remotedaemon: When network connection is lost, close all cached ssh connections.
This commit was sponsored by Cedric Staub.
2014-04-12 16:32:59 -04:00
Joey Hess
96ce2812e0 Merge branch 'master' into remotecontrol
Conflicts:
	debian/changelog
2014-04-12 14:20:41 -04:00
David Triendl
ea5166ea96 Add doc/bugs/Drop_--from_always_trusts_local_repository.mdwn 2014-04-12 06:46:08 +02:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
0f609b1f7f removed 2014-04-12 03:51:56 +00:00
Joey Hess
0ad2314e89
devblog 2014-04-11 19:01:01 -04:00
Joey Hess
da795e0843 add news item for git-annex 5.20140412 2014-04-11 18:29:48 -04:00
Joey Hess
5006ade11d add news item for git-annex 5.20140411 2014-04-11 15:45:44 -04:00
Joey Hess
bdb81af880
prep release 2014-04-11 15:01:10 -04:00
Joey Hess
2aab47ea3e Merge branch 'master' of ssh://git-annex.branchable.com 2014-04-11 14:35:27 -04:00
Joey Hess
c678798a5c assistant: Fix high CPU usage triggered when a monthly fsck is scheduled, and the last time the job ran was a day of the month > 12. This caused a runaway loop. Thanks to Anarcat for his assistance, and to Maximiliano Curia for identifying the cause of this bug. 2014-04-11 14:34:09 -04:00
http://joeyh.name/
66e81aacfd Added a comment 2014-04-11 16:32:51 +00:00
Joey Hess
5ef1a160dd typo 2014-04-11 12:12:34 -04:00
Joey Hess
b8e43fda1e
note that GIT_ANNEX_SHELL_READONLY does not imply GIT_ANNEX_SHELL_LIMITED 2014-04-11 12:08:31 -04:00
Joey Hess
a67c16a81e Merge branch 'master' of ssh://git-annex.branchable.com 2014-04-11 12:04:10 -04:00
Joey Hess
8ca44c25e6
update for g3 2014-04-11 12:03:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn6-8_3tbusU0Myh97-GGuGUY9bBoBP3bQ
60e10298c4 2014-04-11 13:43:55 +00:00
Joey Hess
aba17a402e
update 2014-04-10 13:27:47 -04:00
Joey Hess
27cad7f808 note automatic upgrade issue 2014-04-10 13:05:11 -04:00
Joey Hess
fdd189626e Merge branch 'master' of ssh://git-annex.branchable.com 2014-04-10 11:47:38 -04:00
Joey Hess
9a1ce2b0cd fix title (#150) 2014-04-10 11:27:21 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
66692efed9 2014-04-10 09:34:36 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
9f98234657 2014-04-10 09:23:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw
4c9cce7cb4 Added a comment: I can't add google drive as remote 2014-04-10 07:55:56 +00:00
ayutheos
78ddde9a59 Added a comment 2014-04-10 07:52:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw
3bd6e00277 removed 2014-04-10 07:52:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl64jV2rE8GMogJ6XuqESSkz78RVBgVdGw
ae070c310b Added a comment: I can't add special remotes 2014-04-10 07:50:40 +00:00
Joey Hess
4cca9cef0c
update 2014-04-09 16:43:43 -04:00
Joey Hess
83654f031d Merge branch 'master' of ssh://git-annex.branchable.com 2014-04-09 16:34:19 -04:00
Joey Hess
4d19487a0b
devblog 2014-04-09 16:33:10 -04:00
Joey Hess
33b8cff433 webapp: Show a network signal icon next to ssh remotes that it's currently connected with. 2014-04-09 15:26:41 -04:00
Joey Hess
356eec08a6
typo 2014-04-09 14:22:59 -04:00
Joey Hess
fb73792f72 make git-remote-daemon ssh transport robust
* Remote system might be available, and connection get lost. Should
  reconnect, but needs to avoid bad behavior (ie, constant reconnect
  attempts.) Use exponential backoff.

* Detect if old system had a too old git-annex-shell, and show the user
  a nice message in the webapp. Required parsing error messages, so perhaps
  this code shoudl be removed once enough time has passed..

* Switch the protocol to using remote URI's, rather than remote names.
  Names change. Also avoids issues with serialization of names containing
  whitespace.

This is nearly ready for merge into master now. I'd still like to make the ssh
transport smarter about reusing ssh connection caching during git pull.

This commit was sponsored by Jim Paris.
2014-04-09 14:14:55 -04:00
EvanDeaubl
714129a533 Added a comment 2014-04-09 03:28:25 +00:00
Joey Hess
e2736a3f5e
add day's sponsor 2014-04-08 19:00:21 -04:00
Joey Hess
1f095f7935 Merge branch 'master' of ssh://git-annex.branchable.com 2014-04-08 18:53:17 -04:00
Joey Hess
eea2b36062
how to send patches 2014-04-08 18:52:35 -04:00
augusto
3ebd994bd5 Added a comment 2014-04-08 22:46:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl-xMSPoRHcT5d2nAc1K8pWVi-AexKkYik
81fc642052 2014-04-08 22:45:28 +00:00
https://id.koumbit.net/anarcat
164a5e6128 link to the haskell page, which has many teaching resources about it 2014-04-08 22:44:28 +00:00
Joey Hess
1f6cca2879
devblog 2014-04-08 18:27:08 -04:00
Joey Hess
549a64b58b Merge branch 'master' of ssh://git-annex.branchable.com 2014-04-08 15:38:16 -04:00
Joey Hess
e4ea97427b add contribute page, mention haskell on front page 2014-04-08 15:37:22 -04:00
Joey Hess
ccfceb887c update 2014-04-08 15:30:32 -04:00
Joey Hess
fac7bca05b assistant: Now detects immediately when other repositories push changes to
a ssh remote, and pulls.

XMPP is no longer needed in this configuration!

Requires the remote server have git-annex-shell with notifychanges support.

(untested)

This commit was sponsored by Geog Wechslberger.
2014-04-08 15:23:50 -04:00
Joey Hess
9a4a3bfb43 fix STOP 2014-04-08 13:51:49 -04:00
Joey Hess
fa0cf81b26 cleaned up AnnexState handling in transports 2014-04-08 13:42:57 -04:00
Joey Hess
b3b07ab330 clarify 2014-04-08 12:09:24 -04:00