From a612fe7299f342a335906e8d5d45dd9e020d78e0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 May 2024 11:04:20 -0400 Subject: [PATCH] add todo linking to two design docs and some related todos Tagging with projects/openneuro as Christopher Markiewicz has oked them funding at least the initial design work on this. --- doc/todo/git-annex_proxies.mdwn | 10 ++++++++++ doc/todo/proving_preferred_content_behavior.mdwn | 2 ++ ...track_free_space_in_repos_via_git-annex_branch.mdwn | 1 + 3 files changed, 13 insertions(+) create mode 100644 doc/todo/git-annex_proxies.mdwn diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn new file mode 100644 index 0000000000..57f614b734 --- /dev/null +++ b/doc/todo/git-annex_proxies.mdwn @@ -0,0 +1,10 @@ +This is a summary todo covering several subprojects, which would extend +git-annex to be able to use proxies which sit in front of a cluster of +repositories. + +* [[design/passthrough_proxy]] +* [[design/design/balanced_preferred_content]] +* [[todo/track_free_space_in_repos_via_git-annex_branch]] +* [[todo/proving_preferred_content_behavior]] + +[[!tag projects/openneuro]] diff --git a/doc/todo/proving_preferred_content_behavior.mdwn b/doc/todo/proving_preferred_content_behavior.mdwn index 73f181bc0d..7ab5e21445 100644 --- a/doc/todo/proving_preferred_content_behavior.mdwn +++ b/doc/todo/proving_preferred_content_behavior.mdwn @@ -73,3 +73,5 @@ git-annex does. Since users can write preferred content expressions, this should be targeted at being used by end users. + +[[!tag projects/openneuro]] diff --git a/doc/todo/track_free_space_in_repos_via_git-annex_branch.mdwn b/doc/todo/track_free_space_in_repos_via_git-annex_branch.mdwn index 3b0acecbcc..aa1f421b9c 100644 --- a/doc/todo/track_free_space_in_repos_via_git-annex_branch.mdwn +++ b/doc/todo/track_free_space_in_repos_via_git-annex_branch.mdwn @@ -86,3 +86,4 @@ merge time. Those are less expensive than diffing the location logs only because the logs they diff are less often used, and the work is only done when relevant commands are run. +[[!tag projects/openneuro]]