Commit graph

6832 commits

Author SHA1 Message Date
sunny256
f900cfbd44 Add bug report about failing tests when annex.backends is defined 2016-02-17 05:38:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
813d3262d2 2016-02-15 16:30:37 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
2e62e4cce0 Added a comment 2016-02-15 09:47:24 +00:00
Joey Hess
2ce5b6cdf2
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 18:03:31 -04:00
Joey Hess
885e54df0a
fsck: Populate unlocked files in v6 repositories whose content is present in annex/objects but didn't reach the work tree.
This also handles fixing up after cf260d9a15
2016-02-14 17:27:50 -04:00
Joey Hess
cf260d9a15
Fix storing of filenames of v6 unlocked files when the filename is not representable in the current locale.
This is a mostly backwards compatable change. I broke backwards
compatability in the case where a filename starts with double-quote.
That seems likely to be very rare, and v6 unlocked files are a new feature
anyway, and fsck needs to fix missing associated file mappings anyway. So,
I decided that is good enough.

The encoding used is to just show the String when it contains a problem
character. While that adds some overhead to addAssociatedFile and
removeAssociatedFile, those are not called very often. This approach has
minimal decode overhead, because most filenames won't be encoded that way,
and it only has to look for the leading double-quote to skip the expensive
read. So, getAssociatedFiles remains fast.

I did consider using ByteString instead, but getting a FilePath converted
with all chars intact, even surrigates, is difficult, and it looks like
instance PersistField ByteString uses Text, which I don't trust for problem
encoded data. It would probably be slower too, and it would make the
database less easy to inspect manually.
2016-02-14 16:37:25 -04:00
jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f
1db3746ed7 Added a comment 2016-02-14 20:31:49 +00:00
Joey Hess
4100dd9733
close 2016-02-14 16:26:27 -04:00
Joey Hess
eebf42eaaa
close 2016-02-14 15:16:36 -04:00
Joey Hess
9d123645ee
comment 2016-02-14 15:14:02 -04:00
Joey Hess
5e7b53a815
Merge branch 'master' of ssh://git-annex.branchable.com 2016-02-14 15:12:53 -04:00
Joey Hess
9a6afb846f
fixed a couple days ago 2016-02-14 15:11:05 -04:00
Joey Hess
0f18636c8a
Work around problem with concurrent-output when in a non-unicode locale by avoiding use of it in such a locale.
Instead -J will behave as if it was built without concurrent-output support
in this situation. Ie, it will be mostly quiet, except when there's an
error.

Note that it's not a problem for a filename to contain invalid utf-8 when
in a utf-8 locale. That is handled ok by concurrent-output. It's only
displaying unicode characters in a non-unicode locale that doesn't work.
2016-02-14 15:02:42 -04:00
jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f
6983f0a541 2016-02-14 17:46:39 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
9597a21979 Added a comment 2016-02-13 22:27:57 +00:00
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2
a4745df82e 2016-02-13 00:29:58 +00:00
Joey Hess
6a7f65e62d
fix typo 2016-02-10 12:41:28 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
24e2ab277f 2016-02-09 23:58:12 +00:00
christoph.schober@b8a66d38d9dfeeb6d7cd83888079d5870014ad7a
85386d6408 2016-02-09 18:59:32 +00:00
annuges
aac064d688 Added a comment 2016-02-09 13:49:43 +00:00
Joey Hess
17c97434f2
init: Fix bugs in submodule .git symlink fixup, that occurred when initializing in a subdirectory of a submodule and a submodule of a submodule. 2016-02-08 15:41:27 -04:00
Joey Hess
085ec7d693
retitle 2016-02-08 15:26:18 -04:00
Joey Hess
6b6911f6ff
update 2016-02-08 15:25:36 -04:00
Joey Hess
dba6a4bc6e
comment 2016-02-08 15:21:00 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
2c70c88396 Added a comment 2016-02-08 16:21:57 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0c852966a6 Added a comment: submodules of the submodules 2016-02-08 16:05:18 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
54a83f5288 2016-02-08 15:50:17 +00:00
annuges
18a021a43f 2016-02-07 16:00:39 +00:00
Joey Hess
80ee1bcf71
followup 2016-02-05 13:03:43 -04:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
7bef2c110c removed 2016-02-05 07:47:14 +00:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
cc0a436589 Added a comment 2016-02-05 06:43:28 +00:00
luca@b7e273474d087a5c7fc4428503f21d5624636d9f
756e5f8002 Added a comment 2016-02-05 06:43:11 +00:00
floppy@47eb4e509346aa37da79eaae46eb0d576f4a16c0
51f9184637 2016-02-03 07:45:43 +00:00
divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f899
edde0977ff Added a comment: Disabling SSH connection caching 2016-02-01 06:52:55 +00:00
Gothmog
dd7238252d 2016-01-30 13:24:31 +00:00
Gothmog
7e7a8a3606 2016-01-30 13:23:46 +00:00
Joey Hess
ef4b4c3856
webapp: Fix deletion of current repository directory.
removeDirectoryRecursive "." fails; need full path.

I think this is a reversion introduced in the relative path conversion, in
january of *last* year!
2016-01-29 14:04:39 -04:00
Joey Hess
86689eb930
comment 2016-01-29 13:22:24 -04:00
Joey Hess
9a4af2324e
Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages. 2016-01-29 13:20:24 -04:00
Joey Hess
66a24e0f36
followup 2016-01-29 13:08:12 -04:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
ee5d8e408d 2016-01-28 10:58:35 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
599a3bafac 2016-01-28 01:28:21 +00:00
Joey Hess
aaac5e6779
bug 2016-01-26 15:20:00 -04:00
Joey Hess
039e83ed5d
Fix nasty reversion in the last release that broke sync --content's handling of many preferred content expressions.
The type checker should have noticed this, but the changes to mapM
that make it accept any Traversable hid the fact that it was not being
passed a list at all. Thus, what should have returned an empty list most
of the time instead returned [""] which was treated as the name of the
associated file, with disasterout consequences.

