LP#1187029 Remove unused open-ils.ingest service user/jeff/remove_ingest_cruft_rebase
authorJeff Godin <jgodin@tadl.org>
Tue, 7 May 2013 19:58:51 +0000 (15:58 -0400)
committerJeff Godin <jgodin@tadl.org>
Mon, 17 Feb 2014 21:30:16 +0000 (21:30 +0000)
commita6e8abf0f8d17e1b1bc61d65d26b4ce676f995c9
treefaca9393477125f8d1ea43b1963f8834d2f38b2b
parentbe5803f14b193e0f39b50731624c6206baa08bb1
LP#1187029 Remove unused open-ils.ingest service

Remove open-ils.ingest service and related scripts and code.

In addition to removing OpenILS::Application::Ingest, this commit
removes code that was commented out at the time of open-ils.ingest's
replacement with in-db ingest, example configuration elements, a
use_ok test, and the following obsolete scripts which made use of or
were otherwise related to open-ils.ingest:

* Open-ILS/src/extras/import/direct_ingest.pl
* Open-ILS/src/extras/import/generate-srfsh-indexer.pl
* Open-ILS/src/extras/import/importer.sh

The included release notes recommend removal of the open-ils.ingest service
from configuration files when upgrading, and suggest removal of Ingest.pm from
its location in @INC.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Open-ILS/examples/opensrf.xml.example
Open-ILS/src/extras/import/direct_ingest.pl [deleted file]
Open-ILS/src/extras/import/generate-srfsh-indexer.pl [deleted file]
Open-ILS/src/extras/import/importer.sh [deleted file]
Open-ILS/src/perlmods/MANIFEST
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/AuthCommon.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Ingest.pm [deleted file]
Open-ILS/src/perlmods/t/01-OpenILS-Application.t
docs/RELEASE_NOTES_NEXT/removal_of_ingest.txt [new file with mode: 0644]