Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Sprint Release

  • 1.5.5-r20784 r20788 
  • Release date – October 21st,  20142014

2. Tag Information

3.  Deliverables

Database Changes

...

DB changes that need to be applied are available at

 MySQL - https://svn.kuali.org/repos/ole/tags/builds/ole-1.5/1.5.5/20141021-r20784r20788/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/1.5.5.sql (For MySQL)and

Oracle -  https://svn.kuali.org/repos/ole/tags/builds/ole-1.5/1.5.5/20141021-r20784r20788/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/1.5.5.sql (For Oracle)

The DB Changes include

...

SI.NOIssue TypeKeyLabelsSummaryPriorityComponent/sComments
1EnhancementOLE-6947  Modify Batch JobsCriticalSystem IntegrationModified to have only the 4 jobs listed in the JIRA as unscheduled. Other jobs have been left as scheduled/un-scheduled as before.
2EnhancementOLE-7119  Add a BIB_INFO_T tableCriticalSystem IntegrationNew table has been added to store bib information including title, author, publisher etc. This table is to be used for all title references in the eventually, thoughtthough, currently it is used in NCIP lookupUser service and Invoice document display. Bib Editor and Loaders shall be are populating the values in this table upon insert of or update of the bib table. A migration script is also available and needs to be executed to populate this table for institutions that are already on an earlier version of OLE.
3Bug/DefectOLE-6925  NCIP Response Times in Production Extremely SlowBlockerSystem IntegrationImplemented changes to lookupUser service to use the new bib info table and corresponding item and holding tables for retrieving bib information to be returned for loan, patron and request information as part of the response for this service.