When I have time, I should add a test case checking what sync --content
drops. I should also consider replacing mapM with one re-specialized to
lists.
2016-01-26 14:28:43 -04:00
Joey Hess
3ddfa7bf1d
retitle 2016-01-26 14:17:46 -04:00
Joey Hess
f1d33568b0
update 2016-01-26 13:49:10 -04:00
alexander+gitannex@2296816092e64c93002644a8af3a4d4c9e6b21c7
8a0b08f018 2016-01-25 23:21:12 +00:00
Joey Hess
b4c9460467
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-25 16:30:25 -04:00
Joey Hess
d2ed162192
close 2016-01-25 16:29:46 -04:00
hello@8ec3aeb95041eb24da1d74b9a59964a3e3519fb5
1ff8ba5ce6 Add bug report 2016-01-25 20:25:16 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
63052faa64 Added a comment 2016-01-25 20:23:23 +00:00
Joey Hess
d3ba9fe5c8
matchexpression: New plumbing command to check if a preferred content expression matches some data. 2016-01-25 16:16:18 -04:00
Joey Hess
7a468324e6
comment 2016-01-25 14:26:58 -04:00
Joey Hess
bf7e928ee9
Fix build with QuickCheck 2.8.2
It added some instances I had also implemented.
2016-01-24 14:15:00 -04:00
db
b3838f217e 2016-01-23 23:14:38 +00:00
Joey Hess
8c3d302532
assistant: Use udisks2 dbus events to detect when disks are mounted, instead of relying on gnome/kde stuff that is not stable. 2016-01-22 16:50:08 -04:00
Joey Hess
1fcd0e951d
close 2016-01-22 13:51:54 -04:00
Joey Hess
acac554aa9
avoid running BUILDER clean when it's cabal
This alows debian/rules clean to work when build deps are not installed.
2016-01-22 11:53:14 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
fe6dae6d93 Added a comment 2016-01-22 08:11:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
a106baa0be Added a comment: gvfs reliability 2016-01-22 08:02:12 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3f84025cd5 2016-01-22 07:56:26 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
234e7a5826 copied the wrong signals, re-testing 2016-01-22 07:53:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3a7c295617 2016-01-22 07:51:50 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
474470d2d6 2016-01-22 07:47:33 +00:00
https://launchpad.net/~felixonmars
25cdf8931b 2016-01-21 05:20:58 +00:00
https://launchpad.net/~felixonmars
b271378d98 2016-01-21 05:20:14 +00:00
https://launchpad.net/~felixonmars
eb16121c6f 2016-01-21 05:16:43 +00:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
ff8fc5a2ab Added a comment: source-only build 2016-01-21 05:09:52 +00:00
Joey Hess
64ad4248cc
close 2016-01-20 15:37:04 -04:00
Joey Hess
7f13861552
close 2016-01-20 15:35:53 -04:00
Joey Hess
3d4012de93
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-20 15:28:15 -04:00
Joey Hess
9d87d0897b
response 2016-01-20 15:27:36 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
fe6f01145d Added a comment 2016-01-20 19:24:17 +00:00
Joey Hess
18dd8cc737
respinse 2016-01-20 15:17:20 -04:00
Joey Hess
123b9cbd7d
comment 2016-01-20 15:04:36 -04:00
Joey Hess
a2e399a4c0
respond, close bad bug 2016-01-20 14:42:07 -04:00
Joey Hess
869614bb73
response 2016-01-20 14:35:48 -04:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
034bfe143a 2016-01-20 04:32:23 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c920a35c9c Added a comment 2016-01-19 21:14:04 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
4e49631c77 Added a comment 2016-01-19 21:11:53 +00:00
Joey Hess
5a781f4e8f
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-19 16:55:45 -04:00
Joey Hess
0a45c43509
response 2016-01-19 16:55:20 -04:00
Joey Hess
abe8f63547
response 2016-01-19 16:23:37 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ff4b2575b5 Added a comment: but works correct in direct mode 2016-01-19 20:05:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
868231487c Added a comment: actually has smth to do with remotes 2016-01-19 19:53:25 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1a42667691 Added a comment 2016-01-19 19:50:25 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
767eb5fcdf Added a comment 2016-01-19 19:48:10 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
5cee112923 2016-01-19 19:42:06 +00:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
35c41ce6f0 Added a comment 2016-01-16 12:20:05 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
cfbbc19737 Added a comment 2016-01-15 21:27:56 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1fe1308f01 Added a comment 2016-01-15 21:11:25 +00:00
Joey Hess
527579ab21
comment 2016-01-15 16:06:10 -04:00
Joey Hess
0639ee89b9
comment 2016-01-15 15:30:58 -04:00
Joey Hess
1e991b7223
comment 2016-01-15 15:00:52 -04:00
Joey Hess
b9f921248e
convert existing non-annexed file to non-exception 2016-01-15 14:34:33 -04:00
Joey Hess
b26ce646e4
whereis --json: Urls are now listed inside the remote that claims them, rather than all together at the end. 2016-01-15 14:16:48 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1e0ce5177d Added a comment 2016-01-15 16:54:33 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ea5e410345 2016-01-15 05:06:15 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
52df7ee2e2 2016-01-15 05:05:13 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3e96ddbdb6 closing since explanation followed 2016-01-15 04:57:49 +00:00