]> Sergey Matveev's repositories - public-inbox.git/commit
Merge remote-tracking branch 'origin/newspeak' into xcpdb
authorEric Wong <e@80x24.org>
Sun, 16 Jun 2019 01:04:28 +0000 (01:04 +0000)
committerEric Wong <e@80x24.org>
Sun, 16 Jun 2019 01:04:28 +0000 (01:04 +0000)
commitc477bdd8a80eecc319b680764edfb24bd12cb7b2
treefb36e978b8dbe1f2228527891d47ef9d69b10591
parent044b1d03c76246316d52de4bfd578745a8192398
parent27658d2c8b8e51fa64f523c873587273f4f16c46
Merge remote-tracking branch 'origin/newspeak' into xcpdb

* origin/newspeak:
  comments: replace "partition" with "shard"
  t/xcpdb-reshard: use 'shard' term in local variables
  xapcmd: favor 'shard' over 'part' in local variables
  search: use "shard" for local variable
  v2writable: use "epoch" consistently when referring to git repos
  adminedit: "part" => "shard" for local variables
  v2writable: rename local vars to match Xapian terminology
  v2writable: avoid "part" in internal subs and fields
  search*: rename {partition} => {shard}
  xapcmd: update comments referencing "partitions"
  v2: rename SearchIdxPart => SearchIdxShard
  inboxwritable: s/partitions/shards/ in local var
  tests: change messages to use "shard" instead of partition
  v2writable: rename {partitions} field to {shards}
  v2writable: count_partitions => count_shards
  searchidxpart: start using "shard" in user-visible places
  rename reference to git epochs as "partitions"
  admin|xapcmd: user-facing messages say "shard"
  v2writable: update comments regarding xcpdb --reshard
  doc: rename our Xapian "partitions" to "shards"
t/psgi_v2.t