about summary refs log tree commit homepage
path: root/MANIFEST
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-11-21 12:43:15 +0000
committerEric Wong <e@80x24.org>2023-11-21 21:37:26 +0000
commitfe3883762faf67fd6c4624ee721000e1f36bc59b (patch)
tree1fd745e8b42b6617b803ab2eac51b89e21a14768 /MANIFEST
parent0f92d4d5fc65bdec2b3cef7679480422e818f352 (diff)
downloadpublic-inbox-fe3883762faf67fd6c4624ee721000e1f36bc59b.tar.gz
The association data is just stored as deflated JSON in Xapian
metadata keys of shard[0] for now.  It should be reasonably
compact and fit in memory for now since we'll assume sane,
non-malicious git coderepo history, for now.

The new cindex-join.t test requires TEST_REMOTE_JOIN=1 to be
set in the environment and tests the joins against the inboxes
and coderepos of two small projects with a common history.

Internally, we'll use `ibx_off', `root_off' instead of `ibx_id'
and `root_id' since `_id' may be mistaken for columns in an SQL
database which they are not.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e1c3dc97..85811133 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -423,6 +423,7 @@ t/altid.t
 t/altid_v2.t
 t/cgi.t
 t/check-www-inbox.perl
+t/cindex-join.t
 t/cindex.t
 t/clone-coderepo-puh1.sh
 t/clone-coderepo-puh2.sh