Joey Hess
76431520e4
use TList for ChangePool
2013-04-24 16:13:22 -04:00
Joey Hess
25aabf4ffe
add TList, built on DList
2013-04-24 16:01:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
6dcf07a581
2013-04-24 19:07:23 +00:00
Joey Hess
28d4113832
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-24 13:28:05 -04:00
http://joeyh.name/
bdb753fa6d
Added a comment
2013-04-24 17:26:39 +00:00
spwhitton
deddc31d26
Added a comment
2013-04-24 17:09:50 +00:00
Joey Hess
a435a88c56
changelog
2013-04-24 13:09:28 -04:00
Joey Hess
a929e6641a
show one alert when bulk adding files
...
Turns out that a lot of the time spent in a bulk add was just updating the
add alert to rotate through each file that was added. Showing one alert
makes for a significant speedup.
Also, when the webapp is open, this makes it take quite a lot less cpu
during bulk adds.
Also, it lets the user know when a bulk add happened, which is sorta
nice..
2013-04-24 13:04:46 -04:00
Joey Hess
6e5c7520ff
whups, I didn't mean to commit this, it was in to more quickly test out of limit behavior
2013-04-24 11:52:24 -04:00
Joey Hess
958cf53394
add
2013-04-24 11:47:55 -04:00
Joey Hess
312f091b1c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-24 11:47:35 -04:00
Joey Hess
01bedb54c6
improve display of multiline messages in alerts
...
This better handles error messages formatted for console display, by
adding a <br> after each line.
Hmm, I wonder if it'd be worth pulling in a markdown formatter, and running
the messages through it?
2013-04-24 11:45:41 -04:00
http://joeyh.name/
c9bb38c6a5
Added a comment
2013-04-24 15:30:04 +00:00
Joey Hess
e72f0b2898
only show latest warning, rather than combining warning alerts
...
In the case of the inotify limit warning, particularly, if it happens once
it will be happening repeatedly, and so combining alerts resulted in a
much too large alert message that took up a lot of memory and was too
large for the webapp to display.
2013-04-24 11:27:30 -04:00
Joey Hess
9f305483b0
typo; the inotify default limit is 8192, not 81920
2013-04-24 11:13:07 -04:00
Joey Hess
0392eb1f46
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-24 11:09:07 -04:00
Joey Hess
25c8258225
fix build
2013-04-24 11:08:35 -04:00
http://joeyh.name/
cbfb5493c0
Added a comment
2013-04-24 15:05:33 +00:00
Joey Hess
10fc9bc667
fix build
2013-04-24 10:48:06 -04:00
Joey Hess
47751372fb
include sys/types.h
...
I have a report that this is necessary for freebsd.
It seemed not necessary for OSX, but even there the kqueue
man page says to include this header (along with sys/time.h
which it already does).
2013-04-24 10:39:52 -04:00
Joey Hess
3233e0fb60
revert addition of Includes: sys/event.h in cabal file
...
That is very dodgy; it makes *every* C file compiled have that header added
to it. Apparently sys/event.h needs some other header files to be included
on some OS's, and so this leads to compile failures in completely unrelated
places to the code that actually uses sys/event.h
This reverts commit c993d8e710
, which added
this with no rationalle and I must have missed in amoung the other patches
when merging.
Also, Utility/kqueue.c already includes sys/event.h
2013-04-24 10:35:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
866f25c0d3
Added a comment
2013-04-24 09:10:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
2ad38a433a
Added a comment
2013-04-24 06:30:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn8nmg2ti0tVOD215PNBmLKvf2S4kXkQAY
9afb7ad2d6
Added a comment
2013-04-24 05:39:10 +00:00
Joey Hess
b2beae2ecd
shorter
2013-04-23 20:20:09 -04:00
Joey Hess
ccbbc8b5ac
reorg template; add section for transcript or log with format directive
2013-04-23 20:16:09 -04:00
Joey Hess
4b1cf3d731
Detect when the remote is broken like bitbucket is, and exits 0 when it fails to run git-annex-shell.
2013-04-23 20:06:02 -04:00
Joey Hess
74712c20f1
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-23 20:04:36 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
f849e79173
Added a comment: Bugs...
2013-04-23 23:30:47 +00:00
http://joeyh.name/
431df952f3
Added a comment
2013-04-23 23:13:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
ad2ba804cd
Added a comment: :'( no format directive in comments?
2013-04-23 23:13:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
1d969bc07c
Tested with another server, seems to be related to bitbucket somehow
2013-04-23 23:04:29 +00:00
http://joeyh.name/
35f58a3afd
Added a comment: you win at highlighting logs!
2013-04-23 23:04:13 +00:00
Joey Hess
6b0b044d83
close
2013-04-23 18:52:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
189ad83995
2013-04-23 22:50:22 +00:00
Joey Hess
20e3da03cd
header
2013-04-23 18:47:35 -04:00
Joey Hess
1c4d5694a1
exclude moreinfo
2013-04-23 18:42:56 -04:00
Joey Hess
e97cbbc9bf
typo
2013-04-23 18:42:01 -04:00
Joey Hess
e5b9eea755
sidebar
2013-04-23 18:41:42 -04:00
Joey Hess
ca3eb93573
close
2013-04-23 18:41:12 -04:00
Joey Hess
3e0bf1c0e8
tag
2013-04-23 18:40:19 -04:00
Joey Hess
9a7fa9fc20
add moreinfo page for bugs
2013-04-23 18:39:37 -04:00
Joey Hess
b33c90c069
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-23 18:24:21 -04:00
Joey Hess
327b465a75
blog for the day
2013-04-23 18:23:58 -04:00
Joey Hess
ca72b1ac7b
assistant: when an add fails, requeue it for later
...
See analysis in bug report for one way this could happen.
2013-04-23 18:23:04 -04:00
http://joeyh.name/
2a2475e1b8
Added a comment
2013-04-23 22:11:32 +00:00
Joey Hess
53674cc3fd
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-23 18:09:45 -04:00
Joey Hess
68f38a7ae6
show a message to tell why adding a file failed
2013-04-23 18:09:00 -04:00
http://joeyh.name/
e0f5abbf20
Added a comment
2013-04-23 21:41:32 +00:00
Joey Hess
f77be9d0d8
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-23 17:24:51 -04:00