Commit graph

46745 commits

Author SHA1 Message Date
Joey Hess
218efe79e3
fix name of config 2025-04-01 09:35:54 -04:00
tomdhunt
69f6b7dcc8 2025-03-29 19:10:16 +00:00
cjmarkie
58719f196b Added a comment 2025-03-28 13:49:12 +00:00
cjmarkie
8beea10b4e Added a comment 2025-03-28 13:44:13 +00:00
yarikoptic
fa9188682e migrate --remove-size does not work 2025-03-28 12:13:46 +00:00
yarikoptic
8080385b4c issue about annexing while under git-annex branch 2025-03-28 11:26:31 +00:00
jnkl
dccc8f2e84 Added a comment 2025-03-28 10:27:25 +00:00
Basile.Pinsard
c726afbad9 removed 2025-03-27 20:38:37 +00:00
cjmarkie
5e8d2ac08e Added a comment: Ignore .crdownload? 2025-03-27 20:18:04 +00:00
cjmarkie
043201c4d8 Propose skipping checksums in git-annex get --fast 2025-03-27 20:09:28 +00:00
Basile.Pinsard
f14263d708 removed 2025-03-27 18:40:25 +00:00
Basile.Pinsard
c598dd8346 Added a comment: thanks 2025-03-27 18:39:58 +00:00
Basile.Pinsard
9a8f045f92 Added a comment 2025-03-27 18:39:44 +00:00
Basile.Pinsard
1efe30a598 Added a comment 2025-03-27 18:39:31 +00:00
jnkl
d4a593f4e4 2025-03-27 07:58:11 +00:00
Atemu
aec1ae9e84 Added a comment 2025-03-26 17:04:23 +00:00
Joey Hess
09c6e650e1
Merge branch 'master' of ssh://git-annex.branchable.com 2025-03-26 11:43:06 -04:00
Joey Hess
d06bb4b540
httpalso: Windows url fix 2025-03-26 11:42:58 -04:00
Joey Hess
7e74932f7c
tag as datalad
this is a datalad user
2025-03-26 11:35:33 -04:00
yarikoptic
195573b1fe Added a comment 2025-03-26 15:31:45 +00:00
Joey Hess
c39f8a168a
drop: Avoid redundant object directory thawing.
Sponsored-by: Dartmouth College's DANDI project
2025-03-26 11:25:35 -04:00
Joey Hess
83163ae08a
typo 2025-03-26 11:15:58 -04:00
Joey Hess
f6a25b7873
comment 2025-03-26 10:42:34 -04:00
Joey Hess
cc8f7e9776
fsck: Avoid complaining about required content of dead repositories
requiredContentMap does not exclude dead repos. Usually this is not a
problem because it is used when we are operating on a repository, and in
that case, the repository is not dead (or if it is, the required content
configurations should still be used). But in the case of fsck, this made a
old required content config for a dead repository be warned about in a
situation where it is not a problem.
2025-03-26 10:30:33 -04:00
Joey Hess
c45c4fd897
comment 2025-03-26 10:20:42 -04:00
Joey Hess
dbc00906bf
Fix build without the assistant. 2025-03-26 10:17:03 -04:00
Joey Hess
fa39406077
interlink 2 related bugs 2025-03-26 10:16:21 -04:00
Joey Hess
00cd389161
Merge branch 'master' of ssh://git-annex.branchable.com 2025-03-26 10:03:03 -04:00
jnkl
42e285c81e Added a comment 2025-03-25 07:44:00 +00:00
kyle
e2efbed7d2 10.20250320 build error when assistant is disabled 2025-03-25 01:56:20 +00:00
nobodyinperson
1116eed6f5 Added a comment: only for unlocked files? 2025-03-24 18:37:31 +00:00
octvs@17a99a7aaeb0c0e0a2375e14807b138740ba34e9
75ad64b27c removed 2025-03-24 17:56:57 +00:00
octvs@17a99a7aaeb0c0e0a2375e14807b138740ba34e9
3cd3be80af Added a comment: failing with Operation not petmitted 2025-03-24 17:56:46 +00:00
octvs@17a99a7aaeb0c0e0a2375e14807b138740ba34e9
b6a0ac99df Added a comment: failing with Operation not petmitted 2025-03-24 17:56:39 +00:00
jnkl
2d9453724d Added a comment 2025-03-23 11:20:31 +00:00
jnkl
494a101eba 2025-03-22 21:29:19 +00:00
Joey Hess
0bc1bebe05
todo 2025-03-22 09:23:03 -04:00
Joey Hess
d0b5a09b0e
deal with NoUUID in checkCanProxy
updatecluster, updateproxy: When a remote that has no annex-uuid is
configured as annex-cluster-node, warn and avoid writing bad data to the
git-annex branch.

The proxy.log and cluster.log end up unparseable when a NoUUID gets written
to them.
2025-03-21 12:29:44 -04:00
Joey Hess
ec43b25fb7
add news item for git-annex 10.20250320 2025-03-20 13:11:10 -04:00
Joey Hess
4c8577d3a2
releasing package git-annex version 10.20250320 2025-03-20 13:11:03 -04:00
Joey Hess
74457b6b93
findcompute --inputs
Useful for eg, generating dependency graphs.
2025-03-19 15:39:05 -04:00
Joey Hess
a669b7f3ec
preparing for release tomorrow 2025-03-19 14:47:00 -04:00
Joey Hess
e37bf6351f
avoid shadowing warning 2025-03-19 14:46:24 -04:00
Joey Hess
b158e067c0
avoid reloading trust log 2025-03-19 09:44:44 -04:00
Joey Hess
70cb93a66b
checkPresent of compute remote checks inputs are available
If an input file has been lost from all repositories, it is no longer
possible to compute the output. This will avoid dropping content that
was computed in such a situation, as well as making git-annex fsck --from
the compute remote do its usual thing when content has gone missing.

This implementation avoids recursing forever if there is a cycle,
which should not be possible anyway.

Note the use of RemoteStateHandle as a constructor here suggests that
this may not handle sameas remotes right, since usually a
RemoteStateHandle is constructed using the sameas uuid for a sameas
remote. That assumes a compute remote can even have or be a sameas remote.
Which doesn't seem to make sense, so I have not thought through what might
happen here in detail.
2025-03-18 14:13:13 -04:00
Joey Hess
2466677b7b
update 2025-03-18 13:00:54 -04:00
Joey Hess
bcfd554a0f
findcomputed: New command, displays information about computed files. 2025-03-18 12:55:48 -04:00
Joey Hess
1b23823787
update 2025-03-17 16:02:02 -04:00
Joey Hess
d74d2d5d91
--json for addcomputed and recompute
Not very useful, but it does work.
2025-03-17 15:51:43 -04:00
Joey Hess
2d60ce4803
record fscked files in fsck db by default
Remember the files that are checked, so a later run with --more will
skip them, without needing to use --incremental.
2025-03-17 15:34:08 -04:00