about summary refs log tree commit homepage
path: root/lib/PublicInbox/Admin.pm
DateCommit message (Expand)
2021-01-01update copyrights for 2021
2020-12-26default to CORE::warn in $SIG{__WARN__} handlers
2020-12-26index: do not attach inbox to extindex unless updated
2020-12-22admin: resolve inboxes to absolute paths for index
2020-12-21use rel2abs_collapsed when loading Inbox objects
2020-12-20script/public-inbox-*: favor caller-provided pathnames
2020-12-17index: ignore some warnings, set {current_info} for v1
2020-12-09admin: resolve_repo_dir => resolve_inboxdir
2020-12-09extindex: do not use current dir like -index does
2020-10-13admin: preserve config ordering of `--all' switch
2020-09-02admin: improve minimum version text
2020-08-20init+index: support --skip-docdata for Xapian
2020-08-20admin: progress shows the inbox being indexed
2020-08-13admin: don't warn when --jobs exceeds shards
2020-08-10convert: support new -index options
2020-08-10admin: use a generic variable name
2020-08-10index+xcpdb: improve SIG{INT,TERM,HUP,PIPE} behavior
2020-05-17index: v2: parallelize if --reindex or --jobs is specified
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-04-21index: support --max-size / publicinbox.indexMaxSize
2020-04-20drop needless `eval {}' around Config->new
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27inbox: add ->version method
2020-01-06admin: do not lazy-load Inbox or Config packages
2019-12-30spawn: support chdir via -C option
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-24search: support SWIG-generated Xapian.pm
2019-12-12Date::Parse is now optional
2019-11-16admin: get rid of singleton $CFG var
2019-11-14inboxwritable: drop {-importer} cyclic reference
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-16admin: show failing directory
2019-09-14admin: warn and ignore inaccessible inboxes
2019-06-16xcpdb: don't warn on --jobs != --reshard
2019-06-14v2writable: rename {partitions} field to {shards}
2019-06-14admin|xapcmd: user-facing messages say "shard"
2019-06-09admin: expose ->config
2019-06-09admin: beef up resolve_inboxes to handle purge options
2019-06-09admin: remove warning arg for unconfigured inboxes
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29index: support --verbose option
2019-05-23xcpdb: use fine-grained locking
2019-05-23admin: move index_inbox over
2019-05-23admin: hoist out resolve_inboxes for -compact and -index
2019-05-15admin: improve warnings and errors for missing modules
2019-01-11hoist out resolve_repo_dir from -index