]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1187029 Remove unused open-ils.ingest service
authorJeff Godin <jgodin@tadl.org>
Tue, 7 May 2013 19:58:51 +0000 (15:58 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 17 Feb 2014 22:12:51 +0000 (17:12 -0500)
commitbc073517f19e89028feb5921d6c438beb5430d5c
tree3d8a37444583cb852077a1bd73e433a2e6339f3f
parent60ee958d1ea29a2f5ad4fba40936ef022164c36c
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>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
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]