]> Sergey Matveev's repositories - public-inbox.git/history - t/v2reindex.t
No ext_urls
[public-inbox.git] / t / v2reindex.t
2021-09-13 Eric Wongtests: add require_cmd, require curl when needed
2021-03-24 Eric Wongv2writable: cleanup SQLite handles on --xapian-only
2021-03-15 Eric Wongt/*: disable fsync on tests were create_inbox isn't...
2021-03-12 Eric Wongt/v2reindex: avoid reading ~/.public-inbox/config in...
2021-03-11 Eric Wongv2writable: fix undocumented --xapian-only
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2020-09-03 Eric Wongsearch: replace ->query with ->mset
2020-08-27 Eric Wongover: rename ->connect method to ->dbh
2020-07-25 Eric Wongindex: support --rethread switch to fix old indices
2020-06-08 Eric Wongindex: v2: parallel by default
2020-05-12 Eric Wongrename "ContentId" to "ContentHash"
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-04-22 Eric Wongt/*.t: reduce dependency on Email::MIME APIs
2020-04-22 Eric Wongt/*.t: use Email::MIME->create over PublicInbox::MIME...
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-19 Eric Wongfavor `do {}' over `eval {}' for localized slurp
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-28 Eric Wongt/v2reindex.t: 5.10.1 glob compatibility
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-19 Eric Wongtests: move t/common.perl to PublicInbox::TestCommon
2019-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-10-30 Eric WongMerge branch 'learn'
2019-10-30 Eric WongMerge remote-tracking branch 'origin/multi-mid'
2019-10-28 Eric Wongsearch: support multiple From/To/Cc/Subject headers
2019-10-23 Eric WongMerge branch 'regen'
2019-10-21 Eric Wongv2writable: reindex handles 3-headered monsters
2019-10-17 Eric WongMerge remote-tracking branch 'origin/inboxdir'
2019-10-16 Eric Wongconfig: support "inboxdir" in addition to "mainrepo"
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-05-21 Eric WongMerge remote-tracking branch 'origin/xap-optional'...
2019-05-15 Eric Wonglazy load Xapian and make it optional for v2
2019-05-14 Eric Wongv2writable: allow setting nproc via creat options
2019-01-10 Eric WongMerge commit 'mem'
2019-01-10 Eric Wongcheck git version requirements
2019-01-02 Eric Wongt/v2reindex: use the larger text to increase test relia...
2018-08-03 Eric WongMerge branch 'eb/index-incremental'
2018-08-03 Eric W. Biedermant/v[12]reindex.t: Verify the num highwater is as expected
2018-08-03 Eric W. Biedermant/v[12]reindex.t Verify num_highwater
2018-08-02 Eric W. Biedermant/v[12]reindex.t: Test incremental indexing works
2018-08-02 Eric W. Biedermant/v[12]reindex.t: Test that the resulting msgmap is...
2018-08-02 Eric W. Biedermant/v[12]reindex.t: Place expected second in Xapian tests
2018-08-02 Eric W. Biedermant/v2reindex.t: Isolate the test cases more
2018-07-19 Eric Wongtests: fixup indexlevel setting in tests
2018-07-19 Eric W. BiedermanSearchIdx: Allow the amount of indexing be configured
2018-07-18 Eric W. Biedermant/v2reindex.t: Swap the order of minmax tests so errors...
2018-07-18 Eric W. Biedermant/v2reindex.t: Don't reuse $ibx as two different kinds...
2018-07-18 Eric W. Biedermant/v2reindex.t: Ensure the numbers 1 to 10 are used
2018-04-18 Eric Wong (Contrac... Merge remote-tracking branch 'origin/master' into v2
2018-04-04 Eric Wong (Contrac... v2: support incremental indexing + purge
2018-04-01 Eric Wong (Contrac... v2writable: fix parallel termination
2018-03-22 Eric Wong (Contrac... v2writable: add NNTP article number regeneration support