Commit graph

35468 commits

Author SHA1 Message Date
Joey Hess
932fac7772
response 2025-04-01 09:36:09 -04:00
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
ec43b25fb7
add news item for git-annex 10.20250320 2025-03-20 13:11:10 -04:00
Joey Hess
74457b6b93
findcompute --inputs
Useful for eg, generating dependency graphs.
2025-03-19 15:39:05 -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
Joey Hess
f775c9643f
Merge branch 'master' of ssh://git-annex.branchable.com 2025-03-17 14:33:11 -04:00
Joey Hess
85fe283c05
decided to leave message as-is
"getting input <file> from <remote>"  is talking about the original
input filename. I think that's ok.
2025-03-17 14:31:43 -04:00
Joey Hess
f835919e40
decided addcomputed will not support annex.smallfiles
If it did, recompute would need to somehow support recomputing
non-annexed files.

And, annex.smallfiles is typically used for configuration files or
source code kind of things, where the user doesn't want it to be an
annexed file. Computed artifacts are not likely that kind of thing.

Also, git-annex importfeed is an example of something that does support
annex.addunlocked, but does not support annex.smallfiles.
2025-03-17 14:27:56 -04:00
Joey Hess
23538ea17b
annex.addunlocked support for git-annex compute
And for git-annex recompute, add the file unlocked when the original is
unlocked.
2025-03-17 14:26:09 -04:00