[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. d56e15069722e6a6c47ad88d12313fad14b44db7

Evergreen Git git at git.evergreen-ils.org
Thu Aug 7 13:58:21 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_6 has been updated
       via  d56e15069722e6a6c47ad88d12313fad14b44db7 (commit)
      from  1a52aa90376f5e88179dfe4df65ad47c6d371e50 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d56e15069722e6a6c47ad88d12313fad14b44db7
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Thu Aug 7 13:40:03 2014 -0400

    OpenSRF Services Update
    
    Updating list of Evergreen-specific OpenSRF services as of 2.6. Many
    thanks to Galen Charlton for providing me with an updated list.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/development/intro_opensrf.txt b/docs/development/intro_opensrf.txt
index 5a1e6f9..38df12b 100644
--- a/docs/development/intro_opensrf.txt
+++ b/docs/development/intro_opensrf.txt
@@ -1171,12 +1171,15 @@ that you should pass to `__PACKAGE__->register_method()`:
 == Evergreen-specific OpenSRF services ==
 
 Evergreen is currently the primary showcase for the use of OpenSRF as an
-application architecture. Evergreen 1.6.0 includes the following
+application architecture. Evergreen 2.6.0 includes the following
 set of OpenSRF services:
 
+  * `open-ils.acq` Supports tasks for managing the acquisitions process
   * `open-ils.actor`: Supports common tasks for working with user accounts
      and libraries.
   * `open-ils.auth`: Supports authentication of Evergreen users.
+  * `open-ils.auth_proxy`: Support using external services such as LDAP
+  directories to authenticate Evergreen users
   * `open-ils.cat`: Supports common cataloging tasks, such as creating,
      modifying, and merging bibliographic and authority records.
   * `open-ils.circ`: Supports circulation tasks such as checking out items and
@@ -1185,27 +1188,35 @@ set of OpenSRF services:
     contacting users with outstanding fines above a certain threshold.
   * `open-ils.cstore`: Supports unrestricted access to Evergreen fieldmapper
     objects. This is a private service.
-  * `open-ils.ingest`: Supports tasks for importing bibliographic and authority
-    records.
-  * `open-ils.pcrud`: Supports permission-based access to Evergreen fieldmapper
+  * `open-ils.fielder`
+  * `open-ils.justintime`: Support tasks for determining if an action/trigger
+  event is still valid
+  * `open-ils.pcrud`: Supports access to Evergreen fieldmapper objects,
+  restricted by staff user permissions. This is a private service.
     objects.
   * `open-ils.penalty`: Supports the calculation of penalties for users, such as
     being blocked from further borrowing, for conditions such as having too many
     items checked out or too many unpaid fines.
+  * `open-ils.permacrud`: Supports access to Evergreen fieldmapper objects,
+  restricted by staff user permissions. This is a private service.
   * `open-ils.reporter`: Supports the creation and scheduling of reports.
   * `open-ils.reporter-store`: Supports access to Evergreen fieldmapper objects
     for the reporting service. This is a private service.
+  * `open-ils.resolver` Support tasks for integrating with an OpenURL resolver.
   * `open-ils.search`: Supports searching across bibliographic records,
     authority records, serial records, Z39.50 sources, and ZIP codes.
+  * `open-ils.serial`: Support tasks for serials management
   * `open-ils.storage`: A deprecated method of providing access to Evergreen
     fieldmapper objects. Implemented in Perl, this service has largely been
     replaced by the much faster C-based `open-ils.cstore` service.
   * `open-ils.supercat`: Supports transforms of MARC records into other formats,
     such as MODS, as well as providing Atom and RSS feeds and SRU access.
-  * `open-ils.trigger`: Supports event-based triggers for actions such as overdue
-    and holds available notification emails.
+  * `open-ils.trigger`: Supports event-based triggers for actions such as
+  overdue and holds available notification emails.
+  * `open-ils.url_verify`: Support tasks for validating URLs
   * `open-ils.vandelay`: Supports the import and export of batches of
     bibliographic and authority records.
+  * `opensrf.settings`: Supports communicating opensrf.xml settings to other services.
 
 Of some interest is that the `open-ils.reporter-store` and `open-ils.cstore`
 services have identical implementations. Surfacing them as separate services
@@ -1214,8 +1225,8 @@ interfere with the performance-critical `open-ils.cstore` service. One can also
 direct the reporting service to a read-only database replica to, again, avoid
 interference with `open-ils.cstore` which must write to the master database.
 
-There are only a few significant services that are not built on OpenSRF in
-Evergreen 1.6.0, such as the SIP and Z39.50 servers. These services implement
+There are only a few significant services that are not built on OpenSRF, such
+as the SIP and Z39.50 servers. These services implement
 different protocols and build on existing daemon architectures (Simple2ZOOM
 for Z39.50), but still rely on the other OpenSRF services to provide access
 to the Evergreen data. The non-OpenSRF services are reasonably self-contained

-----------------------------------------------------------------------

Summary of changes:
 docs/development/intro_opensrf.txt |   27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list